* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html {
	font-size: 14px;
	width: 100%;
	color: #333333;
	font-family: Source Han Sans CN;
}
body{
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active, a:focus{
	color: #333333;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
input,button,select,textarea {
	outline: none!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.clear {
	clear: both;
}
.main{
	width: 1400px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.wrap{
	flex-wrap: wrap;
}
.s_a{
	justify-content: space-around;
}
.s_b{
	justify-content: space-between;
}
.s_c{
	justify-content: center;
}
.a_l_t{
	align-items: flex-start;
}
.a_l_c{
	align-items: center;
}
.a_l_b{
	align-items: flex-end;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.head{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #FFFFFF;
}
.head .top{
	height: 36px;
	line-height: 36px;
	color: #AAAAAA;
	background-color: #F3F3F3;
}
.head .center{
	height: 80px;
}
.head .logo .ioc{
	border-right: 1px solid #EBEBEB;
}
.head .logo .text_main{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-left: 20px;
	color: #999999;
}
.head .logo .name{
	font-size: 18px;
	color: #007BBC;
	font-weight: bold;
}
.head .search{
	border-radius: 8px;
	border: 1px solid #DDDDDD;
	height: 42px;
	overflow: hidden;
}
.head .search .inputs{
	width: 285px;
}
.head .search .inputs input{
	border: none;
	width: 100%;
	height: 100%;
	padding: 0 20px;
}
.head .search .ioc{
	width: 65px;
	background-color: #007BBC;
	height: 100%;
}
.head .navigation{
	color: #BBBBBB;
	font-size: 16px;
}
.head .navigation a{
	color: #666666;
}
.head .navigation a.ons{
	color: #007BBC;
}
.head .navigation a.on{
	color: #999999;
}
.head .menu{
	display: none;
}
.head .nav{
	height: 48px;
	line-height: 48px;
	background-color: #094C70;
}
.head .nav .list{
	width: 100%;
	position: relative;
}
.head .nav .list a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
}
.head .nav .list.ons{
	background-color: #007BBC;
}
.head .nav .list:hover{
	background-color: #007BBC;
}
.head .nav .xiala{
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	background-color: #FFFFFF;
	display: none;
	line-height: 36px;
	z-index: 999999;
	padding-bottom: 10px;
}
.head .nav .list:hover .xiala{
	display: block;
}
.head .nav .xiala a{
	color: #333333;
}
.head .nav .xiala a:hover{
	color: #007BBC;
}
.sy_banner{
	position: relative;
	margin-top: 164px;
}
.sy_banner .swiper-pagination{
	display: none;
}
.sy_banner .sy_nr{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 60%;
	z-index: 2;
}
.sy_banner .sy_nr .sy_news{
	background-color: #FFFFFF;
	padding: 20px;
	width: 625px;
}
.sy_banner .sy_news .titles{
	border-bottom: 1px solid #DDDDDD;
	color: #AEAEAE;
	align-items: flex-start;
}
.sy_banner .sy_news .titles .names{
	font-size: 16px;
	color: #007BBC;
	border-bottom: 1px solid #007BBC;
	padding-bottom: 9px;
}
.sy_banner .sy_news .titles .more a{
	color: #BBBBBB;
}
.sy_banner .sy_news .list{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}
.sy_banner .sy_news .text_mains{
	margin-top: 10px;
}
.sy_banner .sy_nr .sy_product{
	background-color: #FFFFFF;
	padding: 10px 15px;
	width: 755px;
}
.sy_banner .sy_product .titles{
	height: 46px;
	padding: 0 20px;
	background-color: #007BBC;
	color: #FFFFFF;
}
.sy_banner .sy_product .titles a{
	color: #FFFFFF;
}
.sy_banner .sy_product .titles .names{
	font-size: 16px;
}
.sy_banner .sy_product .titles .namese{
	font-size: 14px;
}
.sy_banner .sy_product .text_main{
	margin-top: 15px;
}
.sy_banner .sy_product .list{
	position: relative;
	overflow: hidden;
}
.sy_banner .sy_product .list img{
	transition: all 1s;
}
.sy_banner .sy_product .list:hover img{
	transform: scale(1.2);
}
.sy_banner .sy_product .zzs{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.sy_banner .sy_product .text_main .name{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.sy_banner .sy_product .text{
	font-size: 14px;
	color: #FFFFFF;
}
.sy_banner .swiper-slide img{
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.footer{
	background-color: #4D4D4D;
	color: #FFFFFF;
}
.footer .link{
	padding: 10px;
	font-size: 12px;
	background-color: #F5F5F5;
	color: #999999;
}
.footer .link a{
	margin-top: 9px;
	color: #999999;
	margin-right: 20px;
}
.footer .center{
	padding: 40px 0;
}
.footer .nav{
	width: 730px;
}
.footer .nav li{
	width: 100%;
	line-height: 22px;
}
.footer .nav a{
	color: #FFFFFF;
}
.footer .nav li ul{
	margin-top: 5px;
}
.footer .nav li li a{
	font-size: 12px;
	opacity: 0.5;
}
.footer .tel{
	line-height: 30px;
}
.footer .ewm .text{
	margin-top: 14px;
}
.footer .bottom{
	line-height: 40px;
	font-size: 12px;
	background-color: #2A2A2A;
}
.footer .bottom a{
	color: #FFFFFF;
}
.crumbs{
	line-height: 52px;
	border-bottom: 1px solid #EDEDED;
	font-size: 16px;
}
.crumbs .left a{
	color: #AAAAAA;
}
.crumbs .right .list{
	margin-left: 30px;
}
.crumbs .right .list.ons{
	border-bottom: 3px solid #007BBC;
}
.crumbs .right .list a{
	color: #666666;
}
.crumbs .right .list.ons a{
	color: #007BBC;
}
.details{
	margin-bottom: 160px;
}
.title{
	margin-top: 50px;
	font-size: 32px;
}
.title_text{
	margin-top: 15px;
	color: #AAAAAA;
}
.details .text_main{
	margin-top: 50px;
}
.details .text_main p{
	line-height: 30px;
	text-indent: 2em;
}
.details .text_main .img{
	margin: 30px 0;
}
.qualifications .text_main{
	margin-top: 50px;
}
.qualifications .text_main .img{
	width: 564px;
	border-radius: 10px;
	overflow: hidden;
}
.qualifications .text_main .text{
	width: 746px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.qualifications .text_mains{
	margin-top: 50px;
}
.qualifications .text_mains .list{
	width: 430px;
	padding: 26px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	margin-right: 55px;
	margin-bottom: 50px;
}
.qualifications .text_mains .list:nth-child(3n){
	margin-right: 0;
}
.qualifications .type{
	margin-top: 30px;
}
.qualifications .type .list{
	 
	line-height: 40px;
	background-color: #EEEEEE;
	color: #BBBBBB;
	font-size: 18px;
	border-radius: 4px;
	margin: 0 10px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.qualifications .type .list.ons{
	background-color: #007BBC;
	color: #FFFFFF;
}
.contact{
	margin-bottom: 200px;
}
.contact .text_main{
	margin-top: 50px;
}
.contact .text_main .img{
	width: 777px;
	height: 475px;
}
.contact .text_main .text_mains{
	margin-right: 30px;
}
.contact .text_main .text_mains .list{
	margin: 30px 0;
}
.contact .text_mains .text_text{
	margin-left: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.hotspot{
	margin-top: 60px;
}
.hotspot .left{
	width: 480px;
}
.hotspot .left .name{
	margin-top: 16px;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
}
.hotspot .left .text{
	margin-top: 10px;
	line-height: 24px;
	color: #999999;
}
.hotspot .right{
	width: 890px;
}
.hotspot .right .list{
	border-bottom: 1px dashed #DBDBDB;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.hotspot .right .list:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.hotspot .right .time{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #F2F2F2;
}
.hotspot .right .day{
	color: #666666;
	font-size: 18px;
}
.hotspot .right .ym{
	color: #999999;
}
.hotspot .right .text_main{
	width: 810px;
}
.hotspot .right .name{
	font-size: 18px;
	font-weight: bold;
}
.hotspot .right .name a:hover{
	color: #007BBC;
}
.hotspot .right .text{
	margin-top: 6px;
	color: #BBBBBB;
}
.news_main{
	margin-top: 90px;
}
.news_main .list{
	border-bottom: 1px dashed #DBDBDB;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news_main .list .left{
	width: 1010px;
}
.news_main .list .img{
	width: 200px;
}
.news_main .list .text_main{
	width: 790px;
}
.news_main .list .name{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.news_main .list .text{
	color: #BBBBBB;
	margin-top: 20px;
}
.news_main .list .types{
	margin-top: 20px;
}
.news_main .list .types span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	padding: 0 14px;
	border: 1px solid #EEEEEE;
	color: #999999;
	font-size: 12px;
}
.news_main .list .time{
	color: #666666;
}
.pages{
	margin-top: 70px;
	margin-bottom: 200px;
}
.pages a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	color: #BBBBBB;
	font-size: 16px;
	padding: 0 11px;
	margin: 0 2px;
}
.pages a.ons{
	border:  1px solid #007BBC;
	color: #FFFFFF;
	background-color: #007BBC;
}
.pages a:hover{
	border:  1px solid #007BBC;
	color: #FFFFFF;
	background-color: #007BBC;
}
.news_del .left{
	width: 920px;
}
.news_del .left .text_main{
	margin-top: 30px;
}
.news_del .left .text_main p{
	line-height: 50px;
	font-size: 20px;
	text-indent: 2em;
}
.news_del .right{
	width: 450px;
	margin-top: 50px;
}
.news_del .right .recommend_name{
	padding: 20px 20px 0;
	background-color: #EFEFEF;
	font-size: 20px;
}
.news_del .right .list{
	padding: 20px;
	background-color: #EFEFEF;
	margin-bottom: 15px;
}
.news_del .right .list .img{
	width: 120px;
}
.news_del .right .list .text_main{
	width: 280px;
}
.news_del .right .list .name{
	font-size: 14px;
	margin-bottom: 4px;
}
.news_del .right .list .text{
	font-size: 12px;
	margin-bottom: 4px;
	color: #999999;
}
.news_del .right .list .time{
	font-size: 12px;
	color: #BBBBBB;
}
.banner{
	position: relative;
	margin-top: 164px;
}
.banner_search{
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 550px;
}
.banner_search .name{
	font-size: 36px;
	color: #FFFFFF;
}
.banner_search .searchs{
	margin-top: 38px;
	border-radius: 4px;
	overflow: hidden;
}
.banner_search .searchs .inputs{
	width: 460px;
	background-color: #FFFFFF;
	height: 50px;
}
.banner_search .searchs .inputs input{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 20px;
}
.banner_search .searchs .submits{
	width: 90px;
	line-height: 50px;
	background-color: #007BBC;
	color: #FFFFFF;
	text-align: center;
}
.banner_search .text{
	margin-top: 25px;
	color: #FFFFFF;
	font-size: 18px;
}
.resources{
	background-color: #F5F5F5;
	padding: 50px 0 90px;
}
.resources .types .list{
	width: 100px;
	height: 40px;
	border: 1px solid #EEEEEE;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	border-radius: 4px;
	margin: 0 10px;
}
.resources .types .list.ons{
	background-color: #007BBC;
	color: #FFFFFF;
	border: 1px solid #007BBC;
}
.resources .text_main{
	margin-top: 40px;
}
.resources .text_main .lists{
	width: 690px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 30px;
}
.resources .text_main .name{
	background-color: #007BBC;
	line-height: 70px;
	padding: 0 20px;
	border-radius: 4px;
	font-size: 20px;
	color: #FFFFFF;
}
.resources .text_main .text_mains{
	padding: 20px;
}
.resources .text_main .list{
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.resources .text_main .list a{
	color: #999999;
}
.resources .text_main .list a:hover{
	color: #007BBC;
}
.resources .text_main .lists:nth-child(4) .name{
	background-color: #FFA353;
}
.resources .text_main .lists:nth-child(4) a:hover{
	color: #FFA353;
}
.service{
	margin-top: 60px;
}
.service .titles{
	margin-top: 75px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}
.service .titles .name{
	font-size: 28px;
	font-weight: bold;
}
.service .titles .more a{
	color: #BBBBBB;
}
.service .service_introduce .img{
	width: 600px;
}
.service .service_introduce .text_main{
	width: 800px;
	padding: 30px 30px 0;
	background-color: #F6F6F6;
}
.service .service_introduce .name{
	margin-top: 20px;
	font-size: 28px;
}
.service .service_introduce .text{
	margin-top: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}
.service .service_news .text_main{
	margin-top: 20px;
}
.service .service_news .list{
	width: 320px;
	margin-right: 40px;
}
.service .service_news .list:last-child{
	margin-right: 0;
}
.service .service_news .img{
	height: 200px;
	position: relative;
	overflow: hidden;
}
.service .service_news .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: none;
	transition: all 1s;
}
.service .service_news .list .img:hover img{
	width: 120%;
}
.service .service_news .text_main .name{
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
.service .service_news .text{
	color: #999999;
	margin-top: 6px;
}
.service .service_news .time{
	color: #BBBBBB;
	margin-top: 6px;
}
.service .service_case .text_main{
	margin-top: 20px;
	flex-wrap: wrap;
}
.service .service_case .list{
	width: 210px;
	margin-right: 28px;
	margin-bottom: 28px;
	position: relative;
	overflow: hidden;
}
.service .service_case .list:nth-child(6n){
	margin-right: 0;
}
.service .service_case .list img{
	transition: all 1s;
}
.service .service_case .list:hover img{
	transform: scale(1.2);
}
.service .service_case .list .name{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	opacity: 0;
	transition: all 1s;
	background-color: #007bbc;
}
.service .service_case .list:hover .name{
	opacity: 1;
}
.service .service_case .img{
	height: 150px;
	position: relative;
	overflow: hidden;
}
.service .service_case .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.cooperation{
	background-color: #F3F3F3;
	padding: 50px 0;
	margin-top: 70px;
}
.cooperation .name{
	font-size: 28px;
	font-weight: bold;
}

.cooperation .text_main{
	margin-top: 40px;
}
.cooperation .list{
	width: 210px;
	margin-right: 28px;
	height: 80px;
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
}
.cooperation .list:nth-child(6n){
	margin-right: 0;
}
.cooperation .list img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.service .service_design .text_main{
	margin-top: 20px;
}
.service .service_design .list{
	width: 250px;
	height: 180px;
	margin-right: 38px;
	position: relative;
	overflow: hidden;
}
.service .service_design .list:last-child{
	margin-right: 0;
}
.service .service_design .list img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: none;
	transition: all 1s;
	z-index: 1;
}
.service .service_design .list:hover img{
	width: 120%;
}
.service .service_design .list .name{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #007bbc00;
	transition: all 1s;
	font-size: 20px;
	color: #FFFFFF;
	opacity: 0;
	font-weight: bold;
}
.service .service_design .list:hover .name{
	background-color: #007BBC;
	opacity: 1;
}
.join{
	margin-bottom: 160px;
}
.join .text_main{
	margin-top: 50px;
}
.join .text_main .img{
	width: 564px;
	border-radius: 10px;
	overflow: hidden;
}
.join .text_main .text{
	width: 746px;
	font-size: 22px;
	line-height: 60px;
	color: #666666;
}
.culture{
	background-color: #F5F5F5;
	padding: 70px 0 10px;
}
.culture .text_main .list{
	width: 320px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-right: 40px;
	margin-bottom: 30px;
}
.culture .text_main .list:nth-child(4n){
	margin-right: 0;
}
.culture .text_main .list .name{
	font-size: 16px;
	margin-top: 20px;
}
.culture .text_main .list .text{
	color: #999999;
	margin-top: 6px;
	line-height: 18px;
}
.culture .text_main .list .time{
	color: #BBBBBB;
	margin-top: 2px;
}
.join_main{
	margin-top: 70px;
	margin-bottom: 180px;
}
.join_main .left{
	width: 500px;
}
.join_main .left .list{
	padding: 10px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.join_main .left .list:last-child{
	margin-bottom: 0;
}
.join_main .left .img{
	width: 200px;
}
.join_main .left .text_main{
	width: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.join_main .left .name{
	font-size: 20px;
}
.join_main .left .text{
	color: #999999;
}
.join_main .left .time{
	color: #999999;
	font-size: 12px;
}
.join_main .left .list.ons{
	background-color: #007BBC;
}
.join_main .left .list.ons .name , .join_main .left .list.ons .text , .join_main .left .list.ons .time{
	color: #FFFFFF;
}
.join_main .right{
	width: 880px;
	background-color: #F5F5F5;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.join_main .right .titles{
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
}
.join_main .right .text_mains{
	border-bottom: 1px dashed #DCDCDC;
	padding-bottom: 30px;
}
.join_main .right .text_mains:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.join_main .right .name{
	font-size: 16px;
	font-weight: bold;
	color: #007BBC;
	margin-top: 30px;
	margin-bottom: 10px;
}
.join_main .right .text{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.join_main .right .bottom{
	display: flex;
	color: #BBBBBB;
	justify-content: space-between;
}
.services.hotspot{
	margin-top: 0;
}
.services .type_names{
	margin-top: 50px;
	border-bottom: 1px solid #DDDDDD;
}
.services .type_names .names{
	padding-bottom: 13px;
	font-size: 18px;
	margin-right: 30px;
}
.services .type_names .names a{
	color: #BBBBBB;
}
.services .type_names .names.ons{
	border-bottom: 2px solid #007AFF;
}
.services .type_names .names.ons a{
	color: #007BBC;
}
.services .type_names .more a{
	color: #BBBBBB;
}
.services .text_mains{
	margin-top: 20px;
}
.agent{
	padding: 60px 0 70px;
	margin-top: 70px;
	background-color: #F3F3F3;
}
.agent .lists{
	background-color: #FFFFFF;
	width: 435px;
	padding: 20px;
}
.agent .lists .list{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.agent .lists .names{
	margin-top: 20px;
}
.agent .lists .names span{
	display: inline-block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 22px;
	background-color: #007BBC;
	border-radius: 4px;
}
.agent .lists .text_main{
	margin-top: 40px;
}
.agent .lists .name{
	font-size: 16px;
	line-height: 26px;
}
.agent .lists .name span{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background-color: #c7ecff;
	padding: 0 10px;
	color: #007BBC;
	font-size: 14px;
	border-radius: 2px;
}
.agent .lists .name span.no{
	background-color: #ffe1e1;
	padding: 0 10px;
	color: #FF0000;
}
.agent .lists .time{
	margin-top: 5px;
	color: #999999FF;
	font-size: 12px;
}
.agent .lists .more{
	margin-top: 20px;
}
.agent .lists .more a{
	display: inline-block;
	height: 36px;
	border-radius: 36px;
	width: 150px;
	border: 1px solid #007BBCFF;
	line-height: 36px;
	color: #007BBCFF;
	font-size: 16px;
}
.service_del.details{
	margin-bottom: 60px;
}
.school{
	background-color: #F5F5F5FF;
	padding: 10px 0 75px;
}
.school .text_main{
	margin-top: 30px;
}
.school .lists{
	padding: 30px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.school .lists .text{
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.school .list{
	width: 685px;
	padding: 30px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-right: 30px;
}
.school .list:nth-child(2n-1){
	margin-right: 0;
}
.school .list .titles{
	text-align: center;
	font-size: 20px;
	color: #007BBCFF;
	font-weight: bold;
}
.school .list .titles.two{
	margin-top: 20px;
}

.school .list .name{
	color: #333333FF;
	margin-top: 20px;
}
.school .list .text{
	line-height: 20px;
	font-size: 12px;
	color: #999999FF;
}

@media only screen and (max-width: 1399px) {
	.main{
		width: 1200px;
	}
	.sy_banner .sy_nr{
		top: 50%;
	}
	.sy_banner .sy_nr .sy_news{
		width: 550px;
	}
	.sy_banner .sy_nr .sy_product{
		width: 640px;
	}
	.join .text_main .img{
		width: 520px;
	}
	.join .text_main .text{
		width: 640px;
		line-height: 50px;
	}
	.qualifications .text_main .img{
		width: 520px;
	}
	.qualifications .text_main .text{
		width: 640px;
	}
	.qualifications .text_mains .list{
		padding: 20px;
		width: 380px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.culture .text_main .list{
		width: 280px;
		padding: 10px;
		margin-right: 25px;
	}
	.culture .text_main .list .name{
		margin-top: 10px;
	}
	.pages{
		margin-top: 40px;
		margin-bottom: 160px;
	}
	.news_del .left{
		width: 800px;
	}
	.news_del .right{
		width: 370px;
	}
	.news_del .right .recommend_name{
		padding: 10px 10px 0;
	}
	.news_del .right .list{
		padding: 10px;
		margin-bottom: 10px;
	}
	.news_del .right .list .img{
		width: 110px;
	}
	.news_del .right .list .text_main{
		width: 235px;
	}
	.contact .text_main .img{
		width: 600px;
		height: 400px;
	}
	.hotspot .left{
		width: 380px;
	}
	.hotspot .right{
		width: 780px;
	}
	.hotspot .right .list{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.hotspot .right .text_main{
		width: 700px;
	}
	.news_main{
		margin-top: 60px;
	}
	.resources .text_main .lists{
		width: 580px;
	}
	.resources .text_main .name{
		line-height: 60px;
	}
	.service .service_news .list{
		width: 280px;
		margin-right: 26px;
	}
	.service .service_news .img{
		height: 174px;
	}
	.service .service_news .text_main .name{
		margin-top: 15px;
	}
	.service .service_introduce .img{
		width: 520px;
	}
	.service .service_introduce .text_main{
		width: 680px;
		padding: 20px 20px 0;
	}
	.service .service_introduce .name{
		margin-top: 15px;
	}
	.service .service_introduce .text{
		margin-top: 15px;
		line-height: 32px;
	}
	.service .service_case .list{
		width: 180px;
		margin-right: 24px;
	}
	.cooperation .list{
		width: 180px;
		margin-right: 24px;
		margin-bottom: 14px;
	}
	.agent .lists{
		width: 380px;
	}
	.service .service_design .list{
		width: 220px;
		margin-right: 25px;
		height: 158px;
	}
	.school .lists{
		padding: 25px;
	}
	.school .list{
		width: 590px;
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 25px;
	}
	.join_main .left{
		width: 460px;
	}
	.join_main .right{
		width: 720px;
	}
	.join_main .left .img{
		width: 180px;
	}
	.join_main .left .text_main{
		width: 250px;
	}
}
@media only screen and (max-width: 1199px) {
	.main{
		width: 95%;
	}
	.head .top{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.head .logo .text_main{
		margin-left: 10px;
	}
	.head .logo .name{
		font-size: 16px;
	}
	.head .logo .text{
		font-size: 12px;
	}
	.head .navigation{
		font-size: 14px;
	}
	.head .search{
		display: none;
	}
	.head .nav{
		height: 40px;
		line-height: 40px;
	}
	.head .nav .list a{
		font-size: 14px;
	}
	.head .nav .xiala{
		top: 40px;
	}
	.sy_banner{
		margin-top: 150px;
	}
	.banner{
		margin-top: 150px;
	}
	.sy_banner .sy_nr{
		top: 22%;
	}
	.sy_banner .sy_nr .sy_news{
		padding: 10px;
		width: 45%;
	}
	.sy_banner .sy_nr .sy_product{
		width: 53%;
		padding: 10px;
	}
	.sy_banner .sy_news .titles .names{
		font-size: 14px;
		padding-bottom: 4px;
	}
	.sy_banner .sy_news .titles .namese{
		font-size: 12px;
	}
	.sy_banner .sy_news .titles .more a{
		font-size: 12px;
	}
	.sy_banner .sy_news .list{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.sy_banner .sy_product .titles .names{
		font-size: 14px;
	}
	.sy_banner .sy_product .titles .namese{
		font-size: 12px;
	}
	.sy_banner .sy_product .titles a{
		font-size: 12px;
	}
	.sy_banner .sy_product .titles .name{
		align-items: center;
	}
	.sy_banner .sy_product .text_main .name{
		font-size: 16px;
	}
	.sy_banner .sy_product .text{
		font-size: 12px;
	}
	.sy_banner .swiper-slide img{
		display: inline-block;
	}
	.footer .tel{
		font-size: 12px;
	}
	.title{
		margin-top: 5%;
		font-size: 26px;
	}
	.title_text{
		margin-top: 2%;
		font-size: 12px;
	}
	.crumbs{
		line-height: 36px;
		font-size: 12px;
	}
	.culture .text_main .list{
		margin-right: 2%;
		width: 32%;
		margin-bottom: 2%;
	}
	.culture .text_main .list:nth-child(4n){
		margin-right: 2%;
	}
	.culture .text_main .list:nth-child(3n){
		margin-right: 0;
	}
	.pages{
		margin-top: 5%;
		margin-bottom: 10%;
	}
	.pages a{
		font-size: 14px;
		line-height: 28px;
		height: 30px;
		padding: 0 8px;
	}
	.culture .text_main .list .name{
		font-size: 14px;
		margin-top: 1.5%;
	}
	.culture .text_main .list .text{
		font-size: 12px;
		margin-top: 1%;
	}
	.culture .text_main .list .time{
		font-size: 12px;
	}
	.news_del .left{
		width: 65%;
	}
	.news_del .right{
		width: 33%;
		margin-top: 5%;
	}
	.news_del .right .list .img{
		width: 30%;
	}
	.news_del .right .list .text_main{
		width: 68%;
	}
	.news_del .left .text_main{
		margin-top: 3%;
	}
	.news_del .left .text_main p{
		line-height: 30px;
		font-size: 16px;
	}
	.qualifications .text_main .img{
		width: 46%;
	}
	.qualifications .text_main .text{
		width: 52%;
	}
	.qualifications .text_mains .list{
		width: 32%;
		margin-right: 2%;
		padding: 10px;
	}
	.qualifications .type .list{
		width: 80px;
		line-height: 32px;
		font-size: 14px;
	}
	.contact .text_main .img{
		width: 52%;
		height: 380px;
	}
	.contact .text_main .text_mains{
		width: 45%;
		margin-right: 0;
	}
	.contact .text_mains .ioc{
		width: 10%;
	}
	.contact .text_mains .text_text{
		width: 90%;
	}
	.join .text_main .img{
		width: 50%;
	}
	.join .text_main .text{
		width: 48%;
		font-size: 16px;
		line-height: 34px;
	}
	.service .service_introduce .img{
		width: 48%;
	}
	.service .service_introduce .text_main{
		width: 52%;
		padding: 10px 10px 0;
	}
	.service .service_introduce .name{
		margin-top: 0;
		font-size: 22px;
	}
	.service .service_introduce .text{
		font-size: 14px;
		margin-top: 1%;
		line-height: 22px;
	}
	
	.service .titles .name{
		font-size: 20px;
	}
	.service .titles .more{
		font-size: 12px;
	}
	.service .service_news .list{
		width: 24%;
		margin-right: 2%;
	}
	.service .service_news .img{
		height: 126px;
	}
	.service .service_news .text_main .name{
		font-size: 16px;
		margin-top: 1.5%;
	}
	.service .service_news .text{
		font-size: 12px;
		margin-top: 1%;
	}
	.service .service_news .time{
		font-size: 12px;
		margin-top: 1%;
	}
	.service .service_case .list{
		width: 15.8%;
		margin-right: 1%;
	}
	.cooperation .name{
		font-size: 20px;
	}
	.cooperation .list{
		width: 24%;
		margin-right: 1%;
	}
	.cooperation .list:nth-child(6n){
		margin-right: 1%;
	}
	.cooperation .list:nth-child(4n){
		margin-right: 0;
	}
	.news_main .list{
		margin-bottom: 2%;
		padding-bottom: 2%;
	}
	.news_main .list .left{
		width: 90%;
	}
	.news_main .list .img{
		width: 28%;
	}
	.news_main .list .text_main{
		width: 70%;
	}
	.news_main .list .name{
		font-size: 16px;
	}
	.news_main .list .text{
		margin-top: 2%;
		font-size: 12px;
	}
	.news_main .list .types{
		font-size: 12px;
		margin-top: 2%;
	}
	.join_main{
		margin-top: 7%;
		margin-bottom: 10%;
	}
	.join_main .left{
		width: 38%;
	}
	.join_main .right{
		width: 60%;
		padding: 10px 20px;
	}
	.join_main .left .img{
		width: 38%;
	}
	.join_main .left .text_main{
		width: 60%;
	}
	.join_main .left .name{
		font-size: 16px;
	}
	.join_main .left .text{
		font-size: 12px;
	}
	.join_main .right .titles{
		font-size: 20px;
		margin-top: 1%;
	}
	.join_main .right .text_mains{
		padding-bottom: 3%;
	}
	.join_main .right .name{
		font-size: 14px;
		margin-top: 3%;
	}
	.join_main .right .text{
		font-size: 14px;
		line-height: 26px;
	}
	.join_main .right .bottom{
		font-size: 12px;
	}
	.school .list{
		margin-right: 0;
	}
	.service .service_design .list{
		width: 20%;
		margin-right: 1%;
		height: 110px;
	}
	.services .type_names .names{
		font-size: 16px;
		margin-right: 20px;
	}
	.services .type_names .more a{
		font-size: 12px;
	}
	.hotspot .left{
		width: 30%;
	}
	.hotspot .right{
		width: 68%;
	}
	.hotspot .left .name{
		font-size: 16px;
		margin-top: 2%;
	}
	.hotspot .left .text{
		font-size: 12px;
		margin-top: 2%;
	}
	.hotspot .right .list{
		margin-bottom: 2%;
		padding-bottom: 2%;
	}
	.hotspot .right .time{
		width: 10%;
		height: 60px;
	}
	.hotspot .right .day{
		font-size: 16px;
	}
	.hotspot .right .ym{
		font-size: 12px;
	}
	.hotspot .right .text_main{
		width: 88%;
	}
	.hotspot .right .name{
		font-size: 16px;
	}
	.hotspot .right .text{
		font-size: 12px;
	}
	.agent .lists{
		width: 32%;
		padding: 10px;
	}
	.agent .lists .names span{
		font-size: 18px;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}
	.agent .lists .text_main{
		margin-top: 4%;
	}
	.agent .lists .list{
		margin-bottom: 2%;
		padding-bottom: 2%;
	}
	.agent .lists .name{
		font-size: 14px;
		line-height: 22px;
	}
	.agent .lists .name span{
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		padding: 0 6px;
	}
	.agent .lists .more a{
		font-size: 14px;
		height: 30px;
		line-height: 28px;
	}
	.banner_search{
		display: none;
	}
	.resources .types .list{
		font-size: 16px;
		height: 32px;
		width: 80px;
		line-height: 32px;
	}
	.resources .text_main .lists{
		width: 48%;
	}
	.resources .text_main .name{
		line-height: 50px;
		font-size: 18px;
	}
	.resources .text_main .text_mains{
		padding: 10px;
	}
	.resources .text_main .list{
		line-height: 34px;
	}
}
@media only screen and (max-width: 767px) {
	.head .top{
		display: none;
	}
	.head .navigation{
		display: none;
	}
	.head .center{
		height: 60px;
		width: 100%;
		padding: 0 2.5%;
		background-color: #FFFFFF;
		position: relative;
		z-index: 6;
	}
	.head .logo .ioc img{
		height: 34px;
	}
	.head .logo .name{
		font-size: 14px;
	}
	.head .menu{
		display: block;
	}
	.head .nav{
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		z-index: 4;
		height: auto;
		transition: all 0.6s;
	}
	.head .nav .main{
		width: 100%;
		flex-wrap: wrap;
	}
	.head .nav .xiala{
		position: relative;
		top: auto;
	}
	.head .nav.ons{
		top: 60px;
	}
	.head .nav .list:hover .xiala{
		display: flex;
		flex-wrap: wrap;
	}
	.head .nav .xiala .xlist{
		width: 33%;
	}
	.sy_banner{
		margin-top: 60px;
	}
	.banner{
		margin-top: 60px;
	}
	.sy_banner .swiper-pagination{
		display: block;
	}
	.sy_banner .sy_nr{
		margin-top: 2%;
		position: relative;
		flex-direction: column;
	}
	.sy_banner .sy_nr .sy_news , .sy_banner .sy_nr .sy_product{
		width: 100%;
	}
	.sy_banner .sy_nr .sy_product{
		margin-top: 2%;
	}
	.footer .center{
		flex-direction: column;
	}
	.footer .nav{
		display: none;
	}
	.sy_banner .sy_product .text_main{
		flex-wrap: wrap;
	}
	.sy_banner .sy_product .list{
		width: 50%;
	}
	.sy_banner .sy_product .titles{
		padding: 0 10px;
	}
	.sy_banner .sy_product .list img{
		width: 100%;
	}
	.crumbs .main{
		flex-direction: column;
	}
	.crumbs .right{
		flex-direction: column;
	}
	.crumbs .right .list{
		margin: 0;
		text-align: center;
	}
	.qualifications .text_main{
		flex-direction: column;
	}
	.qualifications .text_main .img{
		width: 100%;
	}
	.qualifications .text_main .text{
		width: 100%;
	}
	.qualifications .text_mains .list{
		width: 100%;
		margin-bottom: 2%;
		margin-right: 0;
	}
	.contact .text_main{
		flex-direction: column;
	}
	.contact .text_main .img{
		width: 100%;
		height: 300px;
	}
	.contact .text_main .text_mains{
		width: 100%;
	}
	.contact{
		margin-bottom: 5%;
	}
	.join .text_main{
		flex-direction: column;
	}
	.join .text_main .img{
		width: 100%;
	}
	.join .text_main .text{
		width: 100%;
	}
	.culture .text_main .list{
		width: 100%;
		margin-right: 0;
	}
	.culture .text_main .list .img img{
		width: 100%;
	}
	.news_del{
		flex-direction: column;
	}
	.news_del .left , .news_del .right{
		width: 100%;
	}
	.title{
		font-size: 20px;
	}
	.news_main .list{
		flex-direction: column;
	}
	.news_main .list .left{
		width: 100%;
	}
	.news_main .list .time{
		width: 100%;
		text-align: right;
	}
	.join_main{
		flex-direction: column;
	}
	.join_main .left{
		width: 100%;
	}
	.join_main .left .list{
		margin-bottom: 2%;
	}
	.join_main .right{
		width: 100%;
		margin-top: 2%;
	}
	.service .service_introduce{
		flex-direction: column;
	}
	.service .service_introduce .img , .service .service_introduce .text_main{
		width: 100%;
	}
	.service .service_news .text_main{
		flex-wrap: wrap;
	}
	.service .service_news .list{
		width: 48%;
		margin-right: 4%;
	}
	.service .service_news .list:nth-child(2n){
		margin-right: 0;
	}
	.service .service_case .text_main{
		flex-wrap: wrap;
	}
	.service .service_case .list{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.service .service_case .list:nth-child(3n){
		margin-right: 0;
	}
	.cooperation .list{
		width: 48%;
		height: 60px;
		margin-right: 4%;
	}
	.cooperation .list:nth-child(2n){
		margin-right: 0;
	}
	.agent .main{
		flex-wrap: wrap;
	}
	.agent .lists{
		margin-bottom: 4%;
		width: 100%;
	}
	.services .type_names{
		display: none;
	}
	.services .text_mains{
		flex-direction: column;
	}
	.hotspot .left , .hotspot .right{
		width: 100%;
	}
	.hotspot .right{
		margin-top: 2%;
	}
	.hotspot .right .time{
		width: 15%;
	}
	.hotspot .right .text_main{
		width: 83%;
	}
	.resources .text_main .lists{
		width: 100%;
	}
	.service .service_design .text_main{
		flex-direction: column;
	}
	.service .service_design .list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
		height: 250px;
	}
	.hotspot{
		flex-direction: column;
	}
}

.pagination li{
	display: inline-block;
}
.pages span{
	  display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    color: #BBBBBB;
    font-size: 16px;
    padding: 0 11px;
    margin: 0 2px;
  
}
.pages .active span{
	   border: 1px solid #007BBC;
    color: #FFFFFF;
    background-color: #007BBC;
}
.sy_news .text_mains a:hover{
		color: #007BBC;
		text-decoration: underline;
}
.text_main a:hover{
	 color: #007BBC;
		text-decoration: underline;
}