﻿@charset "UTF-8";
@keyframes menu-5 {0% {opacity:0;transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);-webkit-transform:scale(0);}
50% {opacity:1;}
90% {transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
100% {transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);opacity:1;}
}
html,body {margin:0;padding:0;border:0;vertical-align:baseline;font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;}
body {font-size:14px;color:#000000;min-width:1227px;line-height:35px;background:#fff;position:relative;}
img {border:none;max-width:100%;}
ul,ol,li {list-style:none;padding:0;margin:0;}
h1,h2,h3,p {margin:0;padding:0;}
input,textarea,select {font-family:"微软雅黑";outline:none;}
a {text-decoration:none;color:#666;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
a:hover {color:#e96812;text-decoration:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.container {width:1200px;margin:0 auto;}
.clear {clear:both;}
.float_l {float:left;}
.float_r {float:right;}
@font-face {font-family:hzgb;}
/**header***/
.header {position:relative;z-index:99;box-shadow:0px 4px 8px #97b0be;}
.header .headtop {height:38px;line-height:38px;background:#0176c1;color:#fff;font-size:14px;}
.header .headtop img {margin-left:10px;margin-right:4px;position:relative;top:2px;}
.header .headtop .hetr {float:right;}
.header .headtop .hetr a {display:inline-block;color:#fff;}
.header .headtop .hetr a:hover {opacity:0.8;}
.header .headtop .hetr a img {margin-right:6px;}
.header .naver {background:#fff;}
.header .naver .logo {height: 80px;}
.header .naver .nave {float:right;}
.header .naver .nave li {float:left;position:relative;margin-left:10px;}
.header .naver .nave li:hover a {color:#0077c2;}
.header .naver .nave li:hover .line1,.header .naver .nave li:hover .line2 {width:50%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.header .naver .nave li.act a {color:#0077c2;}
.header .naver .nave li.act .line1,.header .naver .nave li.act .line2 {width:50%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.header .naver .nave li .line1 {position:absolute;bottom:0;left:0;width:0;height:3px;background:#0077c2;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.header .naver .nave li .line2 {position:absolute;bottom:0;right:0;width:0;height:3px;background:#0077c2;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.header .naver .nave li a {padding:38px 35px;display:block;color:#6a6a6a;font-size:16px;}
.header .naver .nave li .xiala {position:absolute;right:0;width:430px;z-index:99;padding:12px;display:none;background:url(../images/bg1.png);}
.header .naver .nave li .xiala .xlt {border-bottom:1px solid #b3babe;}
.header .naver .nave li .xiala .xlt a {padding:0 0 13px 0;display:inline-block;color:#6a6a6a;font-size:14px;margin-right:50px;}
.header .naver .nave li .xiala .xlt a:hover {color:#e70017;}
.header .naver .nave li .xiala .xlb {margin-top:10px;}
.header .naver .nave li .xiala .xlb a {display:block;padding:0;}
.header .naver .nave li .xiala .xlb img {float:left;width:118px;height:65px;}
.header .naver .nave li .xiala .xlb .con {max-width:270px;float:left;color:#6a6a6a;font-size:12px;line-height:24px;margin-left:15px;height:60px;overflow:hidden;}
.banner {width:100%;overflow:hidden;position:relative;}
.banner:hover .swiper-button-prev {-webkit-transform:translateX(50px);-moz-transform:translateX(50px);-ms-transform:translateX(50px);-o-transform:translateX(50px);transform:translateX(50px);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.banner:hover .swiper-button-next {-webkit-transform:translateX(-50px);-moz-transform:translateX(-50px);-ms-transform:translateX(-50px);-o-transform:translateX(-50px);transform:translateX(-50px);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.banner .swiper-slide img {display:block;margin:0 auto;}
.banner .swiper-pagination {bottom:10px;text-align:center;width:100%;}
.banner .swiper-pagination-bullet {width:12px;height:12px;border:1px solid #fff;background:none;margin-right:10px;opacity:1;box-shadow:0px 3px 6px #7e949f;}
.banner .swiper-pagination-bullet-active {background:#fff;}
.banner .swiper-button-prev {-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.banner .swiper-button-next {-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.fanhui {position:fixed;bottom:30px;right:30px;cursor:pointer;}
.news {background:#0077c2;}
.news .tt {margin:13px 0;float:left;color:#fff;text-transform:uppercase;font-size:24px;padding-right:14px;height:18px;line-height:18px;border-right:1px solid #99c9e7;}
.news .qimo8 {float:left;overflow:hidden;width:834px;margin-left:10px;padding:13px 0;}
.news .qimo8 .qimo {width:8000%;}
.news .qimo8 .qimo div {float:left;}
.news .qimo8 .qimo ul {float:left;overflow:hidden;zoom:1;margin-bottom:0;}
.news .qimo8 .qimo ul li {float:left;list-style:none;margin-right:20px;}
.news .qimo8 .qimo ul li:hover a {color:#fff;}
.news .qimo8 li a {margin-right:10px;color:#eefeff;}
.news .more {float:left;width:50px;padding:9px 0;text-align:center;margin-left:30px;}
.news .more:hover {background:#fff;}
.news .more:hover .img1 {display:none;}
.news .more:hover .img2 {display:block;}
.news .more img {display:block;margin:0 auto;}
.news .more .img2 {display:none;}
.news .enj {float:right;}
.news .enj a {padding:6.5px 0;display:block;width:50px;text-align:center;float:left;margin-right:10px;}
.news .enj a:hover {background:#fff;}
.news .enj a:hover .img1 {display:none;}
.news .enj a:hover .img2 {display:block;}
.news .enj img {display:block;margin:0 auto;}
.news .enj .img2 {display:none;}
.part1 {padding:70px 0;background:url(../images/bg3.jpg);}
.part1 .container {width:1232px;}
.part1 .box {float:left;position:relative;margin-right:30px;width:380px;}
.part1 .box:hover .yin img {margin-top:20px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part1 .box a {display:block;text-align:center;}
.part1 .box img {display:block;width:380px;height:240px;}
.part1 .box .yin {position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/bg.png);}
.part1 .box .yin img {width:auto;height:auto;margin:0 auto;margin-top:40px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part1 .box .yin h3 {color:#fff;font-size:23px;margin:18px 0 10px 0;}
.part1 .box .yin p {color:#fff;font-size:14px;}
.part2 {padding:74px 0 50px 0;}
.part2 .pa2l {float:left;width:670px;}
.part2 .pa2l .con {margin-top:25px;color:#707070;font-size:14px;line-height:24px;}
.part2 .pa2l .con li {float:left;text-align:center;color:#fff;font-size:16px;background:#0077c3;width:200px;padding:12px 0 15px 0;margin-right:22px;margin-top:20px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part2 .pa2l .con li:hover {background:#0077c3;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part2 .pa2l .con li a {display:block;color:#fff;font-size:16px;}
.part2 .pa2l .con li img {display:block;margin:0 auto;margin-bottom:4px;}
.part2 .pa2r {float:right;width:504px;height:338px;background:#b2d6ed;}
.part2 .pa2r img {display:block;position:relative;top:10px;left:-10px;}
.title {color:#0077c3;font-size:24px;font-weight:bold;}
.title img {margin-right:5px;}
.title span {font-size:14px;font-weight:normal;margin-left:4px;}
.title a {color:#fff;float:right;width:102px;height:35px;background:#0077c3;font-weight:normal;line-height:35px;text-align:center;font-size:14px;}
.title a:hover {background:#0667a5;}
.part3 {padding:30px 0 35px 0;background:url(../images/bg.jpg) no-repeat top center;background-size:cover;}
.part3 .pa3con {position:relative;min-height:431px;}
.part3 .pa3con li {-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;border-radius:50%;animation:opa 5s infinite;-moz-animation:opa 5s infinite;/* Firefox */      -webkit-animation:opa 5s infinite;/* Safari and Chrome */      -o-animation:opa 5s infinite;/* Opera */}
.part3 .pa3con li:hover {-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px);}
.part3 .pa3con li a {display:block;text-align:center;color:#fff;font-size:14px;}
.part3 .pa3con li .img1 {position:absolute;top:0;left:0;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;}
.part3 .pa3con li h3 {font-size:20px;margin-bottom:5px;position:relative;z-index:99;}
.part3 .pa3con li p {opacity:0.6;position:relative;z-index:99;}
.part3 .pa3con .li1 {position:absolute;left:174px;top:20px;width:248px;height:248px;}
.part3 .pa3con .li1 .img2 {position:absolute;left:-8px;top:127px;}
.part3 .pa3con .li1 h3 {margin-top:100px;}
.part3 .pa3con .li2 {position:absolute;left:400px;bottom:10px;width:223px;height:223px;}
.part3 .pa3con .li2 .img2 {position:absolute;right:-8px;bottom:27px;}
.part3 .pa3con .li2 h3 {margin-top:84px;}
.part3 .pa3con .li3 {position:absolute;left:585px;top:5px;width:196px;height:196px;}
.part3 .pa3con .li3 .img2 {position:absolute;left:-8px;bottom:50px;}
.part3 .pa3con .li3 h3 {font-size:16px;margin-top:74px;}
.part3 .pa3con .li3 p {font-size:11px;}
.part3 .pa3con .li4 {position:absolute;right:100px;bottom:10px;width:237px;height:237px;}
.part3 .pa3con .li4 h3 {margin-top:95px;}
.part3 .pa3con .li4 .img2 {position:absolute;right:-18px;bottom:70px;}
@keyframes rot {0% {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes opa {0% {box-shadow:0px 3px 30px #fff;}
50% {box-shadow:0px 0px 0px #fff;}
100% {box-shadow:0px 3px 30px #fff;}
}
@-webkit-keyframes opa {0% {box-shadow:0px 3px 30px #fff;}
50% {box-shadow:0px 0px 0px #fff;}
100% {box-shadow:0px 3px 30px #fff;}
}
@-moz-keyframes opa {0% {box-shadow:0px 3px 30px #fff;}
50% {box-shadow:0px 0px 0px #fff;}
100% {box-shadow:0px 3px 30px #fff;}
}
@-o-keyframes opa {0% {box-shadow:0px 3px 30px #fff;}
50% {box-shadow:0px 0px 0px #fff;}
100% {box-shadow:0px 3px 30px #fff;}
}
.title1 {text-align:center;padding:20px 0;background:url(../images/icon15.png) no-repeat top center;}
.title1 h3 {color:#fff;font-size:44px;}
.title1 span {color:#fff;font-size:19px;font-family:hzgb;}
.title1 p {color:#fff;font-size:50px;text-transform:uppercase;opacity:0.2;margin-top:-65px;font-weight:bold;}
.part4 {padding:50px 0;}
.part4 .title {padding-bottom:22px;background:url(../images/icon24.png) repeat-x bottom;}
.part4 .title a {color:#b7b7b7;font-size:14px;background:none;margin-top:20px;}
.part4 .title a:hover {color:#0667a5;}
.part4 .pa4con {margin-top:22px;position:relative;border:1px solid #d0d0d0;padding:20px 40px 55px 40px;}
.part4 .pa4con .box {width:353px;height:250px;overflow:hidden;position:relative;border-bottom:5px solid #0077c3;margin:0 auto;}
.part4 .pa4con .box:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part4 .pa4con .box a {display:block;}
.part4 .pa4con .box a img {display:block;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part4 .pa4con .box .tit {background:rgba(0,0,0,0.7);color:#fff;font-size:14px;line-height:24px;padding:14px 10px;position:absolute;bottom:0;left:0;width:333px;}
.part4 .pa4con .swiper-button-prev {background:url(../images/left.png) no-repeat center center;}
.part4 .pa4con .swiper-button-next {background:url(../images/right.png) no-repeat center center;}
.part4 .pa4con .swiper-pagination {text-align:center;width:100%;bottom:3px;}
.part4 .pa4con .swiper-pagination span {border-radius:0;width:13px;height:17px;opacity:1;margin:0 3px;background:#cacaca;}
.part4 .pa4con .swiper-pagination .swiper-pagination-bullet-active {background:#e80117;height:33px;}
.gg a {display:block;}
.part5 {padding:50px 0 75px 0;}
.part5 .title {padding-bottom:22px;background:url(../images/icon24.png) repeat-x bottom;}
.part5 .title a {color:#b7b7b7;font-size:14px;background:none;margin-top:20px;}
.part5 .title a:hover {color:#0667a5;}
.part5 .pa5con {margin-top:22px;}
.part5 .pa5con .pa5l {float:left;width:507px;height:328px;margin-top:12px;background:#b3d5eb;}
.part5 .pa5con .pa5l img {position:relative;top:10px;left:10px;}
.part5 .pa5con .pa5r {width:650px;float:right;}
.part5 .pa5con .pa5r .pa5rt {margin-bottom:10px;}
.part5 .pa5con .pa5r .pa5rt a {display:inline-block;float:left;margin-right:5px;color:#3e3e3e;font-size:16px;width:110px;height:35px;line-height:35px;text-align:center;border:1px solid #e3e3e3;font-weight:bold;}
.part5 .pa5con .pa5r .pa5rt a.act {color:#fff;background:#0277c0;border:1px solid #0277c0;}
.part5 .pa5con .pa5r .pa5rb {min-height:300px;}
.part5 .pa5con .pa5r .pa5bcon .pa5box {display:none;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li {margin-bottom:20px;border:1px solid #e3e3e3;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li:hover {border:1px solid #0277c0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li a {display:block;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li img {float:left;width:149px;height:84px;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li .con {float:left;width:430px;margin-left:35px;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li .con .tt {color:#3e3e3e;font-size:16px;font-weight:bold;margin:7px 0;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li .con .con1 {color:#707070;font-size:14px;height:21px;overflow:hidden;}
.part5 .pa5con .pa5r .pa5bcon .pa5box li .con span {margin-top:4px;display:block;text-align:right;color:#a9a9a9;font-size:12px;}
/**footer**/
.footer .fottop {padding:24px 0 65px 0;background:url(../images/bg2.jpg) no-repeat top center;background-size:cover;}
.footer .fottop .fot1 {padding-bottom:15px;margin-bottom:30px;border-bottom:1px solid #a1cbe5;}
.footer .fottop .fot1 .logo {float:left;}
.footer .fottop .fot1 .ewm {background:#fff;float:right;padding:7px 4px 7px 10px;}
.footer .fottop .fot1 .ewm span {float:left;color:#818181;font-size:14px;width:25px;line-height:15px;text-align:center;}
.footer .fottop .fot1 .ewm img {float:left;margin-top:6px;}
.footer .fottop .fot1 .phone {float:right;margin-right:60px;color:#fff;opacity:0.8;font-size:22px;font-weight:bold;margin-top:10px;padding:10px 0;padding-left:70px;background:url(../images/icon21.png) no-repeat left center;}
.footer .fottop .fot1 .phone h3 {margin-bottom:5px;font-size:16px;}
.footer .fottop .fot2 .box {float:left;margin-right:25px;}
.footer .fottop .fot2 .box h3 {color:#fff;font-size:16px;padding-left:48px;min-width:100px;opacity:0.7;}
.footer .fottop .fot2 .box .line {width:148px;height:1px;background:#fff;margin-top:20px;position:relative;opacity:0.7;}
.footer .fottop .fot2 .box .line:before {content:'';position:absolute;left:0;top:-5px;width:10px;height:10px;background:#fff;border-radius:10px;}
.footer .fottop .fot2 .box a {display:block;color:#fff;font-size:14px;padding-left:42px;margin-top:1px;opacity:0.7;}
.footer .fottop .fot2 .box a:hover {opacity:1;}
.footer .fotbot {background:#006cb1;}
.footer .fotbot .container {padding:20px 0;position:relative;}
.footer .fotbot .line {position:absolute;left:0;bottom:0;z-index:9;width:250px;height:4px;/* background:url(../images/icon23.png) no-repeat left center;*/}
.footer .fotbot .fbl {float:left;color:#fff;font-size:14px;opacity:0.4;line-height:22px;}
.footer .fotbot .fbr {float:right;color:#e9e1f0;font-size:14px;}
.footer .fotbot .fbr select {margin-left:5px;border:none;background:#61b5e9;padding:5px 0;color:#fff;}
/*****公司介绍****/
.titl {padding-top:40px;padding-bottom:22px;background:url(../images/icon24.png) repeat-x bottom;}
.titl span {color:#e80117;}
.titl .ttl {float:left;color:#000000;font-size:24px;font-weight:bold;width:600px;}
.titl .ttl em {font-style:normal;color:#808080;font-size:14px;font-weight:normal;}
.titl .mian {float:right;width:600px;color:#666666;font-size:14px;margin-top:14px;text-align:right;}
.titl .mian img {margin-right:5px;}
.titl .mian a {display:inline-block;color:#666666;font-size:14px;}
.titl .mian a:hover {color:#0667a5;}
.about .abmenu {padding:5px 0;width:1223px;}
.about .abmenu li {float:left;width:285px;margin-right:20px;padding:55px 0 45px 0;background:url(../images/bg4.jpg) no-repeat center center;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abmenu li:nth-child(2) {background:url(../images/bg5.jpg) no-repeat center center;}
.about .abmenu li:nth-child(3) {background:url(../images/bg6.jpg) no-repeat center center;}
.about .abmenu li:nth-child(4) {background:url(../images/bg7.jpg) no-repeat center center;}
.about .abmenu li:hover {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px);}
.about .abmenu li:hover h3,.about .abmenu li:hover p {color:#0077c2;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abmenu li.act {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abmenu li.act h3,.about .abmenu li.act p {color:#0077c2;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abmenu li a {display:block;text-align:center;}
.about .abmenu li h3 {color:#585858;font-size:20px;margin-bottom:10px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abmenu li p {color:#585858;font-size:16px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .team {padding:25px 0 65px 0;}
.about .team .teaml {float:left;position:relative;background:#e8e8e8;width:478px;height:320px;margin-left:20px;margin-top:40px;}
.about .team .teaml img {position:relative;top:-20px;left:-20px;}
.about .team .teaml span {color:#fff;font-size:16px;font-weight:bold;width:130px;height:40px;line-height:40px;text-align:center;display:block;background:#e80117;position:absolute;bottom:-5px;left:50%;z-index:9;margin-left:-65px;}
.about .team .teaml .line {width:64px;height:1px;background:#e80117;position:absolute;right:-70px;top:13px;}
.about .team .teaml .line:after {content:"";position:absolute;right:-14px;top:-7px;width:14px;height:14px;border-radius:14px;background:#e80117;}
.about .team .teamr {float:right;text-align:center;width:664px;}
.about .team .teamr .tt {color:#585858;font-size:18px;margin-left:55px;text-align:left;}
.about .team .teamr .tt span {display:block;text-align:center;width:310px;}
.about .team .teamr h3 {color:#585858;font-size:20px;margin-bottom:15px;font-weight:normal;}
.about .team .teamr .con {text-align:left;margin-top:30px;color:#666666;font-size:14px;line-height:26px;}
.about .teamcon {margin-bottom:120px;position:relative;}
.about .teamcon .box {position:relative;margin:0 auto;width:283px;}
.about .teamcon .box a {display:block;}
.about .teamcon .box img {display:block;}
.about .teamcon .box .tt {position:absolute;left:0;bottom:0;z-index:99;width:263px;text-align:center;color:#fff;font-size:14px;padding:14px 10px;background:rgba(0,0,0,0.5);}
.about .teamcon .swiper-button-prev {background:#d9d9d9;width:67px;height:40px;line-height:40px;text-align:center;color:#fff;font-size:20px;position:absolute;right:76px;left:initial;bottom:-55px;top:initial;margin:0;}
.about .teamcon .swiper-button-next {background:#e80117;width:67px;height:40px;line-height:40px;text-align:center;color:#fff;font-size:20px;position:absolute;right:9px;bottom:-55px;top:initial;margin:0;}
.about .abocon .abotit {padding:35px 0 30px 0;text-align:center;}
.about .abocon .abotit a {display:inline-block;border-radius:5px;color:#0077c2;font-size:14px;width:99px;height:34px;line-height:34px;text-align:center;border:1px solid #0077c2;margin:0 8px;}
.about .abocon .abotit a.act {background:#0077c2;color:#fff;}
.about .abocon .abotit a:hover {background:#0077c2;color:#fff;}
.about .abocon .aboc {width:1230px;}
.about .abocon .aboc .box {float:left;width:275px;padding-bottom:10px;background:#fafafa;margin-bottom:55px;margin-right:30px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abocon .aboc .box:hover {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abocon .aboc .box:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .abocon .aboc .box a {display:block;}
.about .abocon .aboc .box .img {width:275px;height:280px;overflow:hidden; background: #fff;}
.about .abocon .aboc .box .img img {display:block;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; width:275px;height:280px;}
.about .abocon .aboc .box h3 {color:#5f5d5d;font-size:14px;padding:10px;padding-bottom:5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.about .abocon .aboc .box .con {color:#5f5d5d;font-size:14px;padding:0 10px;height:20px;overflow:hidden;margin-bottom:5px;}
.about .abocon .aboc .box span.mo {padding-right:10px;display:block;text-align:right;color:#5f5d5d;font-size:12px;}
.about .abocon .aboc .box span.mo:hover {color:#0667a5;}
.about .abocon .number {padding-top:0;}
.about .jmjs {margin-top:20px;}
.about .jmjs .jmbox {margin-bottom:100px;}
.about .jmjs .jmbox .jml {float:left;width:685px;}
.about .jmjs .jmbox .jml h3 {display:inline-block;color:#fff;background:#0077c2;width:130px;height:40px;font-size:20px;text-align:center;line-height:40px;}
.about .jmjs .jmbox .jml .con {margin-top:30px;color:#666666;font-size:14px;line-height:30px;}
.about .jmjs .jmbox .jmr {float:left;margin-left:45px;width:454px;height:309px;background:#d9d9d9;margin-right:10px;}
.about .jmjs .jmbox .jmr img {display:block;position:relative;left:10px;top:10px;}
.about .jmjs .jmbox1 .jmr {margin-left:0;margin-right:45px;}
.about .contact .contl {float:left;width:445px;}
.about .contact .contl h3 {font-weight:normal;color:#000000;font-size:18p;}
.about .contact .contl .con {margin-top:20px;color:#666666;font-size:14px;line-height:27px;margin-bottom:35px;}
.about .contact .contl ul {padding-left:15px;}
.about .contact .contl li {color:#666666;font-size:14px;padding:5px 0;padding-left:35px;margin-bottom:13px;}
.about .contact .contl .li1 {background:url(../images/icon26.png) no-repeat left 2px;}
.about .contact .contl .li2 {background:url(../images/icon27.png) no-repeat left 2px;}
.about .contact .contl .li3 {background:url(../images/icon28.png) no-repeat left 2px;}
.about .contact .contr {float:right;width:685px;}
.about .contact .contr h3 {font-weight:normal;color:#000000;font-size:18p;}
.about .contact .contr h4 {color:#707070;font-size:14px;margin-bottom:13px;font-weight:normal;}
.about .contact .contr input {display:block;width:670px;height:32px;background:#eee;border:1px dashed #bfbfbf;text-indent:10px;margin-bottom:24px;}
.about .contact .contr textarea {display:block;width:650px;height:80px;background:#eee;padding:10px;border:1px dashed #bfbfbf;}
.about .contact .contr .tj {margin-top:16px;color:#fff;font-size:14px;width:100px;height:35px;background:#e80117;border:none;cursor:pointer;}
.about .contact .contr .tj:hover {background:#ca0215;}
.about .map {margin-bottom:54px;}
.about .map h3 {color:#000000;font-size:18px;margin-bottom:15px;}
.about .service {color:#666666;font-size:14px;line-height:30px;margin-top:15px;margin-bottom:45px;}
.about .service img {display:block;margin:20px auto;}
.about .recruit {margin-bottom:90px;}
.about .recruit .rebox {margin-top:30px;}
.about .recruit .rebox h3 {display:inline-block;color:#fff;font-size:20px;background:#0077c2;width:130px;height:40px;text-align:center;line-height:40px;font-weight:normal;margin-bottom:30px;}
.about .recruit .rebox .con {color:#666666;font-size:14px;line-height:31px;}
.about .recruit .rebox .con h4 {margin:0;font-weight:normal;color:#666666;font-size:18px;}
.about .ssgg .box {margin-top:20px;border-bottom:1px solid #e6e6e6;}
.about .ssgg .box:hover .bol {background:#e80117;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .ssgg .box:hover .bol h3 {color:#fff;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .ssgg .box:hover .bol span {color:#fff;border-top:1px solid #fff;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .ssgg .box a {display:block;padding:20px 0;}
.about .ssgg .box .bol {float:left;width:133px;height:140px;text-align:center;background:#eeeeee;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .ssgg .box .bol h3 {color:#959595;font-size:34px;font-weight:normal;margin-top:25px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .ssgg .box .bol span {width:90px;display:block;margin:0 auto;color:#959595;font-size:20px;border-top:1px solid #959595;padding-top:10px;margin-top:10px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .ssgg .box .bor {float:right;width:1020px;padding-top:6px;}
.about .ssgg .box .bor h3 {color:#383838;font-size:16px;margin-bottom:15px;}
.about .ssgg .box .bor .con {color:#606060;font-size:14px;line-height:26px;}
.about .newsxq .netit {text-align:center;padding:20px 0;border-bottom:1px dashed #8a8a8a;}
.about .newsxq .netit h3 {color:#000000;font-size:18px;font-weight:normal;margin-bottom:20px;}
.about .newsxq .netit .date {color:#666666;font-size:14px;}
.about .newsxq .nexqcon {color:#000000;font-size:16px;line-height:25px;}
.about .newsxq .nexqcon img {display:block;margin:20px auto; margin:0 auto;}
.about .news1 .box:hover .bol img {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.about .news1 .box:hover .bor h3 {color:#e80117;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .news1 .box a {padding:22px 0;border-bottom:1px solid #e6e6e6;display:block;}
.about .news1 .box .bol {float:left;width:299px;height:166px;overflow:hidden;}
.about .news1 .box .bol img {display:block;width:299px;height:166px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .news1 .box .bor {float:right;width:880px;padding-top:4px;}
.about .news1 .box .bor h3 {color:#000000;font-size:16px;margin-bottom:26px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.about .news1 .box .bor .con {color:#666666;font-size:14px;line-height:27px;}
.about .news1 .box .bor .more {text-align:right;color:#e80117;font-size:12px;}
.number {text-align:center;padding-top:45px;padding-bottom:45px;}
.number a {display:inline-block;height:30px;line-height:30px;border:1px solid #cdcdcd;padding:0 13px;margin:0 3px;}
.number a:hover {color:#0077c2;border:1px solid #0077c2;}
.number a.on {color:#0077c2;border:1px solid #0077c2;}
.pian {text-align:center;padding:50px 0;}
.pian li {display:inline-block;color:#000000;font-size:14px;margin:0 25px;}
.pian li:hover a {color:#0667a5;}
.pian li a {color:#000000;font-size:14px;}
.youshi1 {margin-top:20px;}
.shi {margin-top:20px;}
.youshi {text-align:center;color:#0077c3;font-size:24px;font-weight:bold;}
.you p {text-align:center;}
.shi1 {width:1200px;margin:0 auto;}
.shi1 p {float:left;width:23%;height:125px;margin-right:23px;text-align:center;line-height:120px;font-size:30px;font-weight:bold;}
.shi1 p>a {color:#fff;}
.chanpin {width:1200px;margin:0 auto;margin-top:20px;}
.chan1 {/*float:left;*/border-bottom:1px dashed #d2d2d2;}
.chan2 {float:right;}
.chan2 li {float:left;width:110px;height:30px;text-align:center;line-height:30px;background:#c4c4c4;color:#fff;margin-right:10px;margin-top:20px;cursor:pointer;}
.chan3 li {float:left;width:110px;height:30px;text-align:center;line-height:30px;background:#0077c3;color:#fff;margin-right:10px;margin-top:20px;cursor:pointer;}
.chan4 li {float:left;width:110px;height:30px;text-align:center;line-height:30px;background:#0077c3;color:#fff;margin-right:10px;margin-top:20px;cursor:pointer;}
.chan2 li.active {background:rgb(68,175,247);}
.chan3 li.active {background:rgb(68,175,247);}
.chan4 li.active {background:rgb(68,175,247);}
.chan {color:#0077c3;font-size:24px;font-weight:bold;padding-bottom:10px;}
/*ldy修改*//*轻浮动*/.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.boxz.s2 .listCp {height:390px;}
.boxz.s2 .listCp .Cptxt p {padding:0;padding-top:1px;}
.clearfix {zoom:1}
.tablis1 {display:none;}
.chan3.on {width:100%;float:left;}
.tablis1.on {display:block;}
.listCp:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.boxz {width:1200px;margin:0 auto;}
.listCp {width:280px;height:320px;float:left;margin-right:20px;margin-top:30px;}
.boxz .listCp:nth-child(3n) {margin-left:0;}
.listCp img {width:280px;height:290px;display:table;}
.Cptxt {background:#e2d8d8;display: block; width: 100%;}
.Cptxt>p {text-align:center;font-size:16px;padding:5px 0; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.fl {float:left;}
.fr {float:right;}
.Cptxt a {color:#fff;}
.Cptxt>span:nth-child(2) {height:30px;line-height:30px;text-align:center;padding:5px 30px;background:rgb(68,175,247);display:block;}
.Cptxt>span:nth-child(3) {height:30px;line-height:30px;text-align:center;padding:5px 30px;background:rgb(68,175,247);display:block;}
.tablis1 a .listCp {width:360px;height:330px;margin-right:60px;}
.tablis1 a:nth-child(3n) .listCp {margin-right:0;}
.tablis1 a .listCp img {width:100%;}
/*广告*/.hezuohb {width:1200px;margin:0 auto;display:table;background:#fbf4f4;padding:25px 0 15px 0;}
.pdain {padding-top:50px;padding-bottom:10px;}
#customers_brand li {width:150px;height:100px;list-style:none;float:left;cursor:pointer;position:relative;}
#customers_brand li img {position:absolute;width:100%;height:100px;transition:all .2s;transform-style:preserve-3d;transform:rotateY(0deg);}
.add1 {transform:rotateY(90deg);}
#customers_brand li:hover .add {transform:rotateY(90deg);}
#customers_brand li:hover .add1 {transform:rotateY(360deg);}
.hezhb {padding-bottom:35px;}
.kehbox {text-align:center;width:200px;height:200px;display:table-cell;vertical-align:middle;font-size:20px;}
.fb {
  width: 100%;
  background: #0077c3;
  color: #fff;
  height: 56px;
  position: fixed;
  bottom: 0;
}
.fb a {
  width: 33.3%;
  display: block;
  height: 56px;
  float: left;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1;
}
.fb a i {
  display: block;
  height: 28px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 5px;
}
.fb a i.i4 {
  background-image: url(../images/f_ico4.png);
}
.fb a i.i3 {
  background-image: url(../images/f_ico3.png);
}
.fb a i.i1 {
  background-image: url(../images/f_ico1.png);
}
.fb{display: none;}
.page{height:auto; line-height:24px; text-align:center; margin-top:30px; clear:both; margin-bottom: 30px;}
.page li{padding: 2px 6px; border: 1px solid #ddd; margin-right: 5px; color: #555; height: 28px; display: inline-block; margin-top: 5px;}
.page li a{color: #555;}
.page li a:hover{background:#f5f5f5; color:#0064c4;}
.page li.thisclass{background:#9A9FA5; color: #fff;}
.page li.thisclass a{text-decoration:none; cursor:default; border-color:#0064c4; color: #fff;}
.page .pageinfo strong{font-weight:normal; color: #555;}
@media screen and (max-width: 767px) and (min-width: 0px){
  body{min-width: 100%;}
  .header .headtop{display: none;}
  .container{width: 100%;}
  .header .naver .logo{display: none;}
  .header .naver .nave{float: none;}
  .header .naver .nave li{width: 25%; margin-left: 0px; text-align: center;}
  .header .naver .nave li a{padding: 0px;}
  .news .qimo8{width: 100%; margin-left: 0px;}
  .youshi1{display: block;}
  .shi1{width: 100%;}
  .shi1 p{width: 46%; margin: 2% 2%;}
  .chanpin{width: 100%;}
  .chan1{margin-left: 3%;}
  .chan2{margin-left: 3%; float: none;}
  .chan2 li{width: 32% ; margin-right: 1%;}
  .boxz{width: 100%;}
  .listCp{width: 46%; margin: 2% 2%; height: auto;}
  #cp{width: 100%; height: 180px;}
  .boxz .listCp:nth-child(3n) {margin-left:2%;}
  .part2 .pa2l{width: 100%;}
  .title span{display: none;}
  .part2 .pa2l .con{width: 97%; margin: 0 auto;}
  .part2 .pa2l .con li{display: none;}
  .part2 .pa2r{width: 97%; margin: 0 auto; height: auto; float: none; background: #fff;}
  .part2 .pa2r img{width: 100%; height: auto; left: 0px;}
  .chan3.on{width: 98%; float: none; margin: 0 auto;}
  .chan3 li{width:31%; margin-right: 2.3%;}
  #sg{height: 150px;}
  .tablis1 a .listCp{margin-right: 0px; width: 46%; height: auto;}
  .chan4.on{width: 98%; float: none; margin: 0 auto;}
  .chan4 li{width:31%; margin-right: 2.3%;}
  .boxz.s2 .listCp{height: auto;}
  .pdain{display: none;}
  .hezuohb{display: none;}
  .fanhui{display: none;}
  .footer .fottop .fot1{width: 98%; margin: 0 auto;}
  .fot1 img{width: 100%;}
  .footer .fottop .fot1 .ewm span{display: none;}
  .footer .fottop .fot1 .phone h3{font-size: 14px;}
  .footer .fottop .fot1 .phone{float: left; font-size: 16px; margin-right: 5px; padding-left: 58px;}
  .footer .fottop .fot2{display: none;}
  .footer .fotbot .fbl{margin-left: 0px !important;}
  .fb{display: block;}
  .footer .fotbot{padding-bottom: 10%;}
  .titl .ttl{display: none;}
  .titl .mian{width: 98%; margin: 0 auto; float: none;}
  .about .abmenu{width: 99%; margin: 0 auto;}
  .about .abmenu li{width: 24%;margin-right: 1%;}
  .about .abmenu li h3{font-size: 18px;}
  .about .abmenu li p{display: none;}
  .about .abmenu li:nth-child(1){margin-left:0.5%;}
  .about .abmenu li:nth-child(4){margin-right:0.5%;}
  .textcont{width: 98%; margin: 0 auto;}
  .about .abocon .abotit a{margin: 0px;}
  .about .news1 .box .bol{display: none;}
  .about .news1 .box .bor{width: 98%; float: none; margin: 0 auto;}
  .about .abocon .aboc{width: 100%; height: auto;}
  .about .abocon .aboc .box{width:46%; margin:2% 2%; height: auto;}
  .about .abocon .aboc .box .img{width:100%; height: auto;}
  .about .abocon .aboc .box .img img{max-width: 100%; height: 175px; margin: 0 auto;}
  .about .newsxq .nexqcon{width: 98%; margin: 0 auto;}
  .about .newsxq .nexqcon div img{width: 100% !important; height: auto !important;display: inline;     vertical-align: bottom; 	}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  body{min-width: 100%;}
  .header .headtop{display: none;}
  .container{width: 99%;}
  .header .naver .logo{display: none;}
  .header .naver .nave{float: none;}
  .header .naver .nave li{width: 14.2%; margin-left: 0px; text-align: center; line-height: 70px;}
  .header .naver .nave li a{padding: 0px;}
  .news .qimo8{width: 100%;}
  .shi1{width: 99%;}
  .shi1 p{margin-right: 12.7px;}
  .shi1 p:nth-child(1){margin-left: 10px;}
  .chanpin{width: 100%;}
  .chan1{margin-left: 1%;}
  .chan2{margin-left: 3%; float: none;}
  .chan2 li{width: 18.5% ; margin-right: 1%;}
  .boxz{width: 100%;}
  .listCp{width: 30%; margin: 2% 2%; height: auto;}
   #cp{width: 100%; height: 251px;}
  .Cptxt>p{font-size: 14px;}
  .part2 .pa2l{width: 60%;}
  .part2 .pa2r{width: 38%; height: auto;}
  .part2 .pa2l .con li{display: none;}
  .chan3.on{width: 98%; float: none; margin: 0 auto;}
  #sg{height: 171px;}
  .boxz.s2 .listCp{height: auto;}
  .tablis1 a .listCp{margin-right: 8px; width: 30%; height: auto;}
  .chan4.on{width: 98%; float: none; margin: 0 auto;}
  .hezuohb{width: 100%;}
  .kehbox{width: 17%; height: auto;}
  #customers_brand li{width: 32.5%; height: 150px;}
  #customers_brand li img{height: 150px;}
  .fb{display: none;}
  .footer .fottop .fot1{width: 98%; margin: 0 auto;}
  .footer .fottop .fot1 .phone h3{font-size: 14px;}
  .footer .fottop .fot1 .phone{font-size: 16px; margin-right: 10px; padding-left: 58px;}
  .footer .fottop .fot2 .box{margin-right: 15px; width: 15%;}
  .footer .fottop .fot2 .box a{padding-left: 15px;}
  .footer .fottop .fot2 .box h3{padding-left: 15px;}
  .footer .fottop .fot2 .box .line{width: 100%;}
  .footer .fotbot .fbl{margin-left: 15% !important;}
  .titl .ttl{width: 30%;}
  .titl .mian{width: 60%;}
  .about .abmenu{width: 99%; margin: 0 auto;}
  .about .abmenu{width: 99%; margin: 0 auto;}
  .about .abmenu li{width: 24%;margin-right: 1%;}
  .about .abmenu li h3{font-size: 18px;}
  .about .abmenu li:nth-child(1){margin-left:0.5%;}
  .about .abmenu li:nth-child(4){margin-right:0.5%;}
  .textcont{width: 98%; margin: 0 auto;}
  .about .news1 .box .bol{width: 23%; height: auto;}
  .about .news1 .box .bol img{width: 100%; height: 150px;}
  .about .news1 .box .bor{width: 75%; height: auto;}
  .about .abocon .aboc{width: 100%; height: auto;}
  .about .abocon .aboc .box{width:30%; margin:2% 1.5%; height: auto;}
  .about .abocon .aboc .box .img{width:100%; height: auto;}
  .about .abocon .aboc .box .img img{max-width: 100%; height: 248px; margin: 0 auto;}
  .about .newsxq .nexqcon{width: 98%; margin: 0 auto;}
  .about .newsxq .nexqcon div img{width: 70% !important; height: auto !important;}

}
@media screen and (max-width: 1366px) and (min-width: 1024px){
  body{min-width: 100%;}
  .container{width: 99%;}
  .header .naver .logo{width: 20%;}
  .header .naver .nave{width: 80%;}
  .header .naver .nave li{margin-top: 4%; margin-left: 7%;}
  .header .naver .nave li:nth-child(1){margin-left: 10px;}
  .header .naver .nave li a{padding:0px; }
  .shi1{width: 99%;}
  .shi1 p{margin-right: 16.5px;}
  .shi1 p:nth-child(1){margin-left: 15px;}
  .chanpin{width: 100%;}
  .chan1{margin-left: 3%;}
  .chan2{margin-left: 3%; float: none;}
  .chan2 li{width: 18.5% ; margin-right: 1%;}
  .boxz{width: 100%;}
  .listCp{width: 21.5%; margin: 2% 2%; height: auto;}
  #cp{width: 100%; height: 240px;}
  .Cptxt>p{font-size: 14px;}
  .part2 .pa2l{width: 60%;}
  .part2 .pa2r{width: 38%; height: auto;}
  .part2 .pa2l .con li{width: 29%;}
  .chan3.on{width: 98%; float: none; margin: 0 auto;}
  #sg{height: 228px;}
  .boxz.s2 .listCp{height: auto;}
  .tablis1 a .listCp{margin-right: 12px; width: 30%; height: auto;}
  .chan4.on{width: 98%; float: none; margin: 0 auto;}
  .hezuohb{width: 100%;}
  .kehbox{width: 17%; height: auto;}
  #customers_brand li{width: 16.3%; height: 134px;}
  #customers_brand li img{height: 133px;}
  .fb{display: none;}
  .footer .fottop .fot1{width: 98%; margin: 0 auto;}
  .footer .fottop .fot1 .phone h3{font-size: 14px;}
  .footer .fottop .fot1 .phone{font-size: 16px; margin-right: 10px; padding-left: 58px;}
  .footer .fottop .fot2 .box{margin-right: 15px; width: 15%;}
  .footer .fottop .fot2 .box a{padding-left: 15px;}
  .footer .fottop .fot2 .box h3{padding-left: 15px;}
  .footer .fottop .fot2 .box .line{width: 100%;}
  .footer .fotbot .fbl{margin-left: 6% !important;}
  .titl .ttl{width: 30%;}
  .titl .mian{width: 60%;}
  .about .abmenu{width: 99%; margin: 0 auto;}
  .about .abmenu{width: 99%; margin: 0 auto;}
  .about .abmenu li{width: 24%;margin-right: 1%;}
  .about .abmenu li h3{font-size: 18px;}
  .about .abmenu li:nth-child(1){margin-left:0.5%;}
  .about .abmenu li:nth-child(4){margin-right:0.5%;}
  .textcont{width: 98%; margin: 0 auto;}
  .about .news1 .box .bol{width: 23%; height: auto;}
  .about .news1 .box .bol img{width: 100%; height: 150px;}
  .about .news1 .box .bor{width: 75%; height: auto;}
  .about .abocon .aboc{width: 100%; height: auto;}
  .about .abocon .aboc .box{width:22%; margin:2% 1.5%; height: auto;}
  .about .abocon .aboc .box .img{width:100%; height: auto;}
  .about .abocon .aboc .box .img img{max-width: 100%; height: 230px; margin: 0 auto;}
  .about .newsxq .nexqcon{width: 98%; margin: 0 auto;}
  .about .newsxq .nexqcon div img{width: 70% !important; height: auto !important; }
.about .newsxq .nexqcon img{display: block;	margin:0 auto; }
}