
@charset "UTF-8";

@font-face {
  font-family: "Pf-Cu";
  src: url("../fonts/ad49f7c20d70eb07df0a2368d61829d2-subfont.woff2") format("woff2"),
       url("../fonts/ad49f7c20d70eb07df0a2368d61829d2-subfont.woff") format("woff"),
       url("../fonts/ad49f7c20d70eb07df0a2368d61829d2-subfont.ttf") format("truetype"),
       url("../fonts/ad49f7c20d70eb07df0a2368d61829d2-subfont.eot") format("embedded-opentype"),
       url("../fonts/ad49f7c20d70eb07df0a2368d61829d2-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pf";
  src: url("../fonts/5796fe441928b4a88dd19fe4dd7ecba2-subfont.woff2") format("woff2"),
       url("../fonts/5796fe441928b4a88dd19fe4dd7ecba2-subfont.woff") format("woff"),
       url("../fonts/5796fe441928b4a88dd19fe4dd7ecba2-subfont.ttf") format("truetype"),
       url("../fonts/5796fe441928b4a88dd19fe4dd7ecba2-subfont.eot") format("embedded-opentype"),
       url("../fonts/5796fe441928b4a88dd19fe4dd7ecba2-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AGLettericaCondL-Bold";
  src: url("../fonts/AGLettericaCondL-Bold.woff2") format("woff2"),
       url("../fonts/AGLettericaCondL-Bold.woff") format("woff"),
       url("../fonts/AGLettericaCondL-Bold.ttf") format("truetype"),
       url("../fonts/AGLettericaCondL-Bold.eot") format("embedded-opentype"),
       url("../fonts/AGLettericaCondL-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e60012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
  resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
/*头部*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999990;
    background-color: #fff;
    border-bottom: 1px solid rgba(35, 102, 183, .2);
}

.header-view, .view{
    padding: 0 8.333%;
}

header .logo {
    float: left;
    font-size: 0;
    position: relative;
    margin-top: .4rem;
}

header .logo img {
    width: 100%;
    transition: all .3s;
}

header .logo .white-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pc-nav {
    float: right;
}

.pc-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0;
    margin-right: 1.125rem;
    position: relative;
}

.pc-nav li:last-child {
    margin-right: 0;
}

.pc-nav li .tit {
    display: block;
    font-size: 16px;
    line-height: 2.2rem;
    color: #666666;
    position: relative;
    transition: all .3s;
    padding:0 0.1rem;
    font-family: "Pf-Cu";
}
.pc-nav li .tit:after{
    content:'';
    width:0;
    height:2px;
    background-color:#0377bf;
    position: absolute;
    bottom: 0;
    left:50%;
    transform:translateX(-50%);
    transition:all 0.3s;
}
.pc-nav li.has .tit {
    padding-right: .4rem;
}
.nav_sub{
    display:none;
    position: absolute;
    top:2.2rem;
    background-color: #fff;
    width:200%;
    left: -50%;
}
.nav_sub a{
    display:block;
    width:100%;
    line-height:1.8rem;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-bottom:1px solid #eee;
}
.nav_sub .two{
    display:block;
    width:100%;
    line-height:1.8rem;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-bottom:1px solid #eee;
    position: relative;
}
.nav_sub .two .sub_tit{
    display:block;
    width:100%;
    line-height:1.8rem;
    text-align: center;
    font-size: 16px;
    color: #666666;
    position: relative;
    border-bottom:1px solid #eee;
    cursor:pointer;
}
.nav_sub .two .sub_two{
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    background-color:#fff;
    text-align: center;
    display:none;
}
.nav_sub .two .sub_two a{
    display:block;
    width:100%;
    line-height:1.8rem;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-bottom:1px solid #eee;
}
.m-nav{
    display:none;
}
.pc-nav li.has .tit:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/nav-sj.png');
    margin-top: -2px;
    transition: all .3s;
}

.header-right {
    float: right;
    font-size: 0;
    margin-left: 0.4rem;
}

.header-right .right-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.right-nav a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 2.2rem;
    color: #1a1a1a;
    margin-right: .9rem;
    transition: all .3s;
}

.right-nav a:last-child {
    margin-right: 0;
}

.header-right .lang {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0.45rem;
    line-height: 2.2rem;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .45rem;
    /* background-image: url('../img/lang.png'); */
    color: #333;
    position: relative;
    vertical-align: top;
    transition: all .3s;
    font-weight: bold;
}
.header-right .wx {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 1rem;
    margin-left: .6rem;
    vertical-align: top;
}
.header-right .wx img{
    position: absolute;
}
.header-right .lang:before {
    content: "";
    position: absolute;
    width: 1px;
    height: .25rem;
    background-color: #333;
    top: 50%;
    right: -.5rem;
    transform: translateY(-50%);
    opacity: .8;
}
header.white .header-right .lang:before{
    background-color: #fff;
}
.header-right .search-box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-top: .6rem;
    position: relative;
}

.header-right .search-box .search-btn {
    display: block;
    width: 1rem;
    height: 1rem;
    /* border: 1px solid rgba(51,51,51,.25); */
    border-radius: 100%;
    font-size: .35rem;
    line-height: 1rem;
    color: #666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/search-btn.png');
    transition: all .3s;
}

.nav-btn {
    display: none;
}

.nav-mask {
    display: none;
}
.header-search{
   position: fixed;
   width: 100%;
   height: 100%;
   top: 2.2rem;
   left: 0;
   display:none;
   transition:all 0.3s;
}
.header-search-mak{
    width: 100%;
    height: 100%;
    z-index:1;
    background-color: #ccc;
    opacity: 0.6;
}
.header-search-wrap {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    margin-top: -3rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 600px;
    height: 40px;
    margin-left: -300px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    line-height: 40px;
    transition: all 0.5s;
    background: #fff;
}

.header-search-wrap .submit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 36px;
    height: 40px;
    background: url(../img/ser1.png) no-repeat center;
    background-size: 20px;
    border: none;
    z-index: 3;
    box-sizing: border-box;
}

.header-search-wrap .ser-input {
    width: 100%;
    height: 40px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 40px;
}

.header-search-wrap .search-close {
    position: absolute;
    display: block;
    right: -60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/close2.png) no-repeat center;
    background-size: 30px;
    cursor: pointer;
    transition-duration: .5s;
}

.header-search-wrap .search-close:hover {
    transform: rotate(90deg);
}

.hide1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display:none;
}

.show1 {
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display:block;
}
header.white{
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
}
header.white .img1{
    opacity: 0;
}
header.white .img2{
    opacity: 1;
}
.header.bgf3{
    background-color: #fff;
}
header.white .logo .init-img{
    opacity: 0;
}
header.white .logo .white-img{
    opacity: 1;
}
header.white .pc-nav li .tit{
    color: #fff;
}
header.white .pc-nav li.has .tit:before{
    background-image: url('../img/nav-sj2.png');
}
header.white .right-nav a{
    color: #fff;
}
header.white .header-right .lang{
    color: #fff;
}
header.white .header-right .search-box .search-btn{
    background-image: url('../img/search-btn2.png');
    /* border-color: rgba(255,255,255,.5); */
}
/*头部结束*/
.home-banner{
    width:100%;
    height:25.0rem;
    position: relative;
    overflow-y: hidden;
}
.home-banner .swiper-slide .bg{
    width:100%;
    height:100%;
    background-size: cover;
    background-position: 20%;
}
.home-banner-more {
    position: absolute;
    display: block;
    width: 6.0rem;
    left: 8.333%;
    top: 68%;
    height: 1.375rem;
    border: 1px solid rgba(255,255,255,.3);
    text-align: center;
    line-height:1.375rem;
    font-size:0.375rem;
    color:#fff;
    font-family: "Pf-Cu";
    transition: all 0.3s;
}
.home-banner-more span{
    margin:0 0.5rem ;
}
.img1{
    display:inline;
}
.img2{
    display:none;
     margin:0;
}
.pc{
    display:block;
}
.mb{
    display:none;
}
.home-pagination{
    width:100%;
    position: absolute;
    z-index: 99;
    bottom:1.675rem;
    text-align: center;
}
.home-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color:#fff;
    margin-right: 0.625rem;
    border-radius:50%;
}
.home-pagination .swiper-pagination-bullet-active{
    background-color:#0377bf;
}
.home_a{
    width:100%;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 4.0rem;
    box-sizing:border-box;
    background-size: cover;
    background-position:center;
}
.home_a .tit{
    width:100%;
    text-align: center;
    font-size:1.5rem;
    line-height:1;
    color:#0377bf;
    font-family: 'Pf-Cu';
}
.home_a .txt{
    width:100%;
    text-align: center;
    font-size:0.9rem;
    line-height:1;
    color:#333333;
    font-family: 'Pf-Cu';
    margin-top:0.6rem;
}
.home_a .s_txt{
    width:100%;
    text-align: center;
    font-size:0.4rem;
    line-height:1;
    color:#666666;
    margin-top:0.6rem;
}
.home_a .list{
    width:100%;
    text-align: center;
    margin-top:1.5rem;
}
.home_a .list a{
    display:inline-block;
    margin:0;
    vertical-align: top;
    width:2.775rem;
    height:2.75rem;
    border:1px solid #ccc;
    border-radius:50%;
    margin-right: 1.75rem;
    color:#333;
    text-align: center;
    transition:all 0.3s;
}
.home_a .list a .img{
    width:0.9rem;
    height:0.825rem;
    margin: auto;
    margin-top:0.6rem;
}
.home_a .list a .img img{
    width:100%;
}
.home_a .list a .p1{
    margin-top:0.2rem;
    font-size:0.35rem;
    font-family: 'Pf-Cu';
}
.home_a .list a:last-child{
    margin-right: 0;
}
.home_a_more{
    margin-top:5.0rem;
    text-align: center;
}
.more{
    display:inline-block;
    width:5.625rem;
    height:1.25rem;
    line-height: 1.25rem;
    background-color:#0377bf;
    color:#fff;
    font-size:0.4em;
    font-family: 'Pf-Cu';
    transition: all 0.3s;
}
.home_b{
    width:100%;
    position: relative;
    height:22.5rem;
}
.home_b .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity:0;
    transition:all 0.9s;
}
.bg.on{
    opacity:1;
}
.wrap{
    position: relative;
    height:100%;
    width:83.33%;
    z-index: 99;
    // overflow: hidden;
    margin:auto;
}
.wrap ul{
    height:100%;
}
.wrap .item{
    z-index:99;
    height:100%;
    // box-sizing:border-box;
    // border-right: 1px solid rgba(255,255,255,.3);
    float: left;
    position: relative;
    cursor: pointer ;
}
.wrap .item:after{
    content:'';
    width:1px;
    height:100%;
    position: absolute;
    top:0;
    right:0;
    background-color:rgba(255,255,255,.3);
}
.wrap .item .txt{
    font-size:0.45rem;
    text-align: center;
    width:0.5rem;
    height:100%;
    margin:auto;
    padding: 3.875rem 0;
    box-sizing: border-box;
    line-height:0.65rem;
    color:#fff;
    position: relative;
}
.wrap .item .txt .bot{
    position: absolute;
    bottom:3.875rem;
    width: 0;
    line-height:1;
    /* text-align: center; */
    word-break: break-all;
    color:rgba(255,255,255,.5);
    font-size:0.35rem;
}
.wrap .item .txt:after{
    content:'';
    width:0.75rem;
    height:0.75rem;
    position: absolute;
    bottom:3.875rem;
    background-color:rgba(255,255,255,.3);
    border-radius:50%;
    left:-0.25rem;
}
.wrap .item .hovertxt{
     margin-top: 3.875rem;
     text-align: left;
     color:#FFF;
     font-family: 'Pf-Cu';
     line-height:0.75rem;
     display:none;
     transition: all 1s;
     padding-left:3rem;
     box-sizing: border-box;
}
.wrap .item .hovertxt .p1{
    font-size:1.5rem;
    margin-bottom: 1.6rem;
}
.wrap .item .hovertxt .p2{
    font-size:0.9rem;
    margin-bottom: 0.6rem;
}
.wrap .item .hovertxt .p3{
    font-size:0.45rem;
    color:rgba(255,255,255,.5)
}
.wrap .item .hovertxt .line{
    width:4rem;
    height:1px;
    background-color:rgba(255,255,255,.5);
    margin-top:0.75rem;
}
.wrap .item .hovertxt .p4{
    font-size:14px;
    width:10.625rem;
    margin-top:1rem;
    line-height:0.65rem;
    height:2.6rem;
    overflow: hidden;
}
.home_b_more{
    margin-top:1rem;
    width:100%;
}
.home_b_more .more{
    width:5.5rem;
    text-align: center;
}
.wrap .item.curopt .txt{
    display:none;
}
.wrap .item.curopt .hovertxt{
    display:block;
}
/*.home_c{
    position: relative;
    width:100%;
}
.home_c .left{
    width:50%;
    box-sizing: border-box;
    float: left;
    padding-left: 8.333%;
    box-sizing: border-box;
    padding-top: 3.0rem;
}
.home_c .left .tit{
    font-size:1.5rem;
    font-family: 'Pf-Cu';
    color:#0377bf;
    line-height:1;
}
.home_c .left .txt{
    font-size:0.375rem;
    line-height:0.65rem;
    margin-top: 1.3rem;
    width:80%;
    color:#333;
    font-family: "Pf";
    font-weight: 500;
}
.home_c .right{
    width:50%;
    box-sizing: border-box;
    float: right;
    position: relative;
}
.home_c .right img{
    width:100%;
}
.home_c .right .paly{
    position: absolute;
    width:2.15rem;
    height:2.15rem;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-image: url(../img/paly.png);
    cursor:pointer;
    background-size: cover;
}*/
.home_c{
    position: relative;
    width:100%;
    height:19.5rem
}

.home_c .left{
    width:50%;
    box-sizing: border-box;
    float: right;
    position: relative;
    height:100%;
}
.home_c .left .bg{
    width:100%;
    height:100%;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}
.home_c .left .paly{
    position: absolute;
    width:2.15rem;
    height:2.15rem;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-image: url(../img/paly.png);
    cursor:pointer;
    background-size: cover;
}
.home_c .right{
    width:50%;
    float: left;
    box-sizing: border-box;
    height:100%;
    position: relative;
    padding-left: 8.333%;
    padding-top: 3.0rem;
}
.home_c .right .tit{
    font-size:1.5rem;
    font-family: 'Pf-Cu';
    color:#0377bf;
    line-height:1;
}
.home_c .right .txt{
    font-size: 0.375rem;
    line-height: 0.65rem;
    margin-top: 1.3rem;
    width: 80%;
    color: #333;
    font-family: "Pf";
    font-weight: 500;
    height: 5rem;
    overflow: hidden;
    position: relative;
    padding-right: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home_c .right .txt:after{
    content:"...";
    position: absolute;
    right: 0;
    bottom: 0;

}
.home_c .right .txt p{
    margin-bottom: 0.5rem;
}
.home_c .aboutnumber-slide {
    margin-left: 0;
    margin-right: 2.3rem;
    margin-top: 1.2rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 3.25rem;
}
.home_c .about_a_bt {
    width: 92%;
    background-color: transparent;
    height: 4rem;
    position: absolute;
    bottom: 3rem;
}


















.videos {
    width: 29.5rem;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.videos video {
    display: block;
    width: 100%;
}

.videos .vclose {
    position: absolute;
    cursor: pointer;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    top: 0.375rem;
    right: 0.375rem;
}

.videos_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    background: #000;
    display: none;
    opacity: 0.6;
}
.home_c_more{
    margin-top: 1rem;
}
.home_c_more .more{
    background-color:transparent;
    border:transparent;
    color:#333;
    font-size:16px;
    
}
.pro_nav.bottom{
    position: absolute !important;
    top: auto;
    bottom: 0;
}
.sub_nav.bottom{
    position: absolute !important;
    top: auto;
    bottom: 0;
}
.home_c_bt-slide:first-child:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ccc;
}
.number-swiper{
    margin-top: 2.5rem;
    height:2.125rem;
    width:80%;
    margin-left:0;
    position: relative;
}
.number-swiper .swiper-wrapper{
    width:100%;
    overflow: hidden;
}
.number-slide{
    height:100%;
    box-sizing: border-box;
    padding-left: 2.0rem;
    position: relative;
}
.number-slide:first-child{
    padding-left:0;
}
.number-slide:after{
    content:'';
    width:1px;
    height:100%;
    position: absolute;
    right:0;
    top:0;
    background-color:#eee;
}
.number,
.number .p{
    font-size:14px;
    color:#333;
    font-family: "Pf";
    line-height:1;

}
.number .num{
    font-size:1.5rem;
    color:#0377bf;
      font-family: "AGLettericaCondL-Bold";
      margin-right: 0.2rem;
}
.number-next{
    position: absolute;
    right:-1.25rem;

}
.number-prev{
    position: absolute;
    left:-1.25rem;

}
.number-next.swiper-button-next
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a0a0a0'%2F%3E%3C%2Fsvg%3E");
}
.number-prev.swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a0a0a0'%2F%3E%3C%2Fsvg%3E");}

.home_e{
    position: relative;
    width:100%;
    padding:2.125rem 0;
    background-color:#e9edf4;
}
.home_e .tit{
    width:100%;
    font-size:1.5rem;
    font-family: "Pf-Cu";
    color:#0377bf;
}
.home_e_more{
    float: right;
    text-align: right;
}
.home_e_more .more{
     background-color:transparent;
    border:transparent;
    color:#333;
    font-size:16px;
}
.home_e .content{
    width:100%;
    height:11.25rem;
    margin-top: 1rem;
}
.home_e .content .box1{
    display:inline-block;
    width:21%;
    height:100%;
    background-color:#fff;
    margin-right: 2%;
    vertical-align: top;
}
.home_e .content .box1 .img{
    width:100%;
    height:50%;
    overflow: hidden;
}
.home_e .content .box1 .img .imgbg{
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition:all 0.6s;
    background-position: center;
}
.home_e .content .box1 .txt{
    width:100%;
    height:50%;
    padding:1.25rem;
    box-sizing: border-box;
    font-family: "Pf-Cu";
    color:#333;
}
.home_e .content .box1 .txt .time{
    font-size:12px;
    line-height:1;
    margin-bottom: 0.6rem;
}
.home_e .content .box1 .txt .p{
    font-size:0.6rem;
    line-height:0.75rem;
    height:2.25rem;
    overflow: hidden;
}
.home_e .content .box2{
    display:inline-block;
    width:21%;
    height:100%;
    margin-right: 2%;
    background-color:#0377bf;
    vertical-align: top;
}
.home_e .content .box2 .txt{
    width:100%;
    height:100%;
    padding:1.25rem;
    box-sizing: border-box;
    font-family: "Pf-Cu";
    color:#fff;
}
.home_e .content .box2 .txt .time{
    font-size:12px;
    line-height:1;
    margin-bottom: 0.6rem;
}
.home_e .content .box2 .txt .p{
    font-size:0.6rem;
    line-height:0.75rem;
    height:2.25rem;
    overflow: hidden;
}
.home_e .content .box2 .txt .p2{
    font-size:0.4rem;
    line-height:0.6rem;
    height:3rem;
    overflow: hidden;
    margin-top: .8rem;
}
.home_e .content .box2 .txt .pmore{
    font-size:0.4rem;
    text-align: right;
    margin-top: 1rem;
}
.home_e .content .box3{
    display:inline-block;
    width:53%;
    height:100%;
    background-color:#fff;
    vertical-align: top;
    padding:0.825rem;
    box-sizing: border-box;
}
.home_e .content .box3 a{
    display:block;
    width:100%;
    height:20%;
    border-bottom:1px solid #eee;
    color:#333;
    font-family: "Pf-Cu";
}
.home_e .content .box3 a:last-child{
    border-bottom:0;
}
.home_e .content .box3 a .txt{
    padding-top: 0.4rem;
    box-sizing: border-box;
    font-size:0.4rem;
}
.home_e .content .box3 .time{
    font-size:0.35rem;
}
footer{
    position: relative;
    width:100%;
}
.footer_top{
    width:100%;
    background-color:#fff;
    position: relative;
    padding:1.75rem 0 2.0rem;
    text-align: center;
    color:#999999;
    line-height:1;
    font-family: "Pf-Cu";
}
.footer_top .txt{
    font-size:0.35rem;
}
.email{
    width:40%;
    height:1.65rem;
    display:inline-block;
    margin:0;
    vertical-align: top;
    margin:0.75rem 0;
}
.email input{
    height:100%;
    margin:0;
    float: left;
    background-color:#f5f5f5;
}
.email input:first-child{
    width:90%;
    box-sizing: border-box;
    padding: 0 0.5rem;
    font-size:0.35rem;
}
.email input:last-child{
    width:10%;
    background-image: url(../img/send.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer_bott{
    width:100%;
    background-color:#0377bf;
    position: relative;
    padding:1.75rem 0 1rem;
    text-align: center;
    border-bottom:1px solid rgba(255,255,255,.4)
}
.footer_bott .footer_logo{
    width:3.25rem;
    display:inline-block;
    vertical-align: top;
}
.footer_bott .footer_logo img{
    width:100%;
}
.footer_nav{
    width:100%;
    text-align: center;
    margin-top: 1rem;
}
.footer_nav li{
    width:10%;
    display:inline-block;
    margin:0;
    vertical-align: top;
}
.footer_nav li a{
    text-align: center;
    line-height:1rem;
    font-size:16px;
    color:#fff;
    font-family: "Pf-Cu";
}
.footer_link{
    margin-top: .6rem;
}
.footer_link .setor {
    width: 7.125rem;
    height: 1.25rem;
    background-color: rgba(255,255,255,.1);
    display: inline-block;
}
.setor .item {
    cursor: pointer;
    width: 100%;
    padding: 0 0.2rem;
    height: 100%;
    box-sizing: border-box;;
}
.setor .select {
    position: relative;
}
.setor .select .sector-tit {
    display: block;
    width: 7.125rem;
    height: 100%;
    line-height: 1.25rem;
    box-sizing: border-box;
    font-size: .35rem;
    color: #fefefe;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-image: url(../img/sss2.png);
    text-align: left;
}
.setor .select .sub {
    display: none;
    position: absolute;
    left: -.2rem;
    top: 1.25rem;
    width:  7.125rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 4.8rem;
    overflow: auto;
    z-index: 20;
    background-color: #0377bf;;
}
.setor .select .sub a {
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    color: #fefefe;
    background-color: rgba(0, 0, 0, .1);
    font-size: .35rem;
    box-sizing: border-box;
    transition: all .2s;
    padding-left: 0.2rem;
    text-align: left;
}
.footer_fx{
    margin-top: 0.6rem;
}
.footer_fx a{
    margin-right: 0.4rem;
    position: relative;
}
.footer_fx .ewm{
    position: absolute;
    width: 3.975rem;
    height: 3.75rem;
    top: -4rem;
    left: -1.75rem;
    display: none;
}
.footer_fx .ewm img{
    width: 100%;
}
.totop{
    width: 1.5rem;
    height: 1.5rem;
    background-color: #0377bf;
    position: absolute;
    bottom: -.75rem;
    left:50%;
    vertical-align: top;
    z-index: 66;
    margin-left:-.75rem;
    font-size:12px;
    color:#fff;
    font-family: "Pf-Cu";
    cursor:pointer;
}
.copyright{
    width:100%;
    background-color:#0377bf;
    position: relative;
    padding:.6rem 0;
    text-align: center;
    border-bottom:1px solid rgba(255,255,255,.4);
    color:#fff;
    font-size:0.4rem;
}
.copyright a{
    color:#fff;
    margin-left:0.4rem;
}


.sub_banner{
    width: 100%;
    position: relative;
    height: 17.5rem;
}
.sub_banner .bg{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sub_banner .tit{
    position: absolute;
    text-align: left;
    top: 38%;
    font-size:0.6rem;
    color: #fff;
    font-family: "Pf";
    line-height:1;
}
.sub_banner .tit .p1{
    font-size: 1.5rem;
    color:#fff;
    margin-bottom: 0.375rem;
}
.sub_banner .tit img{
    margin-top: 1.75rem;
    animation: trackBallSlide 5s linear infinite
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  6% {
    opacity: 1;
    -webkit-transform:  translateX(3px);
    transform:  translateX(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  36% {
    opacity: 1;
    -webkit-transform:  translateX(3px);
    transform:  translateX(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  66% {
    opacity: 1;
    -webkit-transform:  translateX(3px);
    transform:  translateX(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.addess{
    width:100%;
    text-align: center;
    height:1.875rem;
    border-bottom:1px solid #eee;
}
.addess a{
    display:inline-block;
    height:100%;
    width:3.75rem;
    line-height:1.875rem;
    font-size: 14px;
    color:#666666;
    font-weight: 500;
    position: relative;
    transition: all 0.8s;
}
.addess a:after{
    content:"";
    width:0;
    height:1px;
    background-color:#0377bf;;
    position: absolute;
    bottom:0;
    left:0;
    transition: all 0.8s;
}
.addess a.on{
    color:#0377bf;;
}
.addess a.on:after{
        width:100%;
}
.about_a{
    position: relative;
    width:100%;
    height:19.5rem
}

.about_a .left{
    width:40%;
    box-sizing: border-box;
    float: left;
    position: relative;
    height:100%;
}
.about_a .left .bg{
    width: 100%;
    height: 82%;
    margin-top: 20%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.about_a .left .paly{
    position: absolute;
    width:2.15rem;
    height:2.15rem;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-image: url(../img/paly.png);
    cursor:pointer;
    background-size: cover;
    z-index: 1;
}
.about_a .right{
    width:60%;
    float: right;
    box-sizing: border-box;
    height:100%;
    position: relative;
}
.about_a .right .tit{
    margin-top: 7.2%;
    margin-left:3.25rem;
    text-align: left;
    font-size:0.9rem;
    font-family: "Pf-Cu";
    color:#333;
}
.about_a .right .txt{
    width:78%;
    margin-left:3.25rem;
    text-align: left;
    font-size:0.4rem;
    font-family: "Pf";
    color:#333;
    margin-top: 0.8rem;
}
.about_a .right .txt p{
    margin-bottom: 0.5rem;
}
.about_a_bt{
    width:100%;
    background-color:#e9eef4;
    height:4rem;
    position: absolute;
    bottom:0;
}
.aboutnumber-slide{
    margin-left:3.25rem;
    margin-top: 1.2rem;
    display:inline-block;
    vertical-align: top;
    position: relative;
    padding-right:3.25rem;
}
.aboutnumber-slide:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,.9);
}

.about_b{
    width:100%;
    height:17.5rem;
    background-size: cover;
    background-position: center;
    padding:2.5rem 0;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
}
.about_b .list{
    width:100%;
    position: relative;
    margin-top: 1rem;
}
.about_b .list a{
    display:inline-block;
    margin:0;
    vertical-align: top;
    width:21.999%;
    margin-right: 3.6%;
    background-color:rgba(255,255,255,.2);
    padding:1.75rem 0;
    color:#fff;
    text-align: center;
}
.about_b .list a .tit{
    font-size:0.6rem;
    font-family: "Pf-Cu";
    text-align: center;
}
.about_b .list a .txt{
    font-size:0.4rem;
    font-family: "Pf";
    text-align: center;
    margin-top: 0.875rem;
    line-height:0.7rem;
    height:2.1rem;
}
.about_b .list a .img{
    text-align: center;
    width:1.825rem;
    margin:auto;
    margin-top: 1rem;

}
.about_b .list a .img img{
    width:100%;
}
.about_b .list a:last-child{
    margin-right: 0;
}
.s-tit{
    text-align: center;
    color:#fff;
    font-size:0.9rem;
    font-family: "Pf-Cu";
}
.about_c{
    position: relative;
    width:100%;
    padding:2.125rem 0;
    background-color:#f2f2f2;
}
.about_c .s-tit{
    color:#333;
}
.about_c .about_c_banner{
    width:100%;
    overflow: hidden;
    margin-top: 1rem;
}
.about_c .about_c_banner .swiper-slide{
    width:19%;
    margin-right:1.25%;
}
.about_c .about_c_banner .swiper-scrollbar-drag{
    background-color:#0377bf;
    width:12.5rem !important;
}
.about_c .about_c_banner .swiper-slide .img{
    width:100%;
    height:8.15rem;
    margin-right:1.25%;
    background-color:#fff;
}
.about_c .about_c_banner .swiper-slide .img img{
    width:100%
}
.about_c .about_c_banner .swiper-slide .txt{
    text-align: center;
    font-size:0.4rem;
    font-family: "Pf-Cu";
    margin-top: 0.6rem;
}
.sever{
    position: relative;
    width:100%;
    background-color: #e9edf4;
    padding-bottom:2.5rem;
}
.sever .list{
    width:100%;
    padding-top:2.5rem;
    background-color: #e9edf4;
}
.sever .list a{
    display:inline-block;
    width:32%;
    margin:0;
    margin-right: 1.5%;
    vertical-align: top;
    padding:1.25rem;
    font-family: "Pf-Cu";
    text-align: left;
    line-height:1.5;
    color:#000;
    box-sizing: border-box;
    background-color:#fff;
    margin-top:.6rem;
    transition:all .7s;
}
.sever .list a:nth-child(3n){
    margin-right: 0;
}
.sever .list a .year{
    font-size:0.75rem;
    color:#999;
}
.sever .list a .tit{
    font-size:0.6rem;
}
.sever .list a .img{
    width:100%;
    height:4.5rem;
    overflow: hidden;
}
.sever .list a .img .bg{
    width:100%;
    height:100%;
    margin-top:.6rem;
    background-size: cover;
    background-position: center;
    transition:all .7s;
}

.page{
    width:100%;
    text-align: center;
    position: relative;
    padding:1.2rem 0;
}
.pagenrgth{
    width:100%;
    font-size: 0px;
    display:inline-block;
    margin:0;
    vertical-align:top; 
}
.page a{
    text-align: center;
    display:inline-block;
    width:1.05rem;
    height:1.05rem;
    border: 1px solid #eee;
    line-height:1.05rem;
    font-size: 0.4rem;
    vertical-align:top; 
    margin-right: 0.2rem;
    color:#333;
    transition:all 0.3s;
    background-color: #fff;
}
.page a.active{
    background-color:#0377bf;
    color:#fff;
}
.page a.pev,
.page a.next
{
    background-image: url(../img/l1.png);
    background-position: center;
    background-repeat:no-repeat;
}
.page a.next{
    transform:rotate(180deg);
}
.contact{
    position: relative;
    width:100%;
    padding:2.5rem 0;
    height:15rem;
    background-color:#e9edf4;
}
.contact .s-tit{
    color:#0377bf;
}
.contact .txt{
    color:#0377bf;
    font-size:0.4rem;
    text-align: center;
    line-height:1.2;
}
.contact ul{
    width:100%;
    margin-top:1rem;
}
.contact ul li{
    width:48%;
    float: left;
    font-size:0.4rem;
    color:#333;
    line-height:1.2rem;
    margin-right: 4%;
    border-bottom:1px solid #ccc;
}
.contact ul li:nth-child(2n){
    margin-right:0;
}
.contact ul li a{
    color:#333;
}
.cmap{
    position: relative;
    width:100%;
    height:16.65rem;
    margin-top:-8rem;
    z-index: 999;
}
.map{
    position: relative;
    width:100%;
    height:16.65rem;
    z-index: 999;
}
.pro_a{
    position: relative;
    width:100%;
    padding:1.15rem 0;
    box-sizing: border-box;
}
.pro_a .tit{
    position: relative;
    font-size: 1.2rem;
    color: #0377bf;
    font-family: "Pf";
    font-weight: 700;
    height: 3rem;
    padding-top: 2rem;
    margin-top: -2.25rem;
    background-color: #fff;
    padding-left: 2.25rem;;
    width: 50%;
}
.pro_a .tit:after{
    content:'';
    width:3px;
    height:2.5rem;
    background-color: #0377bf;
    position: absolute;
    left:0;
    top:0;
}
.pro_a .txt{
    font-size:.4rem;
    color:#666666;
    font-family: "Pf";
    font-weight: 500;
    line-height:0.75rem;
    padding:0 2.25rem;
}
.contact ul li img{
    margin-right: 0.4rem;
}
.pro_a .content{
    padding:1.25rem 2.25rem;;
}
.pro_a .left{
    width:40%;
    overflow: hidden;
    border:1px solid #eee;
    display:block;
    float: left;
    box-sizing: border-box;
    height:12.75rem;
    position: relative;
}
.pro_a .left .img{
    width:100%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.pro_a .left .img img{
    width:100%;
    transition:all .8s;
}
.pro_banner{
    width:55%;
    float: left;
    margin-left: 5%;
    border:1px solid #eee;
    box-sizing: border-box;
      overflow: hidden;
      position: relative;
}
.pro_banner .swiper-wrapper{
    width:100%;
}
.pro_banner .swiper-slide{
    width:100%;
    height:12.75rem;
    overflow: hidden;
}
.pro_banner .swiper-slide .bg{
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    transition:all 0.8s;
}
.pro_pagination{
    width:100%;
    position: absolute;
    z-index: 99;
    bottom:0.6rem;
    text-align: left;
    padding-left:1rem;
    box-sizing: border-box;
}
.pro_pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 0.325rem;
    height: 0.325rem;
    background-color:#fff;
    margin-right: 0.5rem;
    border-radius:50%;
}
.pro_pagination .swiper-pagination-bullet-active{
    background-color:#0377bf;
}
.pro_b{
    position: relative;
    width:100%;
    background-color:#e9edf4;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.pro_b .s-tit{
    color:#333;
    font-family: "Pf";
    font-weight: 700;
}
.pro_b .content{
    width:80vw;
    margin-top:1rem;
    position: relative;
}
.pro_b .content .pro_nav{
    width:16vw;
    float: left;
    background-color:#fff;
    border:1px solid #ccc;
    border-right: 0;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 3px 11px 6px #ccc;
}
.pro_b .content .pro_nav a{
    display:block;
    width: 100%;
    box-sizing: border-box;
    padding-left:1rem;
    line-height: 2.5rem;
    font-size:0.5rem;
    font-family: "Pf";
    color:#333;
    font-family: "Pf";
    font-weight: 700;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
.pro_b .content .pro_nav a.on{
    background-color:#0377bf;
    color:#FFF;
    border-right: 0;
}
.pro_b .content .pro_nav a img{
    margin-right: 0.3rem;
}
.pro_b .content .pro_nav a.on .img1{
      display:none;
}
.pro_b .content .pro_nav a.on .img2{
      display:inline;
}
.pro_sub{
    width:64vw;
    float: right;
}
.pro_sub .ajax_con{
    width:100%;
    padding: 2.0rem 1.75rem;
    box-sizing: border-box;

    background-color:#fff;
    position: relative;
}
.pro_sub .ajax_con .tit{
    font-size:0.9rem;
    color:#0377bf;
    line-height:1;
    font-family: "Pf";
    font-weight: 700;
    margin-bottom: 1.0rem;
}
.pro_sub .ajax_con .txt{
    font-size:0.4rem;
    color:#333;
    line-height:0.7rem;
    font-family: "Pf";
    font-weight: 500;
    margin-bottom: 1rem;
}
.pro_sub .ajax_con .p1{
    font-size:0.6rem;
    color:#222;
    line-height:0.7rem;
    font-family: "Pf";
    font-weight: 700;
    margin-bottom: .6rem;
}
.pro_sub .ajax_con table{
    width:100%;
    border: 1px solid #ccc;
}
.pro_sub .ajax_con tr{
    width:100%;
}
.pro_sub .ajax_con th{
    width:33.3%;
    text-align: center;
}
.pro_sub .ajax_con th{
    width:33.3%;
    text-align: center;
    font-size: 0.45rem;
    color: #fff;
    background-color: #0377bf;
    font-family: "Pf";
    font-weight: 500;
    line-height: 1.5rem;
    border-right: 1px solid #ccc;
}
.pro_sub .ajax_con tr{
    background-color: #fff;
}
.pro_sub .ajax_con tr{
    background-color: #e9edf4;
}
.pro_sub .ajax_con tr:nth-child(2n){
    background-color: #fff;
}
.pro_sub .ajax_con td{
    width:33.3%;
    text-align: center;
    font-size: 0.4rem;
    color: #333;
    font-family: "Pf";
    font-weight: 500;
    line-height: 1.5rem;
    border-right: 1px solid #ccc;
}
.pro_sub .ajax_con .list{
    width:100%;
    margin-top: 1rem;
}
.pro_sub .ajax_con .list a{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-right: 2%;
    padding:0.75rem;
    position: relative;
    background-color: #f5f5f5;
}
.pro_sub .ajax_con .list a:last-child{
    margin-right: 0%;
}
.pro_sub .ajax_con .list .tit{
    text-align: center;
    font-size: 0.45rem;
    position: relative;
    margin: 0;
    padding-bottom: 0.3rem;
}
.pro_sub .ajax_con .list .tit:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 0;
    left: 0;
}
.pro_sub .ajax_con .list .txt {
    text-align: center;
    font-size: 0.45rem;
    height: 1.4rem;
    margin-top: 0.3rem;
    overflow: hidden;
    margin-bottom: 0;
}
.pro_sub .ajax_con p strong{
    font-size: 0.6rem;
}
.pro_sub .ajax_con p{
    font-size: 0.4rem;
}
.news-a{
    width:100%;
    padding-bottom:1.75rem;
    background-color:#e9edf4;
    position: relative;
    overflow: hidden;
}
.party-banner .swiper-slide{
    width:31%;
    margin-right: 3.2%;
}
.party-banner .swiper-slide .box{
    width:100%;
    color: #333;
    font-family: 'Pf';
    font-weight: 700;
}
.party-banner .swiper-slide .box .img{
    width:100%;
    overflow: hidden;
}
.party-banner .swiper-slide .box .img img{
    width:100%;
    transition: all .8s;
}
.party-banner .swiper-slide .box .tit{
    padding-top:0.4rem;
    line-height:.7rem;
    font-size: 0.4rem;
    color:#333;
    overflow: hidden;
}
.party-banner .swiper-slide .box .txt{
    line-height:.7rem;
    font-size: 0.35rem;
    font-weight: 500;
    color:#333;
    font-family: 'Pf';
    height:1.4rem;
    overflow: hidden;
}
.party-banner .swiper-slide .box .tit{
    margin-bottom:0.2rem;
}
.toinfo{
    margin-top: 0.4rem;
    font-size: 0.35rem;
}
.party-banner{
    width:100%;
    overflow: hidden;
    /*padding-top:1.75rem;*/    
    position: relative;
    /*padding-bottom:1rem;*/
    margin-top: .75rem;
    overflow: hidden;
}
.party-pagination{
    width:100%;
    font-size: 0;
    text-align:center;
    margin-top:1.6rem;
}
.party-pagination .swiper-pagination-bullet{
    display:inline-block;
    *display:inline;
    zoom:1;
    width:0.3rem;
    height:0.3rem;
    border:1px solid #797979;
    border-radius:50%;
    margin: 0 .25rem;
}
.party-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#0377bf;
}
.news-b{
    width:100%;
    padding-top:2.5rem;
}
.news-b .tit{
    font-size: 1.2rem;
    text-align: center;
    line-height:1;
    margin-bottom: 1rem;
}
.news-b .box{
    width:100%;
    padding:0.4rem;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin-bottom: 0.6rem;
    position: relative;
    box-sizing:border-box;
    display: block;
    font-family: "Pf";
    color: #333;
}
.news-b .box .img{
    width:8.35rem;
    display:inline-block;
    vertical-align:top;
}
.time{
    font-size: 0.35rem;
}
.news-b .box .img img{
    width:100%;
}
.news-b .box .txt{
    text-align: left;
    display:inline-block;
    height:100%;
    width:60%;
    padding-left:0.4rem;
    vertical-align:top;
    line-height:1.5;
}
.news-b .box .txt .p3{
    padding-top:0.4rem;
    font-size: 0.35rem;
    color:#999999;
    font-weight: 500;
    line-height:1.5;
}
.news-b .box .txt .icon{
    margin-top: 0.5rem;
}
.news-b .box .txt .p1{
    font-size: 0.5rem;
    color:#333;
    font-weight: 700;
    padding-bottom:0.2rem;
}
.news-b .box .right{
    position: absolute;
    width:0.325rem;
    height:0.675rem;
    background-image: url(../img/r2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right:1.25rem;
    top:50%;
    transform:translateY(-50%);
}
 .seach-box{
    width: 100%;
    text-align: right;
    height: 1.375rem;
    margin-bottom: 0.5rem;
}
 .seach-box .setor{
    display: inline-block;
    vertical-align: top;
    width: 4.5rem;
    height:100%;
    border: 1px solid #eee;
    text-align: left;
    margin-left: 15px;
    background-color: #0377bf;
    cursor: pointer;
}
 .seach-box .setor .select2{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    text-align: left;
    position: relative;
}
 .seach-box .setor .select2:after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0.6rem;
    top: 40%;
    transform: rotate(45deg);
    transition: all 0.3s;
}
 .seach-box .setor .select2 .sub-tit{
    font-size: 0.4rem;
    color: #fff;
    line-height: 1.375rem;
}
 .seach-box .setor .select2.on:after{
    transform: rotate(-135deg);
}
 .seach-box .setor .select2 .sub{
    width: 100%;
    text-align: left;
    position: absolute;
    top: 1.375rem;
    left: 0;
    background-color: #0377bf;
    z-index: 999;
    display: none;
    max-height: 6.4rem;
    overflow-y:scroll;
}
 .seach-box .setor .select2 .sub::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
 .seach-box .setor .select2 .sub::-webkit-scrollbar-track {
        background: #0377bf;
    }

 .seach-box .setor .select2 .sub::-webkit-scrollbar-thumb {
        background:#fff;
        /*border-radius: 4px;*/
    }

 .seach-box .setor .select2 .sub::-webkit-scrollbar-thumb:window-inactive {
        background:#fff;
    }

 .seach-box .setor .select2 .sub::-webkit-scrollbar-thumb:vertical:hover {
        background:#fff;
    }
 .seach-box .setor .select2 .sub a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    line-height: 1.6rem;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid rgba(255,255,255,.5);
}
.pro_c{
    background-color:#fff;
    position: relative;
}
.pro_c .sub_nav{
    float: left;
    width:18%;
    background-color:#fff;
    box-sizing: border-box;
    margin-left: 8%;
    padding:0.775rem 1.75rem;
    margin-top:-0.775rem;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}
.pro_c .sub_nav:after{
    content:'';
    width:3px;
    height:2.5rem;
    background-color:#0377bf;
    position: absolute;
    left:0;
    top:0;
}
.pro_c .sub_nav a{
    display:block;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.725rem;
    font-size:0.45rem;
    font-family: "Pf";
    color:#333;
    font-weight: 500;
    border-bottom:1px solid #ccc;
    text-align: left;
}
.pro_c .sub_nav a.on{
    color:#0377bf;
}
.pro_c .content{
    width: 74%;
    background-color:#e9edf4;
    float: right;
    padding:2.5rem 3.75rem;
    box-sizing: border-box;
}
.pro_c_ajax{
    position: relative;
    width:100%;
}
.pro_c_ajax .tit{
    text-align: left;
    font-size:0.9rem;
    color:#0377bf;
    font-weight: 700;
    font-family: "Pf";
    margin-bottom: 0.6rem;
}
.pro_c_ajax .box{
    display:block;
    width:100%;
    background-color: #fff;
    color: #333333;
    font-family: "Pf";
    margin-bottom: 0.6rem;
}
.pro_c_ajax .box .img{
    width:40%;
    display:inline-block;
    vertical-align:top;
}
.pro_c_ajax .box .img img{
    width:100%;
}
.pro_c_ajax .box .txt{
    width:59%;
    display:inline-block;
    vertical-align:top;
    margin:0;
    box-sizing: border-box;
    padding:1.5rem 1.5rem 0;
    text-align: left;
}
.pro_c_ajax .box .txt .t_tit{
    font-size:0.6rem;
    font-weight: 700;
}
.pro_c_ajax .box .txt .t_txt{
    font-size:0.35rem;
    font-weight: 500;
    line-height:0.65rem;
}
.pro_c_ajax .box .txt .t_txt p{
    margin-bottom: 0.3rem;
}
.fixed {
    position: fixed !important;
    top: 10%;
    margin: 0;
}
.pro_nav.fixed {
    position: fixed !important;
    top: 10%;
}
.toa {
    position: absolute;
    top: -2.2rem;
    width: 10%;
    height: 1px;
}
.toa2 {
    position: absolute;
    top: -4rem;
    width: 10%;
    height: 1px;
}
.toa3 {
    position: absolute;
    top: -4rem;
    width: 10%;
    height: 1px;
}
.result-box{
    padding: 1.5rem 0;
}
.result-box .result-tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #666;
    margin-top:.6rem
}
.result-box .sub-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .sub-nav .swiper-slide{
margin-right: 1.75rem;
}
.result-box .sub-nav .swiper-slide a:after{
    display: none;
}
.result-box .sub-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .result-list{
    margin-top: 1.25rem;
}
.result-box .pro-list .row{
    margin: 0 -.35rem;
}
.result-box .pro-list .item{
    box-sizing: border-box;
    padding: 0 .35rem;
    margin-bottom: .7rem;
}
.result-box .pro-list .con-box{
    display: block;
}
.result-box .pro-list .img{
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.result-box .pro-list img{
    width: 100%;
}
.result-box .pro-list .text{
    margin-top: .4rem;
}
.result-box .pro-list .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #333;
    transition: all .2s;
}
.result-box .pro-list .more{
    font-size: .3rem;
    line-height: .4rem;
    color: #666;
    margin-top: .25rem;
}
.result-box .news-lists .row{
    margin: 0 -.75rem;
}
.result-box .news-lists .news-item{
    padding: 0 .75rem;
    box-sizing: border-box;
}
.result-box .news-lists .con-box{
    display: block;
    padding: .5rem 0 .5rem .75rem;
    position: relative;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    border-bottom: 1px dotted #ddd;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.result-box .news-lists .con-box:before{
    content: "";
    position: absolute;
    left: .25rem;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    border-radius: 100%;
    transform: translateY(-50%);
    transition: all .2s;
}


.search-nav{
    overflow: hidden;
}
.search-nav .swiper-slide{
    width: auto;
    margin-right: 2.5rem;
}
.search-nav .swiper-slide:last-child{
    margin-right: 0;
}
.search-nav .swiper-slide a{
    display: block;
    font-size: .35rem;
    line-height: 1.5rem;
    color: #555;
    transition: all .3s;
}
.search-nav .swiper-slide a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #005ac9;
    transition: all .3s;
    
}
.search-nav .swiper-slide a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.search-nav .swiper-slide.cur a{
    color: #005ac9;
}
.search-nav .swiper-slide.cur a:before{
    width: 100%;
}

.result-box .search-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .search-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .search-nav .swiper-slide a:after{
    display: none;
}
.result-box .search-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .page{
    margin-top: 1.25rem;
}
.clearfixed {
    height: 2.2rem;
}
.footer_top .txt span {
    display: inline-block;
    position: relative;
    padding:0 0.2rem;
}
.footer_top .txt span:after{
    content:"|";
    position: absolute;
    right: -0.2rem;
}

@media (max-width: 1680px){

}

@media (max-width: 1366px){
  
}
/*2021/5/8*/
.lyb{
    width: 320px;
    height: 480px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #ecebeb;
    z-index: 99999;
    transition: all 0.5s;
}
.lyb .top{
    width: 100%;
    height: 58px;
    background-color: #0377bf;
    line-height: 58px;
    cursor: pointer;
}
.w270{
    width: 270px;
    margin: auto;
}
.lyb .top span{
    font-size: 20px;
    color: #fff;
    font-family: 'Pf-Cu';
}
.lyb .top.on img{
    transform: rotate(180deg);
}
.lyb .con{
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lyb .con p{
    font-size: 14px;
    color: #666;
    font-family: "Pf";
    line-height: 1.6;
}
.lyb .con .p2{
    color: #111;
}
.lyb .con .p2 .num{
    color: #0377bf;
}
.lyb .con .item{
    width: 100%;
    background-color: #fff;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #ccc;
}
.lyb .con .item .lab{
    font-size: 14px;
    color: #666;
    font-family: "Pf";
    display: inline-block;
}
.lyb .con .item textarea{
    width: 100%;
    height: 60px;
}
.lyb .con .item input{
    width: 50%;
    height: 100%;
}
.lyb .con .send{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #0377bf;
    margin-top: 15px;
}
@media (max-width: 768px){
  .lyb {
    width: 256px;
    }
    .w270 {
        width: 230px;
        margin: auto;
    }
    .lyb .con .item textarea {
        width: 100%;
        height: 40px;
    }
    .lyb .con p{
        font-size: 10px;
    }
    .lyb .con .item .lab{
        font-size: 10px;
    }
    .lyb .con .item textarea{
        font-size: 10px;
    }
    .lyb .con .item input{
        font-size: 10px;
    }
    .lyb .top span{
        font-size: 16px;
    }
}