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{
    background: url("../images/main-bg.jpg") center top no-repeat;
    padding-top: 34px;

}
.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: 34px;
}
.main-view{
    position: relative;
    margin-bottom: 52px;
}
.main-view img{
    position: relative;
    display: block;
    width: 64.5vw;
    max-width: 1201px;
    left: 33.5%;
}
.main-txt{
    position: absolute;
    left: 0;
    top: 284px;
    width: 32%;
    max-width: 440px;
}
.main-view p{
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 85px;
}
.main-icon{
    display: block;
    width: 28px;
    height: 65px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 2px solid #ffffff;
    background: url("../images/xia.png") center no-repeat;
    background-size: 8px 36px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.main-icon:hover{
    border: 2px solid #e0b152;
    background: url("../images/icon2.png") center no-repeat;
}
.main-tit{
    position: absolute;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 100px;
    left: 0;
    top: 110px;
    line-height: 110px;
    text-shadow: 0px 2px 21px rgba(32, 62, 120, 0.47);
    z-index: 9;
}

.ftm-h2{
    font-size: 48px;
    line-height: 58px;
    color: #345799;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.pro-navTit{
    padding-bottom: 30px;
    margin-bottom: 58px;
}
.pro-navTit:after{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #345799;
    left: 0;
    bottom: 0;
}
.pro-prve,.pro-next{
    width: 74px;
    height: 49px;
    background-size: 21px 22px;
    cursor: pointer;
    float: left;
    opacity: 1;
    filter:Alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition:  all 0.3s;
    -ms-transition:  all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;
}
.pro-prve{
    border:1px solid #7ba6f5;
    background: url("../images/zuo.png") center no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition:  all 0.3s;
    -ms-transition:  all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;
}
.pro-prve:hover{
    border:1px solid #e0b152;
    background: url("../images/zuo2.png") center no-repeat;
    background-color: #e0b152;
}
.pro-next:hover{
    background-color: #e0b152;
}
.pro-next{
    background: url("../images/you.png") center no-repeat;
    background-color: #335696;
    -webkit-transition: all 0.3s;
    -moz-transition:  all 0.3s;
    -ms-transition:  all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;
}
.pro-nav{
    width: 86.5vw;
    margin-bottom: 130px;
    height: 460px;
}
.pro-nav .slick-list{
    padding-top: 20px;
    height: 500px !important;

}
.pro-navItem{
    max-width: 408px;
    height: 460px;
    background: url("../images/proli.jpg") center top no-repeat;
    background-size: 409px;
    margin-right: 58px;
    -webkit-box-shadow:  0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    -moz-box-shadow:  0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    box-shadow:  0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    padding-top: 34px;
    padding-left: 35px;
    display: block !important;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-navItem:hover{
    height: 500px;
    margin-top: -20px;
}
.pro1:hover{
    background: url("../images/navh1.jpg") center top no-repeat;
}
.pro2:hover{
    background: url("../images/navh2.jpg") center top no-repeat;
}
.pro3:hover{
    background: url("../images/navh3.jpg") center top no-repeat;
}
.pro4:hover{
    background: url("../images/navh4.jpg") center top no-repeat;
}
.pro5:hover{
    background: url("../images/navh5.jpg") center top no-repeat;
}
.pro-nav p{
    color: #ffffff;
    font-size: 26px;
    text-shadow: 0px 3px 4px rgba(32, 53, 91, 0.53);
    line-height: 36px;
    position: relative;
    width: 285px;
    height: 110px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.pro-nav p:after{
    position: absolute;
    content: '';
    display: block;
    width: 86px;
    height: 18px;
    background: url("../images/you_91.png") center no-repeat;
    background-size: 86px 18px;
    left: 0;
    bottom: 6px;
}
.pro-nav p a{
    color: #ffffff;
}
.noClick{
    opacity: 0.5;
    filter:Alpha(opacity=50);
}
/*about*/

.about > div.col-l{
    width: 50%;
    max-width: 703px;

}
.about > div.col-l img{
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(12, 81, 161, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(12, 81, 161, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(12, 81, 161, 0.1);
    border: 1px solid #ffffff;
    float: left;
}
.about > div.col-l img:nth-child(2){
    float: right;
}
.about > div.col-r{
    width: 42%;
    max-width: 580px;

}
.about .col-r b{
    font-size: 20px;
    font-weight: bold;
    color: #e0b152;
    line-height: 48px;
}
.about .col-r h2{
    margin-bottom: 30px;
}
.about .col-r p{
    font-size: 18px;
    color: #999999;
    line-height: 36px;
    margin-bottom: 40px;
}
.about .col-r li{
    text-align: center;
}
.about li strong{
    font-size: 48px;
    line-height: 58px;
    color: #275594;
}
.about .col-r ul{
    margin-bottom: 28px;
}
.about li:last-child{
    overflow: hidden;
}
.about li p{
    font-size: 20px;
    line-height: 40px;
    color: #666666;
    padding-bottom: 26px;
    position: relative;
}
.about li p:after{
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    background: #5d8de3;
    left: 50%;
    bottom: 0;
    margin-left: -17px;
}

.more-btn{
    display: block;
    background: #e0b152;
    color: #ffffff;
    text-align: center;
    width: 250px;
    height: 60px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(40, 92, 192, 0.27);
    -moz-box-shadow: 0px 2px 8px 0px rgba(40, 92, 192, 0.27);
    box-shadow: 0px 2px 8px 0px rgba(40, 92, 192, 0.27);
    font-size: 20px;
    line-height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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;
}
.more-btn:after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url("../images/more-icon.png") center no-repeat;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.more-btn:hover:after{
    -webkit-animation: moveIcon 1s infinite;
    -o-animation: moveIcon 1s infinite;
    animation: moveIcon 1s infinite;
}
.more-btn:hover{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@keyframes moveIcon {
    0% {
        left: 0;
    }
    50%{
        left: 10px;
    }
    100%{
        left: 0;
    }
}
@-webkit-keyframes moveIcon {
    0% {
        left: 0;
    }
    50%{
        left: 10px;
    }
    100%{
        left: 0;
    }
}
.about{
    margin-bottom: 97px;
    position: relative;
}
.about:before{
    position: absolute;
    z-index: -1;
    content: url("../images/zs1.jpg");
    top: 0;
    left: -260px;

}
/*hot*/
.hot h2{
    margin-bottom: 40px;
    padding-bottom: 25px;
    position: relative;
}
.hot{
    position: relative;
}
.hot:after{
    position: absolute;
    bottom: -118px;
    left: -260px;
    content: url("../images/zs2.jpg");
    z-index: -1;
}
.hot h2:after{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #345799;
    left: 0;
    bottom: 0;
}
.hot-list li{
    float: left;
    margin-left: 2%;
    width: 23.5%;
    max-width: 328px;
    -webkit-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    -moz-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
}
.hot-list li:first-child{
    margin-left: 0;
}
.hot-list{
    margin-bottom: 92px;
}
.hot-list li > a{
    display: block;
    overflow: hidden;
    position: relative;
}
.hot-list li > a img{
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition:  all 0.3s;
    -ms-transition:  all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;
}
.hot-list li .mask{
    width:70px;
    height: 70px;
    position: absolute;
    text-align: center;
    line-height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    filter:Alpha(opacity=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;
    border-radius: 50%;
}
.hot-list li:hover .mask{
    opacity: 1;
    filter:Alpha(opacity=100);
}
.hot-list li h3{
    height: 85px;
    line-height: 85px;
    background: #ffffff;
    font-weight: bold;
}
.hot-list li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hot-list h3 a:before{
    position: absolute;
    width: 20px;
    height: 2px;
    background: #4269b2;
    top: 50%;
    left: 9px;
    margin-top: -1px;
    content: '';
}
.hot-list h3 a{
    color: #4269b2;
    font-size: 20px;
    display: block;
    position: relative;
    padding-left: 44px;
}
.hot-list h3 a:after{
    position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    background-image: linear-gradient(to right,rgba(60,101,175,1),rgba(60,101,175,0));
    left: 0;
    bottom: 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;

}
.hot-list li:hover h3 a:after{
    background: #e2bf79;
    width: 100%;
}

/*HOT COUNTRIES*/
.countrie-tit{
    text-align: center;
}
.countrie-tit h2{
    margin-bottom: 32px;
}
.countrie-tit p{
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    max-width: 870px;
    width: 62%;
    margin: 0 auto 66px;
}
.countrie-list{
    margin-bottom: 104px;
}
.countrie-item{
    float: left;
}

.countrie-list .slick-track{
    -webkit-transition-timing-function: linear !important;    /*ä¹‹å‰æ˜¯ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    margin: 0 auto;
}

.choose-img{
    display: block;
    margin: 0 auto;
}
.choose-bot{
    background: #f5f7fa;
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
}
.choose-bot .col-r{
    width: 46%;
    max-width: 640px;

}
.choose-bot .col-r strong{
    font-size: 26px;
    font-weight: bold;
    color: #e0b152;
    line-height: 40px;
    display: block;
    margin-bottom: 8px;
}
.choose-bot .col-r p{
    font-size: 18px;
    line-height: 36px;
    color: #335696;
    position: relative;
}
.choose-bot .col-r p:after{
    content: '';
    display: block;
    width: 19px;
    height: 18px;
    background: url("../images/hot.png") center no-repeat;
    background-size: 19px 18px;
    top: 8px;
    left: -40px;
    position: absolute;
}
.choose-card{
    width: 43%;
    max-width: 607px;
    -webkit-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    -moz-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    padding: 82px 75px 64px;
    text-align: center;
    position: relative;
    margin-top: -322px;
    z-index: 9;
    background: #ffffff;
}
.choose-card h2{
    margin-bottom: 6px;
}
.choose-card > strong{
    display: block;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 52px;
    color: #e0b152;
}
.choose-card li{
    float: left;
    width: 50%;
    margin-bottom: 70px;
}
.choose-card ul{
    background: url("../images/hotcard.png") center top no-repeat;
    background-size: 300px 300px;
}
.choose-card li strong{
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #275594;
}
.choose-card li p{
    font-size: 18px;
    line-height: 34px;
    color: #666666;
}
.choose-card .more-btn{
    margin: 0 auto;
}

/*case*/

.case-view{
    margin-top: 97px;
    position: relative;
    padding-bottom: 64px;
}
.case-view:after{
    position: absolute;
    content: url("../images/inset.png");
    z-index: -1;
    left: -260px;
    bottom: -10px;
}
.case-view h2{
    position: absolute;
    text-align: right;
    right: 0;
    top: -10px;
    padding-bottom: 30px;
}
.case-view h2:after{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #345799;
    right: 0;
    bottom: 0;
}
.case-list {
    position: relative;
}
.case-list li{
    float: left;
    position: relative;
    padding: 16px 16px 0;
    width: 45%;
    max-width: 624px;
}
.case-left{
    margin-right: 20%;
}
.case-left:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 90%;
    max-width: 560px;
    height: 387px;
    background-image: -moz-linear-gradient( 90deg, rgb(51,86,150) 0%, rgb(65,108,188) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(51,86,150) 0%, rgb(65,108,188) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(51,86,150) 0%, rgb(65,108,188) 100%);
    z-index: -1;
}
.case-right:before{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 90%;
    max-width: 560px;
    height: 387px;
    background-image: -moz-linear-gradient( 90deg, rgb(51,86,150) 0%, rgb(65,108,188) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(51,86,150) 0%, rgb(65,108,188) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(51,86,150) 0%, rgb(65,108,188) 100%);
    z-index: -1;
}
.case-list li:nth-of-type(2n){
    float: right;
}
.case-list .num{
    position: absolute;
    top: -60px;
}
.case-left .num{
    left: -50px;
}
.case-right .num{
    right: -60px;
}
.case-card{
    background: #ffffff;
    padding-bottom: 17px;
    -webkit-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0);
    -moz-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0);
    box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 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;
}
.case-card:hover{
    -webkit-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    -moz-box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
    box-shadow: 0px 0px 49px 0px rgba(51, 86, 150, 0.13);
}
.case-card:hover .mask{
    opacity: 1;
    filter:Alpha(opacity=100);
}
.case-card:hover .case-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case-card h3{
    margin: 20px 0 12px;
    font-weight: bold;
}
.case-card h3 a{
    color: #335696;
    padding: 0 30px;
    font-size: 20px;
    display: block;
    position: relative;
}
.case-card h3 a:before{
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background: #4269b2;
    position: absolute;
    left: 20px;
    top: 5px;
}
.case-img{
    display: block;
    position: relative;
    overflow: hidden;
}
.case-img img{
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition:  all 0.3s;
    -ms-transition:  all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;
}
.case-img .mask{
    width:70px;
    height: 70px;
    position: absolute;
    text-align: center;
    line-height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    filter:Alpha(opacity=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;
    border-radius: 50%;
}
.case-card .case-more{
    float: right;
    margin-right: 20px;
    color: #e0b152;
}
.case-card .case-more:after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url('../images/caseicon.png') center no-repeat;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.case-card .case-more:hover:after{
    -webkit-animation: moveIcon 1s infinite;
    -o-animation: moveIcon 1s infinite;
    animation: moveIcon 1s infinite;
}
.case-view{
    background: url("../images/casebg.png") center 160px no-repeat;
}

.case2{
    margin-top: -196px;
}
.case3{
    margin-top: -140px;
}
.case4{
    margin-top: -214px;
}

/*footer*/
.footer-bar{
    height: 71px;
    background: #12316b;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 69px;
    text-align: center;
}
.foot-prpo{
    display: inline-block;
    margin-left: 15px;
}
.foot-prpo a{display: block; width: 150px;height: 30px;line-height: 30px;text-align: center;border:1px solid rgba(255,255,255,.4);-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;color: rgba(255,255,255,.4);font-size: 16px;}
.foot-prpo a img{margin-right: 12px;vertical-align: middle;margin-top: -2px;}
.foot-prpo a:hover{color: #FF8800;border-color: #FF8800;}

.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 0 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;
    }
}

/*mftm*/

.m-ftm{
    display: none;
}
.m-ftmhg{
    height: 80px;
}
.m-ftm ul{
    height: 60px;
    margin: 0 3%;
    position: fixed;
    z-index: 999;
    width: 94%;
    line-height: 60px;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    bottom: 10px;
    padding: 10px;
    -webkit-box-shadow:0 0 8px 0px rgba(40, 52, 62, 0.2);
    -moz-box-shadow: 0 0 8px 0px rgba(40, 52, 62, 0.2);
    box-shadow: 0 0 8px 0px rgba(40, 52, 62, 0.2);
}
.m-ftm li{
    float: left;
    width: 49%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.m-ftm li a{
    color: #FFFFFF;
    display: block;
}
.m-ftm li img{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.m-ftm li:first-child{
    background: #f9b83b;
    color: #FFFFFF;
    margin-right: 2%;
}
.m-ftm li:last-child{
    background: #009fa0;
    color: #FFFFFF;
}
.mtop-box{
    display: none;
}
.mtop{
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow:0 0 4px 0px rgba(40, 52, 62, 0.2);
    -moz-box-shadow: 0 0 4px 0px rgba(40, 52, 62, 0.2);
    box-shadow: 0 0 4px 0px rgba(40, 52, 62, 0.2);
    right: 3%;
    bottom: 100px;
    background-color: #FFFFFF;
    border: 2px solid #f9b83b;
    background-image: url('../images/mtop.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    outline: none;
}
.mprc{
    display: none;
}



/*>1920*/
@media screen and (min-width:1921px){
    .header{
        background-size: 100%;
    }
    .choose-img{
        width: 100%;
    }
}
/*1600--1920*/
@media screen and (max-width:1920px){

}
/*1440--1599*/
@media screen and (max-width:1599px){
    .main-view img{
        width: 73%;
    }
}
/*1440--1500*/
@media screen and (max-width:1500px){
    .case-view{
        width: 90%;
    }
}
/*1280--1439*/
@media screen and (max-width:1439px){
    .logo{
        margin-right: 70px;
    }
    .contact{
        width: 120px;
        height: 46px;
        line-height: 42px;
    }
    .about > div.col-l{
        width: 55%;
    }
    .about > div.col-l img{
        margin-bottom: 20px;
    }
    .link-list{
        width: 15%;
    }
    .main-view img{
        width: 72%;
    }
    .main-tit{
        top: 90px;
    }
    .main-view p{
        margin-bottom: 45px;
    }
    .main-txt{
    	top: 214px;
    }
    .nav a{
        margin-right: 60px;
    }
    .main-view p:after{
        bottom: -110px;
    }
    .help-list{
        margin-right: 11%;
    }
}
/*1024--1279*/
@media screen and (max-width:1279px){
    .contact,.main-icon,.link-list{display:none;}
    .nav{float:right;}
    .nav a{margin-right: 40px;}
    .main-tit{
    font-size: 60px;
    top: 42px;
}
.main-txt{
    top: 170px;
}
.help-list{width: 33%;}
}
/*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){

}
/*NewYear*/
.ny-bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}
.ny-view{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 94%;
    max-width: 1400px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.nmain-img{
    display: block;
    width: 100%;
}
.nmain-con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 230px;
}
.n-ht{
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    color: #fff1de;
    text-transform: uppercase;
    text-shadow: 0px 6px 6px rgba(142, 12, 29, 0.6);
    position: relative;
    left: -100%;
}
.n-ptext{
    font-family: Arial;
    font-size: 16px;
    color: #fff1de;
    line-height: 26px;
    text-shadow: 0px 6px 13px rgba(142, 12, 29, 0.4);
    display: none;
    margin: 10px 0 20px;
}
.n-pro{
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: 400px;

}
.n-icon1{
    position: absolute;
    left: 0;
    bottom: -150px;
}
.ny-close{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 50%;
    bottom: 8%;
    margin-right: -25px;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}
.ny-close i{
    -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-style: normal;
    display: block;
}
.ny-close:hover i{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ny-href{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}