﻿@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;
}

*{
    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;

}
a, span, em, i{
    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 */
}


/*面包屑导航  star*/
.crumbs{
    /*line-height: 60px;*/
    padding: 1.6% 0;
    color: #666666;
}
.crumbs>a{
    color: #666666;
}
.crumbs>i{
    margin: 0 5px;
}
.crumbs>span{
    color: #999999;
}
/*面包屑导航  end*/





/*header start*/
.header{
    /*padding: 1% 0;*/
    /*position: fixed;
    left: 0;
    top: 0;
    width: 100%;*/
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #dadada;
}
.head-top{
    background: #f2f2f2;
    height: 34px;
    line-height: 34px;
    color: #777777;
    font-size: 12px;
}
.hello{
    float: left;
}
.head-rg{
    float: right;
    color: #888;
}
.head-rg p{
    display: inline-block;
}
.head-rg img{
    margin-right: 6px;
    margin-top: -1px;
}
.head-rg span{
    margin: 0 15px;
}
.personal a{
    color: #888;
}
.head-btm{
    /*padding: 1% 0 0 0;*/
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.logo{
    width: 9.4%;
}
.nav{
    float: right;
    width: 86%;
    font-size: 16px;
}
.nav>li{
    float: left;
    padding: 0 1.15%;
    margin: 0 4px;
    margin: 0 0.4%;
}
.nav>li:last-child{
    /*margin: 0 0 0 3.28%;*/
}
.nav>li>a{
    display: block;
    color: #353c42;
    position: relative;
}
.nav>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    background: #4655ae;
}
.nav>li:hover a::after, .nav>li.hover a::after{
    width: 100%;
}
.nav > li:hover>a, .nav > li.hover>a{
   color: #00357f;
}
.two-level{
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    border-bottom: 3px solid #4655ae;
    background: #fff;
    display: none;
    z-index: 100;
}
.two-level a{
    color: #5b5b5b;
    font-size: 16px;
    padding-left: 17px;
    background: url(../images/level.png) no-repeat 0px center;
    margin-right: 120px;
    margin-right: 10%;
}
.two-level a:hover{
    color: #00357f;
    background: url(../images/level-act.png) no-repeat 0px center;
}




.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;
    }

/*header end*/


/*头部右侧划出导航 start*/
.mpnavbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/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;
}
.arrow{
    background: url(../images/arrow1.png) no-repeat center;
    transform: rotate(270deg);
}
.logul>li>a{
    color: #2c2c2c;
    border-bottom: 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;
}
/*头部右侧划出导航 end*/


/*footer start*/
.foot-top{
    padding: 63px 0 92px 0;
    background: #3a3f46;
}
.foot-nav{
    float: left;
    width: 760px;
    width: 55%;
}
.foot-nav li{
    float: left;
    margin-right: 26px;
    margin-right: 3.4%;
}
.foot-nav li:last-child{
    margin: 0;
}
.foot-nav h2{
    color: #ececec;
    font-size: 16px;
    margin-bottom: 15px;
}
.foot-nav a{
    display: block;
    color: #999999;
    line-height: 200%;
}
.foot-nav a:hover{
    color: #ececec;
}
.foot-right{
    float: right;
    width: 440px;
    width: 45%;
    border-left: 1px solid #53585e;
    padding-left: 47px;
    padding-left: 3.9%;
}
.attach{
    float: left;
    width: 309px;
    /*width: 47.72%;*/
}
.foot-fax{
    line-height: 165%;
    margin: 0 0 22px 0;
    color: #999;
}
.foot-right h4{
    color: #cacaca;
    font-size: 16px;
    margin-bottom: 17px;
}
.nation{
    width: 210px;
    line-height: 40px;
    border-radius: 3px;
    background: #51565c;
    color: #cacaca;
    position: relative;
}
.nation p{
    padding: 0 20px;
}
.nation>div{
    width: 100%;
    /*position: absolute;
    left: 0;
    top: 0;*/
    background: #42464b;
}
.nation img{
    margin-right: 12px;
}
.code{
    float: right;
    width: 22.7%;
}
.code img{
    margin-top: 6px;
    width: 100%;
}
.foot-down{
    background: #33383f;
    color: #999;
    padding: 1.4% 0;
}
.foot-down p{
    display: inline-block;
}
.ICP{
    float: right;
}
/*footer end*/

.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/mask.png) repeat;
}
.banner .mask, .case-ul .mask{
    position: absolute;
}
.big-picture .mask{
    background: url(../images/black.png) repeat;
}




/*右导航 start*/
.sidebar{
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10%;
    text-align: right;
}
.sidebar li{
    margin: 12px 0;
    position: relative;
}
.sidebar a{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    box-shadow: 0 0 10px #ececec;
}
.side-1 a{
    background: #fff url(../images/side-person.png) no-repeat center;
}
.side-2 a{
    background: #fff url(../images/side-tele.png) no-repeat center;
}
.side-3 a{
    background: #fff url(../images/side-code.png) no-repeat center;
}
.side-4 a{
    background: #fff url(../images/side-top.png) no-repeat center;
}
.side-1 a:hover{
    background: #13b5b1 url(../images/side-person-act.png) no-repeat center;
}
.side-2 a:hover{
    background: #13b5b1 url(../images/side-tele-act.png) no-repeat center;
}
.side-3 a:hover{
    background: #13b5b1 url(../images/side-code-act.png) no-repeat center;
}
.side-4 a:hover{
    background: #13b5b1 url(../images/side-top-act.png) no-repeat center;
}
.side-div{
    position: absolute;
    top: 0;
    right: 54px;
    right: 74px;
    background: #fff;
    box-shadow: 0 0 10px #ececec;
    text-align: center!important;
    display: none;
}
.side-div p{
    color: #444444;
    font-size: 16px;
}
.side-div1{
    width: 120px;
    height: 42px;
    line-height: 42px;
}
.side-div2{
    width: 204px;
    height: 83px;
    padding: 15px 0 0 0;
}
.side-div2 p{
    font-size: 16px;
    font-family: 'Arial';
}
.side-div2 h5{
    color: #999999;
    font-size: 13px;
}
/*右导航 end*/



/*公共CSS start*/
.overflow{
    overflow: hidden;
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.guide{
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
}
.alignCenter{
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.guide h1{
    font-size: 42px;
}
.guide h2{
    font-size: 40px;
    font-family: 'Arial';
    text-transform: capitalize;
}
.guide p{
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: 9px 0;
}


/*轮播图 start*/
.bd{
    width: 100%;
    overflow: hidden;
}
.bd ul{
    width: 100%;
    float: left;
}
.bd li {
    width: 100%;
    float: left;
}
.bd li a{
    width: 100%;
    vertical-align: middle;
}
.bd ul li img{
    width: 100%;
    /*width:500%;
    height:150%;
    margin-left:-200%;
    margin-top:90%;*/
    vertical-align: middle;
}
/*左右箭头公共部分 start*/
.hd{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.hd a{
    background-size: contain;
}
.hd .next{
    float: right;
}



.banner:nth-of-type(2){
    display: none;
}


/*demo 2 start*/
.partner{
    padding: 15px 0 40px 0;
}
.partner .banner:nth-of-type(1), .expert .banner:nth-of-type(1), .train .banner:nth-of-type(1){
    display: block;
}
.demo2 .bd{
    padding: 0 14px;
    padding: 0 1.166%;
}
.demo2 .bd ul li{
    float: left;
    width: 12.5%;
}
.demo2 .bd ul li img{
    width: 100%;
}
.demo2 .hd a{
    width: 14px;
    height: 24px;
}
.demo2 .hd .prev{
    background: url(../images/part-left.png) no-repeat center;
}
.demo2 .hd .prev:hover{
    background: url(../images/part-left-act.png) no-repeat center;
}
.demo2 .hd .next{
    background: url(../images/part-right.png) no-repeat center;
}
.demo2 .hd .next:hover{
    background: url(../images/part-right-act.png) no-repeat center;
}
/*demo 2 end*/


.shop{
    border-bottom: 1px solid #e6e6e6;
}
.shop a{
    color: #4a4a4a;
    font-size: 16px;
    margin-right: 47px;
    margin-right: 3.9%;
    padding: 1.9% 0;
}
.shop a.hover{
    color: #4655ae;
    border-bottom: 2px solid #4655ae;
}
.item-div{
    display: none;
}
.item-div:nth-of-type(1){
    display: block;
}






/*--------------------------------------------*/
.news-title{
    padding: 40px 0 28px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-title h1{
    color: #222222;
    font-size: 26px;
    margin-bottom: 12px;
}
.news-title p{
    color: #999;
} 
.news-content{
    padding: 35px 0 0 0;
}
.news-content div{
    margin-bottom: 38px;
}
.news-content h3{
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-content p{
    color: #666666;
    line-height: 180%;
}
.news-company-goods p{
    padding-left: 16px;
    background: url(../images/product-abstr-spot.jpg) no-repeat 0px center;
}
.news-company-status>p{
    margin-bottom: 25px;
}
.news-company-status>p:last-child{
    margin-bottom: 10px!important;
}
.news-img{
    margin-top: 30px;
}
.news-img em:nth-of-type(2){
    float: right;
}
.news-img em{
    width: 49%;
}
.news-img img{
    width: 100%;
}
/*-----------------------------------------------------*/





/*----------------------*/
.article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    padding: 3.33% 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 96px;
    margin-top: 7%;
}
.scrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 140px 40px 30px;
}
.scrap:last-child a{
    padding: 40px 30px 40px 140px;
}
.scrap em{
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
    background: url(../images/art-prev.png) no-repeat center;
    margin-right: 20px;
}
.article li:nth-of-type(3) .piece{
    text-align: right;
}
.article li:nth-of-type(3) em{
    margin-left: 20px;
    margin-right: 0;
    background: url(../images/art-next.png) no-repeat center;
}
.scrap h4{
    color: #444444;
    font-size: 14px;
    margin-bottom: 7px;
}
.scrap p{
    color: #888888;
}
/*-----------------------------*/





.download{
    background: #009089;
    text-align: center;
    color: #fff;
    padding: 69px 0 64px 0;
    padding: 3.6% 0 3.33% 0;
}
.download p{
    font-size: 16px;
}
.download h2{
    font-size: 24px;
    margin: 16px 0 34px 0;
    /*margin: 1.33% 0 2.83% 0;*/
}
.download a{
    color: #fff;
    font-size: 16px;
    width: 278px;
    /*width: 23%;*/
    /*line-height: 56px;*/
    padding: 1.4% 0;
    border: 2px solid #fff;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.download a:hover{
    background: #fff;
    border: 2px solid #009089;
    color: #009089;
}



.language{
    float: right;
    position: relative;
}
.language{
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    color: #777;
    text-transform: uppercase;
    font-style: italic;
    display: none;
}


@media all and (max-width: 640px){
    *{
        font-weight: 400;
    }
    body, input{
        font-size: 12px;
    }
    .content{
        padding: 0 4%!important;
    }
    .sidebar{
        display: none;
    }

    /*header end*/
    .head-rg{
        display: none;
    }
    .head-btm{
        height: 50px;
        line-height: 50px;
        position: relative;
    }
    .logo{
        width: 18%;
    }
    .nav{
        display: none;
    }
    .btn_toggle, .language{
        display: block;
    }
    .two-level{
        left: 0;
        transform: translateX(0);
        width: 100%;
        position: initial;
        display: none;
        opacity: 1;
        border: none;
        border-radius: 0;
        padding: 0;
        background: none;
    }
    .two-level p{
        line-height: 40px;
        border-bottom: 1px solid #f2f2f2;
    }
    .two-level p a{
        display: block;
        padding: 0 15px;
        color: #2c2c2c!important;
        background: none;
        font-size: 12px;
        margin: 0;
    }
    .two-level p a:hover{
        padding-left: 15px;
        color: #2c2c2c!important;
        background: none;
    }





    /*footer*/
    .foot-top{
        padding: 0.63rem 0;
    }
    .foot-nav, .foot-right, .attach{
        float: none;
        width: 100%;
    }
    .foot-nav p{
        display: none;
    }
    .foot-nav h2{
        font-size: 13px;
        margin-bottom: 0;
        line-height: 200%;
    }
    .foot-right{
        border: none;
        padding: 0;
        margin-top: 20px;
    }
    .code{
        display: none;
    }
    .foot-right h4{
        margin-bottom: 0.17rem;
    }
    .foot-fax{
        margin-bottom: 0.22rem;
    }
    .foot-down{
        padding: 5% 0;
    }
    .ICP{
        float: none;
    }
    .foot-down p{
        line-height: 200%;
    }
}


/*-----------------6-12--------------------*/
.nation{
    cursor: pointer;
    position: relative;
}
.china{
     position: relative;
    background: #51565c;
}
.china::after{
    content: '';
    position: absolute;
    right: 7%;
    top: 17px;
    width: 13px;
    height: 8px;
    background: url(../images/s-down.png) no-repeat right center;
}
.isbefore::after{
    background: url(../images/s-up.png) no-repeat right center!important;
}
.counside{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #42464b;
    height: 0;
}
.hashover{
    background: #51565c;
}
.nohover{
    background: #42464b;
}
.sidebar{
    right: 0;
}