/*reset*/

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "Regular",Helvetica, Arial, sans-serif;
}

*:focus {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #333;
    min-width: 320px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

ol,
ul,
li {
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; }

.ul,
.ul li {list-style: none;}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.ytable{ display:table; width:100%;table-layout: fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
    padding: 0;
}

.media-left,
.media-right,
.media-top {
    padding: 0;
}

.media,
.media-heading {
    margin: 0;
}

p,
.row,
dl {
    margin: 0;
}

.bx-wrapper {
    margin: 0 auto;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
}
.inlineBlock{display: inline-block;}

button {
    border: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

em,
i {
    font-style: normal;
}

/*header*/


.abTop{position:absolute;width: 100%; left: 0;}

.header{
    height: 145px;
    width: 100%;
    overflow: hidden;
}
/*需要设置*/
@media (min-width: 1200px){
    .container{
        width: 1200px;
    }
}

/*header-logo*/
.header .header-logo,.header .nav-all,.header .header-links{
    float: left;
}
.header .header-logo{
    width: 35%;
}
.header .nav-all{
    width: 60%;
}
.header .header-links{
    width: 15%;
}
.header .header-logo a{
    display: inline-block;
    padding: 15px 0px 15px 80px;
    width: 100%;
}
.header .header-logo a img{
    height: 65px;
    width: auto;
    max-width: 100%;
}
/*nav-all*/
.nav-all {
    width: 100%;
    color: #000000;
    background-color: #ffffff;
}
.header .nav-all .nav{float: right;}

.navlist {
    height: 100px;
}

.navlist>li {
    float: left;
    text-align: center;
}

.navlist>li>a {
    color: #000;
    font-size: 16px;
    line-height: 100px;
    display: block;
    padding: 0 10px!important;
}

.navlist li a:hover,
.navlist>li.active>a {
    color: #ffffff!important;
    background: #176ace;
}
.navlist>.nav-item {
    position: relative;
}

.navlist>.nav-item>.nav-item-menu {
    position: absolute;
    top: 100px;
    left: -20%;
    width: 140%;
    background: #fff;
    /*padding-bottom: 5px;*/
    /*border-bottom: 2px solid #deb749;*/
    z-index: 10;
    display: none;
}

.navlist>.nav-item>.nav-item-menu>li>a {

    color: #000;
    display: block;
    padding: 9px 5px;
    font-size: 15px;
}
/* .navlist>.nav-item>.nav-item-menu>li>a:hover{
    color: #176ace;
} */
/*header-links*/
.header-links ul li{
    overflow: hidden;
    float: left;
    padding-top: 20px;
    width: 33.33%;
    text-align: center;
    font-size: 18px;
    border-left: 1px solid #e5e5e5;
}
.header-links ul li a{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 76px;
    
}
.header-links ul li:nth-child(1){
    background: url(../images/icon_search_nor.png) center no-repeat;
    background-position: 50% 30%;
}
.header-links ul li:nth-child(2){
    background: url(../images/icon_wechat.png) center no-repeat;
    background-position: 50% 30%;
}
.header-links ul li:nth-child(3){
    background: url(../images/icon_en.png) center no-repeat;
    background-position: 50% 30%;
}
/*icon*/
.box-icon .icon {
    cursor: pointer;
    display: block;
    height: 30px;
}

.box-icon .icon-collapse {
    display: none;
}

.box-icon.open .icon-collapse {
    display: block;
    color: #176ace;
    height: 40px;
    font-size: 40px;
}

.box-icon.open .icon {
    display: none;
}
/*mobile nav*/
.nav-mobile {
    position: absolute;
    top: 76px;
    display: none;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    z-index: 10000;
}

.mobile-navlist {
    background: #fff;
    overflow-y: auto;
    max-height: 350px;
}

.mobile-navlist>li {
    border-bottom: 1px solid #efefef;
}

.mobile-navlist li a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
    color: #373737;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.mobile-navlist>li>a {
    font-weight: bold;
}

.mobile-navlist .nav-item.on>a {
    background-color: #176ace;
    color: #fff;
}

.mobile-navlist>.nav-item>.nav-item-menu {
    display: none;
    padding: 0 15px;
}

.mobile-navlist .nav-item.on .nav-item-menu {
    display: block;
}

.mobile-navlist>.nav-item>.nav-item-menu>li>a {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.bg-nav-mobilce,
.bg-nav-mobilce2 {
    display: none;
    position: absolute;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 998;
}

.box-mobile-form {
    z-index: 9999;
    display: none;
    padding: 10px 0 10px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 76px;
}

.mobile-form-search {
    position: relative;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #176ace;
    border-radius: 16px;
}

.mobile-input-search {
    display: block;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: transparent;
    color: #000;
    border-radius: 16px;
}

.mobile-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    outline: none;
}

.mobile-search-icon {
    font-size: 20px;
    color: #176ace;
    margin-top: 5px;
    cursor: pointer;
}
/*footer*/
.footer{
    padding: 30px 10%;
    display: inline-block;  
    background: #015CC9;
    color: #ffffff;
}
.footerContent {margin-bottom: 45px;}
.footer .copyRight{
font-weight: 400;
font-size: 12px;
color: #4994DE;
line-height: 20px;
text-align: center;
font-style: normal;
text-transform: none;}

.footerLeft {float: left;width:60%;}
.footerLeft .footUlMT{margin-top: 28px;}
.footerLeft .footLi{display: inline-block;width: 20%; margin-bottom:30px;vertical-align:top;}
.footerLeft .footLi:first-child{display: none;}
.footerLeft .footLi .ulTitle{font-weight: 600;font-size: 16px;margin-bottom: 12px;}
.footerLeft .footLi .footLi{
    width:100%;

}
.footerLeft .footLi .footLiUL li{margin-bottom: 5px;}
.footerLeft .footLi>a{color: #ffffff;font-weight: 600;font-size: 16px;margin-bottom: 12px;}
.footerLeft .footLi .footLiUL li a{color: #ffffff;}
.footerLeft .footLi .footLiUL li a:hover{text-decoration: underline;}
.footerRight{float: right;    text-align: right;}

.footerRight .footSelect{height: 40px;width: 234px; margin-bottom:100px;   border: none;
    padding: 0 10px;
background: #73B3EB;font-size: 14px;
color: #001B52;}
.footerRight .ewmUl{margin-top:35px}
.footerRight .ewmUl li{float: left;margin-left: 10px;max-width: 120px; font-size: 12px;    text-align: center;} 
.footerRight .ewmUl li .ewmImg{width: 85px;margin-bottom: 10px;}
.footerRight .ewmUl .eli1{width:120px}
.footerRight .ewmUl .eli1 p{line-height: 35px;}

.footerRight .ewmUl .eli2{width:98px}
.footerRight .ewmUl .eli3{width:130px}
.footerRight .ewmUl li .ewmImg1{width: 128px;}


/*local*/
.list-title {
    border-bottom: 1px solid #015CC9;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.list-title h4 {
    float: left;
    font-size: 16px;
    padding: 8px;
    color: #fff;
}

.common-content{
    position: relative;
    float: left;
    width: 100%;
    min-height: 200px;
    padding-bottom: 10px;
}

.common-left{
    float: left;
    width: 17.833%;
    background: #fff;

}
.common-right{
    float: right;
    width: 82.166%;
    padding: 0px 0px 35px 35px;
}
.common-Width100{
    width: 100%;
}

.common-local{
    position: relative;
    font-size: 12px;
    color: #666;
    padding: 20px 0 20px 20px;
}
.common-local:before{
    position: absolute;
    left: 0px;
    top: 23px;
    content: '';
    width: 3px;
    height: 12px;
    background: #76c4d3;
}
.common-local:after{
    position: absolute;
    right: 0px;
    top: 30px;
    content: '';
    width: 75%;
    height: 1px;
    background: #76c4d3;
}
.common-local a{
    color: #666;
}

.common-local a:hover{
    color: #1d8cc0;
}
.navlist2{
    
}
.sub-open,
.navlist2 li a{
    display: block;
    letter-spacing: 1px;
}

.navlist2{
    min-height: 200px;
}

.navlist2>li{
    border-bottom: 2px solid #f6f6f6;
}
.navlist2>li>a{
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    padding: 33px 25px;
    margin-bottom: 2px;
}

.navlist2 .has-sub >a{
    position: relative;
}
/*.navlist2 .has-sub >a:after{
    content:"";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
}*/

.navlist2>li.active{
    background: url(../images/leftbar_bg_sel.jpg) left top no-repeat;
}
.navlist2>li.active>a{
    color: #fff!important;
}

.thr-sub{
    padding-left: 25px;
}
.thr-sub li a{
    font-size: 14px;
    color: #666;
    padding: 8px 20px;
}
.thr-sub li a.active{

    color: #015CC9;
    font-weight: bold;
}
.navlist2>li>a:hover{
    color: #fff;
    background: url(../images/leftbar_bg_sel.jpg) left top no-repeat;
}
.navlist2>li>ul>li{
    position: relative;
}
.navlist2>li>ul>li:hover:after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #015CC9;
}
.navlist2 li ul li a:hover{
    color: #015CC9;
}























@media (max-width: 1360px) {
    .header .header-logo{
        width: 70%;
    }
    .header .nav-all{
        position: absolute;
        top: 100px;
        width: 100%;
        padding: 0px 50px;
        background: #015CC9;
    }
    .header .nav-all .nav{float: none;}
    .main-block{
        margin-top: 55px;
    }
    .navlist li a:hover, .navlist>li.active>a{
        color: #000!important;
        background: #fff!important;
    }
    .navlist{
        height: 55px;
    }
    .navlist>li>a{
        color: #fff;
        line-height: 55px;
        padding: 0 20px!important;
    }
    .navlist>.nav-item>.nav-item-menu{
        top: 55px;
        background: #015CC9;
    }
    .navlist>.nav-item>.nav-item-menu>li>a{
        color: #fff;
    }
    .header .header-links{
        float: right!important;
        width: 20%;
    }
    .footerLeft .footLi {
        width: 138px;
    }
}
@media (max-width: 997px) {
    .header {
        height: 100px;}
    .header .header-logo{
        float: none;
        width: 100%;
        text-align: center;
    }
    .header .header-logo a{
        display: block;
        padding: 15px 0px;
        text-align: center;
    }
    .header .header-logo a img{
        display: inline-block;
    }
    .pull-left{
        float:none!important;
    }
    .main-block{
        margin-top: 0px;
    }
    .box-icon {
        margin: 0px;
        position: absolute;
        height: 40px;
        top: 30px;
        bottom: 0;
    }
    .box-icon .icon {
        color: #1d8cc0;
        height: 40px;
        font-size: 40px;
    }
    .box-icon .icon:before{
        color: #999;
    }
    .box-icon-search {
        right: 45px;
    }
    .box-icon-other {
        text-align: right;
        right: 20px;
    }
    .box-icon-other span {
        cursor: pointer;
        font-size: 40px;
        top: 1px;
        color: #1d8cc0;
    }
    .box-icon-other span:before{
        color: #999;
    }
    .box-icon-nav {
        left: 20px;
    }
    
    .footer{padding: 30px 5%;}
    .footerLeft .footLi{width: 100px;}
    .footerRight .ewmUl .eli2{width:90px}
    .footerRight .ewmUl .eli3{width:120px}
    .footerRight .ewmUl li{max-width: 108px;}
    .footerRight .ewmUl li .ewmImg1{width: 118px;}
}
@media (max-width: 768px) {
    .header{height:100px}
    .nav-mobile{
        top: 72px;
        left: 0;
    }
    .bg-nav-mobilce, .bg-nav-mobilce2{
        top: 72px;
        left: 0;
    }
    .box-mobile-form{
        top: 72px;
        left: 0;
    }
    .common-left{
        width: 30%;
    }
    .common-right{
        width: 70%;
        padding: 0px 0px 35px 35px;
    }
    .list-title{
        float: none;
        display: inline-block;
        padding: 15px 0px;
    }
    .common-local{
        position: absolute;
        top: 0px;       
    }
    .common-local:after{
        display: none;
    }
    .footerLeft {display: none;}
    .footerRight{float: none;text-align: left;}
    .footerRight .text-right{text-align: left;}
    .footerRight .footSelect{margin-bottom: 50px;}
    .footerRight .ewmUl .eli2{width:88px}
    .footerRight .ewmUl .eli3{width:120px}
    .footerRight .ewmUl li{max-width: 108px;}
    .footerRight .ewmUl li .ewmImg1{width: 118px;}

}
@media (max-width: 550px) {
    .header{
        height: 74px;
    }
    .header .header-logo a img{
        height: 40px;
    }
    .box-icon .icon,.box-icon.open .icon-collapse {
        font-size: 15px;
        top: 4px;
    }
    .box-icon-other span {
        font-size: 15px;
        top: 4px;
    }
    .footerLeft {display: none;}
    .footer{padding: 30px 16px;}
    .common-content{
        padding: 0px 15px;
    }
    .common-left {
        display: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .common-right{
        padding: 0px 0px 20px;
        width: 100%;
    }
    .navlist2{
        min-height: inherit;
    }
    .navlist2>li.active{
        background: none;   
    }
    .navlist2>li.active a{
        
        color: #176ace!important;
    }
    .navlist2>li.active a:after{
        border-left-color: #176ace;
    }
    .navlist2>li>a{
        padding: 15px 25px;
    }
    .navlist2>li>a:hover{
        color: #176ace;
        background: none;
    }
    .navlist2>li>a:hover:after{
        content:"";
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left-color: #176ace;
    }
    .footerRight{float: none;text-align: left;}
    .footerRight .text-right{text-align: left;}
    .footerRight .footSelect{margin-bottom: 50px;}
    .footerRight .ewmUl .eli2{width:88px}
    .footerRight .ewmUl .eli3{width:120px}
    .footerRight .ewmUl li{max-width: 108px;}
    .footerRight .ewmUl li .ewmImg1{width: 118px;}
}



/*页码样式调整*/

.wp_paging {
    float: none;
    text-align: right;
    margin-top: 35px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
    float: none;
}

.wp_paging a.pagingJump {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #1d8cc0;
    color: #fff;
    padding: 0 3px 0 7px;
    border-radius: 5px;
    margin-left: -7px;
    margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
    color: #fff;
}

.wp_paging li span.pages {
    margin-left: 15px;
    margin-top: -2px;
}

.wp_paging li input {
    width: 55px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    margin-top: -25px;
}



