@charset "utf-8";
*{margin: 0;padding: 0;box-sizing: border-box;}
ul{list-style: none;}
a{text-decoration: none;color: inherit;}
em,i{font-style: normal;}
h2,h3,h4,h5,h6{font-weight: normal;}
.aftercb:after{content: '';display: block;clear: both;}
.img{position: relative;}
.img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}

.btn{
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 99;
	display: none;
}
.btn div{
	width: 24px;
	height: 2px;
	background: #266ec7;
	margin-bottom: 6px;
}
.wrap_nav{
	width: 30%;
	background: rgba(255,255,255,.8);
	position: absolute;
	top: 50px;
	right: 0;
	display: none;
	z-index: 99;
}
.wrap_nav li a{
	display: block;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
}
.header .logo{
	margin-top: 16px;
}
.header ul{
	float: right;
}
.header ul li{
	font-size: 18px;
	color: #2e2e2e;
	text-align: center;
	line-height: 96px;
	float: left;width: 98px;
	font-family: "思源黑体";
	position: relative;
}
.header ul li a{
	display: block;
	transition: .3s;
}
.header ul li.on>a,.header ul li:hover>a{
	color: #266ec7;
}
.header ul li .erji{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
.header ul li .erji a{
	line-height: 36px;
	background: #fff;
	height: 0;
	font-size: 14px;
	border-bottom: 0 solid #ccc;
	transition: .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header ul li .erji a:hover{
	background: #266ec7;
	color: #fff;
}
.header ul li:hover .erji a{
	height: 36px;
	border-width: 1px;
}
.swiper-container{
	font-size: 0;
}
.swiper-container img{
	width: 100%;
}
.swiper-one .swiper-pagination{
	padding-bottom: 10px;
	height: 30px;
}
.swiper-one .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
	transition: .3s;
	vertical-align: middle;
	margin: 0 6px !important;
}
.swiper-one .swiper-pagination .swiper-pagination-bullet-active{
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
	background: #266ec7;
}
.index-main1{
	padding: 60px 0 40px;
}
.index-main1 .div1{
	margin-bottom: 50px;
}
.index-main1 .div1 .img{
	width: 384px;
	height: 384px;
	display: inline-block;
}
.index-main1 .div1>img{
	display: inline-block;
	vertical-align: top;
	margin-left: 24px;
}
.index-main1 .div1 .right{
	float: right;
	width: calc(100% - 612px);
	padding-top: 30px;
}
.index-main1 .div1 .right .text1{
	font-size: 14px;
	line-height: 30px;
	color: #5e5e5e;
	max-height: 240px;
	overflow: hidden;
}
.index-main1 .div1 .right .text1 p{
	text-indent: 2em;
}
.more-1{
	width: 138px;
	line-height: 46px;
	border-radius: 46px 46px;
	background: #266ec7;
	font-size: 14px;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 40px;
}
.index-main1 .div2>div{
	width: 33.33%;
	float: left;
	text-align: center;
}
.index-main1 .div2>div .img{
	width: 81px;
	height: 72px;
	margin: 0 auto;
}
.index-main1 .div2>div .img img{
	transition: .3s;
}
.index-main1 .div2>div:hover .img img{
	transform: translate(-50%,-50%) scale(1.1) rotateY(180deg);
}
.index-main1 .div2>div h5{
	font-size: 15px;
	color: #266EC7;
	padding: 8px 0 1px;
}
.index-main1 .div2>div p{
	font-size: 14px;
	color: #ababab;
}
.index-main2{
	height: 646px;
	background-position: center center;
	background-size: auto 100%;
	position:relative;
}
.index-main2::after {
	background-image: url(../images/index1.jpg);
	height:100%;
	width:100%;
    content: "";
    opacity: 0.5; 
    position: absolute;  
    top: 0;
    left: 0;
    bottom: 0;
	z-index:-1;
    right: 0;
}
.index-title{
	padding: 50px 0 30px;
	text-align: center;
	font-size: 28px;
	color: #1a1a1a;
}
.index-title i{
	color: #266EC7;
	text-transform: uppercase;
}
.index-main2 .div1>div{
	width: 33.33%;
	float: left;
	background: rgba(255,255,255,.96);
	height: 186px;
	padding: 42px 38px 0 38px;
}
.index-main2 .div1>div:nth-child(2n){
	background: rgba(232,242,255,.96);
}
.index-main2 .div1>div h5{
	font-size: 18px;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-main2 .div1>div p{
	font-size: 14px;
	color: #787878;
	line-height: 28px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index-main2 .more-1{
	float: none;
	display: block;
	margin: 40px auto 0;
	background: transparent;
	border: 1px solid #266EC7; 
	color: #266EC7;
	transition: .3s;
}
.index-main2 .more-1:hover{
	background: #266EC7;
	color: #fff;
}
.ul-1{
	max-width: 1700px;
	margin: 0 auto;
}
.ul-1 li{
	float: left;
	width: 24%;
	margin: 0 1.33% 0 0;
	border: 1px solid #ababab;
}
.ul-1 li:nth-child(4n){
	margin-right: 0;
}
.ul-1 li .img{
	width: 98%;
	margin: 1px auto 0;
}
.ul-1 li .bottom{
	transition: .3s;
	background: transparent;
	text-align: center;
	transition: .3s;
	height: 110px;
}
.ul-1 li:hover .bottom{
	background: #266EC7;
}
.ul-1 li .bottom h5{
	font-size: 18px;
	color: #2e2e2e;
	padding: 15px 0 10px;
	height:43px;overflow:hidden;
}
.ul-1 li:hover .bottom h5{
	color: #fff;
}
.ul-1 li .bottom p{
	padding: 0 25px;
	font-size: 14px;
	line-height: 28px;
	color: #787878;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
max-height:56px;
}
.ul-1 li:hover .bottom p{
	opacity: 0;
}
.ul-1 li .bottom i{
	display: block;
	margin: -36px auto 0; 
	width: 128px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px 36px;
	border: 1px solid #fff;
	color: #fff;
	transition: .3s;
	opacity: 0;
}
.ul-1 li:hover .bottom i{
	opacity: 1;
	margin-top: -18px;
}
.index-main3>a{
	display: block;
	width: 140px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px 48px;
	background: transparent;
	border: 1px solid #266EC7;
	transition: .3s;
	text-align: center;
	font-size: 16px;
	color: #266EC7;
	margin: 45px auto 60px;
}
.index-main3>a:hover{
	background: #266EC7;
	color: #fff;
}
.index-main4{
	height: 516px;
	background-position: center center;
	background-size: auto 100%;
	position:relative;
}
.index-main4::after {
	background-image: url(../images/index0.jpg);
	height:100%;
	width:100%;
    content: "";
    opacity: 0.2; 
    position: absolute;  
    top: 0;
    left: 0;
    bottom: 0;
	z-index:-1;
    right: 0;
}
.index-main4 .div1 .left{
	width: 588px;
	display: inline-block;
}
.swiper-two .swiper-pagination{
	text-align: right;
	padding-right: 20px;
}
.swiper-two .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .6;
}
.swiper-two .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1;
}
.index-main4 .div1 .right{
	float: right;
	width: calc(100% - 612px);
}
.index-main4 .div1 .right ul li{
	border-bottom: 1px dashed #ababab;
	padding-left: 10px;
	position: relative;
}
.index-main4 .div1 .right ul li:last-child{
	border-bottom: none;
}
.index-main4 .div1 .right ul li:nth-child(1){
	padding-left: 0;
}
.index-main4 .div1 .right ul li:nth-child(1) h4{
	padding-top: 0;
}
.index-main4 .div1 .right ul li h4{
	font-size: 18px;
	color: #2e2e2e;
	padding: 13px 0 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-main4 .div1 .right ul li h4 i{
	float: right;
	font-size: 14px;
	color: #ababab;
	padding-top: 4px;
}
.index-main4 .div1 .right ul li p{
	font-size: 14px;
	line-height: 28px;
	color: #787878;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index-main4 .div1 .right ul li h6{
	font-size: 14px;
	color: #ababab;
	padding: 10px 0 10px;
}
.index-main4 .div1 .right ul li h6 i{
	float: right;
}
.index-main4 .div1 .right .more-1{
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
}
.index-main4 .div1 .right ul li:after{
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 2px;
	height: 20px;
	background: #266EC7;
}
.index-main4 .div1 .right ul li:nth-child(1):after{
	display: none;
}
.index-main4 .swiper-container img{max-height:330px;max-width:100%;width:auto;margin:0 auto;display:block;}
.footer{
	height: 332px;
	background-image: url(../images/pic1-3_02.jpg);
	background-position: center center;
	background-size: auto 100%;
	padding: 55px 0 10px;
	font-size: 14px;
	color: #fff;
}
.footer h3{
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer .left{
	float: left;
	position: relative;
}
.footer .left:after{
	content: '';
	position: absolute;
	top: 52px;
	right: -142px;
	width: 2px;
	height: 125px;
	background-image: url(../images/pic1-4_03.png);
	display: none;
}
.footer .left>div{
	float: left;
	width: 120px;
	margin-right: 38px;
}
.footer .left>div:last-child{
	margin-right: 0;
}
.footer .left>div a{
	display: block;
	margin-bottom: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer .left>div a:hover{
	text-decoration: underline;
}
.footer  h5{
	font-size: 18px;
	margin-bottom: 20px;
}
.footer .right{
	float: right;
}
.footer .right p{
	margin-bottom: 20px;
}
.footer .right p img{
	margin-right: 6px;
	transform: translateY(3px);
}
.footer .right .div1{
	display: inline-block;
	margin-right: 110px;
}
.footer .right .div2{
	float: right;
	text-align: center;
}
.footer .right .div2 p{
	line-height: 36px;
}
.banquan{
	font-size: 14px;
	color: #fafafa;
	line-height: 32px;
	background: rgba(43,113,201,1);
	text-align: center;
}
.banquan i{
	display: inline-block;
	margin-left: 30px;
}
.banquan a:hover{
	text-decoration: underline;
}
.ny-ban{
	height: 420px;
	background-position-x: center;
	background-size: auto 100%;
}
.ny-na{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 60px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}
.ny-na .wrap>a{
	float: left;
	margin-right: 20px;
	position: relative;
	display: block;
}
.ny-na .wrap>a.on{
	color: #266EC7;
}
.ny-na .wrap>a.on:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	height: 2px;
	background: #266EC7;
}
.ny-na .wrap i{
	float: right;
}
.ny-na .wrap i a:hover{
	text-decoration: underline;
}
.about-1{
	font-size: 16px;
	color: #474747;
	line-height: 32px;
	padding-bottom: 40px;
}
.about-1>img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.about-1 p{
	text-indent: 2em;
}
.pro-list .ul-1 li{
	width: 32%;
	margin: 0 2% 25px 0;
}
.pro-list .ul-1 li:nth-child(3n){
	margin-right: 0;
}
.fanye-1{
	line-height: 32px;
	text-align: center;
	font-size: 0;
	padding: 20px 0 50px;
}
.fanye-1 a{
	display: inline-block;
	padding: 0 13px;
	font-size: 14px;
	color: #787878;
	border: 1px solid #7a7a7a; 
	margin: 0 8px;
	transition: .3s;
}
.fanye-1 a.on , .fanye-1 a:hover{
	color: #266EC7;
	border-color: #266EC7;
}
.plan{
	padding-bottom: 50px;
}
.plan ul li{
	padding: 25px 0 25px;
	border-bottom: 1px dashed #ababab;
}
.plan ul li h3{
	font-size: 22px;
	color: #266EC7;
	padding-left: 10px;
	border-left: 2px solid #266EC7;
	line-height: 24px;
	margin-bottom: 20px;
}
.plan ul li .img{
	display: inline-block;
	width: 180px;
	height: 180px;
}
.plan ul li .right{
	float: right;
	width: calc(100% - 200px);
	font-size: 16px;
	line-height: 32px;
	color: #474747;
	max-height: 192px;
	overflow: hidden;
}
.hezuo-1{
	padding-bottom: 50px;
}
.hezuo-1>img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.hezuo-1 h3{
	font-size: 24px;
	color: #266EC7;
	text-align: center;
	margin: 40px auto 15px;
}
.hezuo-1 p{
	font-size: 14px;
	color: #787878;
	text-align: center;
	margin-bottom: 40px;
}
.hezuo-1 ul li{
	padding-left: 12px;
	position: relative;
	float: left;
	width: 33.33%;
	line-height: 40px;
	font-size: 16px;
	color: #2e2e2e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hezuo-1 ul li:after{
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #266EC7;
}
.anli ul li{
	float: left;
	width: 23.5%;
	margin: 0 2% 30px 0;
}
.anli ul li:nth-child(4n){
	margin-right: 0;
}
.anli ul li .img p{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 36px;
	background: rgba(38,110,199,.64);
	transition: .3s;
}
.anli ul li:hover .img p{
	background: rgba(38,110,199,.94);
}
.artical-1{
	font-size: 16px;
	line-height: 32px;
	color: #474747;
	padding-bottom: 80px;
}
.artical-1 p{
	text-indent: 2em;
}
.news-list ul li{
	padding: 18px 0 18px 20px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}
.news-list ul li:after{
	content: '';
	position: absolute;
	top: 24px;
	left: 0;
	width: 12px;
	height: 12px;
	background-image: url(../images/pic1-9_03.jpg);
}
.news-list ul li h3{
	font-size: 18px;
	color: #2e2e2e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 4px;
}
.news-list ul li h3 i{
	float: right;
	font-size: 14px;
	color: #787878;
	padding-top: 4px;
}
.news-list ul li p{
	font-size: 14px;
	color: #787878;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.job{
	padding-bottom: 50px;
}
.job .h2{
	font-size: 24px;
	color: #266EC7;
	text-align: center;margin: 20px auto 30px;
}
.job .div10{
	margin-bottom: 50px
}
.job .div10 .left{
	width: 493px;
	display: inline-block;
}
.job .div10 .left img{
	width: 100%;
}
.job .div10 .right{
	float: right;
	width: calc(100% - 538px);
	font-size: 15px;
	line-height: 32px;
	color: #2e2e2e;
}
.job .div10 .right p{
	text-indent: 2em
}
.job-list .div1{
	margin-bottom: 15px;
}
.job-list .div1 h3{
	font-size: 16px;
	color: #333;
	height: 46px;
	line-height: 46px;
	padding-left: 35px;
	background: #e6e6e6;
	transition: .3s;
	position: relative;
	cursor: pointer;
}
.job-list .div1:nth-child(1) h3{
	font-size: 20px;
}
.job-list .div1 h3 span{
	float: left;
	width: 25%;
}
.job-list .div1 h3 div{
	width: 24px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.job-list .div1 h3 div:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 4px;
	background: #0086cd;
	transition: .3s;
}
.job-list .div1 h3 div:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	left: 50%;
	width: 4px;
	background: #0086cd;
	transition: .3s;
}
.job-list .div1.on h3 div:after{
	width: 0;
}
.job-list .div1 .div2{
	padding: 30px 30px 30px 30px;
	background: #fff;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	display: none;
}
.job-list .div1 .div2 h5{
	font-size: 18px;
	color: #0086cd;
}
.job-list .div1:nth-child(2) .div2{
	display: block;
}
.job-list .div3{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	padding: 40px 0 30px;
}
.job-list .div3 p{
	text-indent: 2em
}
.job-list .div3 p a{
	color: #03529a;
	text-decoration: underline;
}
.job-list .div1 .div2 h6{
	font-size: 16px;
	color: #2a63b2;
	border-top: 1px solid #dbdbdb;
	padding-top: 10px;
	margin-top: 50px;
}
.job-list .div4{
	font-size: 16px;
	color: #525252;
	line-height: 36px;
	text-align: center;
	margin-bottom: 60px;
}
.contact{
	padding-bottom: 80px;
}
.contact h2{
	font-size: 24px;
	text-align: center;color: #266EC7;
	margin-bottom: 14px;
}
.contact .div1{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #266EC7;
	padding:  20px 0 20px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.contact .div1 img{
	margin-right: 15px;
	transform: translateY(3px);
}
.map img{
	width: 100%;
}
.xq{
	font-size: 16px;
	line-height: 32px;
	color: #787878;
}
.xq .h2{
	font-size: 24px;
	color: #141414;
	text-align: center;
}
.xq .h6{
	font-size: 14px;
	color: #787878;
	text-align: center;
	margin: 12px auto 20px;
}
.xq p{
	text-indent: 2em
}
.xq>img{
	max-width: 100%;
	display: block;
	margin: 10px auto
}
.fenye{
	padding: 40px 0 50px;
	margin-top: 50px;
	border-top: 1px dashed #dbdbdb;
}
.fenye a{
	float: left;
}
.fenye a:last-child{
	float: right;
}
.fenye a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 1700px) {
	.ul-1{padding: 0 12px;}
}

@media only screen and (max-width: 1100px) {
	.header ul li{font-size: 14px;width: 72px;}
	.index-main1 .div1 .right{width: 100%;}
}

@media only screen and (max-width: 750px) {
	.btn{display: block;}
	.header ul{display: none;}
	.header{padding: 0 12px;}
	.logo{width: 35%;margin: 6px 0;}
	.swiper-one .swiper-pagination{padding-bottom: 0;height: 10px;}
	.swiper-one .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px !important;}
	.swiper-one .swiper-pagination .swiper-pagination-bullet-active{width: 10px;height: 10px;border-width: 2px;}
	.index-main1{padding: 30px 12px 20px;}
	.index-main1 .div1 .img{width: 100%;}
	.index-main1 .div1>img{margin-left: 0;width: 30%;float: left;display: none;}
	.index-main1 .div1 .right{padding-top: 4px;}
	.more-1{width: 116px;line-height: 38px;margin-top: 4px;}
	.index-main1 .div1{margin-bottom: 18px;}
	.index-main1 .div2>div .img{width: 44px;height: 37px;}
	.index-main1 .div2>div h5{font-size: 13px;}
	.index-main1 .div2>div p{font-size: 12px;}
	.index-title{font-size: 20px;}
	.index-title{padding: 26px 0 18px;}
	.index-main2 .div1>div{padding: 20px 4px 10px 4px;height: auto;width: 50%;}
	.index-main2 .div1>div h5{font-size: 13px;margin-bottom: 6px;}
	.index-main2 .div1>div p{font-size: 12px;line-height: 24px;}
	.index-main2{height: auto;padding-bottom: 20px;}
	.index-main2 .more-1{margin-top: 16px;}
	.index-main4{height: auto;padding: 0 12px 20px;}
	.index-main4 .div1 .left{width: 100%;}
	.index-main4 .div1 .right{width: 100%;}
	.index-main4 .div1 .right ul li h4{font-size: 13px;}
	.index-main4 .div1 .right ul li p{font-size: 12px;max-height:56px;}
	.index-main4 .div1 .right ul li h6{font-size: 12px;}
	.footer{height: auto;padding: 20px 12px 0;}
	.footer .left{display: none;}
	.ul-1 li .bottom i{display: none;}
	.ul-1 li{width: 49%;margin-right: 2%;margin-bottom: 8px;}
	.ul-1 li:nth-child(2n){margin-right: 0}
	.ul-1 li .bottom h5{font-size: 16px;height:36px;overflow: hidden;}
	.ul-1 li .bottom p{font-size: 12px;padding: 0 8px;height:56px;overflow: hidden;}
	.index-main3>a{margin: 14px auto 25px;}
	.footer h3{font-size: 20px;}
	.footer h5{font-size: 16px;}
	.footer .right{width: 100%;}
	.footer .right p{font-size: 12px;}
	.footer .right .div2{display: block;float: none;}
	.ny-ban{height: 116px;}
	.ny-na{line-height: 42px;font-size: 13px;}
	.about-1{padding: 0 12px 20px;font-size: 13px;line-height: 26px;}
	.pro-list .ul-1 li{width: 49%;margin-right: 2%;}
	.pro-list .ul-1 li:nth-child(3n){margin-right: 2%;}
	.pro-list .ul-1 li:nth-child(2n){margin-right: 0;}
	.fanye-1{padding: 0 0 20px;line-height: 20px;font-size: 12px;}
	.fanye-1 a{font-size: 12px;padding: 0 6px;margin: 0 2px;}
	.plan{padding: 0 12px 20px;}
	.plan ul li{padding: 14px 0 14px;}
	.plan ul li .right{font-size: 13px;line-height: 26px;max-height: 180px;}
	.hezuo-1{padding: 0 12px 20px;}
	.hezuo-1 h3{margin-top: 18px;}
	.hezuo-1 p{margin-bottom: 12px;}
	.hezuo-1 ul li{font-size: 14px;width: 50%;}
	.anli{padding: 0 12px;}
	.anli ul li{width: 49%;margin-right: 2%;}
	.anli ul li:nth-child(2n){margin-right: 0;}
	.anli ul li .img p{font-size: 13px;line-height: 26px;}
	.artical-1{font-size: 13px;line-height: 26px;padding: 0 12px 20px;}
	.news-list{padding: 0 12px 0;}
	.news-list ul{margin-bottom: 20px}
	.news-list ul li h3{font-size: 15px;}
	.job-list .div1 h3{font-size: 12px;padding-left: 12px}
	.job-list .div1 h3 span{width: auto;margin-right: 20px;}
	.job-list .div1 h3 span:nth-child(1){width: 100px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
	.job-list .div1 .div2{padding: 20px 12px 12px 12px;}
	.job-list .div1 .div2 h5{font-size: 16px;}
	.job-list .div3{padding: 10px 12px 0;font-size: 13px;line-height: 26px;}
	.job-list{padding-bottom: 30px;}
	.job-list .div4{font-size: 13px;line-height: 28px;padding: 0 12px;margin-bottom: 30px;}
	.job{padding: 0 12px 20px;}
	.job .div10 .right{width: 100%;font-size: 13px;line-height: 26px;}
	.job .div10 .left{width: 100%;}
	.job .h2{margin-bottom: 20px;font-size: 20px;}
	.job .div10{margin-bottom: 10px;}
	.job-list .div1:nth-child(1) h3{font-size: 14px;}
	.job-list .div1 h3 span:last-child{display: none;}
	.contact{padding-bottom: 20px;}
	.contact .div1{flex-wrap: wrap;padding: 12px 12px;}
	.contact .div1 div{width: 100%;margin-bottom: 8px;}
	.xq{padding: 0 12px 0;font-size: 13px;line-height: 26px;}
	.xq .h2{font-size: 18px;}
	.xq .h6{font-size: 12px;margin: 4px auto 8px;}
	.fenye{margin-top: 20px;padding: 20px 0 20px;}
	.fenye a{display: block;float: none;}
	.fenye a:last-child{float: none;}
	.footer .right .div1{margin-right: 0;}
	.footer .right .div2 p{margin-bottom: 0}
	.banquan i{margin-left: 0;}
}