

/*-----------------[初始化]--------------*/

body{color: #000;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";

    overflow-x: hidden;

}

a{color: #000;}

a:hover{color: #c00;}

img{max-width: 100%;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

input,textarea,select{font-size: 12px;color: #444;

    font-family:"微软雅黑","Microsoft Yahei";outline: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}

input[type='submit'],input[type='reset'],input[type='button'],select{

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}

::-webkit-input-placeholder {color: #999;}

::-moz-placeholder {color: #999; }

::-ms-input-placeholder {color: #999;}



.ani{

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

*{outline: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}

@font-face{font-family:bodoniMT;src:url(../font/bodoniMT.ttf)}

@font-face{font-family:Gothic;src:url(../font/CenturyGothic.TTF)}

@font-face{font-family:gabo;src:url(../font/gabo_drive.otf)}

@font-face{font-family:ArialBlack;src:url(../font/Arial-Black-2.ttf)}





#loading{

    background-color: #c00;

    position: fixed;

    z-index: 999999;

    top: 0px;left: 0;bottom: 0;right: 0;

}



#loading-center{

    width: 100%;

    height: 100%;

    position: relative;

    }

#loading-center-absolute {

    position: absolute;

    left: 50%;

    top: 50%;

    height: 90px;

    width: 90px;

    margin-top: -45px;

    margin-left: -45px;

    -moz-border-radius: 50% 50% 50% 50%;

    -webkit-border-radius: 50% 50% 50% 50%;

    border-radius: 50% 50% 50% 50%;



}

.object{

    width: 10px;

    height: 10px;

    background-color: #FFF;

    position: absolute;

    -moz-border-radius: 50% 50% 50% 50%;

    -webkit-border-radius: 50% 50% 50% 50%;

    border-radius: 50% 50% 50% 50%;

    -webkit-animation: animate 0.8s infinite;

    animation: animate 0.8s infinite;

    }



#object_one {

    top: 13%;

    left: 13%; 



    }

#object_two {

    top: 0%;

    left: 43%; 

    -webkit-animation-delay: 0.1s; 

    animation-delay: 0.1s;



    }

#object_three {

    top: 13%;

    left: 74%;    

    -webkit-animation-delay: 0.2s; 

    animation-delay: 0.2s; 



    }

#object_four {

    top: 43%;

    left: 87%; 

    -webkit-animation-delay: 0.3s; 

    animation-delay: 0.3s; 

}

#object_five {

    top: 74%;

    left: 74%; 

    -webkit-animation-delay: 0.4s; 

    animation-delay: 0.4s; 

}

#object_six {

    top: 87%;

    left: 43%;

    -webkit-animation-delay: 0.5s; 

    animation-delay: 0.5s; 

}

#object_seven {

    top: 74%;

    left: 13%;

    -webkit-animation-delay: 0.6s; 

    animation-delay: 0.6s; 

}

#object_eight {

    top: 43%;

    left: 0%;

     -webkit-animation-delay: 0.7s; 

    animation-delay: 0.7s; 

}

@-webkit-keyframes animate {

 

  25% {

    -ms-transform: scale(1.5); 

    -webkit-transform: scale(1.5);   

    transform: scale(1.5);  

      }

  75% {

    -ms-transform: scale(0); 

    -webkit-transform: scale(0);  

    transform: scale(0);  

      }

}



@keyframes animate {

  50% {

    -ms-transform: scale(1.5,1.5); 

    -webkit-transform: scale(1.5,1.5); 

    transform: scale(1.5,1.5); 

      }

 

  100% {

    -ms-transform: scale(1,1); 

    -webkit-transform: scale(1,1); 

    transform: scale(1,1); 

      }

  

}



/*布局*/

.wp{margin: 0 140px;}

.wp2{margin: 0 210px;}

.wp3{margin: 0 120px;}

.h50{height: 50px;clear: both;overflow: hidden;}

.h100{height: 100px;clear: both;overflow: hidden;}

.g-bgf1 .main{background-color: #f2f4f7;padding-top: 167px;

    overflow: hidden;min-height: 100vh;

    background-position: center top;background-repeat: no-repeat;

}
.g-bgf1 .main-1{background-color: transparent;}
/*.g-bgf1 .main-1 .m-tab3 li a{color: #fff;}*/

.main{margin-left:0px;position: relative;}

/*******************************

  -------[=头部]-------

********************************/

/*.header{position: fixed;top: 0;bottom: 0;left: 0;width: 60px;

    background-color: #fff;z-index: 102;border-right: 1px solid #e4e4e4;

}*/

.menuBtn{height: 68px;width: 60px;display: block;cursor: pointer;

    background: url(../image/i-menu.png) no-repeat center center;

}

.menuBtn.open{background-image: url(../image/i-menu-on.png);background-color: #c00;}






/*******************************

  -------[=banner]-------

*******************************/

.banner{height: 80vh;position: relative;}

.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}

.banner .slick-slide .ban-pc{outline: 0;position: relative;display: block;height: 100%;

    background-position: center center;background-repeat: no-repeat;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    -webkit-background-size: cover;

    background-size: cover;

}

.banner .slick-next,.banner .slick-prev{

    position: absolute;overflow: hidden;bottom: 22px;cursor: pointer;

    width: 40px;height: 40px;font-size: 0;line-height: 0;z-index: 9;opacity: .5;

    background-repeat: no-repeat;background-color: transparent;border: 0;

    background-position: center center;

}

.banner .slick-prev{right: 220px;background-image: url(../image/i-l-on.png);}

.banner .slick-next{right: 54px;background-image: url(../image/i-r-on.png);}

.banner .slick-next:hover,.banner .slick-prev:hover{opacity: 1;}

.banner .slick-dots{position: absolute;right: 140px;bottom: 23px;z-index: 6;text-align: center;z-index: 99;}

.banner .slick-dots li{font-size: 20px;color: #fff;font-family: arial;display: none;}

.banner .slick-dots li em{font-size: 26px;font-weight: normal;padding-right: 5px;}

.banner .slick-dots li span{padding-left: 3px;}

.banner .slick-dots li.slick-active{display: block;}

.banner .tit{position: absolute;right: 0px;bottom: 0;

    width: 17vw;height: 85px;line-height: 85px;z-index: 5;

    background-color: #c00;

}

.banner .tit span{display: block;width: 360px;text-align: center;

    font-size: 22px;color: #fff;

    text-overflow:ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.banner .slick-slide .bab-m{display: none;}



.btn-down{position: absolute;right: 0;bottom: 0;z-index: 8;

    width: 102px;height: 150px;

    background: #fff url(../image/i-down.png) no-repeat center center;

}

.btn-down span{position: absolute;top: 0;right: 100%;width: 303px;

    height: 65px;line-height: 65px;font-size: 26px;

    font-family:bodoniMT;font-weight: normal;color: #000;

    padding-left: 28px;background-color: #fff;

}





/*******************************

  -------[=底部]-------

********************************/

/*.footer{background-color: #fff;color: #000;}*/

.fd-top{padding: 34px 0;*zoom:1;line-height: 62px;position: relative;z-index: 2;

    border-bottom: 1px solid #000;

}

.fd-top:after,.fd-top:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }

.fd-top .left{float: left;}

.fd-top .btn{float: left;font-size: 22px;margin-right: 29px;position: relative;}

.fd-top .btn i{width: 62px;height: 62px;display: inline-block;vertical-align: middle;

    background-position: center;background-repeat: no-repeat;

    margin-right: 10px;

}

.fd-top .btn-wei i{background-image: url(../image/i-b1.png);}

.fd-top .btn-xun i{background-image: url(../image/i-b2.png);}

.fd-top .btn-tou i{margin-right: 0;background-image: url(../image/i-b3.png);}

.fd-top .right{float: right;}

.fd-top .qr{position: absolute;width: 130px;height: 130px;left: 0;top: -148px;

    box-shadow: 0px 15px 38px 0px rgba(3, 3, 15, 0.23);display: none;

}

.fd-top .qr img{width: 100%;height: 100%;display: block;}

.fd-top .btn-wei:hover .qr{display: block;}

.fd-top .right p{float: left;font-size: 16px;margin-right: 20px;position: relative;top: 4px;

    padding-right: 21px;

}

.fd-top .right p:after{content: '';position: absolute;top: 50%;right: 0;

    width: 1px;height: 20px;background-color: #ccc;margin-top: -10px;

}

.fd-top .right span{overflow: hidden;font-size: 20px;/*display: block;*/padding-left: 35px;

    background: url(../image/i-tel2.png) no-repeat left center;

}

.fd-top .right span b{font-size: 42px;font-family: arial;position: relative;top: -2px;

    display: inline-block;vertical-align: middle;

}



.fd-con{overflow: hidden;padding-top: 60px;padding-bottom: 73px;position: relative;z-index: 2;}

.fd-txt{float: left;margin-right: 120px;}

.fd-txt h3{font-size: 36px;line-height: 46px;margin-bottom: 60px;}

.fd-txt em{font-size: 28px;display: inline-block;font-family: ArialBlack;

    font-weight: bold;position: relative;padding-right: 23px;

}
.fd-content{position: relative;z-index: 2;}

.fd-txt em:after{content: '';position: absolute;left: 100%;top: 50%;

    height: 1px;width: 143px;background-color: #000;

}

.fd-desc{overflow: hidden;}

.fd-desc .item{width: 37%;float: left;font-size: 16px;

    line-height: 32px;padding-left: 87px;

    background: url(../image/i-bg7.png) no-repeat left 10px;

}

.fd-desc .item3{width: 23%;float: right;}



.fd-link{overflow: hidden;font-size: 14px;line-height: 34px;height: 93px;

    overflow: hidden;border-top: 1px solid #e1e1e1;padding-top: 25px;

    margin-bottom: 24px;

}

.fd-link a,.fd-link span{color: rgba(0,0,0,.4);display: inline-block;

    margin-right: 7px;

}

.fd-link span{margin-right: 0;}

.fd-link a:hover{color: #c00;}



.fd-copy{height: 58px;line-height: 58px;overflow: hidden;font-size: 14px;
    position: relative;z-index: 2;
    background-color: #060a25;color: rgba(255,255,255,.4);

}

.fd-copy a{color: rgba(255,255,255,.4);text-decoration: none;}

.fd-copy a:hover{color: #fff;}

.fd-copy img{display: inline-block;vertical-align: middle;position: relative;top: -2px;

    margin: 0 5px;

}
.fd-copy .copy{float: left;}
.fd-copy .link{float: right;}

.pop-seek{display: none;position: fixed;top: 0;bottom: 0;right: 0;left: 60px;z-index: 9999;}

.pop-seek .cont{position: fixed;top: 50%;left: 50%;width: 640px;

    background-color: #c00;padding: 18px;

    -webkit-transform: translate(-50%,-50%);

    -moz-transform: translate(-50%,-50%);

    -o-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

.pop-seek .inner{border: 1px solid rgba(255,255,255,.3);padding-bottom: 25px;position: relative;}

.pop-seek .inner:after{content: '';position: absolute;right: -1px;top: -1px;

    width: 49px;height: 49px;background-color: #c00;

}

.pop-seek .close{right: -1px;top: -1px;position: absolute;

    width: 49px;height: 49px;z-index: 2;cursor: pointer;

    background: url(../image/i-close1.png) no-repeat center center;

    transition: .5s;

    -ms-transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

}

.pop-seek .close:hover{

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

}

.pop-seek .txt{color: #fff;padding-top: 29px;

    padding-left: 38px;margin-bottom: 26px;

}

.pop-seek .txt h3{font-size: 40px;margin-bottom: 3px;}

.pop-seek .txt p{font-size: 16px;margin-bottom: 5px;}

.pop-seek .txt p br{display: none;}

.pop-seek .txt span{font-size: 36px;font-family: arial;font-weight: bold;}
.pop-seek .tel{margin-bottom: 10px;}
.pop-seek .tel em{display: block;font-size: 14px;margin-bottom: 3px;}
.pop-seek .tel span{font-size: 32px;line-height: 1.1;color: #fff;}

.pop-seek .qr{position: absolute;right: 50px;bottom: 125px;width: 101px;text-align: center;}

.pop-seek .qr .pic{height: 101px;margin-bottom: 9px;}

.pop-seek .qr .pic img{width: 100%;height: 100%;display: block;}

.pop-seek .qr span{display: inline-block;font-size: 16px;color: #fff;padding-left: 28px;

    background: url(../image/i-09.png) no-repeat left center;

}

.pop-seek .bot{margin: 0 29px 12px;overflow: hidden;position: relative;padding-right: 157px;}

.pop-seek .inp{overflow: hidden;position: relative;background-color: #fff;height: 44px;}

.pop-seek .inp input{width: 100%;height: 43px;display: block;

    background-color: #fff;font-size: 16px;color: #000;

    border: 0;padding: 0 140px 0 16px;

}

.pop-seek .inp input::-webkit-input-placeholder {color: #000;}

.pop-seek .inp input::-moz-placeholder {color: #000; }

.pop-seek .inp input::-ms-input-placeholder {color: #000;}

.pop-seek .inp .btn{width: 124px;height: 44px;position: absolute;right: 0;top: 0;

    border: 0;cursor: pointer;font-size: 16px;color: #fff;font-weight: bold;

    background-color: #000;line-height: 42px;

}

.pop-seek .btn-qq{width: 142px;height: 44px;position: absolute;right: 0;top: 0;

    font-size: 16px;color: #fff;line-height: 42px;text-align: center;

    /*background-color: #000000;*/

    background: linear-gradient(90deg, #1EC495, #006BB4);

}

.pop-seek .btn-qq i{width: 18px;height: 18px;display: inline-block;vertical-align: middle;

    background: url(../image/i-10.png) no-repeat center center;

    position: relative;top: -1px;margin-right: 6px;

}

.pop-seek .btn-qq:hover{

    opacity: .8;

    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';

    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

}

.pop-seek .tips{margin: 0 29px;font-size: 14px;color: rgba(0,0,0,.8);

    padding-left: 21px;

    background: url(../image/i-11.png) no-repeat left center;

}



.pop-seek .bg{position: absolute;top: 0;bottom: 0;left: 0;right: 0;

    background: rgba(0,0,0,.2);

}



.pop-write{display: none;position: fixed;top: 0;bottom: 0;right: 0;left: 60px;z-index: 9999;}

.pop-write .bg{position: absolute;top: 0;bottom: 0;left: 0;right: 0;

    background: rgba(0,0,0,.2);

}

.pop-write .close{right: 24px;top: 24px;position: absolute;

    width: 30px;height: 30px;z-index: 2;cursor: pointer;

    background: url(../image/i-close2.png) no-repeat center center;

    transition: .5s;

    -ms-transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

}

.pop-write .close:hover{

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

}

.pop-write .cont{position: fixed;top: 50%;left: 50%;width: 860px;

    background-color: #fff;padding: 58px 84px 48px;

    -webkit-transform: translate(-50%,-50%);

    -moz-transform: translate(-50%,-50%);

    -o-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

.pop-write .item{position: relative;margin-bottom: 14px;}

.pop-write .item1{width: 310px;float: left;}

.pop-write .item2{width: 310px;float: right;}

.pop-write .item3{clear: both;overflow: hidden;}

.pop-write .inp{width: 100%;display: block;border: 0;

    height: 42px;border-bottom: 1px solid #d9d9d9;

    padding-left: 80px;padding-right: 10px;font-size: 16px;color: #000;

}

.pop-write .item span{position: absolute;left: 0;top: 0;line-height: 42px;

    font-size: 16px;color: #000;

}

.pop-write .txt{margin-bottom: 9px;}

.pop-write .txt span{font-size: 16px;color: #000;line-height: 42px;display: block;}

.pop-write .txt textarea{width: 100%;display: block;height: 174px;border: 1px solid #d9d9d9;

    font-size: 16px;color: #000;padding: 10px 15px;line-height: 1.8;

}

.pop-write .tips{font-size: 14px;color: rgba(0,0,0,.5);padding-left: 23px;margin-bottom: 15px;

    background: url(../image/i-suo.png) no-repeat 2px center;

}

.pop-write .btn{height: 43px;width: 172px;display: block;margin: 0 auto;

    background-color: #c00;font-size: 16px;color: #fff;font-weight: bold;

    border: 0;

}

.pop-write .btn:hover{

    opacity: .8;

    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';

    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

}

.pop-write .error .inp{border-bottom-color: #f98374;color: #c00;}



.pop-error{position: absolute;top: 50%;left: 50%;height: 40px;width: 274px;

    background-color: rgba(0,0,0,.6);border-radius: 2px;padding: 0 35px;overflow: hidden;

    -webkit-transform: translate(-50%,-50%);

    -moz-transform: translate(-50%,-50%);

    -o-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

.pop-error p{font-size: 14px;color: #fff;line-height: 40px;text-align: center;}

.pop-error .e-close{position: absolute;top: 0;right: 18px;height: 100%;cursor: pointer;

    width: 10px;background: url(../image/i-close3.png) no-repeat center center;

}

.fix-right{z-index:101;right:10px;position:fixed;bottom:70px;display: none;}

.fix-right li{margin-bottom:1px;height:50px;width:50px;transition:.5s;position:relative}

.fix-right .txt{position:absolute;right:0;height:42px;overflow:hidden;transition:.5s;width:42px;line-height:42px;font-size:16px;color:#fff;padding-right:42px;text-align:center;background:#c00;border-radius:42px;margin-top:1px;margin-right:1px}

.fix-right .ico{transition:.5s;position:absolute;right:0;top:0;display:inline-block;height:44px;width:44px;border-radius:50%;background-color:#c00;background-repeat:no-repeat;background-position:center center;-o-background-size:28px auto;-ms-background-size:28px auto;-moz-background-size:28px auto;-webkit-background-size:28px auto;background-size:28px auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}

.fix-right .ico-phone{background-image:url(../image/i-tel-1.png)}

.fix-right .ico-seek{background-image:url(../image/i-seek.png)}

.fix-right .top{display:none}

.fix-right .ico-top{background-color:#000;background-image:url(../image/i-top.png)}

.fix-right li:hover .txt{width:190px;height:48px;line-height:48px;border-radius:48px}

.fix-right li:hover .ico{background-color:#c00;border:3px solid #fff}



.fd-nv{display: none;position:fixed;left:0;right:0;bottom:0;z-index:102;background-color:#fff;border-top:1px solid #d5d5d5;height:55px}

.fd-nv li{float:left;width:20%}

.fd-nv li a{display:block;text-align:center;padding-top:2px}

.fd-nv li .icon{display:block;width:30px;height:30px;margin:0 auto;background-position:center;background-repeat:no-repeat;

    -o-background-size:26px auto;

    -ms-background-size:26px auto;

    -moz-background-size:26px auto;

    -webkit-background-size:26px auto

    ;background-size:26px auto;

}

.fd-nv li .icon1{background-image:url(../image/i-nv1.png)}

.fd-nv li .icon2{background-image:url(../image/i-nv2.png)}

.fd-nv li .icon3{background-image:url(../image/i-nv3.png)}

.fd-nv li .icon4{background-image:url(../image/i-nv4.png)}

.fd-nv li .icon5{background-image:url(../image/i-nv5.png)}

.fd-nv li.on .icon1{background-image:url(../image/i-nv1-on.png)}

.fd-nv li.on .icon2{background-image:url(../image/i-nv2-on.png)}

.fd-nv li.on .icon3{background-image:url(../image/i-nv3-on.png)}

.fd-nv li.on .icon4{background-image:url(../image/i-nv4-on.png)}

.fd-nv li.on .icon5{background-image:url(../image/i-nv5-on.png)}

.fd-nv li.on .icon{background-color:#c00;width:40px;height:40px;border-radius:50%;border:2px solid #fff;margin-top:-10px}

.fd-nv li.on a{color:#c00}

.fd-nv li p{font-size:12px}

.fix-list{position: fixed;right: 0;top: 50%;z-index: 1024;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-list li{width: 90px;height: 90px;margin-bottom: 2px;
    background-color: #E5240A;position: relative;
}
.fix-list .con{display: block;padding-top: 17px;cursor: pointer;}
.fix-list .ico{display: block;height: 30px;margin-bottom: 8px;
    background-position: center;background-repeat: no-repeat;
}
.fix-list h4{font-size: 14px;color: #fff;font-weight: normal;color: #fff;
    text-align: center;
}
.fix-list .top{height: 40px;cursor: pointer;
    background: #E5240A url(../image/ico-top1.png) no-repeat center;
}
.fix-list .tel-txt{position: absolute;top: 0;right: 107px;height: 140px;
    width: 220px;padding: 18px 0 0 30px;color: #fff;border-radius: 5px;
    background-color: #fff;display: none;
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.fix-list .tel-txt em{font-size: 14px;display: block;}
.fix-list .tel-txt span{font-size: 24px;font-family: arial;font-weight: bold;
    color: #fff;line-height: 1.2;
}
.fix-list .tel-txt:after{content: '';position: absolute;right: -12px;top: 36px;
    display:inline-block;width:0;height:0;  
    border-top: 9px solid transparent;  
    border-left: 12px solid #fff;  
    border-bottom: 9px solid transparent;
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.fix-list li:hover .tel-txt{display: block;}






.w1600{padding:0 4vw;}


/*@media screen and (max-width:1199px) {
.rightblock {line-height:20px;margin-right: 20px;}
}
*/

/*top_btn start*/
.pz_top .auto{position: relative;height: 100%}
.pz_top .search{width:26px;height: 100px; position: absolute;right:185px;top:0px;}
.pz_top .search dd{width:100%;height:100%;text-align: center;line-height: 36px;float:left;margin-right:6%;position:relative;z-index:1;}
.pz_top .search dd a{display: block;width:100%;height: 100%;position: relative;z-index: 9}
.pz_top .search dd:last-child{margin-right:0}
.pz_top .search dd i{ position:absolute; left:0; bottom:0; width:100%; height:0;background:-webkit-linear-gradient(-45deg,#006eda 0%,#006eda 30%,#019934 100%);background: -webkit-linear-gradient(-45deg,#006eda 0%,#006eda 30%,#019934 100%);background: -moz-linear-gradient(-45deg,#006eda 0%,#006eda 30%,#019934 100%); background: -o-linear-gradient(-45deg,#006eda 0%,#006eda 30%,#019934 100%);background: -ms-linear-gradient(-45deg,#006eda 0%,#006eda 30%,#019934 100%);100%);transition: all 0.5s;z-index: 0}
.pz_top .search dd:hover i{height:38px;}

/*top_btn end*/


/*search start*/
.pz_top .searchbtn,.pz_top .searchbox .btn{ display:block;background:url(../image/top_search.png)no-repeat center center #f15a23; width: 34px; height: 34px; position: absolute;right: 0;}
.pz_top .searchbox .btn{background:url(../image/top_search1.png)no-repeat;}
.pz_top .searchbox{ display: none;  width: 100%; position: relative; background-color: #fff; position: absolute; top:103px;;  right: 0; box-shadow:0 0 10px 0 rgba(241,91,37,.5) inset; -webkit-box-shadow:0 0 10px 0 rgba(241,91,37,.5) inset;  padding:20px;max-width: 1600px;margin: auto;left: 0;right: 0;}
.pz_top .searchbox .input{ width: 100%; height: 28px; line-height: 28px; border: none; padding-left: 10px; color: #999;}
.pz_top .searchbox .input.focus{ color: #666;}
.pz_top .searchbox .btn{ border: none; cursor: pointer; margin-top: -31px; right: 10px;}
/*search end*/


/*topnav-hover导航变白*/
.pz_top .topnav-hover{position: fixed;width: 100%;background:#fff;transition: all 0.8s;height: 70px;    box-shadow: 0 0 8px rgba(0,0,0,.6);}
.pz_top .topnav-hover .menu ul .nli span a{color: #333;}
.pz_top .topnav-hover .rightblock{color: #333;}
.pz_top .topnav-hover .menu ul .nli span a{height:70px;line-height: 70px;font-size: 16px;}
.pz_top .topnav-hover .menu ul .nli:hover span a{color:#f15a23}
.pz_top .topnav-hover .rightblock{margin-top: 14px;line-height: 19px;}
.pz_top .topnav-hover .zwlogo{width:274px;margin-top:11px;}
.pz_top .topnav-hover .zwlogo #logo_h{display: block;}
.pz_top .topnav-hover .zwlogo #logo{display: none;}
.pz_top .topnav-hover .menuph{color:#000}
.pz_top .topnav-hover .menuph .navbtn::after,.pz_top .topnav-hover .menuph .navbtn::before{background:#333}
.pz_top .topnav-hover .menuph .navbtn{background:#333}
.pz_top .topnav-hover.on{background: #fff}
.pz_top .topnav-hover.on .menuph .navbtn{background:#fff;}
.pz_top .topnav-hover .menu ul .nli.on span a,.pz_top .topnav-hover .menu ul .nli:hover span a{color: #f15a23;}
.menu ul .nli.on span:before{background:#f15a23;opacity: 1;}
/*@media screen and (max-width:640px) {
    .pz_top .topnav-hover .zwlogo{width: 200px;}
}
@media screen and (max-width:480px) {
    .pz_top .topnav-hover .zwlog{width: 180px;margin-top: 16px;}
    .pz_top .topnav-hover{height: 60px}
}*/

/*menu下拉*/
.sub{position:fixed; left:0;right: 0;margin: auto;top:100px; display:none; overflow:hidden; border-top:solid 2px #f15a23;padding: 40px 0;background: rgba(255,255,255,1);}
.topnav-hover .sub{top:70px;background: #f5f5f5;box-shadow: 0 2px 4px rgba(0,0,0,.2);}
.sub .c_378{ width:378px; float:left; position:relative; padding:23px 0 55px 0; text-align:left;}
.sub .c_378 h2{ width:100%; float:left; font-size:30px; color:#333; line-height:50px; padding-bottom:21px; position:relative;}
.sub .c_378 h2:before{ content:''; width:47px; height:2px; background:black; position:absolute; left:0; bottom:0;}
.sub .c_378 h3{ width:100%; float:left; font-size:30px; color:#d32329; line-height:46px; margin-top:19px; font-family:Arial;text-transform: uppercase;}
.sub .c_378 .bian{ width:1px; height:138px; background:black; opacity:0.2; position:absolute; right:0; top:28px;}
.sub .ul1{ margin-left:378px;}
.sub .ul1 .l1{ width:16.66%; text-align:center; float:left;}
.sub .ul1 .l1 a{ display:block; width:100%; float:left; padding:23px 0 55px 0;}
.sub .ul1 .l1 a .ico{ width:100%; float:left; height:90px;}
.sub .ul1 .l1 a .ico img{ height:100%; display:inline-block; *zoom:1; *display:inline;}
.sub .ul1 .l1 a .ico .img_2{ display:none;}
.sub .ul1 .l1 a:hover .ico .img_2{ display:inline-block; *zoom:1; *display:inline;}
.sub .ul1 .l1 a:hover .ico .img_1{ display:none;}
.sub .ul1 .l1 a h4{ width:100%; float:left; margin-top:10px; font-size:16px; color:#444; line-height:36px;}
.sub .ul1 .l1 a:hover h4,.sub .ul1 .l1 a.hover h4{ color:white;}
.sub .ul1 .l1 a:hover,.sub .ul1 .l1 a.hover{ background:#d32329;}

.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}
@media screen and (max-width:1745px) {
    .rightblock .z_line1{font-size:1rem;}
    .w1600{padding:0 2vw;}
}
@media screen and (max-width:1550px) {
.menu ul .nli.on span a,
.menu ul .nli:hover span a{background:none;}
.menu ul .nli{background:none;}
/*.menu{left:23vw; width: 50vw}*/
.rightblock .z_line1{font-size:1rem;}
.sub .c_378{ width:278px; padding:20px 0 35px 0;}
.sub .ul1{ margin-left:278px;}
.sub .c_378 h2{ font-size:20px; line-height:40px; padding-bottom:11px;}
.sub .c_378 h3{ font-size:20px; line-height:36px; margin-top:10px;}
.sub .c_378 .bian{ height:128px; top:29px;}
.sub .ul1 .l1 a{ padding:20px 0 35px 0;}
.sub .ul1 .l1 a .ico{ height:80px;}
.sub .ul1 .l1 a h4{ margin-top:6px; font-size:14px; line-height:26px;}
.menu ul .nli span a{font-size: .9rem;}
.w1600{padding:0 2vw;}
}


@media screen and (max-width:1470px) {
    .banner .tit{width: 20vw;}
    .rightblock{margin-right: 3vw;}
}

@media screen and (max-width:1280px) {
    .rightblock{margin-right: 1vw;}
}






@media(max-width:1300px){
    /*.menu{width:640px;margin-left: -250px;}*/
    .rightblock .z_line1{font-size:1rem;color: #fff;}

}




/*Banner */
.Banner{ position:relative; z-index:1; position:relative;margin-top: 103px}
.Banner .bx-viewport{ z-index:1;}
.Banner,
.Banner ul,
.Banner li,
.Banner li a .bannerimg1{display:block}
.Banner li a .bannerimg2{display:none}
.Banner li{ background-position:center top; background-repeat:no-repeat;}
.Banner .bx-prev,
.Banner .bx-next{ width:46px; height:101px;  position:absolute; top:50%; margin-top:-55px; background-position:center center; background-position:center center; z-index:66;}
.Banner .bx-prev{ left:70px; background:url(../image/Banner-prev.png)no-repeat;display: none;opacity: 0.5}
.Banner .bx-next{ right:70px;background:url(../image/Banner-next.png)no-repeat;display: none;opacity: 0.5}
.Banner:hover .bx-prev,.Banner:hover .bx-next{display: block;}
.Banner .bx-pager{ position:absolute; left:0; width:100%; text-align:center; bottom:5%; z-index:10;}
.Banner .bx-pager div{ display:inline-block; margin:0 5px;}
.Banner .bx-pager a{ display:block; overflow:hidden; line-height:100px;width: 10px;height:10px;background: rgba(255,255,255,0.8);border-radius: 20px;}
.Banner .bx-pager a.active{ width: 24px;background:#fff; display:block;}
@media screen and (max-width: 1199px){
  .Banner{margin-top: 66px}
}
@media(max-width:1000px){
.Banner li a .bannerimg1{display:none}
.Banner li a .bannerimg2{display:block}
.Banner,
.Banner ul,
.Banner li,
.Banner li a{height:auto!important;}
.Banner li{ background:none !important;}
.Banner li img{ display:block; width:100%;}
.Banner .bx-prev, .Banner .bx-next{ display:none!important;}
.Banner:hover .bx-prev,.Banner:hover .bx-next{display: none!important;}
.Banner .bx-pager a{height:7px;width: 7px}
}
/*Banner End*/


/**/
.guide{padding:80px 0 84px;}
.guide .gui-top{/*height:581px;width:79.5%;margin-left:6%;*/ padding: 0 10vw; overflow: hidden; padding-bottom: 8rem;display: grid; grid-template-columns: repeat(2, 1fr);}
.guide .gui-top .gui-top-left{width:80%;float:left;padding-top:11px;}
.guide .gui-top .gui-top-left h2{margin-bottom: 27px;}
.guide .gui-top .gui-top-left h2 span{display: block; height:62px;line-height: 62px;font-size: 25px; color:#c00000; font-weight: bold;}
.guide .gui-top .gui-top-left h2 em{display: block; height:77px;line-height: 77px;font-size: 2.5rem; color:#333333; font-weight: bold;}
.guide .gui-top .gui-top-left p{text-indent: 30px;line-height: 31px;font-size: 16px; color:#333333; margin-bottom: 44px;}
.guide .gui-top .gui-top-left strong{display: block; height:101px;}
.guide .gui-top .gui-top-left strong i{display: block; height:101px; line-height: 101px; float:left; font-size: 18px; color:#333333; font-weight: bold;}
.guide .gui-top .gui-top-left strong em{display: block;width:278px; float:left; line-height: 0px; overflow: hidden; }
.guide .gui-top .gui-top-left strong em img{width:100%;}
.guide .gui-top .gui-top-rig{width:85%; height:auto;float:right;position: relative;}
.guide .gui-top .gui-top-rig span{display: block; width:100%; line-height: 0;height:448px; overflow: hidden;position:relative;z-index:200;}
.guide .gui-top .gui-top-rig span img{width: 100%;}
.guide .gui-top .gui-top-rig:before{width:544px; height:385px; background:url(../img/gui-bj.png) no-repeat center; content:""; position: absolute; left:-63px;bottom:-85px;}
.guide .gui-top .gui-top-rig i{display: block;width:326px; height:111px; background:url(../img/gui-sz.png) no-repeat center;position: absolute; left:92px;bottom:-52px; line-height: 0; overflow: hidden;z-index:201;}
.guide .gui-top .gui-top-rig em{display:block; width:100%; line-height:0; position:absolute;left:0;top:0;z-index:200;}
.guide .gui-top .gui-top-rig em img{width:100%;}
.guide .gui-top .gui-top-rig i img{width:100%;}
.guide .gui-bot ul{ padding: 0 5vw; display: grid; grid-template-columns: repeat(8, 1fr);
    gap: 0.2125rem 0.29rem;margin-top: 0.375rem;margin-right: 6vw;
}
.guide .gui-bot{padding:0 5vw;}
.guide .gui-bot ul li{float:left;height:116px;padding-top:20px; box-sizing: border-box;}
.guide .gui-bot ul li span{display: block; width:35px; height:34px; position: relative; margin:0 auto 5px;}
.guide .gui-bot ul li span i{display: block;height:34px; position: absolute; left:0;top:0;}
.guide .gui-bot ul li span i img{width:100%;}
.guide .gui-bot ul li span i.default{-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.guide .gui-bot ul li span i.hover{opacity: 0; transform: scale(0);transition: .5s;}
.guide .gui-bot ul li em{display: block; height:57px;line-height: 57px; text-align: center;font-size: 22px; color:#333333;}
.guide .gui-bot ul li.cur{background:#C00000;}
.guide .gui-bot ul li.cur .default{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.guide .gui-bot ul li.cur .hover{opacity: 1; transform: scale(1);}
.guide .gui-bot ul li.cur em{color:#FFF;}

@media screen and (max-width:1600px){
.guide .gui-top .gui-top-rig:before{left: -5vw; bottom: -1vw}
.guide .gui-top .gui-top-left h2 em{font-size: 2rem;}
.guide .gui-top .gui-top-left p{font-size: .8rem;}
}
@media screen and (max-width:1472px){
.guide .gui-top .gui-top-rig:before{width: 90%; height: 100%; left: -5vw; bottom: -1vw}
}
@media screen and (max-width:1280px){
    .guide{padding:130px 0 44px;}
    .guide .gui-bot{padding:0 5vw;}
    .guide .gui-bot ul li em{font-size: .8rem;}
    .guide .gui-top{padding-bottom:2rem;}
    .guide .gui-top .gui-top-left h2 em{font-size: 1.5rem;}
.guide .gui-top .gui-top-rig:before{width: 90%; height: 72%; left: -5vw; bottom: 4vw}
.guide .gui-top .gui-top-left p{font-size: .7rem;text-indent: 30px;}
.guide .gui-top .gui-top-left h2{margin-bottom:0px}
}



       .p102-pros-1 {
        width: 80vw;
        margin: 0 auto;
        padding: 50px 50px 50px 50px;
        background: #fff;
        border-radius: 30px;
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3), 
              -2px -2px 10px rgba(0, 0, 0, 0.3);
    }
    /*
          width: 100%;  display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0.2125rem 0.29rem;margin-top: 0.375rem;margin-right: 6vw;
    */
    
    .p102-pros-1-title {
        height: 66px;
        line-height: 66px;
        font-size: 26px;
        color: #333333;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        margin-bottom: 30px;
    }
    
    .p102-pros-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #0b69e5;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
    .p102-pros-1-list{
        width:100%;
        float: left;
display: grid; grid-template-columns: repeat(3, 1fr);
    /*gap: 0.2125rem 0.29rem;margin-top: 0.375rem;margin-right: 6vw;*/
    }
    .p102-pros-1-list dl {
        /*float: left;*/
        width: 100%;
        margin: 0 33px 50px 0;
        padding-right: 1vw;
         padding-right: 1vw;

    }
    
    .p102-pros-1-list dl:nth-child(3n) {
        padding-right: 0vw;
        padding-left: 1vw;
    }
    .p102-pros-1-list dl:nth-child(5) {
         margin: 0 0 0 0;
    }

    .p102-pros-1-list dl:nth-child(6) {
         margin: 0 0 0 0;
    }

    .p102-pros-1-list dl:nth-child(7) {
         margin: 0 0 0 0;
    }

    .p102-pros-1-list dl:nth-child(8) {
         margin: 0 0 0 0;
    }
    
    .p102-pros-1-list dt {
        position: relative;box-shadow: 0 0 3px #ccc;
    }


    
    .p102-pros-1-list dt img,
    .p102-pros-1-list dt a {
        width: 100%;
        display: block;
    }
    
    .p102-pros-1-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(38, 50, 132, 0.6);
        z-index: 0;
        display: none;

    }
.p102-pros-1-list dt em:hover {
    transition: background-color 0.5s; /* 平滑过渡效果 */
}
    
        .p102-pros-1-list dt em span{
            position: absolute;
        font-size: 2rem;
        width: 90%;
        text-align: center;
        color: #fff;
        top: 25%;

        }
    .p102-pros-1-list dt i {
        position: absolute;
/*        width: 50px;
        height: 50px;
        background: #0b69e5;*/
        border-radius: 100%;
        left: 51%;
        margin-left: -25px;
        top: 45%;
        margin-top: -25px;
        z-index: 1;
        color: #fff;

    }
    
    .p102-pros-1-list dt i:after {
        content: "+";
        width: 9px;
        height: 9px;
        /*border: 1px solid #fff;*/
        /*border-style: solid solid none none;*/
        position: absolute;
        /*top: 30%;*/
        /*left: 18px;*/
        margin-top: -5px;
        font-size: 3.5rem;
        font-style: normal;
/*        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);*/
        z-index: 1;
    }
    
    .p102-pros-1-list dl:hover dd{
        background: #C00000;
        transition: background-color 0.5s; /* 平滑过渡效果 */
    }
    .p102-pros-1-list dd {
/*        padding-top: 15px;
        padding-bottom: 15px;*/
        padding: 15px;
        background: #263284;

    }
    
    .p102-pros-1-list dd h4 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 3px;
    }
    
    .p102-pros-1-list dd h4 a {
        display: inline-block;
        height: 40px;
        color: #fff;
        position: relative;
        padding-left: 20px;
    }
    
    .p102-pros-1-list dd h4 a:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 18px;
        background: #fff;
        left: 0;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-pros-1-list .p102-pros-1-desc {
        line-height: 24px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-pros-1-list dl:hover dt em {
        display: block;
    }
    /*.p102-pros-bg{
        background: url(../image/ico-bg2.png) repeat-y left top #000;
    }*/
    .p102-pros-bg:after{content: '';position: absolute;top: 0;bottom: 0;

    left: 93px;

    width: 315px;


    background: url(../image/ico-bg2.png) repeat-y center top #000;

}


 .index-publicTitle{
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.index-publicTitle .name-en{
    line-height: 42px;
    font-size: 50px;
    color: #ddd;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.index-publicTitle .name-cn{
    line-height: 44px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #263284;
    font-weight: bold;
    position: relative;
}
.index-publicTitle .text{
    line-height: 20px;
    font-size: 16px;
    color: #4a4a4a;
}
.index-publicTitle::before{
    content: '';
    width: 34px;
    height: 2px;
    margin-left: -17px;
    background: #4a4a4a;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.index-publicTitle.other-style{
    text-align: left;
}
.index-publicTitle.other-style::before{
    margin-left: 0;
    left: 0;
}
.mb40{ margin-bottom: 40px;}
.mb40{ margin-top: 80px;}
.color-0055a2{ color: #c00;}


.join_in_title {
    font-size: 36px;
    color: #fff;
}
.join_in_title span {
    color: #7689ff;
}
.join_in_text {
    color: #e3e3e3;
    font-size: 18px;
    margin: 15px 0 50px 0;
}
.join_in_button {
    padding: 8px 60px;
}

.all_button {
    display: inline-block;
    background: #7689ff;
    border: solid 1px #7689ff;
    color: #fff;
    padding: 6px 30px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 1rem;
}
.all_button:hover {
    background: #fff;
    background: transparent;
    color: #7689ff;
}


 .footWrap{height:498px;background:url(../img/ftbg.jpg) no-repeat center top; overflow:hidden;font-family:"Microsoft Yahei";padding-top:58px;box-sizing: border-box; }
      .footer{width:1200px;margin: 0 auto;position: relative;}
      .footer em{padding:0 10px;}
      .fcontact{height: 206px;  }
      .fcontact li{font-size:15px;color:#858585; float: left;font-weight: normal;box-sizing: border-box;  height: 60px;}
      .fcontact li b{font-weight: bold;display: block;font-size: 14px; color: #939393; font-family: "Arial";padding-top: 10px; margin-bottom: 8px;}
      .fcontact li:nth-child(1){padding-left: 100px; width: 380px;background: url(../img/ftico1.png) no-repeat left center;margin-right: 62px;}
      .fcontact li:nth-child(2){padding-left: 110px;width: 420px;background: url(../img/ftico2.png) no-repeat left center; font-size: 18px; color: #858585; font-weight: bold;}
      .fcontact li:nth-child(3){padding-left: 105px;width: 330px;background: url(../img/ftico3.png) no-repeat left center; color: #c00; font-weight: bold; font-size: 26px; white-space: nowrap;}
      .fnav { overflow:hidden; height: 68px;border-bottom: 1px solid #555454;margin-bottom: 32px;}
      .fnav a{ font-size:15px;color:#c5c5c5;padding:0 41px;line-height: 40px; height: 40px;}
      .fnav a.no1{padding-left: 0;}
      .fnav a.nones{padding-right: 0;background: none;}
      .fnav a:hover{color: #fc6b6b;}
      .fcode{ width:194px;  float: right;}
      .fcode p{width: 83px;float: left;}
      .fcode img{width: 83px; height: 83px;display: block;}
      .fcode p:nth-child(1){margin-right: 25px;}
      .fbeia{font-size: 14px; color: #c5c5c5; display: block; height: 30px; line-height: 30px;text-align: left;margin-top:5px;}
      .fbeia a{color:#c5c5c5;}
      .ftop{width:50px;height:50px;display: block;position: absolute;right:0;top:117px;}
  

    .link{height:0;line-height:20px;position: relative;z-index: 9;width: 1200px;margin: 0 auto;font-size: 14px;color: #c5c5c5;}
    .link_c{width:945px;position: absolute;left: 0;top: -98px;height:30px;overflow: hidden;text-align: left; line-height: 30px; font-weight: bold;}
    .link a{display: inline-block;color: #c5c5c5;padding: 0 8px; font-weight: normal;}


      .erweima{float:right; margin-top: 10px; margin-right: 4vw;}
      .banner_bian{background-size: cover; position: absolute;margin-top: -5.4rem;}
      @media screen and (min-width:1747px) and (max-width:1829px){
        .banner_bian{margin-top: -5.15rem;}
        .erweima{margin-right: 4vw;}
       }
      @media screen and (min-width:1671px) and (max-width:1746px){
        .banner_bian{margin-top: -4.9rem;}
        .erweima{margin-right: 4vw;}
       }
      @media screen and (min-width:1601px) and (max-width:1670px){
        .banner_bian{margin-top: -4.70rem;}
        .erweima{margin-right: 4vw;}
       }
      @media screen and (min-width:1537px) and (max-width:1600px){
        .banner_bian{margin-top: -4.50rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1478px) and (max-width:1536px){
        .banner_bian{margin-top: -4.35rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1424px) and (max-width:1477px){
        .banner_bian{margin-top: -4.15rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1373px) and (max-width:1423px){
        .banner_bian{margin-top: -4.0rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1326px) and (max-width:1372px){
        .banner_bian{margin-top: -3.8rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1281px) and (max-width:1325px){
        .banner_bian{margin-top: -3.7rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1240px) and (max-width:1280px){
        .banner_bian{margin-top: -3.6rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1201px) and (max-width:1239px){
        .banner_bian{margin-top: -3.5rem;}
        .erweima{margin-right: 3vw;}
       }
      @media screen and (min-width:1024px) and (max-width:1200px){
        .banner_bian{display: none;}
        .erweima{margin-right: 3vw;}
       }


       i,em{font-style: normal;}
          .topWrap {background:#fff;font-family: "Microsoft Yahei";  height: 129px; position: relative; overflow: hidden; }
          .header { width: 80vw; margin:0 auto;  }
          .h_nr { height: 129px; overflow: hidden;box-sizing: border-box;}
          .logo { width: 270px; height: 60px;overflow: hidden; float: left;margin-top: 10px; }
          .logo img { width: 270px; height: 60px; display: block; }
          .h_nr h2 {margin-left: 22px; margin-top:30px; float: left;  font-size:20px; color: #666666; font-weight: lighter; text-align: left; line-height: 35px; position: relative;}
          .h_nr h2 b{color: #2a2a2a; font-size:26px; font-weight: bold; display:  block;text-align: left; position:relative;letter-spacing: 3px; }
          .h_nr .tpcode{width:158px;height:129px;padding-top:30px;padding-left:32px; box-sizing: border-box;float: right;border-left:1px solid #dcdcdc;border-right: 1px solid #dcdcdc;}
          .h_nr .tpcode img{width:75px;height:75px;display: block;float: left;}
          .h_nr .tpcode span{width:25px;line-height: 14px;text-align: center;font-size: 14px;color: #999999;display: block;float: left;}
          .h_nr .sc{margin-top: 28px;margin-right: 98px; text-align: left;  float: right; box-sizing:border-box;padding-left:60px; background:url(../img/tel.png) no-repeat left center; line-height:33px;  }
          .h_nr .sc p {overflow: hidden; color: #333333;font:28px "Arial"; line-height:28px;}
          .h_nr .sc p b{ font-weight: bold;display: block;}
          .navbg{ height: 79px;background: url(../img/navbg.jpg) no-repeat center top;}
          .nav{  height: 79px; width: 80vw;margin:0 auto;}
          .nav ul{  height: 79px; width: 70vw; float:right;display: grid;grid-template-columns: repeat(8, 1fr); gap: 0.2125rem 0.29rem; text-align: center;
                    /*margin-left: 5vw;*/
          }
          .nav li { float: left;font-size: 16px; position: relative;}
          .nav li a { text-decoration: none; height: 79px;font-size:16px;padding:0 12px; line-height: 79px; display: block; position: relative;z-index: 2; color: #ffffff;box-sizing: border-box; font-weight: normal; }
          .nav li:before{content:'';position:absolute;height:12px;width:1px;/*background: url(../img/libg.png) no-repeat;*/ border-right:1px solid #f7f7f7;background-size: 4px 12px; top:35px;right:0;}
          .nav li:after{content:'';position:absolute;height:0;width:40px;background: #fff;background-size: 100% 100%; bottom:0; left:50%; margin-left: -10px; -webkit-transition:height .5s;transition:height .5s;color: #fff; z-index: 1;}
          .nav li:hover:after,.nav li.cur:after{height:5px;color: #fff;z-index: 1;}
          .nav li a:hover, .nav .cur a { font-weight: normal; text-decoration: none;  color: #fff; }


          .nav li.nones:before{background: none;}
          .nav li.nones a{padding-right: 0;}
          .nav li.home a{padding-left:35px;}
          .nav li.home i{background: url(../img/home.png) no-repeat;width:18px;height:16px;position: absolute; left:0;top:32px;}
          
          
        .menu ul li .nav01 { position: absolute; top:79px; left: 0; width: 100%; border-top: 0 solid #fff; background: rgba(250,248,246,0.9); height: auto; padding-top: 2px; padding-bottom: 2px; display: none; z-index: 10; }
        .menu ul li .nav01 li { font-size: 14px; height: 42px; background: none; float: none; text-align: left; width: 100%; margin-left:0;}
        .menu li::before .nav01 li::before { background: none; border-right: 0; }
        .menu li::after .nav01 li::after { background: none; width:0; }
        .menu ul li .nav01 li a { color: #666666; padding: 0; height: 42px; line-height: 42px; display: block; text-align: left; float: none; padding-left: 0.5rem; background: none; font-size: 14px; font-weight: normal;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
        .menu ul li.cur .nav01 li a { background: none; font-weight: normal; }
        .menu ul li .nav01 li::before { background: none; border: 0; }
        .menu ul li .nav01 li a:hover { color: #fff; background: #dc2821; font-weight: normal; }
          
          
          
          .fixed{filter:alpha(opacity=100);opacity:1; position:fixed; top:0; width:100%;_position:absolute;_top:expression(eval(document.documentElement.scrollTop)-0); background:url(../img/navbg1.jpg) no-repeat center top; z-index:100; left:0;-webkit-transition:top 0.5s;transition:top 0.5s;}
          @media (max-width: 1400px) {
            .topWrap .header,.nav {  width: 1200px;}
            .logo{width:235px;margin-top:18px;}
            .logo img{width:200px;height:auto !important;}
            .nav ul{ width: 90vw; }
            .nav li a{padding:0 12px; } 
          }

    .about_nav_bg{width:70vw; margin: 0 auto; display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.2125rem 0.29rem; line-height: 78px; text-align: center; font-size: 18px;}
    .about_nav_bg a:hover{color: #fff; background: #263284;}
    .on-1{
        background: #c00000;
        color: #fff;
    }

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 0%;
  text-align:left;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #c00000;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #c00000;
}

.my-4 {
    margin-bottom:1.5rem!important;
    margin-top:1.5rem!important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pages {
    min-height: 500px;
}
.position,.position a{
    color:#999;
}
.page-num:not(:disabled) {
    cursor: pointer;
}
.page-num ,.page-link{
    position: relative;
    display: block;
    padding: 14px 20px;
    margin-left: -1px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-right:10px;
    font-size: 18px;
}
a.page-num:hover,.page-link:hover{
    text-decoration:none;
    color: #fff;
    background-color: #c00;
    border-color: #c00;
}
.page-num-current{
    z-index: 1;
    color: #fff;
    background-color: #c00;
    border-color: #c00;
}
.page-num-current:hover{
    color: #fff;
    background-color: #c00;
    border-color: #c00;
}
@media only screen and (max-width: 750px) {
    .page-num {
        display:none;
    }
}


.location {
    display: flex;
    /* justify-content: flex-end;*/
    align-items: center;
    width: 100%;
    padding: .75rem 1.875rem;
    background: #fff;
    font-size: 0.8125rem;
    line-height: 3;
    color: #666;
}

.location:before {
    content: '当前位置：';
}

.location a:not(:last-child) {
    font-size: 0.8125rem;
    line-height: 2;
    color: #666;
}

.location a:not(:last-child):after {
    content: '>';
    padding: 0 .5em;
}

.location a:last-child {
    color: #c00;
}



.article {
    display: grid;
    grid-gap: 1.875rem;
    padding: 1.875rem;
    background: #fff;
}

.article .info {
    display: flex;
    font-size: 0.8125rem;
    line-height: 2;
    color: #666;
}

.article .info-1 {
    font-size: 0.8125rem;
    line-height: 2;
    color: #666;
}

.article .info span:not(:last-child) {
    margin-right: 4em;
}

.article .title {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    color: #222;
}

.article .desc {
    padding: 1.25rem;
    font-size: 0.8125rem;
    line-height: 2;
    color: #999;
    background: #F8F9FC;
}

.article .content {
    font-size: 1.125rem;
    line-height: 2;
    color: #222;
    text-align: justify;
}

.article .content p:not(:last-child) {
    margin-bottom: 1em;
}

.article .content img {
    max-width: 100%;
}

.article .line {
    width: 100%;
    height: 1px;
    background: #eee;
}

.article .arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 2;
    color: #666;
}

.article .arrow a {
    color: #666;
}

.article .arrow a:last-child {
    text-align: right;
}

.article .arrow a:first-child:before {
    content: '上一篇: \A';
    white-space: pre-line;
}

.article .arrow a:last-child:before {
    content: '下一篇: \A';
    white-space: pre-line;
}


/*联系我们*/
.c_1010{width:100%;overflow: hidden;}
.c_1010 .dt{ width:100%; float:left; text-align: center; padding:39px 0px 26px 0px; background:#ececec;}
.c_1010 .dt h3{ width:100%; float:left; font-size:30px; color:#333; font-weight:bold; line-height:40px; letter-spacing:1px;}
.c_1010 .dt h5{ width:100%; float:left; margin-top:8px; font-size:16px; color:#9c9c9c; line-height:22px; text-transform:uppercase;font-weight: normal;}
.c_1010 .dd{ width:100%; float:left; padding:33px 60px 34px 60px; background:#f6f6f6;}
.c_1010 .dd lii{ width:50%; float:left; padding-left:65px; position:relative;}

.c_1010 .dd lii:nth-child(2n){ width:50%; /*float:right;*/ padding-left:65px; position:relative; }


.c_1010 .dd lii .ico{ width:42px; height:42px; background:#c00; line-height:0; position:absolute; left:2px; top:2px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}

.c_1010 .dd lii .ico img{border: none;max-width: 100%;vertical-align: middle;}

.c_1010 .dd lii h5{ float:left; width:100%; font-size:16px; color:#444; line-height:29px; letter-spacing:1px;}
.c_1010 .dd lii h6{ float:left; width:100%; font-size:16px; color:#444; line-height:26px;font-weight: normal;padding-top:10px;}
.c_1010 .dd lii h6 span{ margin-right:22px; display:inline-block;}
.c_1010 .dd:nth-child(3){ background:#ececec;}
.c_1010 .dd:nth-child(5){ background:#ececec;}
.c_1010 .dd:nth-child(7){ background:#ececec;}
.c_1010 .dd:nth-child(9){ background:#ececec;}

.my-map { margin: 0 auto; width: 100%; height: 400px; margin-top:20px;} 
.my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }


.col-lg-3 {
        float: left;
        width: 25%
    }

.left_main{position:sticky;top:20px;margin-bottom:50px; width: 100%; overflow: hidden;}
.left_nav{}
.left_nav_name{display:block;width:100%;background:#c00;color:#fff;font-size:30px;text-align:left;padding:20px 30px; overflow:hidden;margin-bottom: 10px;}
.left_nav_name .h3{font-size:26px;text-transform:uppercase;padding-bottom:0px; }
.left_nav_name .h2{margin:0;font-size:24px;}
.left_nav_ul{}
.left_nav_ul li{}
.left_nav_ul li a{background:#fff;display:block;position:relative;font-size:18px;color:#444444;padding:20px 0;padding-left:50px;line-height:1;border:1px solid #e3e2e2;margin-bottom: 10px;}
.left_nav_ul li a:before{content:"";width:5px;height:5px;position:absolute;left:32px;top:26px;background:#fb9627;border-radius:50%;}
.left_nav_ul li a:after{content:"+"; /*font-family:'bootstrap-icons';*/font-size:18px;position:absolute;right:30px;top:24px;}
.left_nav_ul li.current-menu-item a{background:#c00;color:#fff;}
.left_nav_ul li.current-menu-item a:after{content:"-";}
.left_nav_ul li.current-menu-item a:before{background:#fff;}
.left_nav_ul li.current-post-parent a{background:#c00;color:#fff;}
.left_nav_ul li.current-post-parent a:after{content:"-";}
.left_nav_ul li.current-post-parent a:before{background:#fff;}
.left_nav_ul li a:hover{background:#c00;color:#fff;}
.left_nav_ul li a:hover:before{background:#fff;}
.left_nav_ul li a:hover:after{content:"-"; }
.left_box{border:1px solid #ddd;border-top:3px solid #c00;margin-top:30px;padding:22px; background: #fff;}
.left_box .left_box_name{margin-bottom:20px;}
.left_box .left_box_name h2{font-size:24px;color:#c00;font-weight:bold;}
.left_box .left_box_name p{padding-top:3px;text-transform:uppercase;font-size:16px;color:#6d6d6d;}
.left_box .left_box_main{color:#333333;margin:0px;line-height:2;font-size:15px;}
.left_box .left_box_main p{margin:0;}




.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#c00;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#c00;color:#fff}
.side ul li.sidetop:hover{/*opacity:.8;filter:Alpha(opacity=80)*/background-color:#263284}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:0px;position:absolute;background: #fff;padding: 10px; left:-240px;top:0;background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#c00}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#263284}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}