@charset "utf-8";
/* CSS Document */

/*bootstarp后加共用部分*/
body{font-family: 'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;}
h1, .h1, h2, .h2, h3, .h3{margin: 0;}
p{margin-bottom: 0px;}
ul{padding: 0px;margin: 0;}
li{list-style: none;}
img{max-width: 100%;height: auto;}
a{outline: none!important;/*解决点击周围出现边框*/}
a:focus{text-decoration: none!important;/*解决点击后出现下边框*/}
a:hover{text-decoration: none;}
/*展示5列*/
@media (min-width: 992px) {
.col-md-pa5 {
    width: 20%;float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 91%;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 83.75%;
  }
}
/*bootstarp后加共用部分*/
.affix {
	width: 100%;
    z-index: 10000;
    background: #fff;
	position: fixed!important;
	height: 70px!important;
	line-height: 70px!important;
	top: 0px;
	opacity: 0.5;
	border: none!important;
}
.affix h1 {line-height: 70px!important;}
#header .affix li a{font-size: 23px!important;}
.mnav{display:none;}
.mnavopen{ display: none;cursor: pointer;}
.mnavclose{ display:none;cursor: pointer;}
#header .topd{/*height: 84px;*/margin: 2.3vw 0 2.2vw 0;width: 100%;overflow: hidden;}
#header .topd .dingb img{ display:block; width:100%; height:auto;}
#header .topd h1{height: 81px;line-height: 81px;display: flex;align-items: center; display:none;}
#header .topd h1 img{max-width: 100%;height: auto;}
#header .topd .service{padding-left: 2.5vw;}
#header .topd .service .service-l{float: left;width: 22px;font-size: 18px;color: #4c4c4c;line-height: 1.1;}
#header .topd .service .service-r{float: right;width: calc(100% - 22px);font-size: 43px;color: #ffc21e;font-family: 'impact';line-height:0.9;padding-left: 5px;}
#header .topd .service .service-r b{letter-spacing: 0.5px;display: block; margin-top: 2px;}
#header .topd .miaoshu{text-align: right;}
#header .topd .miaoshu p{font-size: 31px;color: #1262ae;margin-top: 3px;font-weight: bold;opacity: 0.8;}
#header .topd .miaoshu span{font-size: 21px;color: #5f5f5f;display: block;margin-top: 3px;}
#header .nav{height: 76px;line-height: 76px;background: #1262ae;border-bottom: 1px solid #a7a7a7;}
#header .nav li{float: left;width: 11.1%;text-align: center;}
#header .nav li a{font-size: 25px;color: #ffffff;display: block;transition: all 0.3s;}
#header .nav li:hover a{background: #ffffff;color: #1262ae;}
#ggpt{text-align: center;padding-top: 2vw;}
#ggpt h5{font-size: 53px;font-weight: bold;color: #171717;}
#ggpt .gb{font-size: 48px;}
#ggpt h5 span{color: #005ba1;}
#ggpt p{font-size: 25px;color: #1f1f1f;}
#ggpt i{width: 80%;height: 24px;margin: 0 auto;max-width: 1200px; display: block;background: url("../images/zhuangshi.png") top center;background-size: contain;margin-top: 10px;}
#product{background: #f6f8f9;padding-bottom: 2vw;}
#product .cpzxzs{margin-top: 1.6vw;}
#product .cpzxzs .row{background: #ffffff;padding-top: 2.1vw;padding-bottom: 2.1vw;border-radius: 5px;}
#product .cpzxzs .cpzxzs-l .sbzx img{max-width: 100%; height: auto;padding: 3px 0 1.7vw 0;}
#product .cpzxzs .cpzxzs-l ul{width: 75%;}
#product .cpzxzs .cpzxzs-l ul li{margin-bottom: 1vw;}
#product .cpzxzs .cpzxzs-l ul li h3{width: 100%; display: block;height: 43px;line-height: 43px;background: #1262ae;padding-left: 3%;border-radius: 5px;text-indent: 0.5vw;}
#product .cpzxzs .cpzxzs-l ul .addre{background: #1262ae;padding: 0 0 0 0;border-radius: 5px;margin-top: 1vw;margin-bottom: 0vw;}
#product .cpzxzs .cpzxzs-l ul .addre img{margin-bottom: 0;}
#product .cpzxzs .cpzxzs-l ul .addre p{color: #FFFFFF;padding-left: 0.5vw;font-size: 16px;margin-bottom: 0.3vw;}
#product .cpzxzs .cpzxzs-l ul li h3 a{color: #FFFFFF;}
#product .cpzxzs .cpzxzs-l ul li .zfl{padding: 0.8vw 0;}
#product .cpzxzs .cpzxzs-l ul li .zfl p{width: 100%;text-indent: 1vw;background:#FFFFFF;}
#product .cpzxzs .cpzxzs-l ul li .zfl p a{font-size: 16px;line-height: 2.42;color: #141414;transition: all 0.2s;}
#product .cpzxzs .cpzxzs-l ul li .zfl p:hover{background:#1262ae;border-radius: 5px; }
#product .cpzxzs .cpzxzs-l ul li .zfl p:hover a{color: #FFFFFF;}
#product .cpzxzs .cpzxzs-r .swiper-container {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
#product .cpzxzs .cpzxzs-r .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;
		/*flex-direction: column;*/  /*文字可以往下排*/
    }
#product .cpzxzs .cpzxzs-r .swiper-button-next, .swiper-button-prev{width: 1.6vw;height: 5vw;background-size: 100%;margin-top: -2.5vw;}
#product .cpzxzs .cpzxzs-r .swiper-slide img{width: 100%;height: auto;cursor: pointer;}
#product .cpzxzs .cpzxzs-r .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image:url("../images/zjt.png");left: 2vw;right: auto;}
#product .cpzxzs .cpzxzs-r .swiper-button-next, .swiper-container-rtl .swiper-button-prev {background-image:url("../images/yjt.png");right: 2vw;left: auto;}
#product .cpzxzs .cpzxzs-r .cpzsgs{padding-top: 1.6vw ;}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p{border: 1px solid #e3e3e3;box-shadow: 1px 1px 5px rgba(0,0,0,.05);transition: all 0.5s;margin-bottom: 1.2vw;overflow: hidden;}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p a{display: block;overflow: hidden;}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p img{width: 100%;height: auto;transition: all 0.5s;}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p p a{display: block;width: 100%;height: 2vw;line-height: 2vw;color: #010101;font-size: 20px;text-align: center;}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p:hover a{color: #005ba1;}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p:hover{box-shadow: 1px 4px 5px rgba(0,0,0,.15);transform: translateY(-10px)}
#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p:hover img{transform: scale(1.05)}
#product .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom:20px;
}

#hgys .youssg{margin-top: 2vw;}
#hgys .fl {float: left;}
#hgys .item{padding-bottom: 4vw; position: relative; padding-top: 3vw;}
#hgys .item .tit{width: 194px; position: relative;}
#hgys .item .tit img{width: 170px; height: 330px; display: block;}
#hgys .item .tit h3{font-size: 18px; text-transform: uppercase; position: absolute; left: 134px; top: 34px;}
#hgys .item .txt{padding-top: 78px; width: calc(65% - 194px); -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
#hgys .it2  .txt{width: calc(100% - 194px);}
#hgys .item .txt h2{font-size: 30px; font-weight: bold; color: #005ba1; line-height: 32px;}
#hgys .item .txt h4{display: block; line-height: 30px; font-size:16px; font-weight:100;}
#hgys .item .txt .desc{padding-top: 20px; line-height:28px;}
#hgys .item .txt .cha{font-size: 18px; width: 200px; height: 54px; line-height: 54px; display: block; border: 2px solid #005ba1; text-align: center; color: #005ba1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 34px;}
#hgys .item .txt .cha:hover{background: #005ba1; color: #fff;}
#hgys .item .img{position: absolute; right: 0px; top: 2vw;width: 35%;}
#hgys .item .img img{width: 100%;display: block;}
#hgys .item.it2{padding-left: 35%;}
#hgys .item.it2 .img{right: auto; left: 0;}
#hgys .item:hover .txt{-webkit-transform: translate3d(0, -6px, 0); transform: translate3d(0, -6px, 0);}

#qyys .hjsb{background: url("../images/hengtu.png") top center no-repeat;background-size: contain;}
#qyys .hjsb .part .smxs{position: relative;}
#qyys .hjsb .part .smxs i{font-size: 76px;display: block; color: #249cdb;font-style: inherit;/*font-family: 'impact'*/transform: scale(1,1.1);
-ms-transform: scale(1,1.1);-webkit-transform: scale(1,1.1);-moz-transform: scale(1,1.1);-o-transform: scale(1,1.1);}
#qyys .hjsb .yizu{margin-top: 3vw;margin-bottom: 4vw;}
#qyys .hjsb .yizu .pull-right{padding-left: 20vw;}
#qyys .hjsb .part .smxs p{position: absolute;left: 35px;top: 35px; font-size: 30px;font-weight: bold;background: #FFFFFF;padding: 0 5px;}
#qyys .hjsb .part .jsx{font-size: 21px;color: #000000;margin-top: -12px;}
#hex1 a{display: block;background: url("../images/hentu.jpg") top center no-repeat;width: 100%;background-size: contain;height: 11.3vw;}
#sdys{padding: 1vw 0 3vw 0;background: #f5f6f7;}
#sdys .qiysj{margin-top: 3vw;}
#sdys .qiysj .row{background: #FFFFFF;}
#sdys .qiysj .qiysj-l{padding-left: 0px;}
#sdys .qiysj .qiysj-l .dsasap{cursor: pointer;padding: 2vw 1.6vw 1.5vw 2.3vw;border-bottom: 1px solid #f2f2f2;border-right: 1px solid #f2f2f2;}
#sdys .qiysj .qiysj-l .dsasap .dsasapn{background:url("../images/xtubiao1.png") left top no-repeat;padding-left: 3.2vw;}
#sdys .qiysj .qiysj-l .cover .dsasapn{transition: all 0.5s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.5s ease-in-out;background-position: 0px -42px;}
#sdys .qiysj .qiysj-l .dsasap .bg2{background:url("../images/xtubiao2.png") left top no-repeat;padding-left: 3.2vw;}
#sdys .qiysj .qiysj-l .dsasap .bg3{background:url("../images/xtubiao3.png") left top no-repeat;padding-left: 3.2vw;}
#sdys .qiysj .qiysj-l .dsasap .bg4{background:url("../images/xtubiao4.png") left top no-repeat;padding-left: 3.2vw;}
#sdys .qiysj .qiysj-l .dsasap p{font-size: 22px;color: #0f0f0f;}
#sdys .qiysj .qiysj-l .dsasap span{display: block;font-size: 13px;color: #575757;}
#sdys .qiysj .qiysj-l .cover{background: #005ba1;}
#sdys .qiysj .qiysj-l .cover .dsasapn p{color: #ffffff;}
#sdys .qiysj .qiysj-l .cover .dsasapn span{color: #ffffff;}
#sdys .qiysj .qiysj-l .dsasap:hover{background: #005ba1;}
#sdys .qiysj .qiysj-l .dsasap:hover .dsasapn p{color: #ffffff;}
#sdys .qiysj .qiysj-l .dsasap:hover .dsasapn span{color: #ffffff;}
#sdys .qiysj .qiysj-l .dsasap:hover .bg2{transition: all 0.5s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.5s ease-in-out;background-position: 0px -42px;}
#sdys .qiysj .qiysj-l .dsasap:hover .bg3{transition: all 0.5s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.5s ease-in-out;background-position: 0px -42px;}
#sdys .qiysj .qiysj-l .dsasap:hover .bg4{transition: all 0.5s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.5s ease-in-out;background-position: 0px -37px;}
#sdys .qiysj .qiysj-r{}
#sdys .qiysj .qiysj-r .zuo .xdh{background: url("../images/01.png") left center no-repeat;padding-left: 60px;margin-top: 1.2vw;}
#sdys .qiysj .qiysj-r .zuo .xdh p{font-size: 31px;color: #005ba1;font-weight: bold;}
#sdys .qiysj .qiysj-r .zuo .xdh span{font-size: 12px;color: #7d7d7d;}
#sdys .qiysj .qiysj-r .zuo .jss{font-size: 18px;color: #7d7d7d;background: url("../images/yuand.png") left 10px no-repeat;padding-left: 15px;margin-top: 1.6vw;}
#sdys .qiysj .qiysj-r .zuo .ckgd{background: url("../images/ckgd.png") top center no-repeat;width: 9vw;height: 2.9vw;font-size: 17px;line-height: 2.9vw;color: #ffffff;padding-left: 3.5vw; background-size: contain;display: inline-block;margin: 2vw 1.5vw 0 1vw;}
#sdys .qiysj .qiysj-r .zuo .ckgd a{color: #ffffff;}
#sdys .qiysj .qiysj-r .zuo .zxzx{background: url("../images/zxzx.png") top center no-repeat;width: 9vw;height: 2.9vw;font-size: 17px;line-height: 2.9vw;color: #ffffff;padding-left: 3.5vw; background-size: contain;display: inline-block;margin-top: 2vw;}
#sdys .qiysj .qiysj-r .zuo .zxzx a{color: #ffffff;}
#sdys .qiysj .qiysj-r .you{padding-top: 1vw;padding-left: 0;padding-right: 0;}
#sdys .qiysj .qiysj-r .you .col-md-4{padding: 0;}
#sdys .qiysj .qiysj-r .you .col-md-6{padding: 0;}
#sdys .qiysj .qiysj-r .you img{padding-top: 5px;padding-left: 5px;}
#dbeijy{background: url("../images/wushou.jpg") top center no-repeat;padding: 6vw 0 4.8vw 0;text-align: center;background-size: cover;}
#dbeijy h3{font-size: 33px;color: #ffffff;}
#dbeijy p{font-size: 61px;color: #ffffff;margin: 0.5vw 0;}
#dbeijy p span{color: #ffba00;font-weight: bold;}
#dbeijy .neir{font-size: 18px;color: #ffffff;}
#dbeijy .ligd{background: url("../images/ljgd.png") top center no-repeat;width: 10vw;height: 3.2vw;line-height: 3.2vw; margin: 0 auto;margin-top: 2.3vw;font-size: 18px; background-size:contain;}
#dbeijy .ligd a{color: #ffffff;padding-left:2vw;}
#hzal{ padding:1vw 0 0vw 0; background:#f5f6f7;}
#hzal .hzalz{ margin-top:2.5vw; background:#FFF; padding-top:3vw;}
#hzal .hzalz .hzalz-p{margin-bottom:1.5vw;}
#hzal .hzalz .hzalz-p .touy{box-shadow: 5px 5px 5px rgba(0,0,0,.05);}
#hzal .hzalz .hzalz-p .hzalz-pl{ width:58%; float:left;}
#hzal .hzalz .hzalz-p .hzalz-pr{ width:42%; float:right; padding:2vw 1vw 0 1vw;}
#hzal .hzalz .hzalz-p .hzalz-pr .almc{ font-size:24px; color:#1f1f1f;white-space: nowrap; overflow: hidden;text-overflow: ellipsis; }
#hzal .hzalz .hzalz-p .hzalz-pr i{ width:26px; height:2px; background:#337cb4; display:block; margin:0.6vw 0 1.2vw;}
#hzal .hzalz .hzalz-p .hzalz-pr .alms p{ font-size:15px; color:#1f1f1f;}
#hzal .hzalz .hzalz-p .hzalz-pr .alms div{ font-size:15px; color:#989898; margin-top:0.6vw; border-bottom:1px dashed #6c6c6c; padding-bottom:1vw;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4;
    overflow: hidden; }
#hzal .hzalz .hzalz-p .hzalz-pr .xq{ display:block; font-size:12px; color:#005ba1; background:url(../images/aljt.png) center right no-repeat; width:5vw; height:3vw; line-height:2.9vw;}
#hzal .hzalz .hzalz-p:hover .hzalz-pr .xq{color:#c4a708;}
#lxwm .lxwmmr{ padding-top:2vw;}
#lxwm .lxwmmr h4{ font-size:38px; color:#000000;font-weight: bold;}
#lxwm .lxwmmr .neir p{ font-size:21px; color:#191919; margin-top:2vw;}
#lxwm .lxwmmr .suje{margin-top: 2vw;}
#lxwm .lxwmmr .suje li{ width:30%; float:left;font-size:46px; margin-right:2%;}
#lxwm .lxwmmr .suje li span{ font-size:57px; color:#0663be; font-family:'impact';display: inline-block;margin-right: 0.5vw; }
#lxwm .lxwmmr .suje li p{ font-size:17px; color:#000000;opacity: 0.6;}
#lxwm .lxwmmr .spj{margin-top: 2vw;}
#lxwm .lxwmmr .spj video{width: 100%;}
#new{padding-top: 1vw;}
#new .xwnrz{ margin-top:3vw; margin-bottom:2vw;}
#new .xwnrz .xwnrz-l .xwnrz-lp{ background:#f6f6f6; padding:1.2vw 1.7vw 1.2vw 2.9vw; margin-bottom:1vw;}
#new .xwnrz .xwnrz-l .xwnrz-lp .zuo{ width:87px; height:90px; border-right:1px solid #e4e4e4; float:left;display: flex;align-items: center;}
#new .xwnrz .xwnrz-l .xwnrz-lp .zuo em{ font-size:18px; color:#656565;font-style: inherit;  display:block;}
#new .xwnrz .xwnrz-l .xwnrz-lp .zuo p{ font-size:22px; color:#666666;margin-top:0.6vw;font-weight: bold;}
#new .xwnrz .xwnrz-l .xwnrz-lp .you{width: calc(100% - 87px); float:right; padding-left:1vw;}
#new .xwnrz .xwnrz-l .xwnrz-lp .you h6{ font-size:22px; color:#121212;margin: 5px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
#new .xwnrz .xwnrz-l .xwnrz-lp .you p{ font-size:19px; color:#a2a2a2;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp: 2;overflow: hidden; }
#new .xwnrz .xwnrz-l .xwnrz-lp:hover{background:#0b58a9;}
#new .xwnrz .xwnrz-l .xwnrz-lp:hover .zuo{border-right:1px solid #FFF;}
#new .xwnrz .xwnrz-l .xwnrz-lp:hover .zuo em{color:#FFF;}
#new .xwnrz .xwnrz-l .xwnrz-lp:hover .zuo p{color:#FFF;}
#new .xwnrz .xwnrz-l .xwnrz-lp:hover .you h6{color:#FFF;}
#new .xwnrz .xwnrz-l .xwnrz-lp:hover .you p{color:#FFF;}
#new .xwnrz .xwnrz-r img{ max-height:100%; height:auto;}
#new .xwnrz .xwnrz-r .xwnrz-lp{ background:#f6f6f6; padding:1.2vw 1.7vw 1.2vw 2.9vw; margin-bottom:1vw; margin-top:1.5vw;}
#new .xwnrz .xwnrz-r .xwnrz-lp .zuo{ width:87px; height:90px; border-right:1px solid #e4e4e4; float:left;display: flex;align-items: center;}
#new .xwnrz .xwnrz-r .xwnrz-lp .zuo em{ font-size:18px; color:#656565;font-style: inherit;display:block;}
#new .xwnrz .xwnrz-r .xwnrz-lp .zuo p{ font-size:22px; color:#666666;margin-top:0.6vw;}
#new .xwnrz .xwnrz-r .xwnrz-lp .you{width: calc(100% - 87px); float:right; padding-left:1vw;}
#new .xwnrz .xwnrz-r .xwnrz-lp .you h6{ font-size:22px; color:#121212;margin: 5px 0; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
#new .xwnrz .xwnrz-r .xwnrz-lp .you p{ font-size:19px; color:#a2a2a2;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; 
 -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
#new .xwnrz .xwnrz-r .xwnrz-lp:hover{background:#0b58a9;}
#new .xwnrz .xwnrz-r .xwnrz-lp:hover .zuo{border-right:1px solid #FFF;}
#new .xwnrz .xwnrz-r .xwnrz-lp:hover .zuo em{color:#FFF;}
#new .xwnrz .xwnrz-r .xwnrz-lp:hover .zuo p{color:#FFF;}
#new .xwnrz .xwnrz-r .xwnrz-lp:hover .you h6{color:#FFF;}
#new .xwnrz .xwnrz-r .xwnrz-lp:hover .you p{color:#FFF;}
#footer{ background:#202020; padding:2.8vw 0 0.5vw 0;}
#footer .pat1{height: 3.8vw;line-height: 3.8vw;min-height: 60px;border-bottom: 1px solid #2b2b2b;border-top: 1px solid #2b2b2b;}
#footer .pat1 img{max-width: 100%;height: auto;}
#footer .pat1 ul{text-align: right;}
#footer .pat1 ul li{display: inline-block;width: 10%;text-align: right;}
#footer .pat1 ul li a{font-size: 18px;color: #ffffff;}
#footer .pat2{padding: 2vw 0 3.2vw 0;background: url("../images/dibt.jpg") top center no-repeat;background-size: contain;}
#footer .pat2 p{font-size: 19px;color: #999999;line-height: 1.6;}
#footer .pat2 p a{color: #999999;}
#footer .pat2 .pat2-r img{float: right;margin-left: 2vw;}
#footer .pat3{border-top: 1px solid #2b2b2b;}
#footer .pat3 p{font-size: 14px;color: #666666;margin-top: 0.5vw;}
#footer .pat3 p span{display: inline-block;float: right;}
#footer .pat3 p span a{color: #666666;}
#footer .pat3 p a{color: #666666;}
.mdh{ display:none;}
@media only screen and (max-width:1800px){
	
}
@media only screen and (max-width:1600px){
	#header .topd{/*height: 75px;*/}
	#header .topd .service .service-l {font-size: 16px;}
	#header .topd .miaoshu p{font-size: 26px;}
	#header .topd .miaoshu span{font-size: 18px;}
	#header .topd .service .service-r{font-size: 38px;}
	#header .nav {height: 70px;line-height: 70px;}
	#product .cpzxzs .cpzxzs-l ul{width: 100%;}
	#product .cpzxzs .cpzxzs-l ul li h3{height: 36px;line-height: 36px;padding-left: 3%;}
	#product .cpzxzs .cpzxzs-l ul li .zfl{padding: 0.5vw 0;}
	#product .cpzxzs .cpzxzs-l ul li .zfl p a{font-size: 13px;line-height: 2.3;}
	#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p p a {height: 2.5vw;line-height: 2.5vw;font-size: 20px;}
	
	#qyys .hjsb .part .smxs i{font-size: 70px;}
	#qyys .hjsb .yizu{margin-top: 3vw;margin-bottom: 4vw;}
	#qyys .hjsb .yizu .pull-right{padding-left: 20vw;}
	#qyys .hjsb .part .smxs p{position: absolute;left: 35px;top: 35px; font-size: 22px;padding: 0 5px;}
	#qyys .hjsb .part .jsx{font-size: 16px;margin-top: -12px;}
	
	#sdys .qiysj .qiysj-l .dsasap .dsasapn{padding-left: 4vw;}
	#sdys .qiysj .qiysj-r .zuo .xdh p{font-size: 22px;}
	#sdys .qiysj .qiysj-r .zuo .jss{font-size: 16px;margin-top: 1.2vw;}
	#sdys .qiysj .qiysj-r .zuo .ckgd{font-size: 14px;}
	#sdys .qiysj .qiysj-r .zuo .zxzx{font-size: 14px;}
	#sdys .qiysj .qiysj-l .dsasap {padding: 1.9vw 1.5vw 1.4vw 2.2vw;}
}
@media only screen and (max-width:1400px){
	#header .topd .service .service-l {font-size: 16px;}
	#header .topd .miaoshu p{font-size: 26px;}
	#header .topd .miaoshu span{font-size: 18px;}
	#header .topd .service .service-r{font-size: 38px;}
	#new .xwnrz .xwnrz-l .xwnrz-lp .you h6{ font-size:19px; }
	#new .xwnrz .xwnrz-l .xwnrz-lp .you p{ font-size:16px; }
	#new .xwnrz .xwnrz-r .xwnrz-lp .you h6{ font-size:19px; }
	#new .xwnrz .xwnrz-r .xwnrz-lp .you p{ font-size:16px; }
	#header .nav li a {font-size: 21px;}
	#ggpt{text-align: center;padding-top: 2vw;}
	#ggpt h5{font-size: 46px;font-weight: bold;color: #171717;}
	#ggpt .gb{font-size: 41px;}
	#ggpt h5 span{color: #005ba1;}
	#ggpt p{font-size: 21px;color: #1f1f1f;}
	#ggpt i{width: 80%;height: 24px;margin: 0 auto;max-width: 1200px; display: block;background: url("../images/zhuangshi.png") top center;background-size: contain;margin-top: 10px;}
	#sdys .qiysj .qiysj-r .zuo .xdh{background-size: contain;}
	#product .cpzxzs .cpzxzs-l ul{width: 100%;}
	#product .cpzxzs .cpzxzs-l ul li{margin-bottom: 0.83vw;}
	#product .cpzxzs .cpzxzs-l ul li h3{height: 36px;line-height: 36px;padding-left: 3%;font-size: 20px;}
	#product .cpzxzs .cpzxzs-l ul li .zfl{padding: 0.5vw 0;}
	#product .cpzxzs .cpzxzs-l ul li .zfl p a{font-size: 13px;line-height: 2.3;}
	#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p p a {height: 2.5vw;line-height: 2.5vw;font-size: 18px;}
	
	#qyys .hjsb .part .smxs i{font-size: 70px;}
	#qyys .hjsb .yizu{margin-top: 3vw;margin-bottom: 4vw;}
	#qyys .hjsb .yizu .pull-right{padding-left: 20vw;}
	#qyys .hjsb .part .smxs p{position: absolute;left: 35px;top: 35px; font-size: 24px;padding: 0 5px;}
	#qyys .hjsb .part .jsx{font-size: 18px;margin-top: -12px;}
	
	#dbeijy{padding: 6vw 0 4.8vw 0;}
	#dbeijy h3{font-size: 30px;}
	#dbeijy p{font-size: 50px;margin: 0.5vw 0;}
	#dbeijy .neir{font-size: 17px;}
	#dbeijy .ligd{width: 12vw;height: 3.8vw;line-height: 3.8vw; margin: 0 auto;margin-top: 2.3vw;font-size: 18px; background-size:contain;}
	#dbeijy .ligd a{padding-left:3vw;}
	
	#hzal .hzalz .hzalz-p .hzalz-pr{padding:2vw 1vw 0 1vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .almc{ font-size:20px;}
	#hzal .hzalz .hzalz-p .hzalz-pr i{ width:26px; height:2px;margin:0.6vw 0 1.2vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .alms p{ font-size:14px;}
	#hzal .hzalz .hzalz-p .hzalz-pr .alms div{ font-size:13px; margin-top:0.6vw; border-bottom:1px dashed #6c6c6c; padding-bottom:1vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .xq{font-size:12px; width:5vw; height:3vw; line-height:2.9vw;}
	
	#lxwm .lxwmmr h4{ font-size:32px; }
	#lxwm .lxwmmr .neir p{ font-size:19px;margin-top:2vw;}
	#lxwm .lxwmmr .suje{margin-top: 1vw;}
	#lxwm .lxwmmr .suje li{ width:30%;font-size:42px; margin-right:2%;}
	#lxwm .lxwmmr .suje li span{ font-size:52px;margin-right: 0.5vw; }
	#lxwm .lxwmmr .suje li p{ font-size:14px; }
	
	#new .xwnrz .xwnrz-r .xwnrz-lp{margin-top: 2vw;}
	#footer .pat1 {height: 4.3vw;line-height: 4.3vw;border-bottom: 1px solid #2b2b2b;border-top: 1px solid #2b2b2b;}
	
}
@media only screen and (max-width:1300px){
	#header .topd {/*height: 65px;*/}
	#header .topd .service .service-l {font-size: 14px;}
	#header .topd .miaoshu p{font-size: 24px;}
	#header .topd .miaoshu span{font-size: 16px;}
	#header .topd .service .service-r{font-size: 36px;}
	#product .cpzxzs .cpzxzs-l ul li h3{height: 33px;line-height: 33px;padding-left: 3%;font-size: 20px;}
	#product .cpzxzs .cpzxzs-l ul li .zfl{padding: 0.5vw 0;}
	#product .cpzxzs .cpzxzs-l ul li .zfl p a{font-size: 13px;line-height: 2.2;}
	#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p p a {height: 2.5vw;line-height: 2.5vw;font-size: 20px;}
	
	#qyys .hjsb .part .smxs i{font-size: 60px;}
	#qyys .hjsb .yizu{margin-top: 3vw;margin-bottom: 4vw;}
	#qyys .hjsb .yizu .pull-right{padding-left: 20vw;}
	#qyys .hjsb .part .smxs p{position: absolute;left: 30px;top: 30px; font-size: 23px;padding: 0 5px;}
	#qyys .hjsb .part .jsx{font-size: 17px;margin-top: -12px;}
	
	#sdys .qiysj .qiysj-l .dsasap .dsasapn{padding-left: 4vw;}
	#sdys .qiysj .qiysj-r .zuo .xdh p{font-size: 20px;}
	#sdys .qiysj .qiysj-r .zuo .jss{font-size: 15px;margin-top: 1.2vw;}
	#sdys .qiysj .qiysj-r .zuo .ckgd{font-size: 13px;}
	#sdys .qiysj .qiysj-r .zuo .zxzx{font-size: 13px;}
	#sdys .qiysj .qiysj-l .dsasap {padding: 1.9vw 1.5vw 1.4vw 2.2vw;}
	
	#hzal .hzalz .hzalz-p .hzalz-pr{padding:2vw 1vw 0 1vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .almc{ font-size:19px;}
	#hzal .hzalz .hzalz-p .hzalz-pr i{ width:26px; height:2px;margin:0.6vw 0 1.2vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .alms p{ font-size:13px;}
	#hzal .hzalz .hzalz-p .hzalz-pr .alms div{ font-size:12px; margin-top:0.6vw; border-bottom:1px dashed #6c6c6c; padding-bottom:1vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .xq{font-size:12px; width:5vw; height:3vw; line-height:2.9vw;}
	
	#lxwm .lxwmmr h4{ font-size:30px; }
	#lxwm .lxwmmr .neir p{ font-size:17px;margin-top:2vw;}
	#lxwm .lxwmmr .suje{margin-top: 1vw;}
	#lxwm .lxwmmr .suje li{ width:30%;font-size:40px; margin-right:2%;}
	#lxwm .lxwmmr .suje li span{ font-size:50px;margin-right: 0.5vw; }
	#lxwm .lxwmmr .suje li p{ font-size:12px; }
	
	#new .xwnrz .xwnrz-l .xwnrz-lp {padding: 1vw 1.7vw 1vw 2.9vw;margin-bottom: 1vw;}
	#new .xwnrz .xwnrz-l .xwnrz-lp .zuo{height: 80px;}
	#new .xwnrz .xwnrz-r .xwnrz-lp {padding: 1vw 1.7vw 1vw 2.9vw;margin-bottom: 1vw;}
	#new .xwnrz .xwnrz-r .xwnrz-lp .zuo{height: 80px;}
	#new .xwnrz .xwnrz-r .xwnrz-lp{margin-top: 0vw;}
	#footer .pat1 ul li a{font-size: 16px;}
}
@media only screen and (max-width:1200px){
	#header .topd .miaoshu p{font-size: 16px;}
	#header .topd .miaoshu span{font-size: 12px;}
	#header .topd .service .service-l {font-size: 12px;}
	#header .topd .service .service-r{font-size: 30px;}
	#header .nav li a {font-size: 19px;}
	#ggpt{text-align: center;padding-top: 2vw;}
	#ggpt h5{font-size: 40px;font-weight: bold;color: #171717;}
	#ggpt .gb{font-size: 35px;}
	#ggpt h5 span{color: #005ba1;}
	#ggpt p{font-size: 18px;color: #1f1f1f;}
	#ggpt i{width: 80%;height: 24px;margin: 0 auto;max-width: 1200px; display: block;background: url("../images/zhuangshi.png") top center;background-size: contain;margin-top: 10px;}
	#qyys .hjsb .part .smxs i{font-size: 45px;}
	#qyys .hjsb .yizu{margin-top: 3vw;margin-bottom: 4vw;}
	#qyys .hjsb .yizu .pull-right{padding-left: 20vw;}
	#qyys .hjsb .part .smxs p{position: absolute;left: 30px;top: 25px; font-size: 15px;padding: 0 5px;}
	#qyys .hjsb .part .jsx{font-size: 12px;margin-top: -12px;}
	
	#sdys .qiysj .qiysj-r .zuo .jss { background: url("../images/yuand.png") left 6px no-repeat;}
	#sdys .qiysj .qiysj-l .dsasap .dsasapn{padding-left: 4vw;}
	#sdys .qiysj .qiysj-r .zuo .xdh p{font-size:14px;}
	#sdys .qiysj .qiysj-r .zuo .xdh span{font-size: 8px;}
	#sdys .qiysj .qiysj-r .zuo .jss{font-size: 13px;margin-top: 1.2vw;}
	#sdys .qiysj .qiysj-r .zuo .ckgd{font-size: 11px;}
	#sdys .qiysj .qiysj-r .zuo .zxzx{font-size: 11px;}
	#sdys .qiysj .qiysj-l .dsasap {padding: 1.9vw 1.5vw 1.4vw 2.2vw;}
	#sdys .qiysj .qiysj-l .dsasap p{font-size: 18px;}
	#sdys .qiysj .qiysj-l .dsasap span{font-size: 11px;}
	
	#hzal .hzalz .hzalz-p .hzalz-pr{padding:2vw 1vw 0 1vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .almc{ font-size:16px;}
	#hzal .hzalz .hzalz-p .hzalz-pr i{ width:26px; height:2px;margin:0.6vw 0 1.2vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .alms p{ font-size:12px;}
	#hzal .hzalz .hzalz-p .hzalz-pr .alms div{ font-size:11px; margin-top:0.6vw; border-bottom:1px dashed #6c6c6c; padding-bottom:1vw;}
	#hzal .hzalz .hzalz-p .hzalz-pr .xq{font-size:12px; width:5vw; height:3vw; line-height:2.9vw;}
	
	#footer .pat1 ul li a{font-size: 13px;}
	
}
@media only screen and (max-width:1169px){
	#header .topd h1 {height: 60px;line-height: 60px;}
	#header .topd {height: 60px;}
	#header .topd .miaoshu p{font-size: 15px;}
	#header .topd .miaoshu span{font-size: 10px;}
	#product .cpzxzs .cpzxzs-l ul li .zfl p a{font-size: 12px;line-height: 2;}
	#lxwm .lxwmmr .suje{display: none;}
}
@media only screen and (max-width:1000px){
	#header .nav{ display:none;}
	.mnavopen{ display: block; width:57px; height:53px; background:url(../images/mnavopen.png) center no-repeat; float:right; margin-top:5px;margin-right: 5px;}
	.mnavclose{ width:57px; height:53px; background:url(../images/mnavclose.png) center no-repeat; float:right; margin-top:5px;margin-right: 5px;}
	.mnav{position:absolute; left:0; display:block; width:100%; top:80px;z-index: 100;}
	.mnav li{ width:100%; display:block; float:left;   overflow:hidden;  font-size:20px; text-align:center; color:#FFF; background: rgba(18,98,174,.95); height:0; line-height:60px;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;}
	.mnav li a{color: #ffffff;}
	.navon.mnav li{ height:60px !important;border-bottom:1px solid #fff;}
	#header .topd h1{ display:block;}
	#header .topd .dingb{ display:none;}
	#header .topd .service{display: none;}
	#header .topd .miaoshu{display: none;}
	#header .topd h1 {height: 60px;line-height: 60px;display: flex !important;}
	#product .cpzxzs .cpzxzs-l{display: none;}
	#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p p a {height: 4vw;line-height: 4vw;font-size: 20px;}
	#product .cpzxzs .cpzxzs-r .cpzsgs .col-md-4{padding-left: 0;padding-right: 0;}
	#qyys{display: none;}
	#sdys .qiysj .qiysj-l{display: none;}
	#sdys .qiysj .qiysj-r .zuo .jss { background: url("../images/yuand.png") left 6px no-repeat;}
	#sdys .qiysj .qiysj-l .dsasap .dsasapn{padding-left: 4vw;}
	#sdys .qiysj .qiysj-r .zuo .xdh p{font-size:18px;}
	#sdys .qiysj .qiysj-r .zuo .xdh span{font-size: 12px;}
	#sdys .qiysj .qiysj-r .zuo .jss{font-size: 15px;margin-top: 1.2vw;}
	#sdys .qiysj .qiysj-r .zuo .ckgd{font-size: 12px;width: 107px;height: 35px;line-height: 35px;padding-left: 42px;}
	#sdys .qiysj .qiysj-r .zuo .zxzx{font-size: 12px;width: 107px;height: 35px;line-height: 35px;padding-left: 43px;}
	#sdys .qiysj .qiysj-l .dsasap {padding: 1.9vw 1.5vw 1.4vw 2.2vw;}
	#sdys .qiysj .qiysj-l .dsasap p{font-size: 19px;}
	#sdys .qiysj .qiysj-l .dsasap span{font-size: 12px;}
	
	#dbeijy{padding: 6vw 0 4.8vw 0;}
	#dbeijy h3{font-size: 23px;}
	#dbeijy p{font-size: 30px;margin: 0.5vw 0;}
	#dbeijy .neir{font-size: 14px;}
	#dbeijy .ligd{width: 122px;height: 38px;line-height: 38px; margin: 0 auto;margin-top: 2.3vw;font-size: 15px; background-size:contain;}
	#dbeijy .ligd a{padding-left:3vw;}
	
	#hzal .hzalz .hzalz-p .hzalz-pr .xq {width: 90px;height: 25px;line-height: 24px;}
	#footer .pat1{display: none;}
	#footer .pat2 .pat2-r{display: none;}
	.mdh{ display:block;background:none; height:40px; width:100%; padding:0; display:block; position:fixed; bottom:0; left:0;z-index: 1000;}
	.mdh li{ width:49.9%; height:40px; background:rgba(4,102,180,.8); font-size:20px; color:#FFF; text-align:center; line-height:40px; float:left; border-left:1px solid #FFF;box-sizing: border-box;}
	
	#hgys .youssg{padding-left: 15px;padding-right: 15px;}
	#hgys .item .txt{width: 100%;padding-top: 10px;float: none;}
	#hgys .item .tit{display: none;}
	#hgys .item .tit img{width: 100%;height: auto;}
	#hgys .item .img{position: relative;width: 90%;margin: 0 auto;display: block;margin-top: 20px;}
	#hgys .item.it2 {padding-left: 0%;}
	#hgys .item .txt h2{font-size: 20px;line-height: 22px;}
	#hgys .item .txt h4{font-size: 14px;line-height: 18px;}
}
@media only screen and (max-width:954px){
	
}
@media only screen and (max-width:820px){
	#ggpt{text-align: center;padding-top: 4vw;}
	#ggpt h5{font-size: 30px;font-weight: bold;color: #171717;line-height: 1;margin: 5px 0;}
	#ggpt .gb{font-size: 25px;}
	#ggpt h5 span{color: #005ba1;}
	#ggpt p{font-size: 16px;color: #1f1f1f;}
	#ggpt i{width: 80%;height: 24px;margin: 0 auto;max-width: 1200px; display: block;background: url("../images/zhuangshi.png") top center no-repeat;background-size: contain;margin-top: 10px;}
	#product .cpzxzs .cpzxzs-r .swiper-container{margin: 10px 0;}
	#dbeijy{padding: 6vw 0 4.8vw 0;}
	#dbeijy h3{font-size: 14px;}
	#dbeijy p{font-size: 18px;margin: 0.5vw 0;}
	#dbeijy .neir{font-size: 10px;}
	#dbeijy .ligd{width: 152px;height: 30px;line-height: 30px; margin: 0 auto;margin-top: 2.3vw;font-size: 12px; background-size:contain;}
	#dbeijy .ligd a{padding-left:25px;}
	#footer .pat2 p{font-size: 14px;}
}
@media only screen and (max-width:768px){

}
@media only screen and (max-width:650px){

}
@media only screen and (max-width:600px){
	.mnav {top: 78px;}
	.mnavopen { width: 50px;height: 47px;background-size: cover;}
	.mnavclose{ width: 50px;height: 47px;background-size: cover;}
	#product .cpzxzs .cpzxzs-r .cpzsgs .cpzsgs-p p a {height: 7vw;line-height: 7vw;font-size: 18px;}
	#new .xwnrz .xwnrz-l .xwnrz-lp {padding: 2vw 2.7vw 2vw 3.9vw; margin-bottom: 1vw;}
	#new .xwnrz .xwnrz-l .xwnrz-lp .zuo {height: 75px;}
	#new .xwnrz .xwnrz-l .xwnrz-lp .you h6 {font-size: 18px;}
	#new .xwnrz .xwnrz-l .xwnrz-lp .you p {font-size: 15px;}
}
@media only screen and (max-width:580px){
	#ggpt{text-align: center;padding-top: 4vw;}
	#ggpt h5{font-size: 20px;font-weight: bold;color: #171717;line-height: 1;margin: 5px 0;}
	#ggpt .gb{font-size: 23px;}
	#ggpt h5 span{color: #005ba1;}
	#ggpt p{font-size: 14px;color: #1f1f1f;}
	#ggpt i{width: 80%;height: 24px;margin: 0 auto;max-width: 1200px; display: block;background: url("../images/zhuangshi.png") top center no-repeat;background-size: contain;margin-top: 10px;}
	#sdys .qiysj .qiysj-r .zuo .xdh{margin-top: 4.2vw;}
}
@media only screen and (max-width:440px){
	.mnavopen { width: 48px;height: 45px;background-size: cover;}
	.mnavclose{ width: 48px;height: 45px;background-size: cover;}
}
@media only screen and (max-width:390px){

}

/*banner*/
.banner{position:relative;width:100%;overflow:hidden;height: auto;}
.banner img{transition:all 3s; width:100%;}
.banner .swiper-slide{overflow:hidden;}
.banner .anniu{position:absolute;width:100%;bottom:5%;z-index:1;}
.banner .anniu .g-in{position:relative;width: 80%;margin: 0 auto;}
.banner .anniu .pageOn{position:static;font-family:Bell MT;font-size:32px;color:#ffc21e;font-weight:bold;text-align:right;padding-left:46px;position:relative; margin-left:36px; width:10%; float:right;}
.banner .anniu .pageOn:before{content:"";display:block;width:20px;height:2px;background-color:#ffc21e;position:absolute;left:0px;top:50%;margin-top:-1px;}
.banner .anniu .pageOn span{background-color:transparent;}
.banner .anniu .pageOn .swiper-pagination-total{font-size:20px;}
.banner .anniu .pageOn em{font-size:20px;}
.banner .anniu .btnG{width:164px;position:relative; float:left;}
.banner .anniu .btnG .play{width:40px;height:40px;position:absolute;left:50%;margin-left:-20px;top:0px;border:2px solid #ffc21e;border-radius:100%;box-sizing:border-box;cursor:pointer;transition:all 0.3s;}
.banner .anniu .btnG .play:hover{background-color:#0068b7;border-color:#0068b7;}
.banner .anniu .btnG .play:before{content:"";display:block;width:8px;height:8px;position:absolute;left:50%;margin-left:-4px;top:50%;margin-top:-4px;background:url(../images/st.png) center no-repeat;}
.banner .anniu .btnG .play.puse:before{background:none;width:0px;height:0px;border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0px;margin-top:-8px;margin-left:-3px;}
.banner .anniu .btn{position:static;width:40px;height:40px;margin:0px;border-radius:100%;transition:all 0.3s;}
.banner .anniu .prev{float:left;background:url(../images/baprev.png) center no-repeat;background-color:#ffc21e;}
.banner .anniu .prev:hover{transform:translateX(-10px);box-shadow:0px 1px 10px  rgba(0,0,0,0.1);}
.banner .anniu .next{float:right;background:url(../images/banext.png) center no-repeat;background-color:#ffc21e;}
.banner .anniu .next:hover{transform:translateX(10px);box-shadow:0px 1px 10px  rgba(0,0,0,0.1);}
.swiper-wrapper{height: auto;}
@media (max-width:1600px){}
@media (max-width:1500px){}
@media (max-width:1440px){.banner .anniu .pageOn{ width:11%;}}
@media (max-width:1366px){}
@media (max-width:1280px){}
.banner .anniu .pageOn{ width:17%;}}
@media (max-width:1200px){.banner .anniu .pageOn{ width:18%;}}
@media (max-width:1100px){.banner .anniu .pageOn{ width:19%;}}
@media (max-width:1024px){.banner .anniu .pageOn{ width:20%;}}
@media (max-width:992px){}
@media (max-width:768px){
.banner .anniu .pageOn{ width:22%;}
.banner .anniu .btnG .play{ display:none;}
.banner .anniu .btnG{width:80px;}
.banner .anniu .btn{ width:30px;height:30px;}
.banner .anniu .prev,.banner .anniu .next{ background-size:60% ;}
.banner .anniu{ bottom:8%;}
.banner .anniu .pageOn{ font-size:28px; }
}
@media (max-width:767px){.banner .anniu .pageOn{ width:27%;}}
@media (max-width:700px){}
@media (max-width:600px){.banner .anniu .pageOn{ width:30%;}}
@media (max-width:550px){
.banner .anniu .pageOn{ width:32%;}
.banner .swiper-pagination-fraction{ bottom:0px;}
}
@media (max-width:500px){.banner .anniu .pageOn{ width:34%; font-size:22px;}
}
@media (max-width:425px){
.banner .anniu{ bottom:18%;}	
.banner .anniu .pageOn{ width:38%;font-size:20px; }
.banner .anniu .btn{ width:24px;height:24px;}
.banner .anniu .btnG{width:60px;}
}
@media (max-width:415px){
.banner{height:150px;}
.banner .anniu .pageOn{ width:35%;}}
@media (max-width:390px){
.banner{height:145px;}
.banner .anniu .pageOn{ width:36%;}}
@media (max-width:375px){
.banner .anniu .btnG{width:60px;}
.banner .anniu .btn{ width:26px;height:26px;}
.banner .anniu .pageOn{font-size:18px; }
}
@media (max-width:365px){
.banner{height:135px;}
.banner .anniu .pageOn{ width:38%;}
}
@media (max-width:320px){
.banner .anniu .pageOn{ width:44%;}
.banner .anniu .pageOn{ font-size:20px; }
.banner .anniu .btn{ width:20px;height:20px;}
.banner .anniu .prev,.banner .anniu .next{ background-size:40%;}
}