html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
body {
    font-size:16px;
    color:#333;
    line-height: normal;
    background-color: #FFFFFF;
    background-size: 100% auto;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea,body,html {
    outline: none;
    border: none;
    font-family: "Microsoft Yahei",sans-serif;
}
textarea {
    resize: none;
    overflow: auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.col-l{
    float: left
}

.col-r{
    float: right
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wp{
    max-width: 1400px;
    width: 94%;
    margin: 0 auto;
}

html,body{
    overflow-x: hidden;
}
/*header*/
.header{
    padding-top: 34px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo{
    float: left;
    display: block;
    width: 121px;
    height: 51px;
    background: url("../images/logo.png") center no-repeat;
    background-size: 121px 51px;
    margin-right: 112px;
}
.contact{
    float: right;
    width: 160px;
    height: 56px;
    border: 2px solid rgb(224, 177, 82);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    color: #e0b152;
    text-align: center;
    line-height: 52px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact:hover{
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #e0b152;
    color: #ffffff;
}


.nav,.nav li{
    float: left;
}
.nav a{
    display: block;
    color: #FFFFFF;
    line-height: 52px;
    margin-right: 67px;
    position: relative;
    background: url("../images/nav-icon.png") center -20px no-repeat;
    background-size: 14px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
}
.nav li:last-child a{
    margin-right: 0;
}
.nav li a:after{
    position: absolute;
    width: 0px;
    height: 4px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    background:rgba(224,177,82,0);
}
.nav li.active a:after{
    width: 100%;
    content: '';
    background:rgba(224,177,82,1);
}
.nav li.active a{
    background: url("../images/nav-icon.png") center top no-repeat;
    background-size: 14px 12px;
}

.nav li:hover a{
    background: url("../images/nav-icon.png") center top no-repeat;
}
.nav li:hover a:after{
    width: 100%;
    content: '';
    background:rgba(224,177,82,1);
}

.nav{
    margin-bottom: 30px;
}

/*.noClick{*/
    /*opacity: 0.5;*/
    /*filter:Alpha(opacity=50);*/
/*}*/




/*main*/
.main-view{
    text-align: center;
    background: url("../images/main-bg.jpg") center top no-repeat;
    height: 660px;
    padding-top: 265px;
    margin-bottom: 112px;
}
.main-view strong{
    color: #ffffff;
    font-size: 80px;
    line-height: 90px;
}
.main-view p{
    font-size: 22px;
    line-height: 40px;
    margin-top: 36px;
    color: #ffffff;
}
.abh2{
    font-size: 48px;
    line-height: 58px;
    color: #2f559a;
    font-weight: bold;
    text-transform: uppercase;
}
/*profile*/
.profile{
    margin-bottom: 106px;
    position: relative;
}
.profile:before{
    content: url("../images/dbg.png");
    position: absolute;
    left: -54px;
    top: 275px;
    z-index: -1;
}
.profile-info{
    max-width: 676px;
    padding-right: 70px;
}
.profile-info h2{
    margin: 14px 0 22px;
}
.profile-info p{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 78px;
}
.profile-info li{
    float: left;
    line-height: 30px;
    font-size: 18px;
    padding: 0 65px 14px;
    position: relative;
    color: #666666;
}
.profile-info li strong{
    font-weight: bold;
    color: #2f559a;
    font-size: 48px;
}
.profile-info li:after{
    position: absolute;
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #e4b860;
    bottom: 0;
    left: 65px;
}
.profile-info ul li:first-child{
    padding-left: 0;
}
.profile-info ul li:first-child:after{
    left: 0;
}
.profile .col-l{
    display: block;
    max-width: 652px;
    width: 46.5%;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
}
.profile-info ul li:nth-child(2){
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

/*capa*/
.capa-view{
    background: url("../images/img2.jpg") center top no-repeat;
    padding-top: 82px;
    margin-bottom: 74px;
    position: relative;
}
.capa-view:before{
    content: url("../images/dbg2.png");
    position: absolute;
    right: 0;
    top: -110px;
    z-index: -1;

}
.capa-view h2,.capa-view p{
    color: #ffffff;
    max-width: 680px;
    width: 49.3%;
}
.capa-view h2{
    margin-bottom: 30px;
}
.capa-view p{
    margin-bottom: 152px;
    font-size: 18px;
    line-height: 36px;
}
.capa-view ul{
    width: 100%;
    -webkit-box-shadow: 0px 3px 19.6px 0.4px rgba(31, 69, 136, 0.1);
    -moz-box-shadow: 0px 3px 19.6px 0.4px rgba(31, 69, 136, 0.1);
    box-shadow: 0px 3px 19.6px 0.4px rgba(31, 69, 136, 0.1);
    background: #ffffff;
    padding: 62px 0 76px;
}
.capa-view ul li{
    float: left;
    position: relative;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    border-left: 1px solid #e0e0e0;
    padding: 0 58px;
}
.capa-view ul li:first-child{
    border-left: 0;
}
.capa-view ul li:after{
    position: absolute;
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #e4b860;
    bottom: -18px;
    left: 58px;
}
.capa-view li strong{
    font-weight: bold;
    color: #2f559a;
    font-size: 44px;
}
.capa-view .wp{
    position: relative;
}
.capa-img{
    position: absolute;
    top: -25px;
    right: 40px;

}
.capa-view ul{
    position: relative;
}

/*sales*/
.sales{
    background: #fafafa;
    padding: 77px 0 83px;
}
.sales-slick{
    width: 49.5%;
    max-width: 692px;
    position: relative;
}
.sales-slick img{
    display: block;
    width: 100%;
}
.sales-slick .slick-list{
    -webkit-box-shadow: 0px 3px 19.6px 0.4px rgba(31, 69, 136, 0.1);
    -moz-box-shadow: 0px 3px 19.6px 0.4px rgba(31, 69, 136, 0.1);
    box-shadow: 0px 3px 19.6px 0.4px rgba(31, 69, 136, 0.1);
}
.sales-slick .slick-dots{
    margin-top: 55px;
    padding-left: 180px;
    position: relative;
}
.sales-slick .slick-dots li{
    display: inline-block;
    margin: 0 20px;
    width: 30px;
    height: 30px;
    background: url("../images/slick1.png") center no-repeat;
    position: relative;
    cursor: pointer;
}
.sales-slick .slick-dots:before{
    content: '';
    width: 135px;
    height: 1px;
    display: block;
    border-top: 1px dashed #dcdcdc;
    position: absolute;
    top: 43%;
    left: 223px;
}
.sales-slick .slick-dots li:first-child:before{
    display: none;
}
.sales-slick .slick-dots li button{
    display: none;
}
.sales-slick .slick-dots li.slick-active{
    background: url("../images/slick2.png") center no-repeat;
}
.sales-slick .slick-dots{

}
.sales-info{
    width: 48.2%;
    max-width: 676px;

}
.sales-item{
    display: block !important;
}
.sales-info h2{
    margin-bottom: 20px;
    margin-top: 8px;
}
.sales-info p{
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 20px;
}
.sales-info ul{
    position: relative;
    float: right;
    background: #ffffff;
    max-width: 810px;
    width: 150%;
    padding-left: 135px;
    padding-top: 34px;
    padding-bottom: 1px;
    z-index: 999;
}
.sales-info ul li{
    padding-left: 74px;
    line-height: 36px;
    font-size: 18px;
    color: #335696;
    background: url("../images/icon1.png") left center no-repeat;
    margin-bottom: 37px;
}
.sales-info ul li:nth-of-type(2n){
    background: url("../images/icon2.png") left center no-repeat;
}
.sales .wp{
    position: relative;
}
.sales .wp:before{
    content:url("../images/dbg.png");
    position: absolute;
    top: 230px;
    left: -66px;
}
.sales{
    position: relative;
}
.sales:after{
    content: url("../images/dbg2.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 424px;
}


.coop{
    padding: 64px 0 62px;
    text-align: center;
}
.coop h2{
    margin-bottom: 18px;
}
.coop p{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 60px;
}
.coop img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/*footer*/
.footer-bar{
    height: 71px;
    background: #12316b;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 69px;
    text-align: center;
}
.footer{
    background-image: -moz-linear-gradient( -90deg, rgb(68,114,198) 0%, rgb(27,62,126) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(68,114,198) 0%, rgb(27,62,126) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(68,114,198) 0%, rgb(27,62,126) 100%);
    padding-top: 84px;
    padding-bottom: 54px;
}

.footer-view dt{
    color: #e0b152;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-view dd{
    font-size: 18px;
    color: #ffffff;
}
.footer-view dd a{
    color: #ffffff;
}
.help-list{
    width: 27%;
    margin-right: 13%;
}
.help-list dd{
    line-height: 42px;
}
.link-list{
    width: 13%;
}
.link-list dd{
    line-height: 43px;
}
.link-list dd:hover a{
    color: #e0b152;
}
.add-list dd{
    line-height: 36px;
}
.add-list dd a{
    font-weight: bold;
    color: #ebb548;

}
.add-list dd img{
    display: block;
}
.add{
    margin-bottom: 30px;
}
.email{
    margin-left: 53px;
}


/*商务通*/
/*fdftm*/
.fdftm{
    position: fixed;
    width: 130px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}
.pc-top{
    position: absolute;
    z-index: -1;
    bottom: -42px;
    left: 19px;
    width: 98px;
    height: 86px;
    display: none;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px ;
    border-radius: 10px;
    -webkit-box-shadow: 3.064px 2.571px 4px 0px rgba(40, 52, 62, 0.2);
    -moz-box-shadow: 3.064px 2.571px 4px 0px rgba(40, 52, 62, 0.2);
    box-shadow: 3.064px 2.571px 4px 0px rgba(40, 52, 62, 0.2);
}

.fdftm .fdftmtop {
    position: relative;
}
.fdftmtop a{
    display: block;
    cursor: pointer;
}
.fdftmtop span {
    position: absolute;
    left: -81px;
    top: 42px;
    animation: widthmove 4s linear infinite;
    width: 100px;
    overflow: hidden;
}
.fdftmtop span i {
    clear: both;
    display: block;
    font-style: normal;
    width: 100px;
    height: 45px;
    background: url('../images/fdicon01.png') no-repeat center top;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #3c65b0;
    padding: 7px 15px 0px 9px;
}
.fdftmbom {
    width: 100%;
    margin-top: -35px;
    height: 165px;
    background: url("../images/kft.png") center no-repeat;
    position: relative;
}
.fdftmbom .fdftmboma01 {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 5;
    height:50%;
}
.fdftmbom .fdftmboma02 {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 5;
    height:50%;
}
@keyframes widthmove {
    0%,
    50% {
        width: 0px;
        left: 0px;
    }

    60%,
    100% {
        width: 100px;
        left: -81px;
    }
}
@-webkit-keyframes widthmove {
    0%,
    50% {
        width: 0px;
        left: 0px;
    }

    60%,
    100% {
        width: 100px;
        left: -81px;
    }
}


/*>1920*/
@media screen and (min-width:1921px){
    .main-view{
        background-size: 100%;
    }
    .capa-view{
        background-size: 100%;
    }
}
/*1600--1920*/
@media screen and (max-width:1920px){

}
/*1440--1599*/
@media screen and (max-width:1599px){
    .capa-view ul li{
        padding: 0 52px;
    }
    .capa-view ul li:after{
        left: 52px;
    }
}
@media screen and (max-width:1439px){
    .capa-view ul li{
        padding: 0 40px;
    }
    .capa-view ul li:after{
        left: 40px;
    }
}
@media screen and (max-width:1359px){
    .capa-view ul li{
        padding: 0 33px;
    }
    .capa-view ul li:after{
        left: 33px;
    }
}
/*1280--1439*/
@media screen and (max-width:1439px){
    .logo{
        margin-right: 70px;
    }
    .sales-info ul{
        width: 128%;
    }
    .main-view{
        padding-top: 200px;
        height: 560px;
        margin-bottom: 80px;
    }
    .profile{
        margin-bottom: 80px;
    }
    .contact{
        width: 120px;
        height: 46px;
        line-height: 42px;
    }
    .nav a{
        margin-right: 60px;
    }
    .profile-info{
        width: 48.3%;
    }
    .profile-info li{
        padding: 0 46px 14px;
    }
    .profile-info li:after{
        left: 46px;
    }
    .help-list{
        margin-right: 8%;
    }
    .link-list{
        width: 15%;
    }
    .capa-view h2, .capa-view p{
        width: 51%;
    }
    .fdftm{
        width: 100px;
    }
    .fdftmbom{
        background-size: 100px;
        margin-top: -27px;
        height: 130px;
    }
    .pc-top{
        width: 70px;
        height: auto;
        bottom: -34px;
    }
}

/*1024--1279*/
@media screen and (max-width:1279px){
    .help-list{width:40%;}
    .link-list{display:none;}
    .contact{display:none;}
    .nav{float:right;}
    .nav a{margin-right: 40px;}
}
/*768--1023*/
@media screen and (max-width:1023px){

}

/*480--767*/
@media screen and (max-width:767px){

}

/*調的是360到480之間*/
@media screen and (max-width:479px){


}
/*調的是320到360之間*/
@media screen and (max-width:359px){

}