* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fugai li a{
    width: 12px;
    font-size: 12px;
    letter-spacing:0;
    word-spacing:0;
    line-height: 13px;
    text-align:center;
    margin: 50% auto;
    display: table;
    color: #222;
    font-family: "Adobe 黑体";
}
.fugai li{
    display: inline-block;
    
    width: 69px;
    height: 155px;
}
.erk ul li a{
    display: inline-block;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #000;
    font-size: 20px;
    position: relative;
    
}
.erk ul li:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #9f9f9f;
    position: absolute;
    right: 0;
    top: 13px;
}
.erk ul li{
    width: 33.3%;
    text-align: center;
    position: relative;
    
    
}
.erk ul{
    display: table;
    margin: 0 auto;
    width: 55.8%;
}
#pages{
    margin: 70px auto 100px;
    display: table;
    float: none;
    
}

.lmny{
    
}
#pages span{
    display: inline-block;
    margin:0 5px 0 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1b75cf;
    color: #fff;
    vertical-align: top;
}
#pages a:hover{
    background: #1b75cf;
}
#pages a {
  border-width: 2px;
  border-color: rgb(187, 187, 187);
  border-style: solid;
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  color: rgb(187, 187, 187);
  font-family: "宋体";
  margin:0 2px 0 0;
  line-height: 36px;
}


.f{
  float: left;
}
.r{
  float: right;
}
.mn{
  width: 1200px;
  margin: 0 auto;
}
li{
  list-style: none;
  float: left;
}
a:focus{
    text-decoration: none;
    outline: none;
}
a{
  text-decoration: none;
  color: #666;
  font-size: 12px;
  display: inline-block;
  outline: none;
}
.c{
  clear: both;
  height: 0;
}
.slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 3;
}

.slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 2;
}

.slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 1;
}

.slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 0;
}
.top a{
  margin: 0 5px;
}
.top{
  background-color: rgb(221, 221, 221);
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 12px;
}


@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pt10{
  padding: 10px 0;
}




.flexslider{position:relative;   z-index: 1;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li img{
    left: 50%;
    margin-left: -960px;
    position: relative;
        z-index: 1;

}
.slides li{    z-index: 1;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;left: 48%;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;
    z-index: 9;
    background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
    .flex-control-nav .flex-active{background-position:0 0;}

    .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
    .flex-direction-nav li a{   transition: all 0.5s;display:none;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
    .flex-direction-nav li a.flex-prev{
        transition: all 0.5s;
        left:40px;background:url(../images/prev.png) center center no-repeat;}
        .flex-direction-nav li a.flex-next{

            right:40px;background:url(../images/next.png) center center no-repeat;}

            .flexslider:hover .flex-direction-nav li a{
                display: block;
}
            .woys{
                text-align: center;
                font-size: 30px;
                font-weight: bold;
                color: #2e7ac1;
}
.h55{
    margin: 49px auto 10px;
    height: 30px;
    line-height: 30px;
    position: relative;
        z-index: 3;
}
.ysnh{
    font-size: 18px;
    line-height: 31px;
    color: #666;
    position: relative;
        z-index: 3;
		text-indent:31px;
}
.jhjss{
    position: absolute;
    left: 50%;
    top: 17px;
    z-index: 0;
    margin-left: -22px;
    color: #e7e7e7;
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
      font-family: "Microsoft YaHei";

    

}
.woys:before{
    content: "";
    display: inline-block;
    background-color: #2e7ac1;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
    width: 70px;
    height: 4px;

}
.woys{
    position: relative;
    height: 85px;
    display: table;
    margin: 0 auto 27px;
    padding-bottom: 15px;
    z-index: 2;

}
.trimg:hover,.hli img {
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
}
.trimg,.picMarquee-left .bd ul li .pic img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
     transform: scale(1.03);
}
.youshi  li img{
    width: 375px;
    height: 285px;
}
.youshi li:nth-child(4),.youshi li:nth-child(5),.youshi li:nth-child(6){
    margin-bottom: 0;
}

.youshi li:nth-child(3n){
    margin-right: 0;
    float: right;
    
}

.youshi li .cpby{
    display: inline-block;
    background-color: rgba(0, 0, 0,0.6);
    position: absolute;
    bottom: 0;
    width: 375px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size:16px;
}
.youshi1 li .cpby{
    display: inline-block;
    border-bottom:1px dashed rgba(0, 0, 0,0.6);
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #666;
    text-align: center;
    font-size:1.0rem;
}
.youshi li{
    width: 375px;
    height: 285px;
    overflow: hidden;
    margin-right: 36px;
    margin-bottom: 36px;
    position: relative;
    
}

.youshi1 li{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    
}



.picMarquee-left{ 
    overflow:hidden;
    position:relative;
    margin-bottom: 36px;
}
.picMarquee-left .hd{ 
    display: none;
     }
.picMarquee-left .bd ul{ 
    overflow:hidden;
    zoom:1;
    }
.hli:after{
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    height: 326px;

}
.picMarquee-left .bd ul li:after{
    content: "";
    display: block;
    transition: all 0.8s ease-in;
    position: absolute;
    z-index: 99;
    width: 288px !important;

}
.picMarquee-left .bd ul li{ 

    margin:0 9px 0 0;
    float:left;
    _display:inline;
    border-radius: 25px;
    overflow:hidden;
    text-align:center;
    position: relative;
    width: 288px !important;
    
     }
.picMarquee-left .bd ul li .pic{ 
    text-align:center;
    }
.picMarquee-left .bd ul li .pic img{ 
    width:290px;
    height:450px;
    display:block;
}
.picMarquee-left .bd ul li .pic a:hover img{ 
    border-color:#999;
     }
.picMarquee-left .bd ul li .title{ 
    line-height:24px;
}

.dijs .dhbt{
    font-weight: bold;
    font-size: 30px;
    margin: 5px auto;
}
.dijs .dbms{
    font-size: 16px;
}
.dijs {
  border: 1px #a19fa5 solid;
  background: rgba(0, 0, 0,.6);
  width: 288px;
  height: 132px;
  position: absolute;
  bottom: 0;
  color: #fff;
}

.mr60{
    margin-right: 60px;
}
.grdl li:hover span{
    color: #fff;
}
.grdl li span{
    font-size: 40px;
    color: #9c9c9c;
}
.grdl li{
    width: 17%;
    text-align: center;
    color: #040000;
    cursor: pointer;
}
.hvr_fade{
	    transition: all 0.6s;
}
.hvr-bounce-to-top:before,.hvr_fade:hover{
    background: #2e7ac1;
    border-radius: 10px;
}
.zzfw li:last-child{
    margin-right: 0;
    float: right;
    
}
.zzfw li{
    width: 295px;
    margin-right: 6px;
}
.pdbt{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    margin: 20px auto;
}
.pd {
  background-color: rgb(231, 231, 231);
  width: 295px;
  height: 175px;
  overflow: hidden;
}
.xain {
  background-color: rgb(155, 30, 27);
  width: 80px;
  height: 2px;
  margin: 0 auto;
}
.pdms{
    width: 240px;
    line-height: 22px;
    margin: 20px auto 0;
    color: #666;
    font-size: 12px;
}
#yl{
    display: table;
    margin: 0 auto;
}
#yl li a{
    font-size: 18px;
    color: #333333;
    display: inline-block;
    width: 130px;
}
#yl li{
    width: 130px;
    text-indent: 57px;
    font-weight: bold;
    font-size: 18px;
    -webkit-background-size: cover;
    background-size: 15%;
    color: #333333;
    cursor: pointer;
}
.cpzs li{
    margin-right: 6px;
}
.cpzs{
    padding-left: 25px;
}
.cpzs p img{
    width: 22px;
    height: 22px;
    margin-top: 19px;
}
.cpzs p{
    line-height: 60px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    
}
.cpzs img{

    width: 280px;
    height: 240px;
}
.dnn{
    display: none;
}
#confs{
    margin-top: 37px;
}
.hb li{
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;

}
.hb img{
    width: 298px;
    height: 150px;
}
.hb{
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;

}
.w637 {
    width: 600px;
    height: 372px;
    box-shadow: 0 0 21px 0 #646464;
}
.jjmn{
    font-size:14px;
    line-height: 30px;
    color: #555;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 1px;

    
}
.w564{
    width: 550px;
}

.ckxw {
  border-width: ;
  border-color: 1px solid rgb(179, 32, 34);
  border-style: solid;
  background-color: rgb(179, 32, 34);
  width: 168px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  display: table;
  
  margin: 40px auto;
}

.cw li a{
    margin-bottom: 25px;
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    
}
.cw{
    display: table;
    
    margin: 0 auto;
}
.xwxt li img{
    width: 280px;
    height: 200px;
}
.xwxt li .xwby{
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 50px;
    display: inline-block;
}
.xwxt li:last-child{
    margin-right: 0;
    float: right;
    
}
.xwxt li{
    width: 280px;
    margin-right: 25px;
}
.xwnu{
    font-size: 12px;
    color: #555555;
    line-height: 20px;
}
.xwlb li a:before{
    content: "";
    display: inline-block;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;

}
.xwlb li a{
    display: inline-block;
    color: #333;
    line-height: 35px;
    font-weight: bold;
    text-indent: 15px;
    position: relative;
    
}
.fus{
    display: table;
    margin: 0 auto 15px;
}
.fugai li:nth-child(1){
    margin-left: 35px
}
.fugai{
    padding-bottom: 90px;
}
.fugai li{
    margin-right: 10px;
}
.dbnav li a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 167px;
    text-align: center;
    
}
.dbnav {
  width: 100%;
  height: 75px;
  line-height: 75px;
  color: #fff;
}
.footer {
  background-color: rgb(96, 25, 21);
  padding-top: 50px;
  width: 100%;
  padding-bottom: 40px;
  border-top: 1px solid rgb(65, 14, 11);
  overflow: hidden;
  position: relative;
 top: -1px;
}
.dxlx {
    margin-left: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    width: 420px;
    float: left;
}


.mr40{
    margin-right: 40px;
}
.ewm{
    margin-right: 134px;
}
.lingk li a{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-right: 16px;
}
.lingk{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;+

}
.nybg{
    height: 550px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    padding-top: 330px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.w320{
    width: 280px;
}
.dqm{
    height: 107px;
    line-height: 107px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    background: #2e7ac1;
    border-radius: 25px 25px 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    
}
ul.nyli{
    border:1px solid #2e7ac1;
	background:#eee;
    
}
.h30{
    height: 30px;
}
.nyli li a{
    display: inline-block;
    height: 82px;
    line-height: 82px;
    text-align: center;
    width: 100%;
    color: #282828;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    border-bottom: 1px dashed #2e7ac1;
	background: #2e7ac1;

    
}
.hvr-bounce-to-right:before,.hvr-rectangle-in,.hvr-shutter-in-vertical{
  background-color: #2E7AC1;

}
.hvr-rectangle-in:before,.hvr-shutter-in-vertical:before{
    background: #fff;
}
.w865{
    width: 865px;
}

.w865 li img{
    width: 187px;
    height: 160px;
}
.w865 li:nth-child(4n){
    margin-right: 0;
    float: right;
}
.w865 li .posa a{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.w865 li .posa{
    position: absolute;
    bottom: 0;
  background-color: rgba(47, 47, 47,0.502);
  width: 186px;
  line-height: 40px;
  height: 40px;
    z-index: 3;
    margin-bottom: 0;
}
.w865 li {
    width: 187px;
    height: 160px;
    overflow: hidden;
    margin-right: 38px;
    margin-bottom: 20px;
    border: 1px solid #d3d3d3;
    position: relative;
    
}

.xwjh li{
    height: 170px;
    border:1px solid #ccc;
    border-right: 0;
    margin-bottom: 5px;
}
.w740,.xwjh li{
    width: 740px;
}
.xwjh .w170 img{
    width: 170px;
    height: 168px;
}
.w550 h3 a{
    display: inline-block;
    line-height: 54px;
    height: 50px;
    color: #282828;
    font-size: 20px;
}
.xwjhl .w550 h3 a{

    color: #b41e23;
}
.w550{
    width: 550px;
}
.dqhgy{
    font-size: 16px;
    color: #333;
    line-height: 16px;
    height: 23px;
    margin: 16px 0 7px;
    display: inline-block;
    padding: 0 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;


}
.nsms{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}
.timo{
    font-size: 14px;
    color: #aaaaaa;
    line-height: 60px;
    height: 60px;

}
.xwjhl .ckxw2{
    background: #b41e23;
}
.ckxw2 {
  background-color: rgb(51, 51, 51);
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-top: 17px;
}

.pages{
    margin: 50px 110px;
}
.pages li{
      border-width: 2px;
      border-color: rgb(187, 187, 187);
      border-style: solid;
      height: 36px;
      padding: 0 8px;
      line-height: 36px;

      margin-right: 10px;
}
.w383{
    width: 383px;
    margin-right: 30px;
}
.dqq ,.dqq a{
    display: inline-block;
    height: 57px;
    margin-bottom: 0;
    line-height: 75px;
    font-size: 16px;
    color: #555;
}

.huix {
      background-color: rgb(183, 183, 183);
      width: 382px;
      height: 2px;
}
a.ckxw2:hover{
    color: #fff;
}


.w370i img {
    width: 370px;
    height: 240px;
    margin-bottom: 10px;
}

.rmwz{
    font-size:20px;

    margin: 20px 0 8px;
    color: #282828;
}
.rxli li a{
    display: inline-block;
    line-height: 40px;
    color: #555555;
    font-size: 14px;
    height: 40px;
}
.ztwz{
    color: #282828;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin: 20px 0 10px;
}
.ztls li a{
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding: 0 15px;
    margin-right: 10px;
    margin-top: 20px;
  border: solid 1px rgb(209, 8, 16);
  height: 28px;
  line-height: 28px;
  border-radius: 20px;

}
.ztls{
    padding: 0 25px;
}



.myskin{
        background-color: transparent;/*背景透明*/
        box-shadow: 0 0 0 rgba(0,0,0,0);/*前景无阴影*/
    }



.menu li a:hover,.hob{
    background: rgba(1,64,153,.5);
    color: #fff !important;
}
.menu li {
float: left;
position: relative;
z-index: 9
}
.menu li ul {
z-index: 100;
width: 100%;
background: rgba(1, 64, 153, 0.7);
position: absolute;
top: 65px;
display: none;
z-index: 99999;
}


.menu li ul li a{
    height: 45px;
    line-height: 45px;
	overflow: hidden;
}
.menu li ul li {
float: none;
border-bottom: 1px solid #fff;

}


.col-md-10 img{
    height: 4.125rem;
}
.col-md-10{
    width: 80%;
}
.col-md-2 i{
    display: inline-block;
  height: 4.125rem;
  line-height: 4.125rem;
  color: #2e7ac1;     
}
.col-md-2{
    width: 20%;
    height: 4.125rem;
    line-height: 4.125rem;

}
.hidden-lg{
    padding: 0 20px;
}
.menu1{
    background: #333;
    position: relative;
    top: 0;
}
.menu1 li ul{
    display: none;
    
}
.menu1 li{
    width: 100%;
    float: none;
    
}


















@media (max-width: 1100px){
   /* a{
        width: 100%;`
    }*/
	tr.firstRow {
    margin-left: 0 !important;
}
    .hobrf .col-md-3:hover .fwms {
    color: #fff;
}
    .mn{
        width: 100%;
        padding: 0 15px;
    }
    .youshi li:nth-child(2n){
        margin-right: 0;
        float: right !important;
        margin-bottom: 0.9375rem;
        
    }
    .youshi li:nth-child(2n-1){
       
        float: left !important;
        margin-bottom: 0.9375rem;
        
    }
    .youshi li:nth-child(4), .youshi li:nth-child(5), .youshi li:nth-child(6){
        margin-bottom: 36px;
        float: left;
        margin-bottom: 0.9375rem;
    }
    .youshi li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 0.9375rem;

            height: 100%;
    }
    img{
        width: 100%;
    }
    .shou {
        margin: 10px auto 5px;
    }
    .h5{
        margin: 0 auto;
    }
    .dbms1{
        font-size: 0.875rem;
        padding: 0 1.25rem;
    }
    .woys{
        padding: 15px 0;
    }
    .dhbt{
        text-align: center;
        line-height: 34px;
        
    }
    .swiper-slide img{
        display: table;
        margin: 0 auto;
    }
    .pd1{
        background: rgb(231, 231, 231);
        padding: 0 0 20px 0;
    }
    .zzywm {
        position: relative;
        
    }


    #nav a{
        color: #333;
    }
    #nav {
        border-bottom:1px solid #ebebeb;
        margin-bottom: 0.625rem;
    }
    #nav .swiper-slide span {
        margin:0 5px;
        text-align:center;
        display:block;
        line-height:2.5;
        font-size:14px;
        color:#333333;
    }
    #nav .bar {
        width:50px;
        height:3px;
        position:absolute;
        bottom:0px;
    }
    .color1 {
        
        border-bottom: 3px solid #ff9900;
    }
    .h20{
        height: 1.25rem;
    }

    .h55{
    font-size:1.875rem !important;
    margin: 5px auto;
    }
	.ysnh{
		font-size:1rem !important;
	}
    .gybg .jhjss,.gybg .ysnh  ,.gybg .woys:before{
		display:none !important;
	}
	.jjty li a span{
		font-size:2rem !important;
		    width: 4.2rem !important;
    height: 4.2rem !important;
    line-height: 4.2rem !important;
	}
	.jjty li a p{
		font-size:1rem;
	}
    .gybg .woys {
           height: 28px;
    margin: 0 auto;
    padding: 0;
    }
    .nr .bgfb{
        padding:10px;
    }
    .cphy li:nth-child(2n){
        float: right;
        margin-right: 0;
    }
    .mn .cphy li{
        width: 48%;
    }
    .mn .fdfd li{
        margin-bottom: 20px;
    }
    .mn .fdfd li,.mn .fdfd li:nth-child(3){
        width: 100%;
    }
    .mn .fwzx li{
        margin-bottom: 20px;
		 padding: 50px 41px;

    }

    .mn .kjqy li .kybt{
		margin:-3px auto
	}
	.mn .fwzx li .w50pp{
		display:none;
	}
	.mn .fwzx li{
		height:67px;
		overflow:hidden;
	}
    .mn .kjqy li{
       
		
    width: 100%;
    height: 200px;
    padding-top: 20px;
    overflow: hidden;
	height:69px;
	line-height:69px;

    }
	.mn .fwzx li{
		padding: 0 !important;
	}
	div.dwby{
		font-size:0.85rem;
	}
	li.hvr-bounce-to-top.wow.fadeInUp.animated {
    width: 28%;
}
.fwzx li span {
    width: 100% !important;
    height: 70px;
    border-radius: 50%;
    /* border: 1px solid #2e7ac1; */
    vertical-align: top;
	font-size: 3rem  !important;
}
	.mn .kjqy li{
		padding-top:0;
		    margin-bottom: 15px;
			width:33%;
	}
	.kjqy {
    border: none !important;
}
.gsjj {
    height: 88px  !important;
    overflow: hidden  !important;
}
	.yinf{
		top:-15px;
		padding:0  !important;
	}
    .mn .jjty li:nth-child(2n){
        float: right;
        

    }
    .mn .jjty{
        width: 96%;
        margin-top: 15px;

    }
    .gybg{
        padding-bottom: 40px !important;
		    margin-top: 15px !important;
    padding-top: 30px;
    padding-bottom: 0px !important;
    }
    .mn .jjty li{
        width: 25%;
        margin-right: 0;
        margin-top: 30px;
    }
    img.w25p{
        width: 80%;
    }
    .jhjss{
        top: -18px;
    }
    .w637 {
        width: 100%;
        height: 100%;
    }
    .w564{
        width: 100%;
      
    }
    .minc{
              margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
    }
    .minc:after {
    content: "";
    display: inline-block;
    background-color: rgb(133, 34, 32);
    box-shadow: 0px 1px 0px 0px rgba(228, 228, 228, 0.004);
    position: absolute;
    bottom: -1.125rem;
    left: 0;
    width: 100%;
    height: 1px;
}
    .jjmn{
        text-align: left;
    }
    /* Tab切换 */
    .tabBox{ margin:10px auto;   }
    .tabBox .hd{ height:40px; line-height:40px; font-size:20px; overflow:hidden; 
        border-bottom:1px solid #ccc;  padding:0 10px;  }
    .tabBox .hd h3{ float:left; font-size:24px; }
    .tabBox .hd h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
    .tabBox .hd ul{ float:left;  }
    .tabBox .hd ul li{ float:left;  padding:0 5px; vertical-align:top;  }
    .tabBox .hd ul li.on a{ color:#B63B34; display:block; height:38px; line-height:38px;   border-bottom:2px solid #B63B34;  }
    .tabBox .bd ul{ padding:10px;  }
    .tabBox .bd ul li{ border-bottom:1px dotted #ddd; float: none;
     }
    .tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
    .readMore{ display:block; height:30px; line-height:30px; margin:10px auto 20px auto;  text-align:center; text-decoration:underline;   }
    .fwqym{
        position: relative;
    }
    .fus{
        max-width: 13.125rem;
    }
    .jjmn{
        text-align: justify;
        
    }
    .youshi li img{
        width: 100%;
        height: 100%;
    }
    .youshi li .cpby{
        width: 100%;
    }
    .dxlx img{
        margin: 2.25rem auto;
    }
    .dxlx{
        margin-left: 0;
        width: 100%;

    }
    .footer{
        width: 100%;
            height: 460px;
    }


.footer1 .hidden-lg{
    padding: 0;
}
.footer1{
    background: #181818;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footer1 li i{
    display: block;
    margin-bottom: 5px;
    font-size: 1.875rem;
    margin-top: 0.625rem;
    
}
.footer1 li a{
    text-align: center;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.footer1 li{
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
    -webkit-background-size: contain;
    background-size: contain;
    height: 4rem;
}
.footer1 ul.hidden-lg{
    margin-bottom: 0   !important;
}
#pages{
    width: 100%;
    float: none;
    margin: 15px auto  !important;
    
}
#pages a{
    width: 33% !important;
}
#pages a.a1.dn{
    display: none !important;
}
#pages a.a1{
    display: inline-block !important;
}
#pages a{
    display: none !important;
    
}
.lmny{
    padding-bottom: 2.8125rem;
}
.erk ul{
    width: 100%;
}
.erk ul li a{
    font-size: 1.25rem;
}
.lmny .firstRow td{
    width: 100%;
}
.hob2:before{
    left: 26%;
}
.lmny td{
    width: 100%;
        display: inline-block;
}
.w740, .xwjh li, .xwjh li a,.w550,.w170{
    display: inline-block;
    height: 100%;
    width: 100%;
}
.xwjh .w170 img{
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
}
.xwjh li{
    border: none;
    border-bottom: 1px solid #ccc; 
}
.from form{
    width: 100% !important;
}
body{
    background: #fff !important;
}






}
a:hover{
    text-decoration: none;
    
}
.h55{
    font-size:30px;
}
 .dbms1{
    line-height: 25px;
}
.dbms,.dbms1{

    text-align: center;
    
}
ul#newsli li,#newcon>div{
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swing1 {
    
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
body{
    overflow-x: hidden;
}
.dxlx a{
    color: #fff;
}
.footer.hidden-lg{
    padding: 0;
}
.dbnav li:last-child span{
    display: none;
    
}


.btba{
    height: 300px;

}
.h30{
    height: 30px ;   
}

.dn{
    display: none !important;
    
}
table td, table th{
    border: none;
    
}
.lmny,.lmny a{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: justify;
    
}


.hob2:before{
    content: "";
  background-color: rgb(161, 31, 29);
  width: 60px;
  height: 2px;
  position: absolute;
  
  display: inline-block;
  bottom: -2px;
    left: 83px;

  

}
.hob2 a{
    color: #1b75cf !important;
    position: relative;
    

}
.nyli li{
    float: none;
    width: 100%;
    background: #fff;
}
.h20{
    height: 10px;
}
.qtcp .posa{
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.qtcp li img{
    width: 256px;
    height: 217px;
    border: 1px solid #ccc;
    display: table;
    margin: 0 auto;
}
.qtcp li a{
    display: inline-block;
    width: 100%;
}
.qtcp {
    margin-bottom: 140px;
}
.qtcp li{
    width: 100%;
    background: #fff;
    float: none;
}
.firstRow img{
    /*width: 100%;*/
}

.erk,.bgff1{
    background: #fff;
}
.dqhgy1{
    width: 690px;
    margin-bottom: 25px;
}
.dqhgy1 .dqq{
    height: 60px;
    line-height: 60px;
}
.dqhgy1 .dqq a{
    line-height: 60px;
    height: 60px;
}
.dqhgy1{
    line-height: 60px;
    height: 60px;
}

.tcdg h1{
    font-size: 24px;
    color: #282828;
    font-weight: normal;
    line-height: 50px;
}
.tcdg{
    text-align: center;

}
.lmny img{
    max-width: 100%;
    display: table;
    margin: 0 auto;
}


/*贴膏*/
.from form input {
  border:rgb(216, 216, 216) 1px solid;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 38px;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
  color: #888888;
}
.from form textarea {
  border:rgb(216, 216, 216) 1px solid;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 150px;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
  color: #888888;
}

.from form{
    width: 50%;
    display: table;
    margin: 0 auto;
}
.tijiao {
  border-style: solid rgb(216, 216, 216) 1px;
  background-color: rgb(161, 31, 29);
  position: absolute;
  left: 793px;
  top: 1104px;
  width: 333px;
  height: 38px;
  z-index: 88;
}



.posr{
    position: relative;
    
}
.wraper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0,0.2);
    height: 65px;
    line-height: 65px;
}

.nav-item a{
    height: 65px;
    line-height: 65px;
    font-weight: normal;
    
}
.posr.pofi .wraper{
        box-shadow: 0 2px 5px #f5f3f3;
    background: rgba(255,255,255,1);

}
.posr.pofi .wraper,  .posr.pofi .nav-item a{
    height: 45px;
    line-height: 45px;
    color: #666;
}
.posr.pofi .wraper li ul{
    top: 45px;
}
.posr.pofi{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 3px #666;

}


.resou a{
    color: #333;
    display: inline-block;
    margin: 0 8px;
}
.resou {
  background: rgb(238, 238, 238);
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #333;
}
.input {
  background-color: rgb(255, 255, 255);
  width: 320px;
  height: 40px;
  line-height: 40px;
  border: none;
  color: #acacac;
  font-size: 16px;
  padding-left: 15px;
}
.sousi {
  background-color: rgb(46, 122, 193);
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: none;
  color: #fff;
  margin-left: -8px;
  border-radius: 0
}


.nr img{
    width: 100%;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{
    padding: 0 10px;
}
.w205p{
    width: 20.5%;

}
.w795p{
    width: 71.5%;
    

}
.bgfb .fwms{
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
}
.bgfb .dwbt{
    font-size: 1rem;
    font-weight: bold;
	height: 23px;
    overflow: hidden;
    
}
.bgfb{
    border:1px solid rgb(46, 122, 193);
    padding: 20px 40px;
    color: #2e7ac1;
    transition: all 0.6s;
}
.nr a{
    display: inline-block;
    width: 100%;
}
.nr a.w50pp{
    width: 40%;
}
.col-md-3>div{
    margin-bottom: 50px;
}
.hobrf .col-md-3 span.icon.iconfont.f.w205p{
    border: 1px solid  rgb(46, 122, 193);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.hobrf  .borff.col-md-3 span.icon.iconfont.f.w205p{
    border: 1px solid  #fff;

} 
.hobrf .col-md-3:hover .bgfb{
    background: rgb(46, 122, 193);
    color: #fff;
}
span.icon.iconfont.f.w205p{
    font-size: 25px;
}
.bgd{
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 45px;
}


    .cphy {
        padding: 0 20px;
    }
    .cphy li:nth-child(4n){
        float: right;
        margin-right: 0;
    }
    .cphy li{
        width: 24.2%;
        margin-right: 1%;
    }
.hybt .hyck{
    display: inline-block;
    color: #aaa;
    font-family: "宋体";
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border:1px solid #aaa;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 12px;
    
}
.hybt a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
    margin: 5px 0;
    vertical-align: bottom;
}
a:focus, a:hover{
    color: #666;
}
.kjqy{
    border: 1px solid #ddd;

}
.kjqy li:nth-child(3n){
    border-right: none;
    
}
.kjqy li{
    width: 33.333333333333333333333333333333333333333333333333333333333333333333333333333%;
    border-right: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    
}
.yinf{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    text-align: center;
    padding: 97px 61px;
    color: #fff;

}
.xiafd{
    width: 25%;
    height: 3px;
    background: #fff;
    display: table;
    margin: 0 auto;
}
.kybt{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 15px auto;
}
.kyms{
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 40px;
    margin-top: 25px;
    
}
.fwzx li span{
    font-size: 60px;
    color: #2e7ac1;
}
.fwzx{
    padding: 0 10px;
}
.fwzx li:nth-child(3n){
    float: right;
    margin-right: 0;
}
.fwzx li span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /*border:1px solid #2e7ac1;*/
    vertical-align: top;
}
.fwzx li:hover .dwby,.fwzx li:hover .fwms,.fwzx li:hover span{
    color: #fff;
}
.fwzx li{
    width: 28%;
    height: 404px;
    margin-right: 7.6%;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    text-align: center;
    padding: 50px 51px;
    
}
.dwby{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    
}
.fwms{
    font-size: 14px;  
    color: #666;  
    line-height: 30px;
    text-align: center;
    margin-bottom: 2rem;

}

.gybg{
    background: url(../images/gybg9.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: 50px;
}
.gsjj{
    font-size: 14px;
    color: #444;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 25px;
}
.dtb{
    display: table;
    
    margin: 0 auto;
}
.jjty li a span{
    font-size: 60px;    
    font-weight: normal;
    width: 150px;
    height: 150px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    transition: all 1.3s;
}
.jjty li:last-child{
    margin-right: 0;
    float: right;
    
}
.jjty li a p{
    line-height: 40px;
}
.jjty li a:hover span{
    color: #fff;
    background: #2e7ac1;
    transform: rotate(360deg);
}
.jjty li a{
    font-size: 18px;
    font-weight: bold;
    color: #2e7ac1;

}
.jjty li{
    width: 18.518518518518517%;
    text-align: center;
    margin-right: 70px;
    margin-top: 70px;
}
.jjty{
    width: 67.5%;
    display: table;
    margin: 0 auto;
}
 .img_wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    vertical-align: bottom;
}
.fdfd li .box_tit a{
    font-weight: bold;
    color: #2e7ac1;
    font-size: 20px;
}
.fdfd li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.fdfd li:nth-child(2){
    margin-left: 4.166666666666657%;
}
.fdfd li:nth-child(3){
    padding-right:0;
    width: 29%;
    border-right: 0;
    padding-left:4.166666666666657%;
}
.fdfd li {
    width: 33.33333333333333%;
    position: relative;
    padding-right:4.166666666666657%;
    border-right: 1px solid #dfdfdf; 
    
}
.fdfd li:hover .xwbu,
.fdfd li:hover .timf,
.fdfd li:hover .jiant{
    color: #2e7ac1;
}

.fdfd li:hover .jiant span{
    color: #2e7ac1;
}
.fdfd li:hover .jiant {
    left: 100px;

}
.fdfd li:hover img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.fdfd li .timf{
    font-size: 14px;
}
.xwbu{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 18px;
    line-height: 18px;
    margin-top: 20px;
}
.fdfd .jiant{
    position: absolute;
    bottom: -1px;
    left: 92px;
    transition: all 0.8s;
}
.xens{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: justify;
}



.iprt3_cell_con { border-bottom:none; }
.top_box { padding-bottom:35px; border-bottom:#ddd 1px solid; }
.down_box { padding-top:20px; }
.box_tit_wrap { margin-bottom:8px; }
.box_tit { float:left; font-size:22px; color:#1e1e1e; }
.fdfd li a.uni_link_more1 { float:right; margin-top:5px;display: inline;
 height:30px; line-height:30px; 
 width: 45px;
}
.news_cell { display:block;
 line-height:2.6; font-size:12px; color:#555555; 
 white-space:nowrap;
 text-overflow:ellipsis;
 overflow:hidden; 
}
.news_cell:hover { color:#2e7ac1; }
.box_tit {
    float: left;
    font-size: 22px;
    color: #1e1e1e;
}
.box_tit a{
    font-size: 22px;
}

#container {
  position: absolute;
  height: 350px;
  width: 100%;

}
#output {
  width: 100%;
  height: 350px;
}
.h70{
  height: 70px;
}
.foopo{
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}
.dbnav li a{
  display: inline-block;
  width: 170px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  color: #fff;
}
.dbnav{
  border-bottom: 1px solid #404040;
  margin-bottom: 70px;
}
.tablr tr{
  width: 800px;
  display: inline-block;
  
}
.tablr td{
  display: inline-block;
  width: 390px;
}
.tablr td:last-child{
  float: right;
  
}
.tablr{
  border: none;
  width: 840px;
  margin-left: 40px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  
}
.ml40{
  margin-left: 40px;
  margin-bottom: 20px;
}
.mt20{
  margin-top: -10px;
}
.link li{
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.link li a{
  display: inline-block;
  margin-right: 15px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.dnbq  a{
  font-size: 14px;
  color: #FFF;
}
.dnbq {
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
      margin-top: 17px;
}

.wraper.gdd .nav,.wraper.gdd .nav a{
  height: 55px !important;
  line-height: 55px !important;
}
.slides li a{
  display: inline-block;
  height: 550px;
  width: 100%;
}
.he300{
  height: 300px;

}
 .nybn{
                width:100%;
                height:300px;
                line-height:300px;
                overflow: hidden;
                background: url(../images/banner1.jpg) no-repeat ;               
                -webkit-background-size: cover;
                background-size: cover;
                color: #fff;
                font-size: 40px;
                font-weight: bold;
                margin-bottom: 20px;
            }


.dq a{
  font-size: 14px;
  color: #c7281c;
  font-weight: bold;
  
}
.dq{
  height: 50px;
  line-height: 50px;
  color: #c7281c;
  font-size: 14px;
  border-bottom: 1px solid #c7281c;
  margin-bottom: 5px;
  font-weight: bold;
}
.lmny {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: justify;
  
}
.lmny img{
  display: table;
  margin: 0 auto;
}
.dq.bbn{
  border-bottom: none;
}
.qyfc img{
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}
.ronfyu li img{
  width: 100%;
  border: 1px solid #ccc
}
.ronfyu li{
  width: 31%;
  margin: 0.8%;
}
.lxji i{
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    
}
.lxji span{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    margin-top: 2px;
    margin-right: 10px;
    display: inline-block;
    
}
.w26058{
    line-height: 22px;
    margin-left: 10px;
    width: 295px;
}
.lxji{
    color: #fff;
    font-weight: bold;  
    font-size: 16px;
    margin-left: 10px;
}
.bhffe{
    background: #fff;
    border-radius: 5px;
    color: #222;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}
.h10{
    height: 20px;
}
.w630 img{
    margin-top: 50px;
}
.w630{
    width: 630px;
}
.col-md-3:hover .bgfb .fwms{
    color: #fff;
}
.mogf{
    margin: 15px 0;
}
.lanm{
    line-height: 300px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    height: 300px;
    overflow: hidden;
        display: none;
}
.tavc{
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    line-height: 45px;

}
.w550 h2 a{
    font-size: 18px;
}

.cphy li img{
	width:100%;
	object-fit: cover; 
    aspect-ratio: 16/9;
}


ul.rxli li {
    float: none;
}

.nyli li a.hvr-bounce-to-right{
	background:#eee;
}






@charset "utf-8";
/*重置标签*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;outline:none;}
.clear{ clear: both;}
input.hidefocus::-moz-focus-inner {border:none;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#5A5A5A;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
i,em{font-style:normal}
small{font-size:12px;display: block;}
body{ color:#222;font: 14px/1.5;}
a{ color:#222; text-decoration:none}
/* a:hover{ color:#333; text-decoration:none} */

input[type='number']::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
input[type='number']::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
/*公用部分 开始*/
.clear{clear: both;}
.views{width: 1400px;margin: auto;}
body{background-color: #fff;}
/*公用部分 结束*/
/* 头部 尾部 开始 */

.head {
    width: 100%;
    height: 100px;
    margin: 0 auto 10px auto;
    font-size: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #fff;
}
.headsj{display: none;}
.logo {
    float: left;
    padding-top: 1%;
    width:auto;
}
.logo img {
    width: auto;
}
.nav .nav-top {
    width: auto;
    /* overflow: hidden; */
}
.nav .nav-top li{
    float: right;
    padding: 0 5px;
    
}
.nav .nav-top li a {
    color: #000;
    font-size: 14px
}
.nav .nav-top .Country{background-position: left center;padding-left: 27px;background-size: 22px 15px;background-repeat: no-repeat;}
.nav .nav-bot .search a img{display: block;width: 25px;height: 25px;}
.nav .nav-top li a:hover {
    color: #007edb;
}
.nav .nav-top .nav-tzx{padding-right: 5%;}
.nav .nav-bot {
    /* overflow: hidden; */
    width: 100%;
    display: table;
    min-height: 55px;
}
.nav .nav-bot li{
    display: table-cell;
    color: #b6b6b6;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 10px;
}
.nav .nav-bot li a {
    padding-bottom: 10px;
    color:#333;
}
.nav .nav-bot li a:hover {
    color: #0aa1ed;
    border-bottom: 2px solid #0aa1ed
}
.nav .nav-bot .nav-botxz>a{color: #0aa1ed;border-bottom: 2px solid #0aa1ed}
/* 下拉图片部分 */
.nav .nav-bot li .inner_box li.inner_imgs{width: 75%;float: right;text-align: left;position: absolute;}
.nav .nav-bot li .inner_box li.inner_imgs .inner_img_r{display: inline-block;padding-top: 3%;padding-left: 3%;}
.nav .nav-bot li .inner_box li.inner_imgs .inner_img_r .img_s{height: 6.4em;overflow: hidden;margin-bottom: 20px;}
.nav .nav-bot li .inner_box li.inner_imgs .inner_img_r .btn_more{width: 180px;height: 36px;border: 1px solid #ea5613;border-radius: 20px;display: block;line-height: 36px;text-align: center;overflow: hidden;}
.nav .nav-bot li .inner_box li.inner_imgs .inner_img_r .btn_more:hover{color: #fff;}
.inner_boxqb{width: 100%;height: 0;background-color: #FFFFFF;position: absolute;top:100px;left: 0; z-index: 100;display: block;left: 0;right: 0;margin: auto;transition: all .5s;}

.nav .nav-bot .inner_box{ width: 100%; overflow: hidden;height: 0; transition: all .5s;}
.nav .nav-bot .second_nav li{width: 100%;height: 45px;line-height: 45px;border-bottom: 1px solid #ccc;display: block;}
.nav .nav-bot .second_nav li a{font-size: 16px;}
/*.nav .nav-bot .inner_box li{width: 230px;}*/
.nav .nav-bot .inner_box.open{display: block;}

.nav .nav-bot .second_nav  li{border-bottom: none;position:relative;padding-right: 100px;text-align: left;}
.nav .nav-bot .inner_box{ text-align: right;}
.nav .inner_box .sec_list{width:20%; float:left; padding-left: 5%;}
/* .nav .inner_box .sec_list .second_nav a{} */
.nav .inner_box .sec_list .second_nav  .n_jt{display:inline-block; width:15px; height:15px; background:url(../img/left1.png) no-repeat; background-position:0 0; background-size: 100% 100%; position:absolute; right:30%; top:50%; margin-top:-4px;}
.nav .inner_box .sec_list .second_nav{margin-top:0;}

.nav .inner_box .sec_img{float:right; width:75%;background-color: #f5f5f5}
.nav .inner_box .sec_img .img_infor{float:left; width:53%; padding-left:7%;}
.nav .inner_box .sec_img .img_infor .txt{padding:43px 70px 32px 0; line-height: 30px;text-align: left;}
.nav .inner_box .sec_img .img_infor .txt span{display:inline-block; min-height:180px; height:auto; overflow:hidden; font-size:14px;}
.nav .inner_box .sec_img .img_infor pre{margin:0;padding:0;color:#b6b6b6;font-size: 14px;border:0;background: transparent;line-height: 2;}
.nav .inner_box .sec_img .img_infor .btn_more{position: relative; width: 180px;height: 45px;color: #333333; border: 1px solid #007edb;border-radius: 5px;display: block;line-height: 45px;padding: 0; text-align: center;overflow: hidden; margin-bottom:30px;}
 .nav .inner_box .sec_img .img_infor .btn_more:after,.nav .inner_box .sec_img .img_infor .btn_more:before { content: '';position: absolute; left: 0;top: 0; width: 0;height: 100%; background: transparent;  z-index:-2;}
.nav .inner_box .sec_img .img_infor .btn_more:hover{  z-index:1;  background:transparent; }            
.nav .inner_box .sec_img .img_infor .btn_more:before { transition: .3s;  background: #007edb;  z-index:-1;  }          
.nav .inner_box .sec_img .img_infor .btn_more:hover:after,.nav .inner_box .sec_img .img_infor .btn_more:hover:before { width: 100%;}
.nav .inner_box .sec_img .img_infor .btn_more:hover{color: #FFFFFF; }
.nav .inner_box .sec_img .img_pic{float:right; width:35%; margin-right:5%;margin-top:45px;}
.nav .inner_box  .sec_img>div{display: none;}
.nav .inner_box  .sec_img>.sec_imgxz{display: block;}
.nav .inner_box .sec_business{float:right; width:82.5%;/* background-color: #ffccaa*/}
.nav .inner_box .sec_business .item{display:none;}
.nav .inner_box .sec_business .sec_bus_l{float:left; width:53%; padding-left:7%;}
.nav .inner_box .sec_business .sec_bus_l .txt{padding:75px 70px 50px 0;}
.nav .inner_box .sec_business .sec_bus_l .txt span{display:inline-block; height:72px; overflow:hidden;}
.nav .inner_box .sec_business .sec_bus_l .btn_more{width: 180px;height: 36px;border: 1px solid #ea5613;border-radius: 20px;display: block;line-height: 36px;text-align: center;overflow: hidden; margin-bottom:30px;}
.nav .inner_box .sec_business .sec_bus_l .btn_more:hover{color: #fff;}
.nav .inner_box .sec_business .img_pic{float:right; width:35%; margin-right:5%;margin-top:45px;}
.nav .nav-bot li:hover .inner_box{height: auto;}
.nav .nav-bot li:hover .inner_boxqb{padding: 3% 0 1%;height: auto;}
.nav .nav-bot li:hover  .nav .nav-bot .inner_box{padding: 0 0 2%;height: auto;}
/*选中态*/
.nav .nav-bot ul li a:hover{color: #007edb;}
.nav .inner_box .sec_list ul li a:hover .n_jt{background-image: url(../img/left2.png);}
.nav .inner_box .sec_list .second_nav li.cur a{color:#ea5613;}
.nav .inner_box .sec_list .second_nav li.cur a .n_jt{background-position:0 -9px}
.nav .inner_box .sec_business .item.cur{display:block;}

/*二级导航*/
.sec_nav{height: 37px;line-height: 37px;}
.sec_nav .sec_nav_box{background: #f3f3f3;}
.sec_nav .sec_nav_box.fixed{position: fixed;top: 0;left: 0;width: 100%;z-index: 88;}
.sec_nav .nav_ul .iconfont{margin-left: 23px;font-size: 13px;}
.sec_nav .nav_li{display: inline-block;}
.sec_nav .nav_li a{display: block;}
.sec_nav .nav_li.index .icon{width: 14px;height: 14px;background: url(../images/index1.png) no-repeat;background-position: 0 0;display: inline-block;vertical-align: -1px;margin-right: 5px;}
.sec_nav .nav_li.index:hover .icon{background-position: -14px 0;}
.sec_nav .nav_li.item{position: relative;padding-left: 18px;cursor: pointer;}
.sec_nav .nav_li.item a:hover,
.sec_nav .nav_li.item.cur a{color: #ea5613;}
.sec_nav .nav_li.item a:hover .icon,
.sec_nav .nav_li.item.cur a .icon{background-position: -14px 0;}
.sec_nav .nav_li.item .inner_ul{position: absolute;width: 100%;top: 110%;left: 0;text-indent:8px;border:1px solid #e8e8e8;border-top: 0;transition: all .5s cubic-bezier(0,1.12,.52,.97);opacity: 0;filter: alpha(opacity=0);background: #fff;z-index: -2;visibility: hidden;}
.sec_nav .nav_li.item .inner_ul .li:hover{background: #ea5613;color: #fff;}
.sec_nav .nav_li.item .icon{width: 14px;height: 14px;background: url(../images/index2.png) no-repeat;background-position: 0 0;display: inline-block;vertical-align: -1px;margin-left: 13px;}
.sec_nav .nav_li.item:hover .inner_ul{opacity: 1;filter: alpha(opacity=100);top: 100%;z-index: 4;visibility: visible;}

/*二级导航 end*/
.foot {width: 100%;background: rgb(39, 39, 39);font-weight: 600;font-size: 0;}
.foot-tit {text-align: left;color: #fff;font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.f-top {width: 100%;margin: 0 auto;height: 280px;background: rgb(39, 39, 39);}
.f-l {width: 25%;margin: 0 auto;float: left;padding:50px 0 20px 0;}
.f-l ul li {padding: 5px 0;height: 30px;overflow: hidden;}
.f-l ul li a{color: #b6b6b6;font-size: 14px;position: relative;}
.f-l ul li a span{line-height: 29px;}
.f-l ul li{color: #b6b6b6;font-size: 14px;}
.f-l ul li a img{width: 29px;height: 29px;display: block;float: left;margin-right: 10px;}
.f-l ul li a:hover {color: #0aa1ed}
.f-l ul .f-link{margin-top: 20px;overflow: hidden;}
.f-l ul .f-link a{margin-right: 5px !important;}
.f-l ul .f-link .f-linktit,.f-l ul .f-link .f-linkimg{float: left;}
.f-l ul .f-link .f-linktit{line-height: 30px;padding-right: 2px;}
.f-l ul .f-link .f-linkimg img{width: 30px; height: 30px;margin-right: 5px;}
.f-c .one .one-tit{width: 100%;overflow: hidden;margin-bottom: 20px;}
.f-c .one .one-tit ul>li{float: left;color: #FFFFFF;width: 20%;text-align: center;font-size: 16px;}
.f-c .one .one-li {width: 20%;float: left;}
.f-c .one .one-li ul {text-align: center;}
.f-c .one .one-li ul li{line-height: 30px;}
.f-c .one .one-li ul li h3 {color: #fff;font-size: 16px;}
.f-c .one .one-li ul li a {color: #b6b6b6;font-size: 12px;}
.f-c .one .one-li ul li a:hover {color: #0aa1ed}
.f-c {margin: 0 auto;background: rgb(39, 39, 39);float: left;width: 45%;height: 100%;overflow: hidden;padding:50px 0 20px 0;}
.f-c .one .one-lis{height: 150px;overflow-y: auto;}
.f-c .one .one-lis::-webkit-scrollbar {width: 2px;height: 1px;}
/*正常情况下滑块的样式*/
.f-c .one .one-lis::-webkit-scrollbar-thumb {width: 25px;background-color: #0aa1ed;border-radius: 10px;-webkit-box-shadow: inset 10px 10px 0 #0aa1ed;}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.f-c .one .one-lis:hover::-webkit-scrollbar-thumb {width: 25px;background-color: #0aa1ed;border-radius: 10px;-webkit-box-shadow: inset 10px 10px 0 #0aa1ed;}
/*鼠标悬浮在滑块上时滑块的样式*/
.f-c .one .one-lis::-webkit-scrollbar-thumb:hover {width: 25px;background-color: #0aa1ed;-webkit-box-shadow: inset 10px 10px 0 #0aa1ed;}
/*正常时候的主干部分*/
.f-c .one .one-lis::-webkit-scrollbar-track { border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);background-color: #b6b6b6;}
/*鼠标悬浮在滚动条上的主干部分*/
.f-c .one .one-lis::-webkit-scrollbar-track:hover {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);background-color: rgba(0, 0, 0, .01);}
.f-r {background-color: #2b2b2b;width: 33%;float: right;margin: 0 auto;height: 100%;}
.f-r ul li {text-align: right;padding-right: 45%;}
.f-r ul .phone{margin-top: 50px;margin-bottom: 10px;}
.f-bot {width: 100%;height: 60px;background: #000!important;}
.phone a{font-size: 22px;color: #fff;}
.num {font-size: 25px;color: #0aa1ed;font-style:oblique;}
.f-r ul .qrcode{margin: 20px 0;overflow: hidden;}
.f-r ul .qrcode a{display: block;width: 130px;height: 130px;float: right;overflow: hidden;margin-left: 10px;}
.f-r ul .qrcode img{display: block;width: 100%;height: 100%;}
.bot-box {width: 100%;margin: 0 auto;height: 60px;}
.bot-box .banquan{float: left;color: #b6b6b6;font-size: 14px;font-weight: 400px;line-height: 60px;width: 435px;}
.bot-boxs {float: right;width: 530px;}
.bot-boxs ul{float: left;overflow: hidden;line-height: 60px;}
.bot-boxs ul li {float: left;color: #b6b6b6;padding-left: 10px;font-size: 14px;}
.bot-boxs ul li img{display: block;float: left;margin: 20px 6px 20px 0;}
.bot-boxs ul li span{display: block;float: left;}
.bot-boxs .bot_link{position: relative;float: left;color: #b6b6b6;margin-left: 10px; font-size: 14px;}
.bot-boxs .bot_links{width: 270px;height: 35px;margin: 12px 0;}
.bot-boxs .bot_links p{width: 220px;height: 100%;background-color: #5482d0;float: left;line-height: 35px;text-indent: 20px;cursor: pointer;}
.bot-boxs .bot_links span{cursor: pointer; width: 50px;height: 100%;background-color: #3772be;background-image: url(../img/bottom.png);display: block;float: left;background-position: center;background-repeat: no-repeat;background-size: 20px;}
.bot-boxs .bot_link .b_ls{position: absolute;bottom: 47px;width: 100%;background-color: #5482d0;display: none;}
.bot-boxs .bot_link .b_ls a{color: #FFFFFF;display: block;width: 95%;padding: 0 2.5%;border-bottom: 1px solid #FFFFFF;height: 30px;line-height: 30px;}
.bot-boxs ul li a {color: #d0d0d0;}
/* 头部 尾部 结束 */
/* 投资者保护 开始 */
.banner{width: 100%;height: auto;overflow: hidden; margin-top: 50px; background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.banner>img{width: 100%;height: auto;display: block;}
.er_nav{width: 100%;height: 60px;background: rgba(0,0,0,0.5);position: absolute;bottom: 0;text-align: center;overflow: hidden;font-size: 0;}
.er_nav li{display: inline-block;width: 180px; height: 100%;line-height: 60px;transition: all 0.5s;font-size: 18px;}
.er_nav li a{color: #fff;width: 100%;display: block;height: 100%;}
.er_nav li:hover{background-color: #1179ff;}
.Crumbs{width: 100%;height: 60px;box-shadow: 0 7px 10px #f5f3f3;overflow: hidden;font-size: 0;position: relative;background-color: #FFFFFF;}
.Crumbs span{display: inline-block;line-height: 60px;font-size: 14px; color: #666666;}
.Crumbs_weizhi{background-image: url(../img/house.png);background-position: left center;background-repeat: no-repeat;padding-left: 20px;}
.Crumb{width: 92%; padding: 0 4%;}
.Crumbs span a{color: #666666;}
 .sousuo{
    width: 200px;
    border: 1px solid #cccccc;
    height: 30px;
    box-sizing: border-box;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px auto;
    font-size: 14px;
}
 .sousuo .sousuoinput{width: 170px;height: 100%;border: none;display: block;float: left;text-indent: 10px;}
 .sousuo  .sousuobtn{width: 28px;float: left; height: 100%;background-image: url(../img/search.png);background-size: 80%;background-position: center;background-color: #FFFFFF;border: none;background-repeat: no-repeat;}
.Investor{width: 100%;height: auto;overflow: hidden;margin: 35px 0;overflow: hidden;}
.Investor ul{width: 86%;margin: 0 auto; overflow: hidden;}
.Investor .Investor_nav{height: 68px;background: #eeeeee;margin-bottom: 10px;overflow: hidden;}
.Investor_nav li{width: 33.33%;height: 100%;float: left;text-align: center;line-height: 68px;transition: all 0.5s;}
.Investor_nav li a{display: block;width: 100%;height: 100%; color: #333333;font-size: 16px; transition: all 0.5s;}
.Investor_nav li:hover{background-color: #1179FF;}
.Investor_nav li:hover a{color: #FFFFFF;}
 .InvestorList {height: auto;}
 .InvestorList li{padding: 30px 0; border-bottom: 1px solid #d2d2d2;overflow: hidden;}
 .InvestorListTime{width: 105px;height: 85px;text-align: center;overflow: hidden;float: left;}
 .InvestorListTime div{background: #f5f5f5;width: 100%;height: 35px;line-height: 35px;font-size: 14px;color: #999999;transition: all 0.5s;}
 .InvestorListTime h2{background: #eeeeee;width: 100%;height: 50px;line-height: 50px;font-size: 18px;color: #999999;font-weight: bold;transition: all 0.5s;}
 .InvestorListCtn{width: 89%;float: right;}
  .InvestorListCtn h2{font-size: 24px;color: #333333;width: 98%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 35px; transition: all 0.5s;margin-bottom: 10px;}
  .InvestorListCtn div{font-size: 16px;color: #666666;width: 98%; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.5s;}
.InvestorList li:hover  .InvestorListTime div,.InvestorList li:hover  .InvestorListCtn div{color: #1179FF;}
.InvestorList li:hover  .InvestorListTime h2,.InvestorList li:hover  .InvestorListCtn h2{color: #1179FF;}
.Journalism {width: 100%;overflow: hidden;}
.Journalism_Crumbs {width: 100%;color: #002d49;font-size: 24px;}
.Journalism_Crumbs>span {width: 150px;text-align: left;line-height: 30px;color: #002d49;}
.Journalism_Crumbs>i {width: 50px;height: 2px;color: #002d49;margin: auto;}
.Journalism_con {width: 100%;padding: 20px 0 0 0;overflow: hidden;}
.Journalism_conBT {color: #002d49;font-size: 24px;line-height: 30px;position: relative;height:auto;width: 100%;}
.Journalism_conBT>div {text-align: center;left: 0;right: 0;margin: auto;}
.Journalism_condate {text-align: center;color: #9e9c9c;font-size: 16px;line-height: 50px;position: relative;width: 100%;height: auto;}
.Journalism_condate>div {text-align: center;left: 0;right: 0;margin: auto;}
.Journalism_condate>div span{display: inline-block;padding-right: 10px;}
.anlineirong{width: 100%;height: 60px;padding: 20px 0;border-bottom: 1px solid #eeeeee;border-top: 1px solid #eeeeee;}
.anlineirong li{display: table-cell; text-align: center;vertical-align: middle;width: 1%;border-right: 1px solid #eeeeee;}
.anlineirong li:last-child{border: none;}
.anlineirong li h2{color: #1179ff;font-size: 16px;line-height: 36px; font-weight: bold;}
.anlineirong li div{color: #cccccc;font-size: 12px;line-height: 30px;}
.Journalism_conNr {font-size: 16px;color: #000000;line-height: 30px;position: relative;max-width: 1200px;min-height: 400px;}
.content_height img {max-width: 100%;height: auto;margin: 20px auto;display: block;}
.content_height p img{text-align: center;}
.new_fgx {max-width: 1200px;height: 1px;background: #e5e5e5;margin: 20px auto 30px;}
.new_fgx2 {width: 100%;height: 1px;background: #e5e5e5;margin: 20px 0 30px 0;}
.Nextitem p {height: 30px;width: auto;float: left;max-width: 50%;}
.Nextitem .Nextitemp{float: right;}
.Nextitem p span{display:block;float:left;color: #666666;}
.Nextitem p a{display:inline-block;width:auto;max-width: 80%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #666666;}
.Nextitem>p>a:hover {color: #207be6;}
.share{width: 100%;height: 30px;overflow: hidden;}
.shareLink{float: left;height: 30px;}
.shareLink h2{float:left;font-size: 16px;color: #999999;}
.sharea{float: right;height: 30px;}
.sharea a{display: inline-block;padding-left: 20px;font-size: 16px;color: #999999;}
.sharea a:hover{color: #007AFF;}
.shareLink a{position: relative !important;}
/* 投资者保护 结束 */
/* 网站地图 开始 */
.websitemap{width: 100%;height: auto;overflow: hidden;margin: 40px 0;overflow: hidden;}
.websitemapList{height: 35px;width: 98%;padding: 10px 10px; overflow: hidden;border-bottom:  1px solid #e8e8e8;}
.websitemapList li{height: 35px;line-height: 35px;padding: 0 20px;text-align: center;font-size: 16px;color: #333333;}
.websitemapList .websitemapListT{width: 180px;padding: 0;background-color: #e8e8e8;font-size: 18px;color: #000000;float: left;}
.websitemapList .websitemapListm{width: 86%;float: right;}
.websitemapList .websitemapListm li{float: left;}
/* 网站地图 结束 */
/* 首页开始 */
.indextit{width: 100%;text-align: center;height: 155px;position: relative;}
.indextit h2{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;font-size: 70px;color: #eeeeee;line-height: 155px;}
.indextit h3{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;font-size: 36px;color: #333333;z-index: 2;line-height: 130px;}
/* 我们的优势 开始 */
.advantages{width: 100%;height: auto;padding-bottom: 4%;}
.advantage{width: 100%;height: auto;}
.advantage>li{width: 24%;float: left;height: 300px;background-color: #FFFFFF;display: table;margin-right: 1%;}
.advantage>li:hover{box-shadow: 0px 0px 15px #efebeb;}
.advantage>li>a{display: table-cell;text-align: center;vertical-align: middle;}
.advantage>li>a>img{width: 54px;height: 51px;margin-bottom: 15px;}
.advantage>li>a>p{font-size: 20px;color: #333333;font-weight: 500;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/* 我们的优势 结束 */
/* 产品中心 开始 */
.product{width: 100%;height: auto;padding-bottom: 4%;background-color: #f9f9f9;padding-top: 2%;overflow: hidden;}
.productslist{width:19%;height: 423px; overflow: hidden;border: 2px solid #d4d4d4;box-sizing: border-box;}
.products{width: 100%;overflow: hidden;} 
.productsimg{height: 330px;width: 100%;overflow: hidden;}
.productsimg img{width:100%;height: 100%;transition: all .2s;display: block;margin:0 auto;}
.productswb{width: 100%;height: 68px;padding-top: 20px;padding-bottom: 1px; background-color: rgba(0,0,0,0.5);overflow: hidden;text-align: center;}
.productswb i{width: 40px;height: 3px;background-color: #FFFFFF;display: block;margin: auto;transition: all .2s;}
.productswb p{width: 100%;height: 65px;line-height: 65px;color: #FFFFFF;transition: all .2s;}
.productslist:hover .productsimg img{transform: scale(1.1);}
.productslist:hover .productswb i{background-color: #1179ff;}
.productslist:hover .productswb p{color: #1179ff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ibox{width:100%; height:430px;margin:1em auto;position:relative;overflow:hidden;}
.ibox>div{display: none;}
.ibox .showboxs{display: block;}
.ibox .showbox{position:relative;left:0;width:100%;height:430px;overflow: hidden;}
.ibox .showbox ul{height: 100%;}
.ibox .showbox ul li{float:left;margin:.5%;display:inline;}
.ibox .showbox ul li a{display:block;width:100%;height:100%;overflow:hidden;}
.ibox .btnbox{overflow:hidden;height: 50px;margin:20px 5px;}
.ibox span{display:block;width: 100%;text-align: center;height: 100%;}
.ibox span.num li{display:inline-block;margin:0 5px;width: 10px;height: 10px;border-radius: 10px;background: #c2c2c2;}
.ibox span.num .numcur{background:#1179ff;}
/* 产品中心 结束 */
/* 方案中心 开始 */
li.productslist a {
    display: inline-block;
    width: 100%;
}
.programme{width: 100%;height: auto;padding-bottom: 4%;padding-top: 2%;overflow: hidden;}
.programmelist{width: 24%;height: auto;overflow: hidden;float: left;margin-right: 1%;margin-bottom: 1%;}
.programmezs{width: 100%;height: 260px;position: relative;display: table;}

.programmezsimg{width: 100%;height: 100%;position: absolute; z-index: 0;top: 0;bottom: 0;left: 0;right: 0; margin: auto;}
.programmezsimg img{width: 100%;height: 100%;display: block;}
.programmezs:hover .programmezsimg{transform: scale(1.05);transition:all 0.3s ease ;}
.programmezs1{width: 100%;height: 100%;  display: table-cell;text-align: center;vertical-align: middle;position: relative;}
.programmezs1 h2{width: 100%; color: #FFFFFF;font-size: 27px;}
.programmeone{width: 1%;height: 260px;position: relative; background-color: #f5f5f5;display: table-cell;text-align: center;vertical-align: middle;overflow: hidden;transition: all 1s;}
.programmeone i{width: 40px;height: 3px;background-color: #f0a52e;display: block;margin:auto auto 20% auto;transition: all .5s;}
.programmeone h2{width: 100%; color: #666666;font-size: 18px;display: block;margin-bottom: 15px;transition: all .5s;}
.programmeone p{font-size: 160px;color: #e3e3e3;position: absolute;bottom: -35%;left: 0;right: 0;margin: auto;font-weight: bold;}
.programmelist .programmeone:hover{background-color: #f0a52e;}
.programmelist .programmeone:hover i{background-color: #FFFFFF;}
.programmelist .programmeone:hover h2{color: #FFFFFF;}
.Solutions{width: 100%;height: auto;padding-bottom: 4%;padding-top: 2%;overflow: hidden;}
.Solutionss{width: 100%;height: auto;overflow: hidden;padding :0 20px}
.Solutionss .productslist{width: 24%;float: left;margin-right: 1%;margin-bottom: 1%;height: auto;    border: 1px solid #d4d4d4;}
.Solutions .productsimg{height: 210px;width: 100%;overflow: hidden;}
/* .Solutionss .productslist .productswb{height: auto; padding: 10px 0 20px 0;background-color: #fff;} */
.Solutionss .productslist .productswb{height: 45px; padding:0;background-color: #fff;transition: all .1s;}
.Solutionss .productswb p{color: #666666;border-top: 1px solid #d4d4d4;height: 45px;line-height: 45px;transition: all .1s;}
/* .Solutionss .productswb p{height: auto;padding: 5px 0;line-height: 30px;} */
.Solutionss .productswb .productswbgengduo{width: 130px;height: 38px;border-radius: 5px;margin: auto;background-color: #1179ff;color: #FFFFFF;line-height: 38px;display: none;transition: all .1s;}
.Solutionss .productslist:hover .productswb{background-color: rgba(0,0,0,0.3);}
.Solutionss .productslist:hover .productswb p{height: auto;padding: 15px 0;line-height: 30px;border: none;}
.Solutionss .productslist:hover .productswbgengduo{display: block;}
/* 方案中心 结束 */
/* 产品详情 开始 */
.zoombox{width:550px;float: left;overflow: hidden;}
.zoompic{border:solid 1px #dfdfdf;width:550px;height:395px;background:url(images/loading.gif) no-repeat 50% 50%;box-sizing: border-box;}
.zoompic img{width: 100%;height: 100%;}
.sliderbox{height:76px;overflow:hidden;margin:6px 0 0 0;}
.sliderbox .arrow-btn{width:38px;height:76px;background:url(../img/arrow-btn.png) no-repeat;cursor:pointer;}
.sliderbox #btn-left{float:left;background-position:0 0;}
.sliderbox #btn-left.dasabled{background-position:0 -76px;}
.sliderbox #btn-right{float:right;background-position:-38px 0;}
.sliderbox #btn-right.dasabled{background-position:-38px -76px;}
.sliderbox .slider{float:left;height:76px;width:471px;position:relative;overflow:hidden;margin:0 0 0 3px;display:inline;}
.sliderbox .slider ul{position:absolute;left:0;width:999em;}
.sliderbox .slider li{float:left;width:117px;height:76px;text-align:center;}
.sliderbox .slider li img{border:solid 1px #dfdfdf;width: 113px;height: 74px;}
.sliderbox .slider li.current img{border:solid 1px #3366cc;}
.productdetali{width: 100%;height: auto;overflow: hidden;padding: 4% 0;}
.productdetalil{width: 50%;float: right;overflow: hidden;height: auto;}
.productdetalil>h2{width: 95%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 32px;color: #333333;line-height: 35px;padding: 30px 0; border-bottom: 1px solid #aaaaaa;}
.productdetalil>p{width: 95%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 9;min-height: 240px; overflow: hidden;font-size: 16px;color: #333333;line-height: 30px;margin: 30px 0; }
.productdetalil>div{width: 100%;height: auto;margin: 10px 0;overflow: hidden;text-align: center;}
.productdetalil>div>a{display: inline-block;width: 40%;height: 55px;border-radius: 5px;line-height: 55px;margin: 0 4%;font-size: 20px;color: #FFFFFF;}
.productdetalibtn1{background-color: #ffb012;}
.productdetalibtn2{background-color: #1179ff;}
.productdetalitab{width: 100%;height: auto;overflow: hidden;margin-bottom: 30px;}
.productdetalitabs{width: 100%;border-bottom: 1px solid #cccccc;height: auto;overflow: hidden;}
.productdetalitabs li{padding: 10px 0;width: 160px;text-align: center;float: left;margin-right: 20px;}
.productdetalitabsxz{border-bottom: 4px solid #1179ff;}
.productdetalitabctn{width: 100%;height: auto;overflow: hidden;min-height: 500px;}
.productdetalitabctn>div{width: 100%;height: 100%;overflow: hidden;display: none;}
.productdetalitabctn>.productdetalitabctnent{display: block;}
.Relatedproducts{width: 100%;height: auto;overflow: hidden;}
.Relatedproducts li{width: 19%;margin-bottom: 1%;margin-right: 1%;overflow: hidden;float: left;}
.Relatedproducts li .Relatedproductsimg{width: 100%;height: 191px;overflow: hidden;}
.Relatedproducts li .Relatedproductsimg img{width: 100%;height: 100%;display: block;}
.Relatedproducts li p{height: 45px;line-height: 45px;width: 95%;padding: 0 2.5%;text-align: center;background-color: #eeeeee;color: #333333;font-size: 15px;}
/* 产品详情结束 */
/* 全球技术 开始 */
.metering{width: 100%;height: auto;overflow: hidden;padding: 50px 0; background-image: url(../images/metering.jpg);background-position: center;background-repeat: no-repeat;}
.metering h2{font-size: 38px;color: #FFFFFF;}
.metering h3{font-size: 14px;color: #FFFFFF;line-height: 35px;}
.metering a{display: block;width: 115px;height: 30px;border: 1px solid #FFFFFF;color: #FFFFFF;text-align: center;line-height: 30px;font-size: 14px;margin-top: 10px;}
/* 全球技术 结束 */
/* 咨询热线 开始 */
.hotline{ background-image: url(../images/meterings.jpg);}
.hotlines{display: block;width: 640px;text-align: center;float: right;}
.hotlines h2{font-size: 38px;color: #FFFFFF;}
.hotlines h3{font-size: 14px;color: #FFFFFF;line-height: 35px;}
.hotlines span{display: inline-block;width: auto;padding:0 35px; height: 30px;border: 1px solid #28b3ff;color: #28b3ff;    line-height: 30px;}
/* 咨询热线 结束 */
/* 行业案例 开始 */
.case{width: 100%;height: auto;overflow: hidden;padding: 50px 0; background-image: url(../images/casebj.jpg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
.casel{width: 26%;height: 435px;float: left;background-color: #f5f5f5;}
    
.casellist{width: 100%;height: auto;overflow: hidden;}
.casells{width: 95%;height: 60px;background-color: #1179fe;padding: 0 2.5%;position: relative;line-height: 60px;font-size: 18px;color: #FFFFFF;cursor: pointer;}
.casells i{width: 25px;height: 25px;background-size: 100% 100%; background-image: url(../img/left.png);transform: rotate(90deg);background-size: 100% 100%; background-repeat: no-repeat;background-position: centent;display: block;position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;}
.casellsone{width: 100%;height: auto;max-height: 130px;overflow-x: hidden;overflow-y: auto;}
.casellsone::-webkit-scrollbar {
width:5px;
background-color: #e5e5e5;
}
.casellsone::-webkit-scrollbar-track {
border-radius:10px;
}
.casellsone::-webkit-scrollbar-thumb {
border-radius:10px;
background:#1179fe;
}

.casellsone li{height: 60px;line-height: 60px;font-size: 16px;color: #4e4e4e;border-bottom: 1px solid #e5e5e5;text-indent: 20px;cursor: pointer;}
.casellssan{width: 95%;height: 60px;padding: 0 2.5%;}
.casellssan li{text-indent: 0;font-size: 18px;}
.casellstow{width: 95%;height: 60px;padding: 0 2.5%;position: relative;line-height: 60px;font-size: 18px;color: #4e4e4e;border-bottom: 1px solid #e5e5e5;}
.casellstow i{width: 25px;height: 25px;background-size: 100% 100%; background-image: url(../img/left1.png);background-repeat: no-repeat;background-position: centent;display: block;position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;}
.casellsone li:hover{color: #1179ff;}
.casellsone .casellsonexz{color:#1179ff;}
.casellstow:hover{color: #1179ff;}
.casellstow:hover i{background-image: url(../img/left2.png);}
.casemores{width: 100%;text-align:center;}
.casemore{height: 60px;line-height: 60px;padding-right: 25px; background-image: url(../img/left1.png);background-size: 15px 15px;background-repeat: no-repeat;background-position: right center;display: inline-block;}
.casetab{width: 74%;float: left;height: 435px;overflow: hidden;}
.casetabctn{width: 100%;height: 100%;}
.casetabl{width: 53%;height: 100%;overflow: hidden;float: left;position: relative;}
.casetablimg{width: 100%;height: 100%;overflow: hidden;}
.casetablimg img{width: 100%;height: 100%;display: block;}
.casetablwb{position: absolute;background-color: rgba(0,0,0,0.6);height: 55px;bottom: 0; width: 95%;padding: 0 2.5%;}
.casetablwb h2{color: #FFFFFF;font-size: 14px;line-height: 55px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.casetablwb div{color: #FFFFFF;font-size: 15px;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.casetabr{width: 45%;height: 100%; float: left;background-color: #f5f5f5;padding: 0 1%;}
.casetabrs{width: 97%;height: auto;overflow: hidden;padding: 30px 1% 30px 2%;}
.casetabrlist{width: 100%;height: 98px;overflow: hidden;margin-bottom: 15px;background: #fff;}
.casetabrimg{width: 35%;height: 100%;float: left;overflow: hidden;}
.casetabrimg img{width: 100%;height: 100%; transition: all .5s;}
.casetabrwb{width: 63%;padding-left:2%;height: 100%;float: left;}
.casetabrwb h2{transition: all .5s;font-size: 17px;color: #333333;margin-bottom: 5px;line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.casetabrwb div{font-size: 14px;color: #888888;line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.casetabr .casemoresal{width: 100%; height: auto; margin: 10px 0;overflow: hidden;}
.casemoresal{width: 100%;height: auto;overflow: hidden;padding-top: 20px;}
.casemoreal{width: 180px;height: 45px;border: 2px solid #207be6;display: block;margin: auto;box-sizing: border-box;text-align: center;font-size: 14px;color: #1488de; line-height: 45px;   position: relative;}
.casetabrlist:hover .casetabrwb h2{color: #1179ff;}
.casetabrlist:hover .casetabrimg img{transform: scale(1.1);}
 .casemoreal:after,.casemoreal:before { content: '';position: absolute; left: 0;top: 0; width: 0;height: 100%; background: transparent;  z-index:-2;}
.casemoreal:hover{  z-index:1;  background:transparent; }            
.casemoreal:before { transition: .3s;  background: #007edb;  z-index:-1;  }          
.casemoreal:hover:after,.casemoreal:hover:before { width: 100%;}
.casemoreal:hover{color: #FFFFFF;   }
/* 行业案例 结束 */

/*合作伙伴 开始*/
.Partner{width: 100%;height: auto;padding-bottom: 4%;padding-top: 2%;overflow: hidden;}
.Partners{width: 100%;height: auto;}
.Partnerlist{width: 19%;height: 74px;float: left;margin-right: 1%;margin-bottom: 1%;overflow: hidden;box-shadow: 0 5px 5px #e6e6e6;}
.Partnerlist img{width: 100%;height: 100%;display: block;}
.Partnerlist .partnerlistimgs{display: none;}
.Partnerlist:hover .partnerlistimg{display: none;}
.Partnerlist:hover .partnerlistimgs{display: block;}
/*合作伙伴 结束*/
/*新闻中心 开始*/
.news{width: 100%;height: auto;padding-bottom: 4%;padding-top: 2%;overflow: hidden;}
.newstab{width: 100%;height: auto;margin-bottom: 45px;overflow: hidden;text-align: center;}
.newstab li{width: auto;display: inline-block;margin-right: 10px;padding:10px 25px;color: #333333;font-size: 18px;cursor: pointer;border-radius: 5px;transition: all .5s;}
.newstabone{background-color: #007AFF;color: #FFFFFF !important;}
.newstabs li:hover{background-color: #007AFF;color: #FFFFFF;}
#focus{width:46%;height:440px;overflow:hidden;position:relative;float: left;}
#focus ul{height:440px;position:absolute;}
#focus ul li{float:left;width:25%;height:440px;overflow:hidden;position:relative;}
#focus ul li>img{width: 100%; height: 100%;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:100%;left:0;bottom:0;background:#000;}
#focus .btn{position:absolute;width:0;height:0;padding:5px 2.5%;right:0;bottom:0;text-align:right;display: none;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:10px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#1179ff;border-radius: 10px;}
#focus .btn span.on{background:#FFFFFF;}
#focus ul li .slideother{position:absolute;left:0;bottom: 0; width:100%;height:55px;display:inline-block;background-color: rgba(0,0,0,0.5);}
#focus ul li .slideother .h12{font-size:14px;position:absolute; left:20px;margin: auto;line-height: 55px;}
#focus ul li .slideother .h12 a{color:#FFF;font-size:14px;font-weight:bold;text-decoration:none;}
#focus ul li .slideother .h12 a:hover{text-decoration:underline;}
.newsctns{display: none;}
.newsctna{display: block;}
.newsctnsr{width: 50%;margin-left: 0.5%;background: #e5e5e5;height:406px;overflow: hidden;float: left; padding: 18px 1.5%;}
.newsctnsr>div{display: none;}
.newsctnsr>.newsctnsrxz{display: block;}
.newsctnsrone{width: 100%;height: 160px;overflow: hidden;margin-bottom: 13px;background: #FFFFFF;}
.newsctnsrone>li{height: 100%;overflow: hidden;}
.newsctnsrone .newsctnsroneimg{width: 35%;height: 100%;overflow: hidden;float: left;}
.newsctnsrone .newsctnsroneimg img{display: block;width: 100%;height: 100%;}
.newsctnsrone .newsctnsronewb{width: 60%;height: auto; padding: 25px 2%;float: left;}
.newsctnsrone .newsctnsronewb h2{font-size: 17px;color: #333333;margin-bottom: 5px;line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.newsctnsrone .newsctnsronewb div{font-size: 14px;color: #888888;margin-bottom: 5px;line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.newsctnsrone .newsctnsronewb p{width: 100%;text-align: right;color: #666666;font-size: 14px;}
.newsctnsrtow{width: 100%;height: 110px;overflow: hidden;margin-bottom: 13px;background: #FFFFFF;}
.newsctnsrtow>li{height: 100%;overflow: hidden;}
.newsctnsrtow .newsctnsrtowimg{width: 20%;height: 100%;overflow: hidden;float: left;}
.newsctnsrtow .newsctnsrtowimg img{display: block;width: 100%;height: 100%;}
.newsctnsrtow .newsctnsrtowwb{width: 75%;height: 100%; padding: 10px 2%;float: left;}
.newsctnsrtow .newsctnsrtowwb h2{font-size: 17px;color: #333333;margin-bottom: 5px;line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.newsctnsrtow .newsctnsrtowwb div{font-size: 14px;color: #888888;margin-bottom: 5px;line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.newsctnsrtow .newsctnsrtowwb p{width: 100%;text-align: right;color: #666666;font-size: 14px;}
.newsmore{width: 100%;height: 45px;overflow: hidden; margin: 40px 0;}
.newsmore a{width: 180px;height: 45px;border: 1px solid #207be6;display: block;margin: auto;box-sizing: border-box;text-align: center;font-size: 16px;color: #1488de; line-height: 45px;position: relative;}
.newsmore a:after,.newsmore a:before { content: '';position: absolute; left: 0;top: 0; width: 0;height: 100%; background: transparent;  z-index:-2;}
.newsmore a:hover{  z-index:1;  background:transparent; }            
.newsmore a:before { transition: .3s;  background: #007edb;  z-index:-1;  }          
.newsmore a:hover:after,.newsmore a:hover:before { width: 100%;}
.newsmore a:hover{color: #FFFFFF;   }
/*新闻中心 结束*/
/* 首页结束 */
/*案例中心 开始*/
.update{margin: 40px 0 100px 0;}
.caseej{width: 100%;height: auto;overflow: hidden;min-height: 400px;}
.caseejdh{width: 100%;height: 60px;background-color:#eeeeee;text-align: right;overflow: hidden;font-size: 0;}
.caseejdhs{display: inline-block;padding: 0 50px;height: 100%;color:#333333;font-size: 18px;line-height: 60px;transition: all .5s;border-radius: 8px;}
.caseejdhsxz{background-color: #1179ff;color:#FFFFFF;}
.caseejdhs:hover{background-color: #6eacfb;}
.caseejdhs:hover a{color:#FFFFFF;}
.caseejdhsxz{background-color: #1179ff;}
.caseejdhsxz a{color: #FFFFFF;}
.caseejtab{text-align: left;    margin-top: 30px;margin-bottom: 30px;}
.caseejctn{width: 100%;height: auto;overflow: hidden;}
.caseejctnone{width: 100%;height: auto;overflow: hidden;}
.caseejctnone li{width: 97%;height: 240px;overflow: hidden;padding: 1.5%;border: 1px solid #d2d2d2;box-sizing: border-box;margin-bottom: 25px;cursor: pointer;}
.caseejctnoneimg{width: 23%;height: 100%;overflow: hidden;float: left;}
.caseejctnoneimg img{width: 100%;height: 100%;transition: all .5s;}
.caseejctnonewb{width: 73%;padding: 0 2%;height: 100%;float: right;}
.caseejctnonewb h2{transition: all .5s;font-size: 20px;color: #666666;margin-bottom: 20px;line-height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.caseejctnonewb div{font-size: 16px;color: #999999; margin-bottom: 20px; line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.caseejmore{transition: all .5s;width: 145px;height: 35px;border: 1px solid #a0a0a0;display: block;box-sizing: border-box;text-align: center;font-size: 16px;color: #333333; line-height: 35px;}
.caseejctnone li:hover .caseejctnoneimg img{transform: scale(1.1);}
.caseejctnone li:hover .caseejctnonewb h2{color: #1488de;}
.caseejctnone li:hover .caseejmore{border: 1px solid #207be6;color: #1488de;}
.paging{width: 100%;height: 35px;margin: 5px 0 80px 0;overflow: hidden;text-align: center;}
.paging a{display: inline-block;border: 1px solid #cccccc;font-size: 14px;padding: 5px 10px;box-sizing: border-box;cursor: pointer;}
.paging a:hover{background-color: #1b75cf;border: 1px solid #1b75cf;color: #FFFFFF;}
.paging .pagingxz{background-color: #1b75cf;border: 1px solid #1b75cf;color: #FFFFFF;}
.enterprise{margin-bottom: 40px;width: 100%;height: auto;overflow: hidden;}
.enterprise .enterprisetit{margin-bottom: 35px; width: 99%;height: 45px; line-height: 45px; background-color: #f1f1f1;border-left: 4px solid #1179ff;box-sizing: border-box;text-indent: 25px;}
.enterprises{width: 49%;float: left;margin-right: 1%;}
.enterprises .Solutionslist .Solutionslists{width: 98%;float: none;overflow: hidden;}
/*案例中心 结束*/
/* 常见问题 开始 */
.Commonproblem{width: 100%;height: auto;padding-top: 2%;overflow: hidden}
.Commonproblemlist{width: 100%;height: auto;overflow: hidden;margin: 20px 0;}
.Commonproblemlists{width: 100%;padding: 20px 0; border-bottom: 1px solid #eeeeee;}
.Commonproblemlists h2{height: auto;overflow: hidden;font-size: 20px;color: #333333;line-height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.Commonproblemlists div{height: auto;overflow: hidden;font-size: 18px;color: #666666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.Commonproblemlianxi{width: 100%;height: auto;overflow: hidden;background-color: #eeeeee;padding: 30px 0;}
.Commonproblemlianxis{width: 100%;height: auto;overflow: hidden;}
.Commonproblemlianxis li{width: 20%;height: auto;margin-bottom: 10px; overflow: hidden;float: left;background-position: left center;background-repeat:no-repeat; padding-left: 5%;}
.Commonproblemlianxis>li div{color: #000000;font-size: 24px;line-height: 38px;}
.Commonproblemlianxis>li p{color: #666666;font-size: 18px;line-height: 25px;}
.Commonproblems{text-align: right;}
/* 常见问题 结束 */
/* 常见问题 开始 */
.Download{width: 100%;height: auto;padding-top: 2%;overflow: hidden}
.Downloadlist{width: 100%;height: auto;overflow: hidden;margin: 20px 0;}
.Downloadlist .Downloadtop{width: 100%;height: auto;overflow: hidden;margin-bottom: 5px;}
.Downloadlist .Downloadtop div{float: left;color: #333333;font-size: 18px;overflow: hidden;width: 33%;height: 40px;line-height: 40px; border-bottom: 1px solid #eeeeee;}
.Downloadlist .Downloadtop  .Downloadtopxz{background-image: url(../images/xiazais.png);background-position: right center;background-repeat:no-repeat;}
.Downloadbot{line-height: 25px;font-size: 16px;color: #666666;}
.Downloadlist li{padding: 15px 0;}
.Downloadlist li:hover{background-color: #eeeeee;}
.Downloadlist li:hover .Downloadtop div{color: #1179ff;border-bottom: 1px solid #1179ff;}
/* 常见问题 结束 */
/* 案例详情 开始 */
.Solutionslist{width: 100%;height: auto;overflow: hidden;}
.Solutionslist .Solutionslists{width: 47%;margin-right: 3%;border-bottom: 1px solid #eeeeee;overflow: hidden;float: left;}
.Solutionslist .Solutionslists div{font-size: 15px;float: left;height: 40px;line-height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 70%;}
.Solutionslist .Solutionslists p{font-size: 12px;float: right;height: 40px;line-height: 40px;}
/* 案例详情 结束 */
/* 新闻列表开始 */
.newslist1{
    width: 95%;
    height:auto;
    padding:3% 1% 3% 4%;
    background: #f5f5f5;
    box-shadow: 0 0 20px #e4e4e4;
    overflow: hidden;
    margin-top: 45px;
    cursor: pointer;
    opacity: 1;
}
.newslist1_left{
    float: left;
    width: 28%;
    height: 240px;
    overflow: hidden;
}
.newslist1_left img{
    width: 360px;
    height: 240px;
    overflow: hidden;
    transition: .5s;
}
.newslist1:hover .newslist1_left img{
    transform: scale(1.03);
    transition: .5s;
}
.newslist1_right{
    float: left;
    width: 65%;
    margin-left: 2%;
}
.newslist1_time{
    width: 100%;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.newslist1_time2{display: none;}
.newslist1_title{
    width: 100%;
    font-size: 22px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.newslist1_nr{
    width: 100%;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
margin-top: 20px;
}
.newslist2{
    width: 94%;
    height: auto;
    padding: 2%;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
    opacity: 1;
}
.newslist2_time{
    width: 105px;
    height: 85px;
    text-align: center;
    overflow: hidden;
    text-align: center;
    float: left;
    background: transparent;
    transition: .5s;
    
}
.newslist2_time h1{
    font-size:40px;
    color: #999999;
    height: 45px;
    background-color: #f5f5f5;
    line-height: 45px;
}
.newslist2_time p{
    font-size:16px;
    color: #999999;
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
}
.newslist2_nr{
    width: 67%;
    float: right;
    overflow: hidden;
    margin-left: 2%;
}
.newslist2_nr_bt{
    width: 100%;
    font-size: 18px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    }
    .newslist2_nr_wz{
            width: 100%;
            font-size: 16px;
            color: #999999;
            display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 20px;
        line-height: 35px;
    }
.newslist2_img{
    width: 20%;
    height: 180px;
    float: left;
    margin-left: 2%;
    position: relative;
    overflow: hidden;
}
.newslist2_mase{position: absolute;z-index: 10;background-color: rgba(0,0,0,0.5);width: 100%;height: 100%;top: 0;background-image: url(../images/exhibitionjh.png);background-position: center;background-repeat: no-repeat;display: none;transition: all .5s ;}
.newslist2_img img{
    width: 270px;
    height: 180px;
    transition: .5s;
}
.newslist2:hover .newslist2_nr_bt{
    color: #1179ff;
    transition: .5s;
} 
.newslist2:hover .newslist2_mase{display: block;}
.newslist2:hover .newslist2_time h1{
    background-color: #1179ff;
    color: #FFFFFF;
}
.newslist2:hover .newslist2_img img{
    transform: scale(1.03);
    transition: .5s;
}
.newslist2qb{
    padding: 40px 0;
}
.enterprise .enterprisetit{margin-bottom: 20px;}
/* 新闻列表结束 */
/* 招商政策 开始 */
.policy{width: 100%;height: auto;padding-bottom: 4%;padding-top: 2%;overflow: hidden;background-image: url(../images/policy.png);background-position: left center;background-repeat: no-repeat;background-size: 100% 100%;}
.policytit{margin: 40px 0; width: 100%;height: auto;overflow: hidden;border-bottom: 1px solid #d2d2d2;}
.policytit h2{display: inline-block;width: auto;overflow: hidden;border-bottom: 3px solid #007AFF;font-size: 24px;color: #333333;line-height: 40px}
.policywb{overflow: hidden;width: 100%;overflow: hidden;min-height: 800px;}
.policywb p{font-size: 16px;color: #333333;overflow: hidden;line-height: 30px;}
.policymap{width: 100%;text-align: center;overflow: hidden;margin: 50px 0;}
.policymap img{display: block;width: 100%;height: 100%;}
/* 招商政策 结束 */
/* 人才理念 开始 */
.personnel{width: 100%;height: auto;padding-bottom: 2%;padding-top: 2%;overflow: hidden;}
.personnel .personneltit{width: 100%;height: auto;margin: 20px 0;text-align: center;font-size: 44px;caption-side: #000000;}
.personnel .personneltop{width: 100%;height: auto;overflow: hidden;}
.personnel .personneltop .personnell{width: 24.5%;height: 345px;overflow: hidden;float: left;}
.personnel .personneltop .personnelr h2{font-size: 25px;color: #474443;line-height: 35px;margin-bottom: 15px;}
.personnel .personneltop .personnelr p{font-size: 16px;color: #474443;line-height: 25px;margin-bottom: 15px;}
.personnel .personneltop .personnelr{width: 72%;height: auto;overflow: hidden;float: right;margin-top: 30px;}
.personnel .personneltop .personnell img{width: 100%;height: 100%;}
.Occupation{width: 100%;height: auto;padding-bottom: 2%;padding-top: 2%;overflow: hidden;}
.Occupation .Occupationtit{width: 100%;height: auto;margin: 20px 0;text-align: center;}
.Occupation .Occupationtit h2{font-size: 44px;color: #000000;margin: 25px 0;}
.Occupation .Occupationtit p{font-size: 16px;color: #666666;}
.Occupationlist{width: 100%;height: auto;overflow: hidden;margin: 40px 0;}
.Occupationlist li{width: 30%;float: left;margin-right: 5%;}
.Occupationlist li:nth-child(3n){margin-right: 0;}
.Occupationlist img{display: block;width: 100%;}
.Joinus{background-image: url(../images/rencailinian4.jpg);text-align: center;}
.Joinusa .personneltit{width: 100%;height: auto;margin: 20px 0;text-align: center;font-size: 44px;caption-side: #000000;}
.Joinus a{margin: 10px auto 0;}
.Joinus h2{margin-bottom: 10px;}
.Joinus h3{font-size: 25px;}
/* 人才理念 结束 */
/* 资质证书 开始 */
.certificate{width: 100%;height: auto;padding-bottom: 4%;padding-top: 4%;overflow: hidden;background-color: #f8f8f8;}
.certificatel{width: 62%;float: left;}
.certificatellist{width: 95%;height: auto;padding: 2.5%;overflow: hidden;margin-bottom: 10px;cursor: pointer;}
.certificatetit{width: 103px;height: 70px;text-align: center;border-right: 1px solid #ebebeb;float: left;}
.certificatetit h2{font-size: 37px; color: #207ae4;}
.certificatetit p{font-size: 16px; color: #828282;}
.certificatelr{float: left;padding-left: 20px;width: 80%;}
.certificatelr h2{font-size: 24px;color: #333333;overflow: hidden;margin-bottom: 10px;line-height: 35px;}
.certificatelr div{font-size: 14px;color: #666666;overflow: hidden;}
.certificatellists{background-color: #207ae4;overflow: hidden;}
.certificatellists h2,.certificatellists h2,.certificatellists div,.certificatellists p{color: #FFFFFF;}
.certificater{float: right;width: 35%;overflow: hidden;height: 360px;}
.certificater img{ height: -webkit-fill-available;display: none;margin: auto;}
.certificater .certificaterxz{max-width: 100%;height: -webkit-fill-available;display: block;margin: auto;}
.Qualifications{width: 100%;height: auto;overflow: hidden;margin: 40px 0;}
.Qualificationstit{width: 100%;height: auto;overflow: hidden; margin: 30px 0;text-align: center;}
.Qualificationstit a{display: inline-block;padding: 20px 20px 20px 50px; width: 10%;text-align: left;  background-position: left center;background-repeat: no-repeat;}
.Qualificationslist{width: 100%;height: auto;overflow: hidden;}
.Qualificationslists{width: 22%;margin-right: 3%;height: 320px; margin-bottom: 3%;float: left;background-color: #eeeeee;text-align: center; overflow: hidden;}
.Qualificationslistimg{width: 100%;height: 260px;margin: auto; overflow: hidden;position: relative;transition: all .5s;}
.Qualificationslistimg img{width: 95%;height: 100%;display: block;margin:5% auto;transition: all .5s;background-position: center;background-repeat: no-repeat;background-size: contain;}
.Qualificationslisttit{transition: all .5s;height: 60px;line-height: 60px;background-color: #aaaaaa;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 95%;padding: 0 2.5%;color: #FFFFFF;}
.Qualificationslistimgmask{transition: all .5s;position: absolute;display: none; top: 0; width: 100%;height: 100%;overflow: hidden;background-image: url(../images/certificate2.png);background-repeat: no-repeat;background-position: center;background-color: rgba(17,121,255,0.5);}
.Qualificationslists:hover .Qualificationslistimg{height: 240px;}
.Qualificationslists:hover .Qualificationslistimg img{height: 100%;margin: 0 auto;}
.Qualificationslists:hover .Qualificationslisttit{height: 80px;line-height: 80px;background-color: #1179ff;}
.Qualificationslists:hover .Qualificationslistimgmask{display: block;}
/* 资质证书 结束 */
/* 招聘信息 开始 */
.recruit{width: 100%;height: auto;padding-bottom: 2%;padding-top: 2%;overflow: hidden;}
.recruit .recruittit{width: 100%;height: auto;margin: 20px 0;text-align: center;font-size: 44px;color: #000000;}
.recruita{width: 100%;height: auto;overflow: hidden;margin: 20px auto;border-bottom: 1px dashed #ebebeb;padding-bottom: 15px;}
.recruitzhwei{width: 97%;height: auto;padding: 0 1.5%;background-color: #388eff;height: 70px;line-height: 70px;overflow: hidden;cursor: pointer;}
.recruitzhwei i{display: block;float: left;font-size: 25px;color: #FFFFFF;padding-right: 15px;font-weight: bold;}
.recruitzhwei p{float: left;font-size: 18px;color: #FFFFFF;padding-right: 15px;}
.recruitzhweis{background-color: #FFFFFF;}
.recruitzhweis i,.recruitzhweis p{color: #000000;}
.recruitzhwei .is{display: none;}
.recruitzhweis{ background-color: #fff;border-bottom: 1px solid #EEEEEE;border-top: 1px solid #EEEEEE;width: 97%;height: auto;padding: 0 1.5%;height: 70px;line-height: 70px;overflow: hidden;cursor: pointer;}
.recruitzhwei p{float: left;font-size: 18px;color: #FFFFFF;padding-right: 15px;}
.recruitzhweis{background-color: #FFFFFF;}
.recruitzhweis i,.recruitzhweis p{color: #000000;}
.recruitzhwei .recruitzhweinrs{ font-size: 14px;color: #999999;}
.recruitzhwei .recruitzhweinrs-hov{color: #ffffff;}
.recruitnr{width: 95%;height: auto;height: auto;padding: 40px 2.5%;background-color: #f2f2f2;}
.recruitnrs{width: 100%;margin-bottom: 30px;overflow: hidden;}
.recruitnrs p{font-size: 16px;color: #656565;line-height: 25px;}
.recruitnrsbtn{width: 100%;height: auto;height: auto;overflow: hidden;}
.recruitnrsbtn input{width: 111px;height: 36px;color: #999999;font-size: 16px;display: block;float: left;text-align: center;line-height: 36px;border: none;background-color: #fff;}
.recruitnrsbtn a{width: 111px;height: 36px;color: #999999;font-size: 16px;display: block;float: left;text-align: center;line-height: 36px;position: relative;}
.recruitnrsbtn a input{width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;}
.recruitnrsbtn .recruitnrsbtnxz{background-color: #007AFF;color: #FFFFFF;}
.recruitfj{margin: 30px 0;width: 100%;height: auto;overflow: hidden;}
.recruitfjt{margin: 30px 0;width: 100%;height: auto;overflow: hidden;}
.recruitfjtt{width: 100%;height: auto;overflow: hidden;}
.recruitfjtt i{display: block;float: left;font-size: 18px;color: #000000;line-height: 40px;}
.recruitfjtt a{display: block;float: left;font-size: 18px;color: #207be6;line-height: 40px;}
.recruitfjtts{width: 100%; font-size: 14px;color: #ff4444;}
.recruitfjlx{width: 100%;height: auto;overflow: hidden;}
.recruitfjlx p{width: 100%;height: auto; font-size: 18px;color: #000000;line-height: 30px;}
/* 招聘信息 结束 */

/*改动公用导航栏样式开始*/
.nav-botxz .inner_boxqb{
    background: #F5F5F5;
}

.nav .nav-bot .nav_proCase{
    display: flex;
    width: 75%;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
}
.nav-proClass{
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
    border-right: 1px solid #CECECE;
    padding-bottom: 30px;
}
.nav .nav-bot .nav_proCase .nav_two a, .nav .nav-bot .nav_proCase .nav_two a:hover{
    border:none
}
.nav-caseCenter{
    width: 40%;
    padding-left: 5%;
    box-sizing: border-box; 
}
.nav_two{
    font-size: 18px;
    color:#333333;
    line-height: 50px;
    padding:0 10px;
    box-sizing: border-box;
    text-align: left;
    background: #EEEEEE;
}
.nav_Content{
    display: flex;
    margin-top:24px;
    
}
.nav_threeItem{
    width: 50%;
}
.nav_three{
    text-align: left;
    
}
.nav .nav-bot .nav_three a{
    font-size: 18px;
    color:#004ea2;
}
.nav_four{
    margin-top: 22px;
    width: 195px;
    position: relative;
}
.nav .nav-bot .nav_four li{
    padding:11px 8px;   
    box-sizing: border-box;
    border-bottom: 1px solid #D0D0D0;
    display: block;
    margin:0;
    text-align: left;
}
.nav .nav-bot .nav_four li a{
    color:#333333;
    font-size: 16px;
}
.nav .nav-bot .nav_four li .arrow{
    float: right;
    display: inline-block;
    margin-top: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    transform: rotate(45deg);
}

 .nav .nav-bot .nav_four li:hover>a{
    color:#004ea2;
    border:none;
}
.nav .nav-bot .nav_four li:hover .arrow{
    border-top: 1px solid #004ea2;
    border-right: 1px solid #004ea2;
}
.nav .nav-bot .nav_four li:hover .nav_five{
    display: block;
}
.nav-proClass .nav_five{
    display: none;
    position: absolute;
    top:0;
    width: 190px;
    right:-190px;
    background: #9D9D9D;
    z-index: 10000;
    padding-bottom: 10px;
    height: 300px;
}
.nav-caseCenter .nav_five{
    display: none;
    position: absolute;
    top:0;
    width: 190px;
    right:167px;
    background: #9D9D9D;
    z-index: 10000;
    padding-bottom: 10px;
}


.nav_five p{
    line-height: 37px;
    margin-bottom: 0;
    padding:0 15px;
    box-sizing: border-box;
}
.nav .nav-bot li .nav_five p a{
    color:#fff;
    font-size: 16px;
    padding: 0;
    border: none;
}
.nav_five p:hover{
    background: #7F7F7F;
}

/*改动公用导航栏样式结束*/

/*产品四级菜单开始*/
.four_tabCon{
    margin-bottom: 15px;
}
.menutab_four{
    display: none;
    position: relative;
    background: #F2F2F2;
}
.menutab_four_sel{
    display: block;
}
.menu_sanjiao{
    display: none;
    position: absolute;
    left: 64px;
    top:-30px;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #F2F2F2 transparent;
}
.tab_four_list{
    display: flex;
}
.tab_four_list li{
    padding:13px 25px;
    border-radius: 8px;
    
}
.tab_four_list li a{
    font-size: 16px;
    color:#333333;
}
.tab_four_list .newstabone a{
    color:#fff;
}




/*产品四级菜单结束*/

@media (max-width: 900px) {
	.xiafd{
		opacity:0;
	}
	.fwms{
		display:none;
	}
	.yinf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    text-align: center;
    padding: 2.8rem ;
    color: #fff;
}
/* 头部 尾部 开始 */
.f-c{width: 40%;}
/* 头部 尾部 结束 */
/*案例中心 开始*/
.product .productslist{height: 390px;}
.product .productsimg{height: 300px;}
.f-r ul li{padding-right: 35%;}
/*案例中心 结束*/
}
@media (max-width: 1500px) {
/* 头部 尾部 开始 */
.f-c{width: 40%;}
/* 头部 尾部 结束 */
/*案例中心 开始*/
.ibox{height: 360px;}
    .ibox .showbox {height: 360px;}
.product .productslist{height: 350px;}
.product .productsimg{height: 260px;}
/*案例中心 结束*/

.nav_two {
    font-size: 22px;
}
.nav .nav-bot .nav_three a {
    font-size: 22px;
}
.nav .nav-bot .nav_four li a {
    font-size: 16px;
}





}
@media (max-width: 1400px) {
    .views{width: 95%;}
    .websitemapList .websitemapListm{width: 84%;}
    /* 头部 尾部 开始 */
    .f-r ul li {
        padding-right: 15%;
    }
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 290px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
.ibox{height: 340px;}
    .ibox .showbox {height: 340px;}
    /* .programmelist{height: 345px;} */
    .programmezs{height: 235px;}
    .programmeone{height: 235px;}
    /* 方案中心 结束 */
    /*合作伙伴 开始*/
.Partnerlist{height: 69px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
.caseejctnoneimg{width: 26%;}
.caseejctnonewb{width: 70%;}
.product .productslist{height: 328px;}
.product .productsimg{height: 235px;}
/* .Solutionss .productslist{height: 487px;} */
.Solutionss .productsimg{height: 377px;}
.casel,.casetab{height: 415px;}
.casetabrlist{height: 95px;}
.casemoreal{height: 40px;line-height: 40px;}
.casellsone li,.casells,.casellstow,.casemore{height: 55px;line-height: 55px;}
/* .caseejctnonewb div{height: 80px;} */
/*案例中心 结束*/
/* 常见问题 结束 *//* 常见问题 结束 */
.Commonproblemlianxis li{background-size:42px 40px;}
.Commonproblemlianxis>li p{line-height: 22px;}
.Commonproblemlianxis>li div {font-size: 20px;line-height: 35px;}
/* 常见问题 结束 */
/* 新闻中心 开始 */
.newslist2_nr{width: 65%;}
.newslist2_img{width: 21%;}
.newslist1_left  img{width: 100%;height: 100%;}
/* 新闻中心 结束 */
/* 人才理念 开始 */
.personnel .personneltop .personnell{height: 325px;}
/* 人才理念 结束 */
/* 资质证书 开始 */
.Qualificationslists{height: 310px;}
.Qualificationslistimg {height: 250px;}
.Qualificationslists:hover .Qualificationslistimg{height: 230px;}
.Relatedproducts li .Relatedproductsimg{height: 170px;}
/* 资质证书 结束 */

.nav .nav-bot .nav_three a {
    font-size: 22px;
}
.nav .nav-bot .nav_proCase {
    width: 95%;
}
.nav_two {
    font-size: 20px;
}
.nav .nav-bot .nav_three a {
    font-size: 20px;
}
.nav .nav-bot .nav_four li a {
    color: #333333;
    font-size: 16px;
}
.nav_four {
    width: 145px;
}
.nav .nav-bot .nav_four li {
    padding: 10px 5px;
}

.jianada-map {
    width: 208px;
    height: 188px;
    top: 48px;
    left: 224px;
}
.jianada .map_mask {
    left: 430px;
}
.baxi-map {
    width: 112px;
    height: 118px;
    top: 371px;
    left: 349px;
}
.baxi .map_mask {
    top: 370px;
    left: 463px;
}
.deguo-map {
    width: 24px;
    height: 29px;
    top: 201px;
    left: 581px;
}
.deguo .map_mask {
    top: 165px;
    left: 612px;
}
.yindu-map {
    width: 80px;
    height: 89px;
    top: 267px;
    right: 349px;
}
.yindu .map_mask {
    top: 273px;
    right: 121px;
}








}
@media (max-width: 1300px) {
    .InvestorListCtn{width: 87%;}
    .websitemapList .websitemapListm{width: 82%;}
    /* 头部 尾部 开始 */
    .nav{width: 70%;}
    .f-r ul li {
        padding-right: 10%;
    }
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 270px;}
    
    /* 我们的优势 结束 */
        /*合作伙伴 开始*/
        
.Partnerlist{height: 64px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
.ibox{height: 350px;}
    .ibox .showbox {height: 350px;}
.caseejctnoneimg{width: 29%;}
.caseejctnonewb{width: 67%;}
/* .Solutionss .productslist{height:360px;} */
/* .productsimg{height: 250px;} */
/* .Solutionss .productslist{height: 460px;} */
.Solutionss .productsimg{height: 350px;}
/* .caseejctnonewb div{height: 85px;} */
/*案例中心 结束*/
/*新闻中心 开始*/
#focus{height: 368px;}
#focus ul{height: 368px;}
#focus ul li{height: 368px;}
.newsctnsr{height: 332px;}
.newsctnsrone{height: 130px;}
.newsctnsrone .newsctnsronewb {
    padding: 12px 2%;
}
.newsctnsrtow{height: 95px;}
.newsctnsrtow .newsctnsrtowwb h2,.newsctnsrtow .newsctnsrtowwb div{margin-bottom: 3px;}
/*新闻中心 开始*/
/* 新闻中心 开始 */
.newslist2_nr{width: 64%;}
.newslist2_img{width: 22%;}
/* 新闻中心 结束 */
/* 人才理念 开始 */
.personnel .personneltop .personnell{height: 301px;}
/* 人才理念 结束 */
/* 资质证书 开始 */
.certificatellist{margin-bottom: 0;}
/* 资质证书 结束 */
/* 资质证书 开始 */
.Qualificationslists{height: 290px;}
.Qualificationslistimg {height: 230px;}
.Qualificationslists:hover .Qualificationslistimg{height: 210px;}
/* 资质证书 结束 */
/* 产品详情 开始 */
.zoombox{width: 450px;}
.zoompic{width: 450px;}
.sliderbox .slider{width: 370px;}
.Relatedproducts li .Relatedproductsimg{height: 150px;}
/* 产品详情 结束 */
}
@media (max-width: 1200px) {
    .f-c .one .one-tit ul>li{font-size: 15px;}
    /* 我们的优势 开始 */
    .advantage>li{height: 235px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    .ibox{height: 300px;}
    .ibox .showbox {height: 300px;}
    /* .programmelist{height: 430px;} */
    .programmezs{height: 215px;}
    .programmeone{height: 215px;}
    .programmezs1 h2{font-size: 20px;}
    .programmezs1 img{width: 35px;height: 33px;}
    .programmeone p{font-size: 140px;}
    /* .Solutionss .productslist{height:440px;} */
    .Solutionss .productsimg{height: 330px;}
    .casel, .casetab{height: 396px;}
    .casetabrlist{height: 85px;}
    /* 方案中心 结束 */
/*合作伙伴 开始*/
.Partnerlist{height: 59px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
.product .productslist{height: 290px;}
.product .productsimg{height: 200px;}
.caseejctnoneimg{width: 32%;}
.caseejctnonewb{width: 64%;}
/* .caseejctnonewb div{height: 90px;} */
/*案例中心 结束*/
/* 新闻中心 开始 */
.newslist2_nr{width: 58%;}
.newslist2_img{width: 27%;}
/* 新闻中心 结束 */
/* 人才理念 开始 */
.personnel .personneltop .personnell{width: 301px; height: 301px;margin:40px auto;float: none;}
.personnel .personneltop .personnelr{width: 100%;margin: auto;overflow: hidden;float: none;}
/* 人才理念 结束 */
/* 资质证书 开始 */
.certificatellist{width: 96%;padding: 2%;}
/* 资质证书 结束 */
/* 资质证书 开始 */
.Qualificationslists{height: 270px;}
.Qualificationslistimg {height: 210px;}
.Qualificationslists:hover .Qualificationslistimg{height: 190px;}
/* 资质证书 结束 */
/* 产品详情 开始 */
.Relatedproducts li .Relatedproductsimg{height: 145px;}
/* 产品详情 结束 */
}
@media (max-width: 1100px) {
	.jjty li a{
		font-size:1.87rem;
	}
.InvestorListCtn{width: 85%;}
.websitemapList .websitemapListm{width: 80%;}
/* 头部 尾部 开始 */
.nav{width: 68%;}
.f-c .one .one-tit ul>li{font-size: 14px;}
.f-l ul li a{font-size: 12px;}
.f-c {
    width: 40%;
}
.f-r ul li {
    padding-right: 5%;
}
.bot-boxs{width: 430px;}
.bot-boxs .bot_links{width: 180px;}
.bot-boxs .bot_links p{width: 150px;}
.bot-boxs .bot_links span{width: 30px;}
/* 头部 尾部 结束 */
    
/*合作伙伴 开始*/
.Partnerlist{height: 54px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
.ibox{height: 245px;}
.ibox .showbox {height: 245px;}
.product .productslist{height: 240px;}
.product .productsimg{height: 170px;}
.productswb {height: 50px;padding-top: 15px;}
.productswb p {height: 45px;line-height: 45px;}
.caseejctnoneimg{width: 35%;}
.caseejctnonewb{width: 61%;}
/* .Solutionss .productslist{height:403px;} */
    .Solutionss .productsimg{height: 292px;}
    /* .caseejctnonewb div{height: 93px;} */
/*案例中心 结束*/
/* 新闻中心 开始 */
.newslist2_nr{width: 54%;}
.newslist2_img{width: 30%;}
/* 新闻中心 结束 */
/* 资质证书 开始 */
.certificatelr{width: 75%;}
/* 资质证书 结束 */
/* 资质证书 开始 */
.Qualificationslists{height: 250px;}
.Qualificationslistimg {height: 190px;}
.Qualificationslists:hover .Qualificationslistimg{height: 170px;}
/* 资质证书 结束 */
/* 产品详情 开始 */
.Relatedproducts li .Relatedproductsimg{height: 133px;}
/* 产品详情 结束 */
}
@media (max-width: 1000px){
    .InvestorListCtn{width: 84%;}
    .websitemapList .websitemapListm{width: 78%;}
    /* 头部 尾部 开始 */
    .nav .nav-top li a{font-size: 12px;}
    .nav .nav-bot li{  font-size: 14px}
    .head{height: 90px;}
    .logo{width: 25%;  padding-top: 2%;}
    .logo>img{width: 200px;}
    .nav .nav-bot{min-height: 40px;}
    .nav .nav-bot .search a img {
        display: block;
        width: 20px;
        height: 20px;
    }
    .nav{width: 70%;}
    .f-r{display: none;}
    .f-l{width: 40%;}
    .f-c { width: 55%;}
    .bot-boxs{width: 400px;}
    .bot-boxs .bot_links{width: 150px;}
    .bot-boxs .bot_links p{width: 120px;}
    .bot-boxs .bot_links span{width: 30px;}
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 215px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    /* .programmelist{height: 380px;} */
    .programmezs{height: 190px;}
    .programmeone{height: 190px;}
    .programmezs1 h2{font-size: 18px;}
    .programmeone h2{font-size: 16px;}
    .programmezs1 img{width: 33px;height: 30px;}
    .programmeone p{font-size: 120px;}
    .casel, .casetab{height: 330px;}
    .casetabrlist{height: 70px;}
    .casetabrwb h2{font-size: 14px;line-height: 17px;margin-bottom: 3px;}
    .casetabrwb div{font-size: 12px;line-height: 17px;}
    .casemoreal {height: 35px; line-height: 33px;}
    .casellsone li, .casells, .casellstow, .casemore { height: 45px; line-height: 45px;}
    .casellsone li, .casells, .casellstow, .casemore {
        height: 40px;
        line-height: 40px;
    }
    .casells,.casellstow{font-size: 16px;}
    .casells i,.casellstow i{width: 20px;height: 20px;}
    .casellsone li{font-size: 14px;}
    .casetabr .casemoresal{bottom: 0;}
    /* 方案中心 结束 */
/*合作伙伴 开始*/
.Partnerlist{height: 49px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
/* .Solutionss .productslist{height:377px;} */
.Solutionss .productsimg{height: 267px;}
.caseejctnoneimg{width: 38%;}
.caseejctnonewb{width: 58%;}
/* .caseejctnonewb div{height: 97px;} */
/*案例中心 结束*/
/* 常见问题 结束 *//* 常见问题 结束 */
.Commonproblemlianxis li{background-size:35px 32px;}
.Commonproblemlianxis>li p{line-height: 22px;}
.Commonproblemlianxis>li div {font-size: 20px;line-height: 35px;}
/* 常见问题 结束 */
/* 新闻中心 开始 */
.newslist2_nr{width: 52%;}
.newslist2_img{width: 30%;}
/* 新闻中心 结束 */
/* 资质证书 开始 */
.certificatetit{height: 60px;}
.certificatetit h2{font-size: 30px;}
.certificatetit p{font-size: 14px;}
.certificatelr h2{font-size: 20px;margin-bottom: 5px;}
/* 资质证书 结束 */
/* 资质证书 开始 */
.Qualificationslists{height: 220px;}
.Qualificationslistimg {height: 176px;}
.Qualificationslists:hover .Qualificationslistimg{height: 156px;}
.Qualificationslisttit{height: 50px;line-height: 50px;}
/* 资质证书 结束 */
/* 产品详情 开始 */
.zoombox{width: 450px;}
.zoompic{width: 450px;}
.sliderbox .slider{width: 370px;}
.Relatedproducts li .Relatedproductsimg{height: 124px;}
/* 产品详情 结束 */
/* 产品详情 开始 */
.Relatedproducts li .Relatedproductsimg{height: 107px;}
/* 产品详情 结束 */
}
@media (max-width: 950px) {
    /* 产品详情 开始 */
    .zoombox{width: 420px;}
    .zoompic{width: 420px;}
    .sliderbox .slider{width: 340px;}
    /* 产品详情 结束 */
    /* 产品详情 开始 */
    .Relatedproducts li .Relatedproductsimg{height: 117px;}
    /* 产品详情 结束 */
}
@media (max-width: 900px) {
    .InvestorListCtn{width: 82%;}
    .websitemapList .websitemapListm{width: 76%;}
    /* 头部 尾部 开始 */
    .logo{width: 27%;  padding-top: 3%;}
    .bot-boxs{display: none;}
    .bot-box .banquan{width: 100%;text-align: center;}
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 200px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    /* .programmelist{height: 330px;} */
    .programmezs{height: 165px;}
    .programmeone{height: 165px;}
    .programmezs1 h2{font-size: 18px;}
    .programmeone h2{font-size: 16px;}
    .programmeone p{font-size: 105px;}
    .casel, .casetab{height: 294px;}
    .casetablwb{height: 80px;}
    .casetablwb h2 {
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .casetablwb div {
        color: #FFFFFF;
        font-size: 12px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .casetabrs{padding: 15px 1% 15px 2%;}
    .casetabrlist{margin-bottom: 10px;}
    /* 方案中心 结束 */
    /*合作伙伴 开始*/
.Partnerlist{height: 44px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
.ibox{height: 230px;}
.ibox .showbox {height: 230px;}
.product .productslist{height: 220px;}
.product .productsimg{height: 150px;}
/* .Solutionss .productslist{height:346px;} */
.Solutionss .productsimg{height: 236px;}
.caseejctnoneimg{width: 41%;}
.caseejctnonewb{width: 55%;}
/* .caseejctnonewb div{height: 100px;} */
/*案例中心 结束*/
/* 常见问题 结束 */
.Commonproblemlianxis li{background-size:35px 32px;background-size: 25px 22px;}
.Commonproblemlianxis>li p{line-height: 20px;font-size: 15px;}
.Commonproblemlianxis>li div {font-size: 18px;line-height: 25px;}
/* 常见问题 结束 */
/* 新闻中心 开始 */
.newslist2_nr{width: 48%;}
.newslist2_img{width: 33%;}
/* 新闻中心 结束 */
/* 资质证书 开始 */
.certificatel,.certificater{width: 100%;float: none;height: auto;}
/* 资质证书 结束 */
/* 资质证书 开始 */
.Qualificationslists{height: 207px;}
.Qualificationslistimg {height: 156px;}
.Qualificationslists:hover .Qualificationslistimg{height: 136px;}
.Qualificationslisttit{height: 50px;line-height: 50px;}
/* 资质证书 结束 */
/* 产品详情 开始 */
.zoombox{width: 550px;margin: auto;float: none;}
.zoompic{width: 550px;}
.sliderbox .slider{width: 470px;}
.productdetalil{width: 100%;float: none;}
.Relatedproducts li .Relatedproductsimg{height: 110px;}
.Relatedproducts li p{height: 30px;line-height: 30px;font-size: 14px;}
/* 产品详情 结束 */
.Nextitem p{float: none;}
.Nextitem .Nextitemp{float: none;}
.product-channel-box form, .product-channel-box .contrast{width: 100%!important;}
}
@media (max-width: 850px) {
    /* 头部 尾部 开始 */
    .f-c .one .one-tit ul>li{  font-size: 13px}
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 190px;}
    /* 我们的优势 结束 */
    /*案例中心 开始*/
    .caseejctnone li{height: 220px;}
    /* .Solutionss .productslist{height:340px;} */
    .Solutionss .productsimg{height: 230px;}
    /* .caseejctnonewb div{height: 82px;} */
    /*案例中心 结束*/
    /* 新闻中心 开始 */
    .newslist2_nr{width: 45%;}
    .newslist2_img{width: 35%;}
    /* 新闻中心 结束 */
    /* 产品详情 开始 */
    .Relatedproducts li .Relatedproductsimg{height: 104px;}
    /* 产品详情 结束 */
    
    .tab_four_list{
        overflow-x:auto;
        overflow-y:hidden;
        display:-webkit-box;
        white-space: nowrap;
    }
    
}
@media (max-width: 800px) {
    .InvestorListCtn{width: 80%;}
    .websitemapList li{padding: 0 15px;}
    .websitemapList .websitemapListT{width: 150px;}
    .websitemapList .websitemapListm{width: 74%;}
    .er_nav li{width: 155px;}
    /* 头部 尾部 开始 */
    .head{display: none;}
    .headsj{display: block;width: 100% !important;position: fixed;top: 0;z-index: 1000;background: #fff;}
    .headsj_top{width: 90%;height: 30px;overflow: hidden;background-color: #1179ff;padding: 0 5%;line-height: 30px;font-size: 16px;}
    .hs_t,.hs_ts{float: left;padding: 0 5%;}
    .hs_tzx{float: right;}
    .hs_t a,.hs_ts a,.hs_tzx a{color: #FFFFFF;}
    .headsj_bottom{width: 90%;padding: 20px 5%;overflow: hidden;}
    .headsj_logo{width: auto;float: left;overflow: hidden;}
    .headsj_logo>img{width:150px;}
    .headsj_nav{float: right; width: 28px;height: 28px;overflow: hidden;}
    .headsj_nav img{width: 100%;height: 100%;}
    .hs_n{width: 90%;overflow: hidden;position: absolute;z-index: 20;padding: 15px 5%;background-color: rgba(0,0,0,0.8);display: none;}
    .hs_n li{padding: 10px 0;}
    .hs_n li a{color: #FFFFFF;display: block;width: 100%;height: 100%;}
    .f-r{display: block;width: 50%;}
    .f-l{width: 40%;}
    .f-c { display: none;}
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 170px;}
    .advantage>li>a>p{font-size: 16px;}
    .advantage>li>a>img{width: 45px;height: 43px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    /* .programmelist{height: 310px;} */
    .programmezs{height: 155px;}
    .programmeone{height: 155px;}
    .programmezs1 h2{font-size: 16px;}
    .programmeone h2{font-size: 14px;}
    .programmeone p{font-size: 95px;}
    /* 方案中心 结束 */
    /* 案例详情 开始 */
    .Solutionslist .Solutionslists div{font-size: 15px;}
    .Solutionslist .Solutionslists p{font-size: 13px;}
    .Solutionss .productslist{width: 48%;}
    /* .Solutionss .productslist{height:430px;} */
    .Solutionss .productsimg{height:320px;}
    /* 案例详情 结束 */
    /*合作伙伴 开始*/
.Partnerlist{width: 24%; height: 47px;}
/*合作伙伴 结束*/
/* 咨询热线 开始 */
.hotlines{width: auto;text-align: center;}
.hotlines h2{font-size: 32px;}
.hotlines h3{font-size: 14px;}
/* 咨询热线 结束 */
    /*案例中心 开始*/
    .ibox{height: auto;}
    .ibox .showbox {height: 275px;}
    .product .productslist{height: 275px;}
    .product .productsimg{height: 205px;}
    .productslist { width: 32%;}
    .caseejctnone li{height: 200px;}
    /* .Solutionss .productslist{height:390px;} */
    .Solutionss .productsimg{height:280px;}
    /*案例中心 结束*/
    /* 常见问题 结束 */
    .Commonproblemlianxis li{width: 28%;}
    /* 常见问题 结束 */
    /* 新闻列表 */
    .newslist1{
        width: 96%;
        padding: 3% 2%;
    }
    .newslist1_left{
        width: 100%;
        float: none;
        height: auto;
    }
    .newslist1_left img{
        width: 100%;
        height: auto;
    }   
    .newslist1_right{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .newslist2_nr{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .newslist2_img{
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }
    .newslist2_img img{
        width: 100%;
        height: auto;
    }
    .newslist2qb{
        padding-bottom: 25px;
    }
    .newslist2_time{margin: 20px 0;display: none;}
    .newslist1_time{margin: 20px 0;float: left;width: auto;}
    
    .newslist1_time2{display: block;float: right;}
    /* 新闻列表 */
    /* 资质证书 开始 */
    .Qualificationslists{width: 30%;height: 240px;}
    .Qualificationslistimg {height: 190px;}
    .Qualificationslists:hover .Qualificationslistimg{height: 170px;}
    .Qualificationslisttit{height: 50px;line-height: 50px;}
    /* 资质证书 结束 */
    /* 产品详情 开始 */
    .Relatedproducts li{width: 32%;}
    .Relatedproducts li .Relatedproductsimg{height: 160px;}
    .Relatedproducts li p{height: 40px;line-height: 40px;}
    .web-link .box a.see-ab{font-size: 18px !important;}
    .web-link .box a p{font-size: 14px!important;}
    .web-link .box a img{width: 50px;height: 90px;}
    /* 产品详情 结束 */

}
@media (max-width: 700px) {
    .InvestorListCtn{width: 77%;}
    .InvestorListCtn h2{font-size: 22px;}
    .websitemapList{height: auto;}
    .websitemapList .websitemapListm{width: 72%;}
    .er_nav li{width: 135px;}
    /* 我们的优势 开始 */
    .advantage>li{height: 150px;}
    .advantage>li>a>p{font-size: 14px;}
    .advantage>li>a>img{width: 35px;height: 33px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    .programmelist{width: 32%;}
    /* 方案中心 结束 */
    /* 行业案例 开始 */
.casel{width: 100%;height: auto;margin-bottom: 10px;}
.casetabrwb h2{font-size: 16px;line-height: 20px;}
.casetabrwb div{font-size: 14px;line-height: 20px;}
.casetabrlist{margin-bottom: 15px;height: 85px;}
.casetab{width: 100%;float: none;height: auto;}
.casetabl{width:100%;float: none;}
.casetabr{width: 100%; padding: 30px 0 10px 0;float: none;background-color: transparent;}
.casetablwb{height: 55px;}
/* 行业案例 结束 */
    /*合作伙伴 开始*/
.Partnerlist{height: 43px;}
/*合作伙伴 结束*/
/*新闻中心 开始*/
#focus{width: 100%;float: none;}
.newsctnsr{width: 97%;float: none;}
/*新闻中心 结束*/
    /*案例中心 开始*/
    .product .productslist{height: 275px;}
    .product .productsimg{height: 205px;}
    .caseejctnone li{height: 180px;}
    .caseejctnonewb{padding:2px 2% ;}
    .ibox .showbox {height: 285px;}
    /* .Solutionss .productslist{height:385px;} */
    .Solutionss .productsimg{height:275px;}
    /*案例中心 结束*/
    /* 常见问题 结束 */
    .Commonproblemlianxis>li p{line-height: 20px;font-size: 14px;}
    .Commonproblemlianxis>li div {font-size: 16px;line-height: 25px;}
    /* 常见问题 结束 */
    /* 资质证书 开始 */
    .Qualificationslists{width: 30%;height: 215px;}
    .Qualificationslistimg {height: 165px;}
    .Qualificationslists:hover .Qualificationslistimg{height: 145px;}
    .Qualificationslisttit{height: 50px;line-height: 50px;}
    .Qualificationstit a{background-size: 20px 20px;padding: 20px 20px 20px 25px;font-size: 14px;}
    /* 资质证书 结束 */
    /* 产品详情 开始 */
    .Relatedproducts li .Relatedproductsimg{height: 144px;}
    /* 产品详情 结束 */
    /* 产品中心索引 */
     .product-channel-list .pic{
         font-size: 14px !important;
     }
    
}
@media (max-width: 640px){
    .websitemapList .websitemapListm{width: 70%;}
    /*案例中心 开始*/
    .Commonproblemlists h2{font-size: 18px;}
    .Commonproblemlists div{font-size: 16px;}
    .caseejctnone li{height: 160px;}
    .caseejctnonewb{padding:0 2% ;}
    .caseejctnonewb h2,.caseejctnonewb div{margin-bottom: 15px;}
    /*案例中心 结束*/
    .Downloadlist .Downloadtop div{text-align: center;font-size: 14px;}
    .Downloadbot{font-size: 12px;line-height: 18px;}
    /* 案例详情 开始 */
    .Solutionslist .Solutionslists div{font-size: 13px;}
    .Solutionslist .Solutionslists p{font-size: 12px;}
    /* .Solutionss .productslist{height:365px;} */
    .Solutionss .productsimg{height:255px;}
    /* 案例详情 结束 */
    /* 资质证书 开始 */
    .Qualificationslists{width: 47%;height: 300px;}
    .Qualificationslistimg {height: 240px;}
    .Qualificationslists:hover .Qualificationslistimg{height: 220px;}
    .Qualificationslisttit{height: 60px;line-height: 60px;}
    /* 资质证书 结束 */
    /* 产品详情 开始 */
    .Relatedproducts li .Relatedproductsimg{height: 130px;}
    /* 产品详情 结束 */
}
@media (max-width: 600px){
    .Crumbs{height: auto;}
    .Crumbs .sousuo{float: none;margin: 0 0 20px 0;}
    .InvestorListCtn{width: 73%;}
    .InvestorListTime{width: 100px;height: 80px;}
    .InvestorListTime div{height: 32px;line-height: 32px;}
     .InvestorListTime h2{height: 48px;line-height: 48px;}
     .InvestorListCtn h2{font-size: 20px;margin-bottom: 5px;}
     .InvestorListCtn div{font-size: 15px;}
     .websitemapList .websitemapListm{width: 65%;}
     .websitemapList li{padding: 0 12px;}
     .er_nav li{width: 105px;}
     /* 头部 尾部 开始 */
     .f-l{width: 45%;}
     .f-r ul .qrcode a{width: 100px;height: 100px;}
     /* 头部 尾部 结束 */
     /* 我们的优势 开始 */
     .advantage>li{height: 210px;width: 49%;margin-bottom: 1%;}
     .advantage>li>a>p{font-size: 20px;}
     .advantage>li>a>img{width: 54px;height: 51px;}
     /* 我们的优势 结束 */
     /* 全球技术 开始 */
     .metering h2{font-size: 25px;}
     .metering h3{font-size: 12px;line-height: 20px;}
     .metering a{font-size: 12px;margin:10px auto auto;}
     .metering{background-size: 100% 100%;text-align: center;}
     /* 全球技术 结束 */
     /* 案例详情 开始 */
     .Solutionslist .Solutionslists{width: 98%;margin-right: 0;}
     .Solutionslist .Solutionslists div{font-size: 13px;}
     .Solutionslist .Solutionslists p{font-size: 12px;}
     /* .Solutionss .productslist{height:350px;} */
     .Solutionss .productsimg{height:240px;}
     .case{background-size: cover;}
     /* 案例详情 结束 */
    /*合作伙伴 开始*/
.Partnerlist{height: 36px;}
/*合作伙伴 结束*/
/*案例中心 开始*/
.productslist { width: 49%;}
.product .productslist{height: 270px;}
    .product .productsimg{height: 200px;}
    .caseejctnoneimg{width: 100%;height: auto;}
    .caseejctnone li{height: auto;}
    .caseejctnonewb{width: 98%;padding: 20px 2%;}
    /*案例中心 结束*/
    .ibox .showbox {height: 275px;}
    /* 常见问题 结束 */
    .Commonproblem{padding-bottom: 5%;}
    .Commonproblemlianxis>li{width: 40%;padding-left: 8%;}
    /* 常见问题 结束 */
    /* 人才理念 开始 */
    .personnel .personneltop .personnell{width: 220px; height: 220px;margin:40px auto;float: none;}
    .personnel .personneltit,.Occupation .Occupationtit h2{font-size: 25px;}
    .Joinusa .personneltit{font-size: 22px;}
    .personnel .personneltop .personnelr p,.Occupation .Occupationtit p{font-size: 14px;}
    .personnel .personneltop .personnell{margin: 0px auto 20px auto;}
    .personnel .personneltop .personnelr h2{font-size: 20px;}
    /* 人才理念 结束 */
/* 资质证书 开始 */
    .Qualificationslists{width: 47%;height: 280px;}
    .Qualificationslistimg {height: 220px;}
    .Qualificationslists:hover .Qualificationslistimg{height: 200px;}
    .Qualificationslisttit{height: 60px;line-height: 60px;}
    .Qualificationstit a {width: auto;}
    /* 资质证书 结束 */
    /* 产品详情 开始 */
    .zoombox{width: 450px;}
    .zoompic{width: 450px;}
    .sliderbox .slider{width: 370px;}
    .Relatedproducts li .Relatedproductsimg{height: 145px;}
.productdetalitabs li{width: 20%;}
    /* 产品详情 结束 */
    .Nextitem p span{font-size: 12px;}
    .Nextitem p a{font-size: 12px;}
    .banner{height: 5rem;}
    .banner>img{height: 100%;}
    .content_height p img{margin: 10px auto;}
}
@media (max-width: 500px){
    .InvestorListCtn{width: 70%;}
    .websitemapList .websitemapListT{width: 130px;}
    .er_nav li{width: 85px;font-size: 16px;}
    /* 头部 尾部 开始 */
    .hs_t,.hs_ts{padding: 0 3%;}
    .f-l{width: 90%;float: none;}
    .f-r{display: block;width: 100%;float: none;overflow: hidden; padding-bottom: 25px;}
    .f-top{height: auto;overflow: hidden;}
    .f-r ul .phone {
        margin-top: 25px;
        
    }
    .f-r ul li {
        text-align: center;
        padding-right: 0;
    }
    .f-r ul .qrcode a{display: inline-block;float: none;}
    #cnzz_stat_icon_1277388994{display: none;}
    /* 头部 尾部 结束 */
    /* 产品中心 开始 */
    .productswb p {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .productswb {
        height: 40px;
        padding-top: 10px;
    }
    /* 产品中心 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 200px;}
    .advantage>li>a>p{font-size: 16px;}
    .advantage>li>a>img{width: 45px;height: 43px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    .programmelist{width: 49%;/* height: 340px; */}
    .programmezs{height: 170px;}
    .programmeone{height: 170px;}
    .programmezs1 h2{font-size: 18px;}
    .programmeone h2{font-size: 16px;}
    .programmeone p{font-size: 105px;}
    .ibox .showbox {height: 250px;}
    /* .Solutionss .productslist{height:310px;} */
    .Solutionss .productsimg{height:200px;}
    /* 方案中心 结束 */
        /*合作伙伴 开始*/
.Partnerlist{height: 40px;width: 32%;    box-shadow: 0 2px 4px #e6e6e6;}
/*合作伙伴 结束*/
.newstab li { width: auto; display: inline-block; margin-right: 0;padding: 10px 2px;text-align: center;color: #333333;font-size: 14px; cursor: pointer;border-radius: 5px;}
.caseejdhs{padding: 0 10px;}
.newsctnsr{background-color: #FFFFFF;}
.newstab{widows: 25px;}
/*案例中心 开始*/
.product .productslist{height: 250px;}
.product .productsimg{height: 180px;}
.newstab{margin-bottom: 30px;}
/* 常见问题 结束 */
.Commonproblems{margin-bottom: 0;}
.Commonproblemlists h2{font-size: 16px;}
.Commonproblemlists div{font-size: 14px;}
    .Commonproblemlianxis>li{padding-left: 10%;}
    .Commonproblems li{font-size: 16px;}
    /* 常见问题 结束 */
    /* 资质证书 开始 */
        .Qualificationslists{width: 47%;height: 220px;}
        .Qualificationslistimg {height: 180px;}
        .Qualificationslists:hover .Qualificationslistimg{height: 160px;}
        .Qualificationslisttit{height: 40px;line-height: 40px;font-size: 14px;}
        .Qualificationslists:hover .Qualificationslisttit{height: 60px;line-height: 60px;}
        /* 资质证书 结束 */
        /* 产品详情 开始 */
        .zoombox{width: 90%;}
        .zoompic{width: 100%;}
        .sliderbox .slider{width: 80%;}
        .Relatedproducts li{width: 49%;}
        .Relatedproducts li .Relatedproductsimg{height: 160px;}
        /* 产品详情 结束 */
        
    #focus{height: 260px;}
    #focus ul{height: 260px;}
    #focus ul li{height: 260px;}
}
@media (max-width: 420px){
    .Investor ul{width: 92%;}
    .InvestorListTime {width: 70px;height: 60px;}
    .InvestorListTime h2{height: 35px;line-height: 35px;font-size: 18px;}
    .InvestorListTime div {height: 25px;line-height: 25px;font-size: 12px;}
    .InvestorListCtn{width: 75%;}
    .InvestorListCtn h2{font-size: 16px;margin-bottom: 0;line-height: 28px;}
    .InvestorListCtn div{font-size: 12px;}
    .InvestorList li{padding: 20px 0;}
    .Investor .Investor_nav{height: 50px;}
    .Investor_nav li{line-height: 50px;}
    .er_nav{height: 50px;}
    .er_nav li{width: 20%;line-height: 50px;font-size: 14px;}
    .Crumbs span{line-height: 50px;font-size: 12px;}
    .websitemapList .websitemapListm{width: 70%;}
    .websitemapList .websitemapListT{width: 100px;font-size: 16px;}
    .websitemapList li{font-size: 14px;}
    .shareLink h2,.sharea a{font-size: 12px;line-height: 20px;}
    .shareLink img{width: 20px;height: 20px;}
    .shareLink,.sharea{height: 20px;}
    .Journalism_condate{font-size: 12px;}
    .Journalism_condate>div span{display: inline-block;padding-right: 0px;}
    .Journalism_condate>div .yuedu{display: none;}
    .new_fgx2 {width: 100%;height: 1px;background: #e5e5e5;margin: 10px 0 20px 0;}
    .Journalism_condate{height: auto;line-height: 45px;}
    .paging {    margin: 5px 0 25px 0;}
    .caseejtab{margin-top: 15px;margin-bottom: 15px;}
    /* 头部 尾部 开始 */
    .headsj_top{font-size: 14px;}
    .hs_t,.hs_ts{padding: 0 2%;}
    .headsj_logo>img{width: 130px;}
    .headsj_bottom{padding: 8px 5% 0px 5%;}
    
    .bot-box .banquan{font-size: 12px;}
    /* 头部 尾部 结束 */
    /* 首页开始 */
    .indextit{height: 100px;}
    .indextit h2{font-size: 35px;line-height: 105px;}
    .indextit h3{font-size: 20px;z-index: 2;line-height: 95px;}
    /* 我们的优势 开始 */
    .advantage>li{height: 185px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    .programmelist{width: 49%;/* height: 290px; */}
    .programmezs{height: 145px;}
    .programmeone{height: 145px;}
    .programmezs1 h2{font-size: 16px;}
    .programmeone h2{font-size: 14px;margin-bottom: 10px;}
    .programmeone p{font-size: 90px;}
    .programmezs1 img{width: 28px;height: 26px;}
    /* 方案中心 结束 */
            /*合作伙伴 开始*/
.Partnerlist{height: 53px;width: 49%;margin-right: 2%;margin-bottom: 2%;}
.Partnerlist:nth-child(2n){margin-right: 0;}
/*合作伙伴 结束*/
.hotlines h2{font-size: 20px;}
    /* 首页结束 */
    /*案例中心 开始*/
    .ibox .showbox {height: 240px;}
    .product .productslist{height: 235px;}
    .product .productsimg{height: 180px;}
    /* .Solutionss .productslist{height:280px;} */
    .Solutionss .productsimg{height:170px;}
    /*案例中心 结束*/
    
    /* 常见问题 结束 */
        .Commonproblems li{font-size: 14px;}
        /* 常见问题 结束 */
        /* 资质证书 开始 */
            .Qualificationslists{width: 47%;height: 200px;}
            .Qualificationslistimg {height: 160px;}
            .Qualificationslists:hover .Qualificationslistimg{height: 140px;}
            /* 资质证书 结束 */
            /* 产品详情 开始 */
            .sliderbox .slider{width: 75%;}
            .zoompic{height: 250px;}
            .Relatedproducts li .Relatedproductsimg{height: 135px;}
            /* 产品详情 结束 */
            .banner{margin-top: 38px;}
            .newsctnsrtow .newsctnsrtowimg{width: 40%;}
            .newsctnsrtow .newsctnsrtowwb{width: 55%;float: right;}
            .newsctnsrtow .newsctnsrtowwb h2{    -webkit-line-clamp: 3;    font-size: 14px;}
            .newsctnsrtow .newsctnsrtowwb{height: 80%;}
            .newsctnsrtow .newsctnsrtowwb p{font-size: 12px;}
            .newsctnsrtow .newsctnsrtowwb div{display: none;}
            .newsctnsrone{height: auto;}
            .newsctnsrone .newsctnsronewb{width: 96%;}
            .newsctnsrone .newsctnsroneimg{width: 100%;height: auto;}
            .newsctnsr{height: auto;}
            .newsctnsr{margin-left: 0;padding: 18px 0;width: 100%;}
            .hotlines span{margin-top: 15px;overflow: hidden;}
            .metering h3{margin-top: 5px;}
            .caseejdh{height: 40px;}
            .caseejdhs{font-size: 14px;line-height: 40px;}
            .Solutionss .productslist .productswb{height: 60px;}
            .Solutionss .productswb p{height: 60px;line-height: 60px;}
            .productdetalil>h2{font-size: 20px;padding: 20px 0;}
            .productdetalil>p{min-height: 100px;}
            .productdetalitabs li{width: auto;}
            .caseejmore{font-size: 14px;}
            .caseejctnonewb div{font-size: 14px;}
            .caseejctnonewb h2{font-size: 18px;}
            .s-m-item {
                padding: 10px 0 10px 10px;
                justify-content: left;
            }
            .Nextitem p a{width: 80%;}
            .fact-list li p{margin-top: 5px;font-size: 12px;line-height: 20px;}
            .fact-list li{min-height: 5rem;}
            .fact-text p{margin-bottom: 0.4rem;}
            .cult-idea-con{margin-top: 20px;}
            .certificatetit{width: 75px;}
            .certificatelr{width: 67%;}
            .Commonproblemlianxis>li{margin-right: 2%;width: 39%;}
            .Commonproblemlianxis>li:nth-child(2n){margin-right: 0;}
            .newslist1_left{height: 200px;}
            .newslist1_left img{height: 100%;}
            .newslist1_nr{    -webkit-line-clamp: 2;}
            .newslist2qb{padding: 0px 0 20px;}
            .banner>img{width: 150%;height: auto;}
            .banner{height: auto;}
            .headsj_logo>img{width: auto;height: 30px;}
}
@media (max-width:390px) {
    .sliderbox .slider{width: 75%;}
    .certificatelr{width: 71%;}
}
@media (max-width: 375px){
    /* 我们的优势 开始 */
    .advantage>li{height: 165px;}
    .advantage>li>a>p{font-size: 14px;}
    .advantage>li>a>img{width: 35px;height: 33px;}
    /* 我们的优势 结束 */
    /* 全球技术 开始 */
    .metering h2{margin-bottom: 5px;font-size: 20px;}
    .metering h3{line-height: 14px;}
    /* 全球技术 结束 */
                /*合作伙伴 开始*/
.Partnerlist{height: 48px;}
/*合作伙伴 结束*/
.hotlines h2{font-size: 18px;}
/*案例中心 开始*/
/* .Solutionss .productslist{height:260px;} */
    .Solutionss .productsimg{height:150px;}
.product .productslist{height: 220px;}
.product .productsimg{height: 150px;}
.ibox .showbox {
    height: 205px;
}
.hs_n li{font-size: 14px;}
/*案例中心 结束*/
/* 资质证书 开始 */
            .Qualificationslists{width: 47%;height: 185px;}
            .Qualificationslistimg {height: 145px;}
            .Qualificationslists:hover .Qualificationslistimg{height: 125px;}
            
            /* 资质证书 结束 * */
            /* 产品详情 开始 */
            
            .Relatedproducts li .Relatedproductsimg{height: 125px;}
            /* 产品详情 结束 */
            .sliderbox .slider{width: 70%;}
            
}
@media (max-width: 320px){
    .sliderbox .slider{width: 63%;}
    .er_nav li{width: 20%;line-height: 50px;font-size: 12px;}
    .InvestorListCtn{width: 72%;}
    /* 头部 尾部 开始
    .hs_t,.hs_ts{padding: 0 1%;}
    /* 头部 尾部 结束 */
    /* 我们的优势 开始 */
    .advantage>li{height: 140px;}
    /* 我们的优势 结束 */
    /* 方案中心 开始 */
    /* .Solutionss .productslist{height:240px;} */
        .Solutionss .productsimg{height:130px;}
    .programmelist{width: 49%;/* height: 280px; */}
    .programmezs{height: 140px;}
    .programmeone{height: 140px;}
    .programmezs1 h2{font-size: 16px;}
    .programmeone h2{font-size: 14px;margin-bottom: 10px;}
    .programmeone p{font-size: 90px;}
    .programmezs1 img{width: 28px;height: 26px;}
    /* 方案中心 结束 */
    /*合作伙伴 开始*/
.Partnerlist{height: 41px;}
/*合作伙伴 结束*/
    /* 资质证书 开始 */
            .Qualificationslists{width: 47%;height: 162px;}
            .Qualificationslistimg {height: 122px;}
            .Qualificationslists:hover .Qualificationslistimg{height: 102px;}
            /* 资质证书 结束 */
            /* 产品详情 开始 */
            .sliderbox .slider{width: 70%;}
            .Relatedproducts li .Relatedproductsimg{height: 106px;}
            /* 产品详情 结束 */
}



/*侧边栏*/

.aside{
    width:46px;
    height:240px;
    border: 1px solid #D2D2D2;
    border-right: none;
    position: fixed;
    top:50%;
    right:0;
    margin-top:-120px;
    z-index: 10000;
    /*padding:0 10px;*/
    box-sizing: border-box;
    background: #fff;
}
.aside_list li{
    height:60px;
    border-bottom: 1px solid #767676;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.aside_list li:last-child{
    border:0;
}
.asd_item{
    text-align: center;
    overflow: hidden;
}
.asd_item span{
    display: block;
    text-align: center;
    color:#707070;
    font-size: 14px;
}
.asd_item img{
    width: 50px;
    height: 40px;
    margin:0 auto;
}
.beforshow{
    display: block;
    
        
}
.aftershow{
    display: none;
}
.asd_msak{
    position: absolute;
    left:-120px;
    top:0;
    padding:8px;
    background: #fff;
    color:#333;
    font-size: 14px;
    border-radius: 8px;
    display: none;
    border: 1px solid #adadad;
}
.asd_msak img{
    display: block;
    width: 100px;
    height:100px;
}

.bdshare-button-style2-32 a{
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.asd_qq .asd_msak{
    left:-166px;
}


.caseejctnone a{
    height: 100%;
}
.caseejtab1 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.xwjh li .r.w550 {
    padding-top: 27px;
}
.mn.lanm.wow.fadeInLeft.animated span {
    margin-left: 10px;
    vertical-align: middle;
}

.mn.pt10.hidden-xs.hidden-md.hidden-sm .f img {
    margin-top: 16px;
}



.f.w20 {
    margin-top: 8px;
}

.btba1 img{
	    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.lmny table{
	display:table;
	margin:0 auto;
}

.menu li ul.w500b.w500b li:nth-child(2n){
	float:right;
}
.menu li ul.w500b.w500b li{
	width:48%;
	float:left;
}
.menu li ul.w500b.w500b{
	width:500px;
}

.posr.pofi .nav-item ul li  a{
	color:#fff;
}



ul.kjqy a {
    color: #fff;
}




.textEdit {
    color: #404040;
    white-space: initial;
    word-break: break-all;
    word-wrap: break-word;
	line-height:30px;
}

#detail_content_word_wrap{
	margin-top:1rem
}
.woys2025{
	    width: 48%;
		background:#000;
		aspect-ratio:600/344
}
.woys20251 img{
	    margin-top: 20px;
	
}
.woys2025 img{
	width:100%;
	
}

.woys2025  video{
	width:100%;
	    height: 344px;
}

.vjs_video_3-dimensions {
    width: 100%;
    height: 650px;
}