/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details, summary, picture {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    border: 1px solid #b3b3b3;
    color: #333333;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, img, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

sup, sub {
    font-size: 12px;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
    display: block;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #333;
}

body, textarea, input, button, select, keygen, legend {
    font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
    color: #333;
    outline: 0;
}

html {
    font-size: 10px;
}

body {
    background: #f6f7f7;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
html,body{
    height: 100%;
}

input[type=submit] {
    cursor: pointer;
}

/*公共样式*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix, .clear {
    *zoom: 1;
}

.clearfix:before, .clearfix:after, .clear:before, .clear:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after, .clear:after {
    clear: both;
}
.page-width{
    margin: 0 auto;
    width: 100%;
}
/*页面头部*/
.page-header{
    background: #ffffff;
}
.logo-div a{
    display: block;
    width: 100%;
    height: 1.066667rem;
    background: url("../img/logo.png") no-repeat center #2d2d2d;
}
.nav-div ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
    padding: 0.2rem 0.3rem;
}
.nav-div li a{
    font-size: 0.4rem;
    color: #333333;
}
.nav-div li a:hover{
    color: #2aabdc;
}
.nav-div li a.active{
    color: #2aabdc;
    /*padding-bottom: 2px;*/
    /*border-bottom: 2px solid #2aabdc;*/
}
.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.133);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.133);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.133);
    box-shadow: 0 2px 4px rgba(0,0,0,.133);
}
/*banner区域*/
.banner-div{
    width: 100%;
}
.banner-div img{
    width: 100%;
    display: block;
}
/*保交链特色详情*/
.feature-main{
    padding: 0 0.266667rem;
    margin-bottom: 0.32rem;

}
.feature-main li{
    margin-top: 0.32rem;
    background: #ffffff;
}
.feature-main li .feature-text{
    display: none;
}
.feature-title{
    border-bottom: 1px solid #e4e4e4;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.426667rem;
    padding-left: 1.493333rem;
}
.feature-title .item-arrow{
    position: absolute;
    width: 0.573333rem;
    height: 0.56rem;
    background: url("../img/featureDown.png") no-repeat center;
    right: 0.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
.feature-title{
    background-size: 8%;
    position: relative;
}
.feature-title.icon-0{
    background: url("../img/feature1.png") no-repeat 0.5rem 50%;
}
.feature-title.icon-1{
    background: url("../img/feature2.png") no-repeat 0.5rem 50%;
}
.feature-title.icon-2{
    background: url("../img/feature3.png") no-repeat 0.5rem 50%;
}
.feature-title.icon-3{
    background: url("../img/feature4.png") no-repeat 0.5rem 50%;
}
.feature-title.icon-4{
    background: url("../img/feature5.png") no-repeat 0.5rem 50%;
}
.feature-title.icon-5{
    background: url("../img/feature6.png") no-repeat 0.5rem 50%;
}
.feature-title.icon-6{
    background: url("../img/feature7.png") no-repeat 0.5rem 50%;
}
.feature-text{
    padding: 0.3rem 0.32rem;
    font-size: 0.4rem;
    text-align: justify;
    max-height: 4rem;
}
/*白皮书下载*/
.page-download{
    padding: 0 0.266667rem;
    margin-bottom: 0.266667rem;
    position: relative;
}
.page-download a{
    position: absolute;
    color: #3fb9e7;
    font-size:0.426667rem;
    width: 3.506667rem;
    height: 1.2rem;
    line-height: 1.2rem;
    right: 1.5rem;
    top: 0.72rem;
}
.page-download img{
    width: 100%;
    display: block;
}
/*轮播图片*/
.page-apply{
    padding: 0 0.266667rem;
    background: #ffffff;
    margin-bottom: 0.266667rem;
}
.slide-img{
    width: 100%;
}
.slide-img img{
    display: block;
    width: 100%;
}
.item-con{
    border-bottom: 1px dashed #d2d2d2;
    padding: 0.333333rem 0;
}
.slide-text .item-con:last-child{
    border-bottom: none;
}
.item-title{
    width:2.6rem;
}
.item-title span{
    display: inline-block;
    width:1.933333rem;
    height: 0.746667rem;
    line-height: 0.746667rem;
    font-size: 0.386667rem;
    color: #3fb9e7;
    border: 1px solid #3fb9e7;
    text-align: center;
}
.item-text{
    width:-webkit-calc(100% - 2.6rem);
    width:-moz-calc(100% - 2.6rem);
    width:calc(100% - 2.6rem);
}
.item-text p{
    font-size: 0.373333rem;
    color: #666;
    line-height: 0.5rem;
    text-align: justify;
    padding-right: 0.266667rem;
}
/*场景一*/
.slide-one h2{
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
    text-align: center;
    letter-spacing: 0.1rem;
    padding-left: 0.1rem;
}
/*场景二*/
.slide-two-con{
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 0.266667rem ;
}
.slide-two h2{
    padding-top: 1rem;
    font-size: 0.6rem;
    width: 8.5rem;
    text-align-last: justify;
    margin: 0 auto;
}
.slide-detail{
    width: 8.5rem;
    margin: 0 auto;
    font-size: 0.346667rem;
    text-align: justify;
}
/*sdk接口*/
.page-sdk{
   padding: 0 0.266667rem;
}
.page-sdk .sdk-con{
    background: #ffffff;
}
.con-h1{
    height: 1.306667rem;
    font-size: 0.6rem;
    line-height: 1.306667rem;
    text-align: center;
}
.btn-area{
    background: url("../img/sdkBgImg.png") no-repeat bottom center;
}
.btn-main{
    padding:0 0.266667rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}
.btn-main a{
    display: inline-block;
    font-size: 0.346667rem;
    width: 2.666667rem;
    height: 0.866667rem;
    line-height: 0.866667rem;
    border: 1px solid #cccccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.333333rem;
    background: #ffffff;
}
.btn-main a.long-btn{
    width: 4.2rem;
}
.btn-main a:hover{
    color: #59cbf6;
    border-color: #59cbf6;
}
.btn-load{
    text-align: center;
    padding: 0.2267rem 0 0.826667rem 0;
}
.btn-load a{
    font-size: 0.426667rem;
    display: inline-block;
    height: 1.133333rem;
    line-height: 1.133333rem;
    background: url("../img/loadDetail.png") 86% 55% #3fb9e7 no-repeat;
    background-size: 15%;
    color: #ffffff;
    width: 3.52rem;
    text-align: left;
    text-indent: 0.693333rem;
    letter-spacing: 2px;
}
/*新闻链接*/
.news-modular{
    background: #ffffff;
}
.news-list ul{
    padding:0 0.266667rem;
}
.list-con li{
    padding-bottom: 0.266667rem;
}
.list-con li:before{
    content: "●";
    color: #3fb9e7;
    font-size: 0.426667rem;
    float: left;
    width: 0.5rem;
    margin-top: 0.3rem;
}
.list-con li a{
    color: #595757;
    font-size: 0.426667rem;
    float: left;
    width: -webkit-calc(100% - 0.5rem);
    width: -moz-calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
}
.list-con li a:hover{
    color: #3fb9e7;
}
.more-news{
    padding: 16px 38px 55px 38px;
    text-align: right;
}
.more-news a{
    display: inline-block;
    width: 93px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #3fb9e7;
    border: 1px solid #3fb9e7;
    text-align: center;
}
/*二维码*/
.code-foot{
    padding: 0.533333rem 0;
}
.code-main{
    background: url(../img/codeImg.png) 50% 21% no-repeat #ffffff;
    width: 3.0rem;
    height: 3.56rem;
    margin: 0 auto;
    padding-top: 2.78rem;
}
.code-main p{
    font-size: 0.466667rem;
    color: #666666;
    width: 2.44rem;
    text-align-last: justify;
    margin: 0 auto;
}
