@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;}
img{border: 0;}
body{overflow-x: hidden;}
.aftercb:after{content: '';display: block;clear: both;}
.img{position: relative;}
.img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.btn{
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 99;
	display: none;
}
.btn div{
	width: 24px;
	height: 2px;
	background: #0089D1;
	margin-bottom: 6px;
}
.wrap_nav{
	width: 30%;
	background: rgba(255,255,255,.8);
	position: absolute;
	top: 66px;
	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{
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: 120px;
	position: fixed;
	top: 0;
	z-index: 2;
	background: #fff;
}
.header .top{
	width: 1800px;
	margin:0 auto;
}
.logo1{
	margin-top: 11px;
}
.header .right{
	float: right;
	padding-top: 58px;
}
.header .right .div1{
	float: right;
	width: 174px;
	height: 28px;
	border: 1px solid #ababab;
}
.header .right .div1 input{
	width: 128px;
	border: none;
	outline: none;
	height: 26px;
	line-height: 26px;
	padding-left: 2px;
	margin-left:1px;
}
.header .right .div1 button{
	width: 42px;
	border: 1px solid #0089d1;
	outline: none;
	background: #fff;
	float: right;
	height: 28px;
	transform: translate(1px,-1px);
	cursor: pointer;
}
.header .right ul{
	float: right;
	margin-right: 48px;
	font-size: 16px;
	color: #404040;
}
.header .right ul li{
	float: left;
	text-align: center;
	width: 100px;
	position: relative;
	height: 62px;
	overflow: hidden;
}
.header .right ul li:hover{
	overflow: visible;
}
.header .right ul li i{
	font-size: 12px;
	text-transform: uppercase;
}
.header .right ul li>a{
	transition: .3s;
}
.header .right ul li.on>a,.header .right ul li:hover>a{
	color: #0089d1;
}
.header .right ul li .erji{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
.header .right ul li .erji a{
	display: block;
	border-bottom: 1px solid #ddd8eb;
	font-size: 14px;
	color: #fff;
	background: #2d99d6;
	transition: .3s;
	line-height: 32px;
	height: 0;
}
.header .right ul li .erji a:hover{
	background: #fff;
	color: #2D99D6;
}
.header .right ul li:hover .erji a{
	height: 32px;
}
.swiper-one{
	margin-top: 120px !important;
	font-size: 0;
}
.swiper-one img{
	max-width: 100%;
}
.swiper-one .swiper-pagination{
	padding-bottom: 24px;
}
.swiper-one .swiper-pagination .swiper-pagination-bullet{
	width: 17px;
	height: 17px;
	opacity: 1;
	border: 2px solid #fff;
	background: transparent;
	transition: .3s;
	margin: 0 7px !important;
}
.swiper-one .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #0089d1;
}
.index-title{
	padding: 75px 0 35px;
}
.index-title h2{
	font-size: 28px;
	color: #404040;
	text-align: center;
}
.index-title p{
	font-size: 20px;
	color: #e0e0e0;
	font-family: "Arial";
	font-style: italic;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	position: relative;
	z-index: -1;
}
.index-main1 .left{
	float: left;
	width: 600px;
}
.index-main1 .right{
	float: right;
	width: calc(100% - 640px);
	overflow: hidden;
}
.swiper-two{
	font-size: 0;
}
.swiper-two .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 180px 0 18px;
	background: rgba(0,0,0,.4);
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	z-index: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-two .swiper-pagination{
	text-align: right;
	padding-right: 20px;
	bottom: 20px !important;
}
.swiper-two .swiper-pagination .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background: #757877;
	transition: .3s;
	z-index: 2;
	opacity: 1;
}
.swiper-two .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.index-main1 .right .div2{
	margin-bottom: 20px;
}
.index-main1 .right .div2 span{
	float: left;
	width: 138px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	color: #7a7a7a;
	background: #ebebeb;
	text-align: center;
	transition: .3s;
	line-height: 36px;
	margin-right: 40px;
	cursor: pointer;
}
.index-main1 .right .div2 span:last-child{
	margin-right: 0;
}
.index-main1 .right .div2 span.on{
	background: #0089d1;
	color: #fff;
}
.index-main1 .right .div3>div{
	display: none;
}
.index-main1 .right .div3>div:first-child{
	display: block;
}
.ul-1 li{
	padding: 9px 50px 14px 0;
	border-bottom: 1px dashed #7a7a7a;
	color: #404040;
	position: relative;
}
.ul-1 li p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul-1 li:last-child{
	border-bottom: 0;
}
.ul-1 li a{
	display: block;
}
.ul-1 li i{
	font-family: arial;
}
.ul-1 li:hover{
	color: #0089d1;
}
.ul-1 li:after{
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 18px;
	color: #404040;
	width: 5px;
	height: 7px;
	background-image: url(../images/pic1-17-1_03.jpg);
}
.index-main2{
	padding-bottom: 65px;
}
.index-main2 .left{
	width: 600px;
	display: inline-block;
}
.index-main2 .right{
	float: right;
	width: calc(100% - 640px);
	font-size: 14px;
	color: #404040;
	line-height: 28px;
}
.index-main2 .index-title h2{
	color: #0089d1;
}
.swiper-three{
	font-size: 0;
}
.swiper-three img{
	max-width: 100%;
}
.swiper-three .swiper-pagination{
	text-align: left;
	padding-left: 20px;
}
.swiper-three .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: transparent;
	border: 2px solid #fff;
}
.swiper-three .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #0089D1;
}
.index-main2 .right .div1{
	padding-top: 20px;
	height: 310px;
	overflow: hidden;
}
.index-main2 .right p{
	text-indent: 2em;
}
.index-main2 .right a{
	width: 134px;
	height: 40px;
	display: block;
	font-size: 14px;
	color: #474747;
	background: #e6e6e6;
	border-radius: 40px 40px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	transition: .3s;
}
.index-main2 .right a:hover{
	background: #0089d1;
	color: #fff;
}
.index-main3{
	height: 688px;
	background-image: url(../images/pic1-6_03.png);
	background-position: center center;
	background-size: auto 100%;
}
.index-main3 .index-title h2{
	color: #fff;
}
.index-main3 .index-title p{
	color: #fff;
	opacity: .2;
	z-index: 0;
}
.index-main3 .swiper-pagination{
	position: static;
	padding-top: 30px;
}
.index-main3 .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 2px solid #fff;
	background: transparent;
	margin: 0 8px !important;
}
.index-main3 .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-four img{
	width: 100%;
}
.swiper-five{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}
.swiper-five h3{
	font-size: 18px;
	padding: 10px 0 14px;
	color: #1a1a1a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.swiper-five p{
	font-size: 14px;
	color: #474747;
	text-indent: 2em;
	line-height: 26px;
	padding: 0 20px;
	height: 52px;
	margin-bottom: 12px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.swiper-five i{
	width: 100px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #1c95d4;
	color: #0089d1;
	text-align: center;
	border-radius: 34px 34px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 14px;
	transition: .3s;
}
.swiper-five .swiper-slide:hover i{
	background: #1c95d4;
	color: #fff;
}
.swiper-five .swiper-slide{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	padding-bottom: 20px;
}
.swiper-five img{
	width: 100%;
}
.index-main4{
	padding-bottom: 60px;
}
.index-main4>a{
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 40px auto 0;
	color: #fff;
	background: #1c95d4;
	text-align: center;
	border-radius: 40px 40px;
	transition: .3s;
	border: 1px solid #fff;
}
.index-main4>a:hover{
	background: #fff;
	color: #1c95d4;
	border: 1px solid #1c95d4;
}
.index-main4 .div1{
	padding: 0 12px;
	position: relative;
}
.index-main4 .div1 .next5,.index-main4 .div1 .prev5{
	width: 64px;
	height: 64px;
	background-image: url(../images/pic1-8_03.jpg);
	background-size: 100% 100%;
}
.index-main4 .div1 .prev5{
	left: -80px;
}
.index-main4 .div1 .next5{
	right: -80px;
	transform: rotateY(180deg);
}
.index-main5{
	height: 496px;
	background-image: url(../images/pic1-9_02.jpg);
	background-position: center center;
	background-size: auto 100%;
	padding-top: 40px;
}
.index-main5 .div1{
	
	background: rgba(28,149,212,.8);
}
.index-main5 .div1 h3{
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding: 35px 0 10px;
}
.index-main5 .div1 p{
	text-align: center;
	max-width: 1030px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.index-main5 .div1 a.more{
	width: 110px;
	height: 28px;
	background-color: #fff;
	background-image: url(../images/pic1-10-2_03.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin: 20px auto 30px;
	transition: .3s;
}
.index-main5 .div1 a.more:hover{
	background-color: transparent;
	background-image: url(../images/pic1-10-1_03.png);
}
.ul-2 li{
	float: left;
	width: 25%;
	transition: .3s;
	padding: 35px 0;
}
.ul-2 li:hover{
	background: #1c95d4;
}
.ul-2 li .img{
	width: 100%;
	height: 62px;
}
.ul-2 li h5{
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 12px;
	transition: .3s;
}
.ul-2 li:hover h5{
	color: #fff;
}
.ul-2 li .img img{
	transition: .3s;
}
.ul-2 li .img img:last-child,.ul-2 li:hover .img img:first-child{
	opacity: 0;
}
.ul-2 li:hover .img img:last-child{
	opacity: 1;
}
.footer{
	background-image: url(../images/pic1-16_03.jpg);
	background-size: 100% 100%;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	padding-top: 30px;
}
.footer .left{
	float: left;
}
.footer .right{
	float: right;
	width: 313px;
}
.footer .right a{
	float: left;
	display: inline-block;
	width: 65px;
	margin-right: 58px;
	text-align: center;
}
.footer .right a:nth-child(3n){
	margin-right: 0;
}
.footer .right>a:hover{
	text-decoration: underline;
}
.footer .right select{
	width: 188px;
	height: 34px;
	border-radius: 4px 0 0 4px;
	border: none;
	outline: none;
	padding-left: 8px;
}
.footer .right .div2{
	position: relative;
	font-size: 0;
}
.footer .right .div2 a{
	position: absolute;
	display: inline-block;
	width: 44px;
	height: 34px;
	top:5px;
	right: 0;
	border-radius: 0 4px 4px 0;
	background: #aeb3b9;
	background-image: url(../images/pic1-19_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.footer .right .div2 label{
	margin-right: 17px;
	font-size: 16px;
}
.footer .middle{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.footer .div1{
	padding-bottom: 15px;
}
.banquan{
	font-size: 14px;
	color: #fff;
	padding: 12px 0 12px;
	text-align: center;
	border-top: 1px solid #a1afc9;
	line-height: 20px;
}
.banquan i{
	display: inline-block;
	margin-left: 30px;
}
.banquan i a:hover{
	text-decoration: underline;
}
.ny-ban{
	font-size: 0;
	margin-top: 120px;
}
.ny-ban img{
	width: 100%;
}
.ny-nav{
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 0;
}
.ny-nav .wrap>a{
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	color: #404040;
	line-height: 34px;
	padding: 0 20px;
	background: #e6e6e6;
	margin-bottom: 10px;
}
.ny-nav .wrap>a.on,.ny-nav .wrap>a:hover{
	color: #fff;
	background: #0089d1;
}
.ny-nav i{
	float: right;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 34px;
}
.ny-nav i a:hover{
	text-decoration: underline;
}
.erji-liebiao{
	padding: 0 0 120px;
}
.fenye-1{
	text-align: center;
	padding-top: 30px
}
.fenye-1 a{
	display: inline-block;
	margin: 0 8px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #404040;
	font-size: 16px;
	border: 1px solid #0089d1; 
	border-radius: 50% 50%;
}
.fenye-1 a:hover,.fenye-1 a.on{
	color: #fff;
	background: #0089d1;
}
.ul-3 li{
	float: left;
	width: 24.375%;
	margin: 0 0.8% 40px 0;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	padding-bottom: 20px;
}
.ul-3 li:nth-child(4n){
	margin-right: 0;
}
.ul-3 li h3{
	font-size: 18px;
    padding: 10px 0 14px;
    color: #1a1a1a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.ul-3 li p{
	font-size: 14px;
    color: #474747;
    text-indent: 2em;
    line-height: 26px;
    padding: 0 20px;
    height: 52px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-3 li i{
	width: 100px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b9bb78;
    color: #b9bb78;
    text-align: center;
    border-radius: 34px 34px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
}
.ul-3 li:hover i{
	background: #b9bb78;
	color: #fff;
}
.case-list{
	padding-bottom: 80px;
}
.about-1{
	padding: 30px 0 80px;
	font-size: 14px;
	line-height: 30px;
	color: #7a7a7a;
}
.about-1 iframe{display:block;margin:0 auto;max-width:100%;}
.about-1 embed{display:block;margin:0 auto;max-width:100%;}

.artical iframe{display:block;margin:0 auto;max-width:100%;}
.artical embed{display:block;margin:0 auto;max-width:100%;}


.about-1 .h2{
	font-size: 24px;
	color: #0089d1;
	text-align: center;
	margin-bottom: 10px;
}
.about-1 .h3{
	font-size: 14px;
	line-height: 28px;
	color: #7a7a7a;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.xiaxia{
	display: block;
	margin: 20px auto 20px;
}
.about-1 p{
	text-indent: 2em;
}
.contact h3{
	font-size: 24px;
	color: #0089d1;
	margin-bottom: 20px;
}
.contact .left{
	width: 564px;
	display: inline-block;
}
.contact .left input{
	width: 48.5%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc; 
	margin-bottom: 20px;
	padding-left: 20px;
	border-radius: 4px 4px;
}
.contact .left p input:last-child{
	float: right;
}
.contact .left textarea{
	width: 100%;
	height: 110px;
	border: 1px solid #dcdcdc;
	line-height: 30px; 
	margin-bottom: 20px;
	padding-left: 20px;
	border-radius: 4px 4px;
	resize: none;
}
.contact .left button{
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px 40px;
	color: #fff;
	background: #00a0e9;
	border: none;
	outline: none;
	font-size: 16px;
	cursor: pointer;
}
.contact .right{
	float: right;
	width: calc(100% - 640px);
	font-size: 16px;
	color: #404040;
}
.contact .right h6{
	font-size: 24px;
	color: #0089d1;
	margin-bottom: 20px;
}
.contact .right p,.contact .right h6{
	margin-bottom: 17px;
}
.contact{
	margin-bottom: 60px;
}
.map{
	font-size: 0;
}
.map img{
	width: 100%;
}
.artical{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 28px;
}
.artical .h2{
	font-size: 20px;
	text-align: center;
	color: #404040;
}
.artical .h_f{
	margin-top:10px;
	font-size: 17px;
	text-align: center;
	color: #4F4F4F;
}
.artical .h3{
	font-size: 12px;
	color: #adadad;
	margin: 8px auto 18px; 
	text-align: center;
}
.artical p{
	text-indent: 2em;
}
.artical img{
	display: block;
	margin: 20px auto ;
	max-width: 100%;
}
.fenye-2{
	margin-top: 80px;
	margin-bottom: 80px;
}
.fenye-2 a{
	font-size: 16px;
	color: #404040;
}
.fenye-2 a:nth-child(1){
	float: left;
}
.fenye-2 a:nth-child(2){
	float: right;
}
.fenye-2 a:nth-child(3){
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #00a0e9;
	color: #fff;
	border-radius: 30px 30px;
	font-size: 14px;
}
.fenye-2 a:hover{
	text-decoration: underline;
}
.ul-4{
	padding-bottom: 40px;
}
.ul-4 li{
	float: left;
	width: 23.4%;
	margin: 0 2.1% 30px 0;
}
.ul-4 li:nth-child(4n){
	margin-right: 0;
}
.ul-4 li p{
	text-align: center;
	font-size: 14px;
	color: #404040;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	background: #f5f5f5;
}
.ul-4 li .img{
	overflow: hidden;
}
.ul-4 li .img img{
	transition: .3s;
}
.ul-4 li:hover .img img{
	transform: translate(-50%,-50%) scale(1.05);
	-ms-transform: translate(-50%,-50%) scale(1.05);
}


@media only screen and (max-width: 1800px) {
	.header{width: 100%;left: 0;transform: none;}
	.header .top{width: 100%;margin:0 auto;}
}

@media only screen and (max-width: 1600px) {
	.header .right ul li{width: 82px;}
}

@media only screen and (max-width: 1450px) {
	.header .right ul{font-size: 13px;}
	.header .right ul li{width: 70px;}
	.header .right ul{margin-right: 4px;}
}

@media only screen and (max-width: 1450px) {
	.header .right .div1{display: none;}
}

@media only screen and (max-width: 1200px) {
	.index-main1 .right .div2 span{width: 74px;font-size: 14px;margin-right: 8px;}
}

@media only screen and (max-width: 1120px) {
	.header .right ul li i{display: none;}
	.header .right ul li{width: 55px;}
	.logo1{width: 33%;margin-top: 36px;}
}

@media only screen and (max-width: 950px) {
	.index-main1 .right{width: 100%;float: none;}
	.index-main1 .left{display: block;margin: 0 auto 20px;float: none;max-width: 100%;}
	.index-main2 .right{width: 100%;float: none;}
	.index-main2 .right .div1{height: auto;margin-bottom: 10px;}
	.index-main2 .left{display: block;margin: 0 auto;float: none;max-width: 100%;}
	.contact .right{width: 100%;}
}

@media only screen and (max-width: 750px) {
	.btn{display: block;}
	.header .right{display: none;}
	.header{height: 66px}
	.logo1{margin-top: 6px;width: 72%;}
	.swiper-one{margin-top: 66px !important;}
	.index-title{padding: 20px 0 0;}
	.index-title h2{font-size: 20px;}
	.index-title p{font-size: 15px;}
	.index-main1{padding: 0 12px;}
	.swiper-one .swiper-pagination{padding-bottom: 0;}
	.swiper-one .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 4px !important;}
	.swiper-two .swiper-slide p{font-size: 13px;line-height: 36px;}
	.swiper-two .swiper-pagination{bottom: 12px !important;}
	.ul-1 li{font-size: 13px;}
	.index-main1 .right .div2{margin-bottom: 5px;padding: 6px 30px 10px 0;}
	.ul-1 li:after{top: 15px;}
	.index-main2{padding: 0 12px 12px;}
	.index-main2 .right{font-size: 13px;}
	.index-main3{height: auto;padding: 0 12px 20px;}
	.index-main3 .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 5px !important;}
	.index-main3 .swiper-pagination{padding-top: 8px;}
	.swiper-five h3{font-size: 15px;padding: 6px 0 5px;}
	.swiper-five p{font-size: 12px;line-height: 20px;height: 40px;padding: 0 8px;}
	.swiper-five i{width: 78px;height: 28px;line-height: 28px;font-size: 12px;}
	.index-main4{padding-bottom: 12px;}
	.index-main4>a{width: 122px;margin-top: 12px;font-size: 15px;}
	.index-main5{height: auto;padding-bottom: 20px;padding-top: 20px;}
	.index-main5 .div1 h3{font-size: 22px;padding: 18px 0 6px;}
	.index-main5 .div1 p{font-size: 13px;padding: 0 12px;}
	.ul-2 li .img{width: 40%;margin: 0 auto;}
	.ul-2 li h5{font-size: 12px;margin-top: 0;}
	.ul-2 li{padding: 10px 0 15px;}
	.index-main5 .div1 a.more{margin: 12px auto 4px;}
	.footer{padding: 20px 12px 0;font-size: 13px;line-height: 30px;}
	.footer .right{width: 100%;}
	.footer .right>a{display: none;}
	.footer .right .div2 label{margin-right: 0;width: 25%;display: inline-block;}
	.footer .right select{width: 62%;}
	.footer .right .div2 a{width: 13%;top: 0;}
	.footer .middle img{margin-top: 20px;width: 30%;}
	.banquan i{margin-left: 0;}
	.ny-ban{margin-top: 66px;}
	.ny-nav .wrap>a{font-size: 13px;padding: 0 8px;height: 28px;line-height: 28px;margin-right: 8px;}
	.ny-nav{padding-left: 12px;padding-right: 12px;padding-top: 12px;}
	.ny-nav i{font-size: 12px;}
	.erji-liebiao{padding: 0 12px 20px;}
	.fenye-1{padding-top: 6px}
	.fenye-1 a{width: 28px;height: 28px;line-height: 28px;margin: 0 2px;}
	.ul-3{padding: 0 12px;}
	.ul-3 li{width: 49%;margin-right: 2%;margin-bottom: 12px;padding-bottom: 12px}
	.ul-3 li:nth-child(2n){margin-right: 0;}
	.ul-3 li h3{font-size: 15px;padding: 6px 0 5px;}
	.ul-3 li p{font-size: 12px;line-height: 20px;height: 40px;padding: 0 8px;margin-bottom: 6px;}
	.ul-3 li i{width: 78px;height: 28px;line-height: 28px;font-size: 12px;}
	.case-list{padding-bottom: 25px;}
	.about-1{padding: 0 12px 20px;font-size: 13px;line-height: 26px;}
	.about-1 .h2{font-size: 20px;}
	.contact .left{width: 100%;margin-bottom: 20px}
	.contact{padding: 0 12px;margin-bottom: 20px;}
	.contact h3{font-size: 20px;margin-bottom: 12px;}
	.contact .left input{height: 36px;line-height: 36px;}
	.contact .left textarea{height: 66px;}
	.contact .right{font-size: 13px;}
	.contact .right p, .contact .right h6{margin-bottom: 10px;}
	.contact .right h6{font-size: 18px;}
	.artical{padding: 0 12px;font-size: 13px;line-height: 26px;}
	.artical .h2{font-size: 18px;}
	.artical .h_f{font-size: 16px;margin-top:6px;}
	.artical .h3{margin: 0 auto 4px;}
	.fenye-2 a:nth-child(1),.fenye-2 a:nth-child(2){float: none;display: block;}
	.fenye-2{margin: 20px auto;}
	.ul-4{padding: 0 12px 10px;}
	.ul-4 li{width: 49%;margin-right: 2%;margin-bottom: 12px;}
	.ul-4 li:nth-child(2n){margin-right: 0;}
}