* {
    padding: 0;
    margin: 0;
   font-family:"Î¢ÈíÑÅºÚ"
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, table, caption, tbody, tfoot, thead, tr, th, td, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none;
}

html {
   /* font-size: 100px;*/
}

/*html{-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/

img {
    border: 0;
    object-fit: cover;
}
button{

outline:none;

}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tb {
    display: table;
    height: 100%;
    width: 100%;
}

.tb_c {
    display: table-cell;
    vertical-align: middle;
}

UL {
    list-style-type: none;
    list-style-image: none;
}

OL {
    list-style-type: none;
    list-style-image: none;
}

LI {
    list-style-type: none;
    list-style-image: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.border1{
    border:solid 1px #000;
}
body{
    width: 100%;
    height:100%;
    color:#333;
    background-color: #FFF;
}




.w-1280{
   /* min-width: 1280px;
    margin:0 auto;
    height:auto;*/
}


/*ÂÖ²¥Í¼*/


.idx-banner{ width: 100%;min-width: 1280px;}
.idx-banner img{width: 100%;object-fit: cover }
.idx-banner .swiper-slide-active img{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
     animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}


.bottom-nav {width: 100%;text-align: center;position: absolute;bottom: 30px;z-index: 10;}
.swiper-pagination {position: relative;display: inline-block;vertical-align: middle;}
.idx-banner .swiper-pagination-bullet{box-shadow: 0 5px 10px rgba(0,0,0,.05);width: 20px;height: 20px; background: rgba(22,138,183,0.66);border:4px solid #ffffff26;opacity: 1;margin: 0 8px;vertical-align: middle;}
.idx-banner .swiper-pagination-bullet-active{background:rgba(255,255,255,1)}



/*Ê×Ò³-ÐÂÎÅÖÐÐÄ*/
.index-new{
    margin-top: 15px;
    /*padding-left:5%;*/
    /*padding-right: 5%;*/
}
.new-header{
    margin-left: 0;
}
.new-title{
    height:48px;
    line-height: 48px;
    margin-right: -15px;
    border-bottom: solid 1px #eee;
}
.new-title h2{
    font-size: 20px;
    line-height: 48px;
}
.news-banner{
    position: relative;
    width: 100%;
    margin-top: 24px;
    height:400px;
}
.news-banner img{
    width: 100%;
    height:400px;
    object-fit: cover;
}
.news-banner .con{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index: 2;
    bottom: 0;
    height:48px;
    line-height: 48px;
    color:#fff;
    font-size: 14px;
}
.news-banner .con .en{
    display: inline-block;
    padding-left: 20px;
    width: 80%;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}


.news-swiper-button{
    width: 100px;
    position: absolute;
    bottom: 16px;
    right:0px;
    z-index: 99;
    height:48px;
    line-height: 48px;
}
.news-banner .swiper-button-next, .news-banner .swiper-button-prev {
    position: absolute;
    top:50%;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    z-index: 99;
    cursor: pointer;
    background-size: 10px 18px;
    background-position: center;
    background-repeat: no-repeat;
    filter:alpha(opacity=50);opacity:0.5;
}
.news-banner .swiper-button-next{
    background:url(/images/jiantou.png)no-repeat;
}
.news-banner .swiper-button-prev{
    background:url(/images/jiantou2.png)no-repeat;
}
.news-banner .swiper-button-next:hover, .news-banner .swiper-button-prev:hover{ filter:alpha(opacity=100);opacity:1;  }
.new-content{
    margin-top: 24px;
}


/*Ê×Ò³-ÐÂÎÅÖÐÐÄ-ÁÐ±í*/
.new-more{position: absolute;right: 0;z-index: 2}
.new-list { margin-right: 0;}
.new-nav-hd{height:48px;line-height: 48px;margin-left: -15px;border-bottom: solid 1px #eee;}
.slideTxtBox .new-nav-hd{ line-height: 48px; position:relative; }
.slideTxtBox .new-nav-hd ul{position:absolute; left:15px;  height:48px;   }
.slideTxtBox .new-nav-hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size: 16px;color:#333; }
.slideTxtBox .new-nav-hd ul li.on{ height:48px; background:#1961ac; color:#fff;}
.slideTxtBox .new-nav-hd ul li:hover{background:#1961ac; color:#fff;}



/*.slideTxtBox .new-list-bd{margin-top:24px;}*/
/*.slideTxtBox .new-list-bd ul li a{color: #333;font-size:14px;display: inline-block;width: 100%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}*/
/*.slideTxtBox .new-list-bd ul li a:hover{color:#1961ac;}*/
/*.slideTxtBox .new-list-bd ul li{margin-top: 14px;}*/
.new-list-hot{margin-top:0px!important;border-bottom: solid 1px #eee;padding-bottom: 10px;}
.new-list-hot a h4{font-size: 20px;color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.new-list-hot a h4:hover{color:#1961ac;}
.new-list-hot p{ margin-top: 10px;font-size: 12px;color:#999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-indent: 2em;}
.new-list-hot .other{margin-top: 10px;color:#999;font-size: 12px;}
.slideTxtBox .new-list-bd ul li .cont{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;}
.slideTxtBox .new-list-bd ul li .date{text-align: right;color:#999;font-size: 12px;}
.slideTxtBox .new-list-bd ul li .date-a{cursor: pointer;}
.slideTxtBox .new-list-bd ul li .date-a:hover{color:#1961ac;}
.slideTxtBox .new-list-bd ul li .t{display: inline-block;padding-right: 8px;width: 0;height: 0; border-left: 6px solid #999;border-bottom: 6px solid transparent;border-top: 6px solid transparent;}


/*ÏîÄ¿*/
.index-project{
    position: relative;
    margin-top: 24px;
    height:540px;
    width: 100%;
    min-width: 1280px;
    background-color: #f9f9f9;
}
.index-project-bg{
    width: 100%;
    height:540px;
    object-fit: cover;
}
.project-content{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;

}
.project-content .con{
    position: relative;
    left: 0;
    top: 0;
    width: 60%;
    float: left;
    height: 100%;
}
.swiper-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0.0,0.4);
}
/*.project-content-bg{*/
/*    padding:20px;*/
/*    !*background-color: rgba(0,0,0.0,0.2);*!*/
/*    -webkit-transform: translate3d(20px, 0, 0);*/
/*    transform: translate3d(20px, 0, 0);*/
/*    opacity: 0;*/
/*    transition: .2s ease .3s;*/
/*}*/
.project-content h4{
    font-size: 26px;
    line-height:40px; color:#fff;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: .2s ease .4s;
}
.project-content p{
    font-size: 16px;line-height: 26px; margin-top: 24px;
    text-align: justify;color:#fff;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: .2s ease .5s;
}
.project-content a{
    display: block;
}
.project-content img{
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: .2s ease .6s;
}

.gallery-top .swiper-slide .project-content .more{
    display: inline-block;
    padding: 10px 15px;
    background: #1961ac;
    text-indent:0;
}
.gallery-top{
    width: 100%;
    height:540px;
    position: relative;
}
.gallery-top .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.gallery-top .swiper-slide-active .project-content-bg{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.5s;
}

.gallery-top .swiper-slide-active .project-content h4{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}
.gallery-top .swiper-slide-active .project-content p{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
    text-indent:2em;
}
.gallery-top .swiper-slide-active .project-content img{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
}

.gallery-top .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}


.project-nav{
    height:100%;
    width:100%;
    position: absolute;
    top:0;
    right: 0;
}

.project-nav .swiper-pagination{
    height:540px;
    width: 300px;
    background:rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    right:0;
    display: flex;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-nav .swiper-pagination .swiper-pagination-bullet{
    display: block;
    width: 100%;
    flex:1;
    height:auto;
   /* display: table-cell ;
    vertical-align: middle;*/
    display: flex;
    align-items: center;
    text-align: left;
    text-indent: 100px;
    background: transparent;
    border-radius: 0;
    opacity:1;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-right: 20px !important;
}
.project-nav .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    background: url(/images/project_icon1.png) no-repeat; background-position: 30px center;
}
.project-nav .swiper-pagination .swiper-pagination-bullet:nth-child(2){
    background: url(/images/project_icon2.png) no-repeat; background-position: 30px center;}
.project-nav .swiper-pagination .swiper-pagination-bullet:nth-child(3){
    background: url(/images/project_icon3.png) no-repeat; background-position: 30px center;
}
.project-nav .swiper-pagination .swiper-pagination-bullet:nth-child(4){
    background: url(/images/project_icon4.png) no-repeat; background-position: 30px center;}
.project-nav .swiper-pagination .swiper-pagination-bullet:nth-child(5){
    background: url(/images/project_icon5.png) no-repeat; background-position: 30px center;
}
.project-nav .swiper-pagination .swiper-pagination-bullet:nth-child(6){
    background: url(/images/project_icon6.png) no-repeat; background-position: 30px center;}
.project-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#1961ac;
}




/*ÆóÒµ¼ò½é*/
.clear{
    clear: both;
}
.index-introduce{
    /*height:460px;*/
    margin-top: 24px;
    width: 100%;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
}
.index-introduce-fl{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
}
.index-introduce-fl img{
    width: 100%;
    display: block;
    overflow:hidden;
}

.index-introduce-text{
    position: absolute;
    height:100%;
    /*float: left;*/
    top: 0;
    left:0;
    width: 50%;
    z-index: 22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    height:100%;
    padding-left: 40px;
    padding-right: 40px;

}
.index-introduce-text h2{
    font-size: 20px;
    color:#333;
}
.index-introduce-text p{
    font-size: 14px;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 2em;
}
.index-introduce-text .button-more{
   display: block;
   margin-top: 30px;
   width: 120px;
   height:32px;
   line-height: 32px;
   color: #fff;
   font-size: 12px;
   text-align: center;
   background: #1961ac;
}
.index-introduce-text .button-more .more-icon{
    margin-left: 15px;
    padding-top: 9px;
    background: url(/images/more-icon.png) no-repeat;
    background-size: 6px 10px;
    background-position: center center;
    display: inline-block;
    width: 6px;
    height:10px;

}
.index-introduce-text .nav-tabs{
    border: none;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.index-introduce-text .nav-tabs>li a{
    border: none !important;
    border-radius: 0;
    color: #333;
    background: #fff;
}
.index-introduce-text .nav-tabs>li.active a{
    background: #1961ac;
    color: #fff;
}
.index-introduce-video{
    position: absolute;
    /*float: right;*/
    top:0;
    right:0;
    width: 50%;
    height:auto;
    height:100%;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
.index-introduce-video .pr{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-introduce-video img{
    width: 100%;
    display: block;
}
.index-introduce-video article {
    position: absolute;
    height: auto;
    z-index: 33;
    text-align: center;
}
.index-introduce-video article .player img{
    display: block;
    width: 60px;
    height:60px;
    margin-left: 32px;
}
.index-introduce-video .name{
    margin-top: 24px;
    color: #fff;
    font-size: 24px;
}

/*ÆäËûÄ£¿é*/
.index-other{
    margin-top: 24px;
    margin-bottom: 24px;
    height:auto;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
}
.index-other-item{
    width: 100%;
    padding-bottom: 20px;
    height:auto;
    clear:both;
    background-color: #f9f9f9;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    transition: 0.3s;
}
.index-other-item img{
    width: 100%;
    display: block;
}
.other-item-a{
    overflow: hidden;
    position: relative;
}
.other-div-img{
    position: relative;
    width: 100%;
    background-color: #eee;
    padding-bottom: 40%;
    height: auto;
    /*vertical-align: middle;
    text-align: center;*/
    overflow: hidden;
    transition: 600ms;
    -webkit-transition: 600ms;
}
.other-div-img img{
    width: 100%;
    object-fit: cover;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;

}
.other-item-a .con{
    background-color: #f9f9f9;
    min-height: 130px;
    padding: 0 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.index-other-item:hover{
    -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.1); box-shadow: 0 8px 12px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px); -webkit-transform: translateY(-5px);
}
.index-other-item:hover .other-div-img {
    transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06);
}
.index-other-item:hover h4{
   color: #1961ac
}


.index-other-item h4{
    font-size: 20px;
    color: #333;
    padding:18px 12px 10px 12px;
}
.index-other-item p{
    width: 100%;
    font-size: 14px;
    color: #999;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5;
    padding:0 12px ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*!*   Õ¾Èº *!*/
/*.zhanqun-bg{*/
    /*!*width: 100%;*!*/
    /*!*height: auto;*/
    /*background:#fff; *!*/
/*}*/


/*.zhanqun{*/
    /*!*width: 100%;*!*/
    /*!* margin-top: 24px;*!*/
    /*height:auto;*/
    /*background:#f9f9f9;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*padding-left: 5% ;*/
    /*padding-right: 5% ;*/

/*}*/
/*.zhanqun h4{*/
   /*margin:20px auto;*/
   /*font-size: 14px;*/
   /*color: #333;*/
/*}*/

/*.zhanqun-item{*/
   /*!* margin-left: -15px;*/
    /*margin-right: -15px;*!*/
/*}*/
/*.zhanqun-item a{*/
   /*display: block;*/
   /*font-size: 12px;*/
   /*color: #999;*/
   /*line-height: 24px;*/
/*}*/
/*.zhanqun-item a:hover{*/
    /*color: #1961ac;*/
/*}*/
/*.zhanqun-item img{*/
    /*display: block;*/
    /*width: 95px;*/
    /*height:95px;*/
    /*margin:0 auto;*/
/*}*/
/*.zhanqun-item p{*/
    /*font-size: 12px;*/
    /*color:#999;*/
    /*line-height: 24px;*/
    /*text-align: center;*/
/*}*/

/*!*foot*!*/
/*.foot{*/
    /*height:50px;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
    /*background: #eee;*/
    /*font-size: 12px;*/
    /*color: #666;*/
/*}*/





/*@media screen and (min-width:1400px){*/

/*    .project-nav {*/
/*       right: 8% !important;*/
/*    }*/
/*   .index-new, .project-content, .project-nav, .index-introduce, .index-other, .zhanqun{*/
/*        padding-left: 8% !important;*/
/*        padding-right: 8% !important;*/
/*    }*/
/*    .new-title h2, .new-list-hot a h4, .project-content h4, .index-introduce-text h2{*/
/*        font-size: 22px !important;*/
/*    }*/

/*    .slideTxtBox .new-nav-hd ul li{*/
/*        font-size: 16px !important;*/
/*    }*/
/*    .project-nav .swiper-pagination .swiper-pagination-bullet{*/
/*        text-indent: 100px !important;*/
/*        font-size: 16px !important;*/
/*    }*/
/*    .project-nav{*/
/*        width:350px !important;*/
/*    }*/
/*    .project-nav .swiper-pagination .swiper-pagination-bullet{*/
/*        text-indent: 120px !important;*/
/*    }*/
/*    .project-content{*/
/*       width: 70% !important;*/
/*    }*/
/*    .index-other-item h4, .zhanqun h4{*/
/*        font-size: 16px !important;*/
/*    }*/
/*    .index-introduce-text .button-more{*/
/*        width: 130px !important;*/
/*        height:36px !important;*/
/*        line-height: 36px !important;*/
/*        font-size: 14px !important;*/
/*    }*/


/*}*/
/*@media screen and (min-width:1900px){*/

/*    .project-nav {*/
/*       right: 12% !important;*/
/*    }*/
/*    .project-nav{*/
/*        width:400px !important;*/
/*    }*/
/*    .project-nav .swiper-pagination .swiper-pagination-bullet{*/
/*        text-indent: 120px !important;*/
/*    }*/
/*     .index-new, .project-content, .project-nav, .index-introduce, .index-other, .zhanqun{*/
/*        padding-left: 12% !important;*/
/*        padding-right: 12% !important;*/
/*    }*/

/*    !*.main-menu ul.navbar-nav li .pages{*/
/*        font-size: 18px !important;*/
/*        padding: 20px 18px !important;*/
/*    }*!*/

/*    .new-title h2, .new-list-hot a h4, .project-content h4, .index-introduce-text h2{*/
/*        font-size: 24px !important;*/
/*    }*/

/*    .slideTxtBox .new-nav-hd ul li{*/
/*        font-size: 16px !important;*/
/*    }*/
/*    .slideTxtBox .new-list-bd ul li .cont{*/
/*        font-size: 16px !important;*/
/*    }*/
/*    .slideTxtBox .new-list-bd ul li .date{*/
/*        font-size: 14px !important;*/
/*    }*/
/*    .project-nav .swiper-pagination .swiper-pagination-bullet{*/
/*        text-indent: 120px !important;*/
/*        font-size: 18px !important;*/
/*    }*/
/*    .project-content{*/
/*       width: 70% !important;*/
/*    }*/
/*    .index-other-item h4, .zhanqun h4{*/
/*        font-size: 18px !important;*/
/*    }*/
/*    .index-introduce-text .button-more{*/
/*        width: 140px !important;*/
/*        height:40px;*/
/*        line-height: 40px !important;*/
/*        font-size: 14px !important;*/
/*    }*/
/*    .news-banner .con, .new-list-hot p, .new-list-hot .other, .index-other-item p, .zhanqun-item a{*/
/*        font-size: 14px !important;*/
/*    }*/
/*    .project-content p, .index-introduce-text p{*/
/*        font-size: 16px !important;*/
/*    }*/

/*}*/


.img00 {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.md {
    width: 50%;
}

.marFlFr05 {
    margin: 0 5px;
}

.marTop40 {
    margin-top: 40px;
}

.marBot40 {
    margin-bottom: 40px;
}

.paddingTopBottom50 {
    padding: 50px 0;
}

.w1280 {
    width: 1280px;
    position: relative;
    margin: 0 auto;
}


.Header-nav-En {
    margin: 15px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.Header-nav-En-img {
    cursor: pointer;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1961ac;
    border: 1px solid #1961ac;
    color: #fff;
    font-size: 14px;
}

.Header-nav-En-img-right {
    padding-right: 8px
}

.search {
    margin-right: 30px;
    width: 300px;
    height: 42px;
    border: solid 1px #1961ac;
}

.search input {
    background: #fff;
    border: medium none;
    color: #999;
    display: block;
    float: left;
    font-size: 14px;
    /*font-style: italic;*/
    padding: 8px 10px;
    width: 246px;
    height: 40px;
}

.search button {
    height: 40px;
    width: 52px;
    background: #1961ac;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}


.area {
    position: relative;
}

.area i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("/images/arrow_down.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px;
}

.area ul {
    position: absolute;
    left: -1px;
    top: 33px;
    background-color: #fff;
    width: 131px;
    padding: 8px 0;
    cursor: default;
    z-index: -99;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

.area:hover ul {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}


.area:hover i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("/images/arrow_up.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.area ul li {
    padding: 3px 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    text-align: center !important;
}

.area ul li a:hover {
    color: #1961ac;
}

/*.area ul li a span{display:inline-block;width:130px;}*/


.Header-nav-En-img img {
    display: inline-block;
    line-height: 32px;
    margin-right: 10px;
    margin-top: -2px;
}

.Header-nav-left {
    margin-left: -200px;
}

/*.Header-nav-bg {*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    background: #1961ac;*/
/*    padding-left: 5%;*/
/*    padding-right: 5%;*/
/*}*/

.Header-nav-bg .main-menu ul.navbar-nav li .pages {
    color: #fff;
    font-weight: bold;
}

/*tianjia*/

.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header-area {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    width: 100%;
    /*height: auto;*/
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*margin-top: 5px;*/
    /*margin-left: 10px;*/
    margin-top: 10px;
}

.logo img {
    display: block;
    object-fit: contain;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav li .pages {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-weight: 500;
    /*font-size: 18px;
    padding: 20px 18px;*/
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    padding: 20px 20px;

}

/*.main-menu ul.nav > li> a::after {
    color: #fff;
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 20px;
}*/
.main-menu nav ul li:hover a,
.main-menu ul.nav > li:hover a::after {
    color: #1961ac;
}

.main-menu ul.nav li:nth-child(6) a:after {
    display: none;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #1961ac;
    position: relative;
    z-index: 99999;
}

/*ÓÅ»¯Åú¸Äµ¼º½À¸*/

.Header-nav-bg .row{
    margin-right: 0!important;
}

.navbar {
    border-radius: 0!important;
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    width: 100%;
    min-width: 1280px;
    background-color: #1961ac;
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
}

/*navÅú¸Ä*/
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #2082E9;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #2082E9;
    color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #2082E9;
}

/**/
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 180px;
    z-index: -99;
    padding: 10px 0px;
    border-radius: 3px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    /*float: right;*/
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    width: 100%;
    color: #333;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}

.main-menu ul.nav li ul.sub-menu li a span {
    display: block;
    width: 100%;
    color: #1961ac;
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
}

.main-menu ul.nav li a:hover,
.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #1961ac;
}

.header-right-link {
    float: right;
    padding-top: 9px;
    margin-left: 20px;
    text-align: right;
}

.search-option {
    position: absolute;
    background: #f5f5f5;
    display: none;
    z-index: 99;
    top: 106px;
    right: 20px;
    color: #444;
    width: 300px;
    height: 84px;
    padding: 20px;
}

.search-option input {
    background: #fff;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 214px;
    height: 44px;
}

.search-option button {
    height: 42px;
    width: 42px;
    background: #1961ac;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}

.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
}

.header-area.stick .header-right-link {
    padding: 20px 0px;
}

.logo a.black-logo {
    display: none;
}

/*ÄÚÒ³·ÖÀà*/
.menubox {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.menubox li {
    float: left;
    position: relative;
}

.menubox li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1961ac;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden \9;
}

.menubox li a {
    display: block;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    color: #323232;
    font-size: 16px;
    position: relative;
}

.menubox li:hover:before, .menubox li.active:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible \9;
}

.menubox li:hover a, .menubox li.active a {
    color: #fff;
}

/*ÄÚÒ³banner*/
.pbanner, .news-pbanner {
    width: 100%;
    min-width: 1280px;
    position: relative;
    overflow: hidden;
}

.news-pbanner {
    background: #333333;
    padding: 30px 0;
}

.pbanner .pic img {
    width: 100%;
    display: block;
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.pbanner .ptext {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pbanner .ptext h2 {
    font-size: 36px;
    color: #fff;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}


.business-con-box .con .fr ul::-webkit-scrollbar, .serscoll::-webkit-scrollbar {
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .05);
}

.business-con-box .con .fr ul::-webkit-scrollbar-thumb, .serscoll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.2);
    background: #004e94;
}

.business-con-box .con .fr ul::-webkit-scrollbar-track, .serscoll::-webkit-scrollbar-track {
    border-radius: 5px;
}


/*ÈË²Åµ¯´°¾ßÌåÒ³*/
.p_TitleBox {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.p_ConBox {
    margin-top: 28px;
    height: 344px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.p_ConBox p {
    font-size: 16px;
    line-height: 2;
}

.p_ConBox::-webkit-scrollbar, .serscoll::-webkit-scrollbar {
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .05);
}

.p_ConBox::-webkit-scrollbar-thumb, .serscoll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.2);
    background: #004e94;
}

.p_ConBox::-webkit-scrollbar-track, .serscoll::-webkit-scrollbar-track {
    border-radius: 5px;
}

/*µ¯³ö²ã*/
.invitefix {
    width: 100%;
    height: 100%;
    z-index: 199;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.invitefix.on {
    opacity: 1;
    visibility: visible;
}

.invitefix.on .invitebox {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: 0.64s 0.15s;
}

.invitebg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    background: #000 \9;
    filter: alpha(opacity=50);
}

.invitebox {
    width: 1000px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    z-index: 5;
    margin-top: -298px;
    opacity: 0;
    visibility: hidden;
    transform: rotate(0.7);
    -webkit-transform: rotate(0.7);
    -moz-transform: rotate(0.7);
    transition: 0.4s;
}

.invitewr {
    padding: 40px 40px 28px 40px;
}

.inclose {
    position: absolute;
    right: 40px;
    top: 40px;
    display: block;
    color: #072e4d;
    font-size: 14px;
    cursor: pointer;
}

.inclose i {
    display: inline-block;
    font-size: 26px;
    transition: 0.4s;
    color: #333333;
}

.inclose:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.invites {
    line-height: 1;
    color: #323232;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e1e1;
}

.invitete {
    margin-top: 28px;
    height: 344px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.invitete p {
    color: #323232;
    font-size: 14px;
}

.invitea {
    margin-top: 60px;
    width: 70px;
    padding: 10px 14px;
    background: #004e94;
}

.invitea a {
    display: block;
    position: relative;
    line-height: 1.2;
    color: #fff;
}

/*µ×²¿*/
.footer {
    width: 100%;
    min-width: 1280px;
    border-top: 1px solid #eee;
    background: #f8f8f8;
    padding: 40px 0 20px;
}

.footer .link {
    margin: 0 -5px;
}

.footer .link .link-item {
    padding: 0 5px;
    width: 25%;
    float: left;
}

.select {

    position: relative;
}

.select .tit {
    background: #fff;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    line-height: 55px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.select .txt .iconfont {
    color: #004e94;
}

.select .txt {
    float: left;
}

.select .icon-xia {
    float: right;
    transition: 430ms;
    color: #999;
}

.select span {
    padding-left: 10px;
    color: #666;
    font-weight: normal;
}

.select .cur .icon-xia {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.select .link-down {
    position: absolute;
    left: 0;
    display: none;
    box-sizing: border-box;
    border: 1px solid #eee;
    bottom: 55px;
    width: 100%;
    max-height: 300px;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
}
.select .link-down::-webkit-scrollbar, .serscoll::-webkit-scrollbar {
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .05);
}

.select .link-down::-webkit-scrollbar-thumb, .serscoll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.2);
    background: #004e94;
}

.select .link-down::-webkit-scrollbar-track, .serscoll::-webkit-scrollbar-track {
    border-radius: 5px;
}
.select .link-down a {
    display: block;
    padding: 10px 10px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f9f9f9;
}

.footer .foot {
    padding-top: 20px;
}

.footer .foot .fl {
    float: left;
}

.footer .foot .fl p {
    font-size: 14px;
    line-height: 1.75;
    color: #999;
}

.footer .foot .fr {
    float: right;
    text-align: center;
}

.footer .foot .fr img {
    max-width: 100%;
    display: block;
}

.footer .foot .fr p {
    font-size: 12px;
    line-height: 2;
    color: #999;
}

.footer .other {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.footer .other a {
    display: block;
}

.footer .other-item {
    padding: 10px 20px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
}

.footer .other-item:last-child {
    margin: 0;
}

.footer .other-item span {
    padding-left: 20px;
}

.footer .other-item i {
    color: #004e94;
    font-size: 18px;
}

/*foot Åú¸Ä*/

.xg-foot-nav{
   margin-top: 40px;
}
.xg-foot-nav .w-17{
    width: 17%;
}
.xg-foot-nav .w-20{
    width: 22%;
}
.xg-weixin-cord{
    width: 100px;
    text-align: center;
}
.xg-weixin-cord p{
    width: 100px;
}
.xg-foot-nav .foot-tt{
    font-size: 18px;
    color: #666;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
}
.xg-foot-nav .foot-tt i{
    color:#004e94;
    font-size: 20px;
}
.xg-foot-nav .foot-tt span{
    display: inline-block;
    width: 80%;
}
.xg-foot-nav ul{
    margin-top: 10px;
    margin-left: 25px;
}
.xg-foot-nav ul li{
    line-height: 28px;
}
/*.xg-foot-nav ul li i{*/
    /*display: inline-block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 5px solid transparent;*/
    /*border-left: 10px solid #999;*/
    /*border-bottom: 5px solid transparent;*/
    /*margin-right: 10px;*/
/*}*/

.xg-foot-nav ul li a{
    color:#999;
    font-size: 14px;
}
.xg-foot-nav p{
    margin-top: 8px;
    color:#999;
    font-size: 12px;
}

.foot{
    text-align: center;
    border-top: solid 1px #eee;
    margin-top: 30px;
}
.foot span{
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    padding:0 10px;
}<!--ºÄÊ±1771224304.5693Ãë-->