﻿@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    	box-sizing: border-box;
}
input{
    background: none;
    border: none;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
body {
    font-size: 14px;
    color: #333;
    font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
.maxWh{
    width: 100%;
}
img{
    cursor:pointer;
    vertical-align: middle;
	border: none;
}
a, span, em{
    display: inline-block;
}
.fomar{
    font-family: "Arial";
}

/*元素位置*/

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

/*clearfix写在浮动元素的上层*/

.clear{
    clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix { *zoom:1;}
.content{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

/*内部文字位置*/
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center {
    text-align: center;
}

/*块状元素及行内元素*/
.block {
    display: block!important;

}
.inline {
    display: inline-block!important;
}
.none{
    display: none!important;
}

.mlr20{
    margin: 0 20px;
}
.mt30{
    margin-top: 30px;
}

/*背景颜色*/
.bg-red{
    background: #f41100;
}
.bg-gray{
    background: #f5f5f5;
}
.bg-ffeded{
    background: #ffeded;
}


/*字体颜色*/
.c66{
    color: #666
}
.c-white{
    color: #fff;
}

/*边框颜色*/
.bd-c{
    border-color:#
}

/*按钮样式*/
.btn{
    width: 22%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}

/*宽百分比*/
.w-10{
    width: 10%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}


.maxwh{
    width: 100%;
}
.wot{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tra{
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;  /* IE 9 */
    -moz-transition: all 0.35s;     /* Firefox */
    -o-transition : all 0.35s;  /* Opera */
}



/*header start*/
.header{
    font-size: 16px;
    /*padding: 1% 0 0 0;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 30;
    border-bottom: 1px solid #dadada;
}
.logo{
    width: 20.833%;
    /*margin-top: 1.5%;*/
}
.head-right{
    float: right;
    width: 66%;
    padding: 1.5% 0 0 0;
}
.head-top{
    margin-bottom: 2.36%;
    float: right;
    width: 100%;
}
.tele{
    color: #3c3c3c;
    float: right;
    font-family: 'Arial';
    line-height: 28px;
}
.tele img{
    margin-right: 10px;
    margin-top: -3px;
}
.search{
    float: right;
    margin: 0 10px 0 20px;
    width: 26px;
    height: 26px;
    padding: 0 0 0 15px;
    position: relative;
}
.search-for{
    position: absolute;
    right: 0;
    top: 0;
    background: #00357f;
    border-radius: 20px;
}
.search input{
    font-size: 12px;
    width: 85%;
    display: none;
    color: #fff;
}
.search a{
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */  
        color: #fff;  
        opacity: 1;
    }  
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
        color: #fff; 
        opacity: 1;   
    }  
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
        color: #fff; 
        opacity: 1; 
    }  
.search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
        color: #fff;  
        opacity: 1;
    }  
.search a img{
    margin-top: -2px;
}
.language{
    float: right;
    width: 87px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    line-height: 24px;
}  
.language-list{
    display: none;
    background: #004ea2;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 5px;
    z-index: 11;
}
.language-list a{
    display: block;
    color: #fff;
}
.lang{
    width: 100%;
    border: 1px solid #00357f;
    border-radius: 20px;
    color: #00357f;
}
.language img{
    margin-left: 9px;
}
.nav {
    float: right;
	width: 100%;
}
.nav>li{
    float: left;
    /*margin: 0 3.28%;*/
    /*width: 14.285%;*/
    padding: 0 5px 16px 5px;
    margin: 0 2.5%;
    text-align: center;
    position: relative;
}
.nav>li:last-child{
    /*margin: 0 0 0 2.7%;*/
}
.nav>li>a{
    color: #353c42;
}
.nav>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    background: #00357f;
}
.nav>li:hover a::after, .nav>li.hover a::after{
    width: 100%;
}
.nav > li:hover a, .nav > li.hover a{
   color: #00357f;
}



.btn_toggle{
        display: none;
    }
    .btn_toggle{
        width: 22px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4%;
    }
    .btn_toggle span {
        width: 100%;
        height: 2px;
        background: #2b2f27;
        display: block;
    }
    .btn_toggle span:nth-of-type(1) {
        margin-bottom: 5px;
        transition: all 0.3s;
    }
    .btn_toggle span:nth-of-type(2) {
        margin-bottom: 5px;
        transition: all 0.3s;
    }
    .btn_toggle span:nth-of-type(3) {
        transition: all 0.3s;
    }
.en-ch{
    color: #424242;
    text-transform: uppercase;
    font-style: italic;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e1e1e1;
    text-align: center;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
    border-radius: 50%;
    font-size: 14px;
}
/*header end*/


/*头部右侧划出导航 start*/
.mpnavbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/login-black.png) repeat;
    z-index: 14;
    display: none;
}
.sjnav{
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0px;
    right: -100%;
    padding: 0px 5%;
    z-index: 15;
    background-color: #fff;
}
.logdiv>a{
    color: #2f2f2f;
    margin-right: 10px;
}
.logdiv{
    padding: 0.2rem 0px;
}
.logbox{
    padding: 4% 0px;
}
.colse{
    font-size: 24px;
    margin: 13px 0px;
    color: #aaaaaa;
}
.logul>li>a>img{
    margin: 0px 10px;
}
.logul>li>a>i{
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/arrow1.png) no-repeat center;
    margin-top: 15px;
}
.logul>li>a{
    color: #2c2c2c;
    border-top: 1px solid #f2f2f2;
    line-height: 40px;
}
.logsja{
    bottom: 1%;
    width: 65px;
}
.sjshopa{
    border: 1px solid #eee;
    padding: 0.1rem 0.13rem 0.09rem 0.48rem;
    background: url('../imagesop.png') no-repeat 15px center;
    background-size: 0.25rem;
}
.sjshopa>i {
    background-color: #30b55e;
    padding: 0 0.08rem;
    border-radius: 8px;
    margin-left: 0.05rem;
}
.sjdha{
    left: 100px;
    bottom: 1%;
    font-size: 20px;
    color: #404040;
    line-height: 65px;
}

.sjnav .search {
    width: 100%;
    margin: 0;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
}
.sjnav .search-for {
    width: 100%;
}
.sjnav .search input {
    display: inline-block;
    line-height: 35px;
    padding: 0 0 0 10px;
}
.sjnav .search a {
    margin-top: 4px;
}
/*头部右侧划出导航 end*/


/*footer start*/
.footer{
    background: url(../images/btm-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    font-size: 14px;
}
.foot-top{
    border-bottom: 1px solid #3371b4;
    padding: 0.8% 0;
}
.foot-top .logo{
    width: 17.66%;
}
.foot-top .tele{
    color: #fff;
    float: right;
    font-size: 30px;
}
.tele img{
    margin-right: 10px;
}
.foot-cont{
    padding: 41px 0 76px 0;
    padding: 2% 0 3% 0;
}
.foot-cont-left{
    color: #fff;
    float: left;
}
.foot-fax{
    line-height: 215%;
    margin-bottom: 31px;
}
.foot-nav{
    float: right;
    width: 48.66%;
}
.foot-nav li{
    float: left;
    margin-bottom: 19px;
}
.foot-nav li.foot-1{
    width: 35%;
}
.foot-nav li.foot-2{
    width: 40%;
}
.foot-nav li.foot-5{
    margin-top: -8%;
}
.foot-nav li:nth-of-type(3){
    /*float: right;*/
}
.foot-nav h2{
    color: #Fff;
    font-size: 16px;
    margin-bottom: 19px;
}
.foot-nav a{
    display: block;
    color: #cbd4e6;
    line-height: 185%;
}
.foot-down{
    padding: 3% 0;
    border-top: 1px solid #3371b3;
    color: #cbd4e5;
}
.foot-down p{
    display: inline-block;
	
}
.friendlink{
    float: right;
}
.friendlink a{
    height: 11px;
    line-height: 11px;
    color: #b5bdcd;
    padding: 0 20px;
    border-right: 1px solid #979797;
}
.friendlink a:first-child{
    padding: 0 20px 0 0;
}
.friendlink a:last-child{
    padding: 0 0 0 20px;
    border-right: none;
}
/*footer end*/

/*面包屑导航*/
.crumbs{
    margin: 20px 0 25px 0;
    line-height: 180%;
}
.crumbs img{
    margin-right: 5px;
    margin-top: -3px;
}
.crumbs a{
    color: #777777;
}
.crumbs span{
    color: #777777;
    margin: 0 9px;
    margin: 0 1%;
}
.crumbs em{
    color: #004ea2;
}
/*面包屑导航*/



.ismob{
	display: none;
}



/*公用CSS*/

.proImg li {
    display: none;
}
.proImg li:nth-of-type(1) {
    display: block;
}
.pro-title{
    color: #004ea2;
    font-size: 30px;
    margin-bottom: 30px;
}
.index-list{
    display: none;
}
.index-list:nth-of-type(1){
    display: block;
}
.shop{
    background: #004ea2;
    /*line-height: 60px;*/
    padding: 1% 0;
    text-align: center;
}
.shop a{
    color: #a3b5d4;
    padding: 0 62px;
    padding: 0 2%;
    border-right: 1px solid #2163ac;
    height: 20px;
    line-height: 20px;
}
.shop a:last-child{
    border-right: none;
}
.shop a.hover{
    color: #fff;
}
/*公用CSS*/


/*新闻中心 start*/
.news-ul li{
    float: left;
    width: 30%;
    background: #fff;
    margin: -1px 1.15% 4% 1.15%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-ul li:nth-of-type(3n){
    margin: 0 0 4% 0;
}
.news-ul a{
    width: 100%;
}
.news-ul img{
    width: 100%;
}
.news-cont{
    padding: 15px 30px 40px 30px;
    padding: 4.16% 8.33% 11.11% 8.33%;
}
.news-cont em{
    display: block;
    color: #acacac;
    font-family: 'Arial';
}
.news-cont h2{
    font-size: 22px;
    color: #313537;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cont p{
    color: #606d75;
    line-height: 160%;
}
.news-btn{
    text-align: center;
    width: 180px;
    line-height: 38px;
    margin: 0 auto 0 auto;
}
.news-btn a{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-btn img{
    margin-left: 30px;
    margin-left: 15%;
    /*margin-top: -3px;*/
}
.news-btn:hover a{
    background: #004ea2;
    border: 1px solid #004ea2;
}


.gs-news{
    padding-bottom: 118px;
    padding-bottom: 9.8%;
}
.gs-news .news-cont{
    border: 1px solid #e5e5e5;
}
.gs-news .news-btn{
    border: 1px solid #e5e5e5;
}
.gs-news .news-btn a{
    color: #a3a3a3;
}
.gs-news .news-btn:hover a{
    color: #fff;
}
.gs-news .news-ul li:hover{
    box-shadow: 0 0 10px #ccc;
}
/*新闻中心 end*/


.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/login-black.png) repeat;
    z-index: 2;
}


.ismob{
display: none;
}


/*------------------later--------------------*/
.two-level{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    background: #004ea2;
    padding: 4px 20px 7px 20px;
    /*opacity: 0;*/
    display: none;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    text-align: left;
    font-size: 14px;
}
.two-level p{
    line-height: 45px;
    border-bottom: 1px solid #1a60ab;
}
.two-level p:last-child{
    border: none;
}
.two-level p a{
    display: block;
    color: #a3b5d4!important;
    background: url(../images/to.png) no-repeat 100% center;
    -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.two-level p a:hover{
    padding-left: 15px;
    color: #fff!important;
    background: url(../images/to-act.png) no-repeat 100% center;
}
.logul {
    width: 100%;
    height: 70%;
    overflow-y: scroll;
}
/*------------------later--------------------*/

@media all and (max-width: 640px){

.ismob{
display: block;
}
.ispc{
display: none;
}
    *{
        font-weight: 400;
    }
    body, input{
        font-size: 13px;
    }
    .content{
        padding: 0 4%!important;
    }
    /*------------------later--------------------*/
     .two-level{
        left: 0;
        transform: translateX(0);
        width: 100%;
        position: initial;
        display: none;
        opacity: 1;
        border-top: 1px solid #e7e7e7;
        border-radius: 0;
        padding: 0;
        background: none;
    }
    .two-level p{
        line-height: 40px;
        border-bottom: 1px solid #f2f2f2;
    }
    .two-level p:last-child{
        border: none;
    }
    .two-level p a{
        padding: 0 15px;
        color: #2c2c2c!important;
        background: none;
    }
    .two-level p a:hover{
        padding-left: 15px;
        color: #2c2c2c!important;
        background: none;
    }
     /*------------------later--------------------*/
    /*footer start*/
    .foot-top{
        padding: 5% 0;
    }
    .foot-top .logo{
        width: 35%;
    }
    .foot-top .tele{
        font-size: 20px;
    }
    .foot-top{
        display: none;
    }
    .code{
        display: none;
    }
    .foot-down{
        line-height: 180%;
    }
    .friendlink{
        float: none;
        margin-top: 10px;
    }
    .foot-cont-left, .foot-nav{
        float: none;
        width: 100%;
    }
    .foot-fax{
        padding: 15px 0;
        margin: 0;
    }
    .foot-nav{
        /*margin: 20px 0 0 0;*/
    }
    .foot-nav p{
        display: none;
    }
    .foot-nav li:nth-of-type(1), .foot-nav li:nth-of-type(2), .foot-nav li:nth-of-type(3), .foot-nav li:nth-of-type(4), .foot-nav li:nth-of-type(5){
        width: 20%;
        margin-top: 0;
    }
    .foot-nav h2{
        font-size: 13px;
        margin: 0;
    }
    .foot-cont{
        padding: 2.1% 0 0 0;
    }
    /*footer end*/



    /*header end*/
    .header{
        padding: 0;
        height: 50px;
        line-height: 50px;
    }
    .btn_toggle{
        display: inline-block;
    }
    .logo{
        width: 30%;
    }
    .logo img{
        vertical-align: middle;
    }
    .head-right{
        display: none;
    }

    .main{
        padding-top: 50px;
    }
    .news-ul li{
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .en-ch {
        display: block;
    }
     /*banner*/
    .banner:nth-of-type(1) {
        display: none;
    }
    .partner .banner:nth-of-type(1) {
        display: block;
    }
     .banner:nth-of-type(2) {
        display: block;
    }
}

