p{
	padding: 0 !important;
	margin: 0 !important;
}
header{
	height: 100px;
}
header .custon-navbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo{
	width: 160px;
}
header .nav-link{
	color: #707070;
}
header li{
	display: block;
	height: 100px;
	line-height: 85px;
	position: static;
}
header li:hover a{
	color: #1F3984 !important;
}
header li.active a{
	color: #1F3984;
}
header li .futitle{
	display: none;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	line-height: 24px;
	padding: 50px 0;
	border-top: 1px solid #eee;
}
header li .futitle .l_title{
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
header li .futitle .desc{
	color: #A4A6AB;
	font-size: 14px;
	margin-bottom: 20px;
}
header li .futitle .more{
	text-decoration: none;
	color: #1F3984;
	font-size: 14px;
	margin-bottom: 20px;
}
header li .futitle .r_title{
	font-size: 16px;
	font-weight: bold;
}
header li .futitle .child_nav{
	padding-left: 0;
}
header li .futitle .child_nav li{
	display: block;
	list-style: none;
	line-height: 32px;
	height: 32px;
}
header li .futitle .child_nav li a{
	text-decoration: none;
	color: #666 !important;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 1;  
	-webkit-box-orient: vertical;
}
header li:hover .futitle{
	display: block;
}



.index-about{
	position: relative;
	max-height: 580px;
	overflow: hidden;
}
.index-about .row{
	padding-left: 15px;
	padding-right: 15px;
}
.index-about .content{
	padding: 120px 0;
}
.index-about .onet{
	font-size: 24px;
	color: #1F3984;
	margin-bottom: 20px;
}
.index-about .twot{
	font-size: 16px;
	font-weight: normal;
	color: #1F3984;
	margin-bottom: 50px;
}
.index-about .desc{
	font-size: 14px;
	color:#777777;
	margin-bottom: 50px;
}
.index-about .more{
	background-color: #1F3984;
	border-color: #1F3984;
	font-size: 14px;
}
.index-about .left-image{
	height: 100%;
	position: absolute;
	right: -15px;
    top: 0;
    width: calc(50% - 20px);
    background-size: 100% 100%;
}

.index-about .left-image img{
	width: 100%;
	height: 100%;
}

.index-adv{
	width: 100%;
	padding: 50px 0;
	background-color:#1F3984;
	color: #fff;
}
.index-adv .tone{
	font-size: 24px;
	margin-bottom: 20px;
}
.index-adv .desc{
	font-size: 14px;
}

.index-product{
	padding: 80px 15px;
}
.index-product .ctitle{
	font-size: 24px;
	margin-bottom: 10px;
}
.index-product .ctitle span{
	font-size: 12px;
	color: #666;
	padding-left: 15px;
	border-left: 1px solid #666;
	margin-left: 15px;
}
.index-product .cdesc{
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}
.index-product .item-title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.index-product .child-category{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	justify-content: space-between;
}
.index-product .child-category .left{
	display: flex;
	flex-direction: row;
	width: calc(100% - 40px);
}
.index-product .child-category .left .item{
	width: 24%;
	height: 275px;
	position: relative;
	margin-right: 1%;
}
.index-product .child-category .left .item .thumb{
	width: 100%;
    height: 275px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.index-product .child-category .left .item .thumb img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.index-product .child-category .left .item .onetitle{
	position: absolute;
	width: 100%;
	line-height: 32px;
	text-indent: 10px;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
}
.index-product .child-category .left .item .info{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	color: #fff;
	padding: 80px 15px;
}
.index-product .child-category .left .item .info .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 1;  
	-webkit-box-orient: vertical;
}
.index-product .child-category .left .item .info .desc{
	font-size: 14px;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 3;  
	-webkit-box-orient: vertical;
} 
.index-product .child-category .left .item .info .more{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border: 1px solid #1F3984;
	background-color: #1F3984;
	width: 100px;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 auto;
}
.index-product .child-category .left .item:hover .onetitle{
	display: none;
}
.index-product .child-category .left .item:hover .info{
	display: block;
}
.index-product .child-category .right .more{
	display: block;
	width: 40px;
	text-decoration: none;
	height: 275px;
	color: #747474;
	background-color: #E6E6E6;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	writing-mode: tb-rl;
	padding-left: 10px;
    padding-right: 10px;
}
.index-product .child-category .right .more:hover{
	background-color: #B8B8B8;
	color: #fff;
}



.index-fangan{
	background-color: #F1F1F1;
	padding: 80px 0;
}
.index-fangan .ctitle{
	font-size: 24px;
	margin-bottom: 10px;
}
.index-fangan .ctitle span{
	font-size: 12px;
	color: #666;
	padding-left: 15px;
	border-left: 1px solid #666;
	margin-left: 15px;
}
.index-fangan .cdesc{
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}
.control-box {
    width: 100%;
    height: 230px;
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  height: 190px;
  margin: auto 70px auto;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height: 190px;
  float: left;
  border-left: 3px white solid;
  border-radius: 5px;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
}
.box:hover {
 opacity:0.5;
}
.box a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.shadow {
	display: inline-block;
	width: 100%;
	height: 30px;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.45);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	margin-top: 160px;
	font-size: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px ;
	color: white;
  	text-decoration: none;
	text-indent: 10px;
	line-height: 30px;
}

.index-news{
	padding: 80px 15px;
}
.index-news .ctitle{
	font-size: 24px;
	margin-bottom: 10px;
}
.index-news .ctitle span{
	font-size: 12px;
	color: #666;
	padding-left: 15px;
	border-left: 1px solid #666;
	margin-left: 15px;
}
.index-news .cdesc{
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}
.index-news .date{
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	position: relative;
}
.index-news .date span{
	display: block;
	width: 10px;
	height: 2px;
	background-color: #1F3984;
	position: absolute;
	left: 60px;
	top: 10px;
}
.index-news .year{
	font-size: 14px;
	color: #666;
}
.index-news .center{
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
}
.index-news .center .thumb{
	width: 230px;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.index-news .center .thumb img{
	width: 100%;
	height: 100%;
}
.index-news .center .title{
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.index-news .center .title:hover{
	color: #1F3984;
}
.index-news .center .datetime{
	font-size: 14px;
	color: #666;
	margin: 15px 0;
}
.index-news .center .desc{
	font-size: 14px;
	color: #585858;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 3;  
	-webkit-box-orient: vertical; 
}
.index-news .more{
	display: block;
	width: 160px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	background-color: none;
	color: #666;
	border: 1px solid #666;
	position: absolute;
	right: 0;
    top: 45%;
}
.index-news .more:hover{
	background-color: #1F3984;
	border: none;
	color: #fff;
}
.index-news .news-more{
	color: #999;
	width:120px; 
	border-radius:30px; 
	margin:0 auto;
	text-decoration: none;
}
footer{
	background-color: #3E3E3E;
	color: #999;
	font-size: 14px;
}
.index-news .news-more:hover{
	background-color: #1F3984;
	border: none;
	color: #fff;
}

.entry-header{
	background-size: cover;
    height: 60vh;
    background-attachment: fixed;
}
.entry-header .container{
	padding-top: 150px;
}
.entry-header .entry-title{
	font-size: 54px;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 2;
	margin-bottom: 14px;
	color: #fff;
	text-shadow: 0 1px 5px grey;
}
.entry-header .mid-title{
	text-shadow: 0 1px 5px grey;
	color: #fff;
	font-size: 20px;
}
.breadcrumbs {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    color: #9D9D9D;
    border-bottom: 1px solid #f5f5f5;
}
.breadcrunmbs-nav {
    color: #9D9D9D;
    padding-top: 21px;
    padding-bottom: 21px;
}
.breadcrunmbs-nav a {
    color: #9D9D9D;
    text-decoration: none;
}
.breadcrumbs .btn {
    border-radius: 0 !important;
    border: none;
    padding: 25px 15px;
    line-height: auto;
    color: #464646;
    font-size: 16px;
}
.breadcrumbs .text-right{
    display: flex;
    flex-direction: row-reverse;
}
.breadcrumbs .text-right .active{
	color: #1F3984;
	border-bottom: 2px solid #1F3984;
}
.entry-page{
	padding: 80px 0;
	background-color: #F3F3F3;
}
.entry-page .news-item{
	background-color: #fff;
    color: #191A1B;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}
.entry-page .news-item .thumb{
	width: 212px;
	height:145px;
	border-radius: 5px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.entry-page .news-item .info .title{
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.entry-page .news-item .info .title:hover{
	color: #1F3984;
}
.entry-page .news-item .info .datetime{
	font-size: 14px;
	color: #666;
	margin: 15px 0;
}
.entry-page .news-item .info .desc{
	font-size: 14px;
	color: #585858;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 3;  
	-webkit-box-orient: vertical;
}
.entry-page .widget{
	width: 100%;
	background-color:#1F3984 ;
	padding: 20px;
	color: #fff;
}
.entry-page .widget .title{
	font-size: 24px;
	margin-bottom: 10px;
}
.entry-page .widget .intro{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
}
.entry-page .widget .btn{
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}

.hot{
	background-color: #fff;
	margin-top: 20px;
	padding: 15px;
}
.hot .ctitle{
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
}
.hot .ctitle span{
	display: block;
	width: 3px;
	height: 20px;
	background-color: #1F3984;
	float: left;
	margin-right: 15px;
}
.hot .articles .item{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.hot .articles .item .thumb{
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.hot .articles .item .info .title{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	text-decoration: none;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 1;  
	-webkit-box-orient: vertical;
}
.hot .articles .item:last-child{
	border-bottom: none;
}
.hot .articles .item .info .title:hover{
	color: #1F3984;
}
.hot .articles .item .info .desc{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	text-decoration: none;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}
.erweima{
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}
.erweima img{
	width: 100%;
	margin-bottom: 15px;
}

.new-detail{
	background-color: #fff;
	padding: 20px;
}
.new-detail .title{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.new-detail .datetime{
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
} 
.new-detail .content {
	font-size: 14px;
	margin-bottom: 50px;
}
.new-detail .content img{
	max-width: 100%;
}
.new-detail  .relation a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
}

.entry-header-top{
	width: 100%;
	padding: 100px 0;
	background-color: #fff;
	border-top:1px solid #DEDEDE;
}
.entry-header-top .desc{
	font-size: 14px;
	color: #666;
}
.entry-header-top h2{
	font-size: 36px;
	margin-bottom: 20px;
}

.products .thumb{
	height: 356px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.products .thumb img{
	width: 100%;
	height: 100%;
}
.products .intro{
	background-color: #fff;
	padding: 20px;
}
.products .intro .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.products .intro .desc{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.products .intro a.more{
	display: block;
	border: 1px solid #dedede;
	width: 100px;
	border-radius: 5px;
	line-height: 35px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
.products .intro a.more:hover{
	background-color: #418F47;
	color: #fff;
	border: 1px solid #418F47;
}
.product-content img{
	max-width: 100%;
	background-color: #fff;
}
.custon-navbar-light .navbar-toggler{
	display: none;
}
.subform{
	padding: 80px 15px;
}
.subform h2{
	font-size: 24px;
}
.subform .btn-sub{
	width: 190px;
	height: 45px;
	background-color: #1F3984;
	color: #fff;
}


.contact-item1{
	position: relative;
	max-height: 580px;
	overflow: hidden;
}
.contact-item1 .row{
	padding-left: 15px;
	padding-right: 15px;
}
.contact-item1{
	padding: 120px 0;
}
.contact-item1 .onet{
	font-size: 24px;
	color: #1F3984;
	margin-bottom: 20px;
}
.contact-item1 .twot{
	font-size: 16px;
	font-weight: normal;
	color: #1F3984;
	margin-bottom: 50px;
}
.contact-item1 .desc{
	font-size: 14px;
	color:#777777;
	margin-bottom: 50px;
}
.contact-item1 .left-image{
	height: 300px;
	overflow: hidden;
}
.contact-item1 .left-image img{
	max-width: 100%;
}

.contact-map,#mapContainer{
	width: 100%;
	height: 750px;
}
.contact-map .info{
	z-index: 99999;
	background-color: #fff;
	padding: 20px;
	bottom: 100px;
	left: 300px;
	line-height: 20px;
	font-size: 14px;
}
.contact-map .info h3{
	margin-bottom: 30px;
}

.job-header{
	background-color: #F3F3F3;
	border-top:1px solid #DEDEDE;
}
.jobs{
	padding: 100px 15px;
}
.jobs .item h3.title{
	font-size: 18px;
	color: #707070;
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 1;  
	-webkit-box-orient: vertical;
}
.jobs .item .desc{
	font-size: 14px;
	color: #666;
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}
.jobs .item .intro{
	font-size: 14px;
	color: #666;
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 4;  
	-webkit-box-orient: vertical;
}
.join-us{
	background-size: cover;
    height: 30vh;
    background-attachment: fixed;
}
.join-us h2{
	color: #fff;
	font-size: 24px;
}
.join-us a{
	text-decoration: none;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	width: 120px;
	margin:0 auto;
	line-height: 45px;
}
.job-youshi .item{
	width: 100%;
}
.job-youshi .item img{
	width: 55%;
}
.job-youshi .item .content{
	color: #fff;
	background-color: #4A9450;
	padding: 30px;
	font-size: 14px;
	padding-top: 5rem;
}
.job-youshi .item .title{
	font-size: 28px;
}
.modal-header{
	border-bottom: none;
}
.modal-body{
	font-size: 14px;
}
.modal-dialog{
	max-width: 50% !important;
}
.modal-content{
	padding: 30px;
}
.join_contatc_us{
	font-size: 18px;
	font-weight: bold;
}


.environment{
	padding: 80px 0;
	background-color: #F5F5F5;
}
.environment h2{
	font-size: 24px;
}
.environment .desc,.environment .item p{
	font-size: 14px;
	color: #5A5A5A;
}
.environment .item img{
	max-width: 100%;
	margin-bottom: 20px;
}
.environment .item h3{
	font-size: 20px;
}
.teachers{
	background-color: #fff;
}
.teachers .name{
    bottom: 20px;
    right: 18px;
    left: 12px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px !important;
    color: #fff;
		background-color: rgba(0, 0, 0, 0.6);
		margin-bottom: 0;
}
.curriculum{
	font-size: 14px;
}
.certificates {
	background-color: #fff;
}
.certificates img{
	border: 1px solid #ADB0A0;
}
.about-youshi{
	background-color: #fff;
}
.about-youshi .child{
	flex-wrap: wrap;
}
.about-youshi .child div{
	margin-bottom: 10px;
	width: 33%;
}
.page-link{
	color:#1F3984 !important;
}
.paginate .page-item.active .page-link{
	background-color:#1F3984 !important;
	border-color:#1F3984 !important;
	color: #fff !important;
}

.shiming {
	padding-top: 30px;
	padding-bottom: 30px;
}
.shiming .thumb img{
	max-width: 100%;
}
.shiming .detail{
	padding-top: 20px;
}
.shiming .detail .date{
	font-size: 32px;
	color: #0a1f56;
	font-weight: bold;
}
.shiming .detail .title{
	font-size: 32px;
	color: #0a1f56;
	font-weight: bold;
	margin-bottom: 20px;
}
.shiming .detail .content{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.solution-thumb{
	height: 300px !important;
}
@media (max-width: 575.98px) {
	header{
		height: 62px;
	}
	header .phone-container{
		padding: 0;
	}
	header .custon-navbar{
		position: relative;
		flex-wrap: inherit;
		padding: 0 15px;
	}
	header li{
		height: 100% !important;
		line-height: 36px !important;
		position: relative;
	}
	header li .futitle{
		padding: 15px 0;
		position: unset;
		border-bottom: 1px solid #eee;
	}
	.custon-navbar-light .navbar-toggler {
		display: block;
	  color: rgba(0, 0, 0, 0.55);
	  border-color: rgba(0, 0, 0, 0.1);
	}
	.custon-navbar-light .navbar-toggler-icon {
	  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.custon-navbar-light .nav{
		width: 100%;
		display: none !important;
		position: absolute;
		top: 62px;
		left: 0;
		z-index: 99999;
		background-color: #fff;
	}
	.custon-navbar-light .show{
		display: block !important;
	}

	.index-about{
		max-height: 100%;
		position: relative;
	}
	.index-about .row{
		padding-left: 0;
		padding-right: 0;
	}
	.index-about .content{
		padding: 60px 0 20px 0;
	}
	.index-about .left-image{
		position: unset;
	    width: 100%;
	    height: 200px;
	    background-position: center;
	    background-size: 100% 100%;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.index-adv .desc{
		margin-bottom: 20px;
	}

	.index-product .child-category{
		flex-wrap: wrap;
		justify-content: center;
	}
	.index-product .child-category .left{
		flex-wrap: wrap;
	}
	.index-product .child-category .left .item{
		width: 48%;
		height: 180px;
		margin-bottom: 20px;
	}
	.index-product .child-category .left .item .thumb{
		height: 180px;
	}
	.index-product .child-category .left .item .info{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.index-product .child-category .left .item .info .more{
		display: none;
	}
	.index-product .child-category .right .more{
		writing-mode: lr-tb;
	    height: 40px;
	    width: 240px;
	    line-height: 40px;
	}
	.box {
	  width: 100% !important;
	}

	.index-news .date,.index-news .year{
		display: none;
	}
	.index-news .center .thumb{
		width: 100%;
		height: 180px;
		margin-right: 20px;
		overflow: hidden;
		float: none;
		margin-bottom: 15px;
	}
	.index-news .center .thumb img{
		width: 100%;
		height: 100%;
	}
	.index-news .more{
		display: none;
	}

	.entry-page .news-item .thumb{
		width: 100%;
		margin-bottom: 20px;
	}
	.hot .articles .item .thumb{
		width: 60px;
		height: 60px;
		border-radius: 5px;
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	.contact-item1{
		min-height: auto;
		margin-bottom: 30px;
	}
	.contact-map,#mapContainer{
		width: 100%;
		height: 450px;
	}
	.contact-map .info{
		z-index: 99999;
		background-color: #fff;
		padding: 20px;
		bottom: 20px;
		left: 10px;
		line-height: 20px;
		font-size: 14px;
	}
	.contact-map .info h3{
		margin-bottom: 30px;
	}
	.job-youshi .item{
		width: 100%;
		display: unset !important;
	}
	.job-youshi .item img{
		width: 100%;
	}
	.job-youshi .item .content{
		color: #fff;
		background-color: #4A9450;
		padding: 30px;
		font-size: 14px;
		padding-top: 5rem;
	}
	.modal-dialog{
		max-width: 100% !important;
	}
	.solution-thumb{
		height:160px !important;
	}
}