html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #222; background: #fff; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none; color: #eee; background: none }
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{
    /*clear: both; */
    content: ""; display: block; overflow: hidden
}
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
.hidd{display:none;}
/*--------------------- 导航start ---------------------------*/
/*.nav{
    width:100%;
    min-width: 1200px;
    height:170px;
}
.navtop{
    height:120px;
    width:1200px;
    margin:0 auto;
}
.navlogo{
    margin-top:15px;
    margin-left:20px;
    width:400px;
}
.navtel{
    margin-top:15px;
    margin-right:20px;
    width:260px;
}
.navlogo img,.navttel img{
    width:100%;
}
.navfoot{
    width:100%;
    height:50px;
    background:#2b2b2b;
}*/
/*-----------------------  导航end --------------------------------------*/

/*------------------------- 轮播图start ----------------------------------*/
/*.lunbo{
    width:100%;
    height:460px;
    background:pink;
}
.lunboimg{
    width:100%;
    height:100%;
    background-size: 100% auto;
}
@media(min-width: 1500px){
    .lunboimg{
        background-size: auto 100%;
    }
}*/
/*------------------------------ 轮播图end ------------------------------------*/
/*----------------- 中间内容start --------------------*/
.centers{
    width:100%;
    /*margin-top:10px;*/
}
.platform{
    margin:0 auto;
    text-align: center;
    width:1190px;
}
.title{
    height:87px;
    padding-top:25px;
    border-bottom:1px solid #000;
}
.titleh1{
    font-size: 32px;
    padding-top: 0px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: rgb(254,87,34);
    margin: 0px;
}
.titlep{
    margin-top:5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: rgb(0,0,0);
    margin-bottom:0px !important;
}
.titlespan{
    display:block;
    background:#000;
    width:10px;
    height:10px;
    transform: rotate(45deg);
    margin:15px auto;
}
.platformimg{
    padding:15px 0px;
}
.platformimgul{
    width:100%;
    height:auto;
}
.platformimgulli{
    width:296px;
    margin-top:10px;
    padding:20px 0px;
    float:left;
    border-right:1px solid #000;
}
.platformimgul li:nth-child(4n){
    border-right:0px solid #000 !important;
}
.platformimgullih3{
    color: #000000;
    font-size: 20px;
}
.platformimgullip1,.platformimgullip2{
    font-size: 14px;
    color: #000000;
    padding-top:10px;
}
.platformimgh21{
    font-size: 36px;
    color: #FF0000;
}
.platformimgh22{
    color: #000000;
    font-size: 36px;
}
/*-------------------- 中间内容end ------------------------*/
/*--------------------- 底部start --------------------------------*/
footer{
    width:100%;
    height:auto;
}
.introduce{
    width:100%;
    height:167px;
    background:#000;
}
.introduceimg{
    width:100%;
    height:100%;
}
.foot{
    width:100%;
    height:308px;
    margin-top:15px;
}
.foottop{
    width:1200px;
    margin:0 auto;
}
.foottopimg{
    margin-top:158px;
    width:599px;
    border-right:1px solid #666;
    height:100px;
}
.foottopimg img{
    height:100%;
    margin-left:230px;
}
.foottopcontact{
    margin-top:158px;
    padding-right:200px;
}
.foottopcontact p{
    font-size: 16px;
    color:#999;
}
.foottopcontact h1{
    font-size: 36px;
    color:#1e50ae;
}
.footfoot{
    width:1200px;
    margin:0px auto;
    padding-top:275px;
}
.footfootul{
    margin:0px auto;
    display: table;
}
.footfootulli{
    width:18px;
    height:28px;
    background:#555;
    color:#aaa;
    float:left;
    text-align: center;
    line-height: 28px;
    margin-right:3px;
}
/*-------------------------- 底部end ------------------------------*/
/*-------------------------- 悬浮框start -------------------------------*/
p#back-to-top{
    position:fixed;
    display:none;
    bottom:100px;
    right:80px;
}
p#back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
p#back-to-top a:hover{
    color:#979797;
}
p#back-to-top a span{
    background:transparent url(./../img/backtotop.png) no-repeat 0px -120px;
    /*border-radius:6px;*/
    display:block;
    height:38px;
    width:41px;
    margin-bottom:5px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}
#back-to-top a:hover span{
    background:transparent url(./../img/backtotop.png) no-repeat 0px -120px;
}
/*------------------------- 悬浮框end ------------------------------------*/
/*---------------------------- SEMstart --------------------------------------*/
.problemwhite{
    background:white;
}
.problemwidth1{
    margin:0 auto;
}
.problemwidth2,.problemwidth3,.problemwidth4,.problemwidth5,.problemwidth6,.problemwidth7,.problemwidth8,.problemwidth9,.problemwidth10{
    margin:0 auto;
    position: relative;
}
.problemwidth2:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgroundwhite1.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth3:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgrounde8e2.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth4:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgrounde8e3.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth5:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgrounde8e5.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth6:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgroundwhite1.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth7:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgrounde8e2.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth8:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgroundwhite4.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth9:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgrounde8e5.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemwidth10:after{
    content: '';
    position: absolute;
    background: url(./../img/topbackgroundwhite1.png) bottom;
    background-size:100% 100%;
    height:190px;
    top:-190px;
    width:100%;
    display: block;
}
.problemtitle1{
    text-align: center;
    padding-top:50px;
}
.advantage h1,.problemtitle2 p,.problemtitle1 p{
    width:754px;
    margin:auto;
    color:#00dfb9;
    font-size:18px;
}
.problemtitle2 h1,.problemtitle1 h1{
    width:900px;
    margin:auto;
    color:#3e4d54;
    font-size:30px;
    font-weight: 600;
}
.problemcenter1{
    padding-top:85px;
    text-align:center;
}
.problem{
    padding-top:190px;
}
.problemtitle2{
    text-align:center;
}
.problemwhite1{
    background:white;
    padding:190px 0px;
}
.advantage h1{
    font-weight: bolder;
    padding-top:30px;
}
.advantage h2{
    color:#3e4d54;
    font-size:16px;
    padding-top:2px;
    font-weight: bolder;
    margin:0px !important;
}
.advantage h3{
    color:#777;
    font-size:16px;
    padding-top:2px;
    font-weight: initial;
    margin:0px !important;
}
.advantage p{
    color:#777;
    padding-top:7px;
    margin:0px !important;
}
.effect1{
    background:rgba(255, 255, 255, 0.67);
    display: -webkit-inline-box;
    margin-bottom:50px;
}
.effect1 ul li{
    width:30%;
    float:left;
    padding:18px;
}
.effect1 ul li img{
    padding-top:55px;
    width:80px;
}
.effect1 ul li h1{
    font-weight: bolder;
    font-size:20px;
    padding:10px;
    color: #3e4d54;
}
.effect1 ul li p{
    color:#686868;
    font-size:15px;
    text-align: left;
    width: 340px;
}
.problemwhite2{
    padding-top:190px;
    background:white;
    text-align: center;
}
.effect2{
    padding-bottom:40px;
}
.effect2top{
    height:99px;
    width:1200px;
    background:white;
    margin:auto;
}
.effect2top ul li{
    width:25%;
    float:left;
    cursor:pointer
}
.effect2top ul li p{
    text-align:center;
    line-height:99px;
    font-size:20px;
    margin:0px !important;
}
.effect2top ul li p img{
    padding-right:23px;
    width:43px;
    vertical-align:middle;
}
.effect2top ul li div{
    width:70%;
    height:4px;
    background:#00dfb9;
    margin:auto;
}
.effect2bottom{
    padding-top: 20px;
    width:1200px;
    height:490px;
    margin:4px auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
}
.effect2bottom ul li span{
    width:32%;
    padding-right:3%;
    text-align: left;
}
.effect2bottom ul li span h1{
    margin: 0;
    font-size: 18px;
    font-weight: bolder;
    padding:13px 10px 3px 10px;
    color:#3e4d54;
    padding-top:13px;
}
.effect2bottom ul li span p{
    margin:0px !important;
    color:#3e4d54;
    font-size:14px;
}
.effect2bottom ul li div{
    width:65%;
    height:490px;
    /*background:pink;*/
}
.effect2bottom ul li div img{
    width:800px;
}
.problemwhite4{
    width:100%;
    background:white;
    padding-top:190px;
}
.problem2{
    padding-top:190px;
}
.effect3top{
    width:1200px;
    margin:0 auto;
    height:465px;
    background:rgba(255, 255, 255, 0.67);
    overflow: hidden;
    position:relative;
}
.effect3topul{
    position:absolute;
    top:0px;
    left:0px;
}
.effect3topli{
    float:left;
    width: 1200px;
}
.effect3topspan{
    width: 458px;
    height: 465px;
    overflow: hidden;
}
.effect3topspan img{
    width:113% !important;
}
.effect3topdiv{
    width:742px;
    height:465px;
    overflow: hidden;
}
.effect3topdivdiv{
    display: table-header-group;
}
.effect3topdivdiv img:nth-child(1){
    height:60px;
    padding:20px 15px 0px 20px;
}
.effect3topdivdiv img:nth-child(2){
    height:40px;
    padding-top:39px;
    padding-right:20px;
}
.effect3topdivdiv img:nth-child(3){
    height:40px;
    padding-top:39px;
    padding-right:20px;
}
.effect3topdivdiv img:nth-child(4){
    height:40px;
    padding-top:39px;
    padding-right:20px;
}
.effect3topdivh1{
    color:#3e4d54;
    text-align: left;
    padding:40px 20px 10px 20px;
    font-size:20px;
    margin:0px !important;
}
.effect3topdivp{
    color:#636465;
    text-align: left;
    padding:0px 20px;
    font-size:16px;
    margin:0px !important;
}
.effect3topdivul{
    width:695px;
    padding:20px 20px 0px 20px;
    display: inline-table;
}
.effect3topdivul li{
    float:left;
    width:167px;
    border-right:3px solid #00dfb9;
}
.effect3topdivul li:nth-child(4){
    border-right:0px;
}
.effect3topdivul li h1{
    font-size:32px;
    color:#00dfb9;
    font-weight: 600;
    margin:0px !important;
}
.effect3topdivul li h1 span{
    font-size:16px;
    font-weight: 500;
    color: #00dfb9;
}
.effect3topdivul li p{
    color:#636465;
}
.effect3topdivemspan2 img{
    padding-top:10px;
}
.effect3bottom{
    width:1160px;
    padding:20px;
    margin:0 auto;
}
.effect3bottom ul{
    display: table;
    margin: auto;
}
.effect3bottom ul li{
    float:left;
    margin:10px;
    width:60px;
    height:5px;
    background:#656565;
    cursor: pointer;
}
.problem3{
    padding-top:190px;
}
.problemcenter1{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.gundong{
    height:617px;
    cursor: pointer;
}
.effect4{
    position: absolute;
    top:0px;
    left:0px;
    width:10000px;
    padding-top:85px;
}
.effect4 img{
    float:left;
}
.problemwhite3{
    padding-top:190px;
    background:white;
}
.effect5{
    width:1200px;
    height:400px;
    overflow: hidden;
    margin:0 auto;
    position: relative;
    padding-bottom:20px;
}
.effect5 ul{
    position:absolute;
    top:0px;
    left:0px;
}
.effect5 ul li{
    float:left;
    margin-right:10px;
}
.effect6{
    width:1127px;
    height:500px;
    margin: 85px auto;
    /*padding-bottom:85px;*/
    background:rgba(255, 255, 255, 0.66);
}
.effect6left, .effect6right{
    width:50%;
}
.effect6left h1{
    margin: 0;
    font-weight: normal;
    padding-top:61px;
    font-size:28px;
    color:#00dfb9;
}
.effect6left ul{
    padding:25px;
    display: table;
}
.effect6left ul li{
    float:left;
    width:50%;
    padding-top:35px;
}
.effect6left ul li img{
    width:80px;
}
.effect6left ul li p{
    margin: 0;
    color:#3e4d54;
    padding-top:15px;
}
.effect6rightform1{
    padding-top:70px;
}
.effect6rightform2{
    padding-top:36px;
}
.effect6rightform2 label,
.effect6rightform1 label{
    font-size: 18px;
    font-weight: initial;
    color:#3e4d54;
    padding-right:20px;
}
.effect6rightform2 input,
.effect6rightform1 input{
    width:313px;
    height:44px;
    padding:0px 5px;
    background:#f7f7f7;
    border:2px solid #00dfb9;
    border-radius: 3px;
    color:#3e4d54;
}
.effect6rightform3{
    padding-top:36px;
}
.effect6rightform3 input{
    width:519px;
    height:68px;
    background:#d0031c;
    border:0px;
    color:white;
    font-size:18px;
}
.effect6rightdiv{
    padding:10px;
    text-align: left;
}
.effect6rightdiv h2{
    font-weight: unset;
    margin-bottom:0 !important;
    color:#3e4d54;
    font-size:16px !important;
}
.effect6rightdiv h2:nth-child(2){
    padding-top:16px;
}
.effect6rightdiv p{
    font-size:14px;
    color:#949494;
}
/*----------------- SEMend ---------------------------*/
/*----------------------- SEOstart ---------------------------*/
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff !important;
    opacity: .2;
}
.swiper-container{
height: 800px;
--swiper-theme-color: #ff6600;
--swiper-pagination-color: #00ff33;/* 两种都可以 */
}
.baci1 ,.baci4 ,.baci6 ,.baci8{
background:#fff;
padding:60px 0px;
width:100%;
text-align: center;
}
.bacititle1{
padding-top:35px;
}
.bacititle1 p{
    font-size:18px;
    margin:0px !important;
}
.bacititle1 h1{
    padding-top:10px;
    font-size:20px;
    font-weight: 700;
    margin:0px !important;
}
.baci2 ,.baci3 ,.baci5 ,.baci7{
    width:100%;
    padding:50px 0px;
    text-align: center;
}
.baci2 h1{
    font-size:30px;
    font-weight: bolder;
    margin:0px !important;
}
.bacititle2 h1{
    font-size: 26px;
    font-weight: bolder;
    margin:0px !important;
}
.bacititle2 p{
    text-transform:uppercase;
    padding-top:10px;
    font-size:18px;
    margin:0px !important;
}
.bacicenter1 ul li p{
    margin:0px !important;
}
.bacicenter1{
width:1200px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
margin-top:40px;
}
.bacicenter1 ul li {
width:299px;
margin:20px 0px;
float:left;
border-right:1px solid #ccc;
padding:20px 0px;
}
.bacicenter1 ul li:nth-child(4n){
border-right:0px;
}
.bacicenter3{
    width:1200px;
    margin-top:40px;
}
.bacicenter3 ul li{
    transition:1s;
    -moz-transition:1s;  /* Firefox 4 */
    -webkit-transition:1s;   /* Safari 和 Chrome */
    -o-transition:1s;
    margin-left:1%;
    float:left;
    width:47%;
    height:100px;
    margin-top:20px;
    background:#fff;
    border:1px solid #fff;
}
.bacicenter3 ul li:nth-child(2n){
    margin-right:1%;
    margin-left:0;
    float:right;
}
.bacicenter3 ul li:hover{
    margin-right:0;
    margin-left:0;
    cursor: pointer;
    box-shadow: 0 0 20px #ccc;
    border:1px solid #ccc;
}
.bacicenter3 ul li img{
    float:left;
    padding:20px;
}
.bacicenter3 ul li h1, .bacicenter3 ul li p{
    text-align:left;
    margin:0px !important;
}
.bacicenter3 ul li h1{
    font-size:20px;
    font-weight: 700;
    padding-top:20px;
}
.bacicenter4{
    position:relative;
    height:1541px;
    width:1190px;
    margin-top:40px;
    overflow:hidden;
}
.bacicenter4 ul{
    width:5950px;
    position:absolute;
    top:0;
    left:0;
}
.bacicenter4 ul li{
    width:1190px;
    float:left;
}
.bacicenter4 ul li img{
    width:100%;
}
.bacicenter5 ,.bacicenter5div1{
    padding-top:40px;
    width:1100px;
}
.bacicenter5div{
    width:1100px;
}
.baciusleft ,.baciright{
    width:50%;
}
.baciusleft img{
    width:400px;
    padding:0px 40px;
}
.baciright{
    text-align: left;
}
.baciright h1{
    padding-left:100px;
    font-size:20px;
    font-weight: 700;
    margin:0px !important;
}
.baciright p{
    padding-top:20px;
    padding-left:100px;
    font-size:18px;
    margin:0px !important;
    line-height: 35px;
}
.bacirightp img{
    border:none;
}
.bacirightp span{
    float:right;
    margin-top:50px;
    font-size:20px;
    color:#c00;
}
.bacicenter5div1 h1{
    width:100%;
    padding-top:20px;
    font-size:24px;
    font-weight: inherit;
    margin:0px !important;
}
.bacicenter5div1 h2{
    width:100%;
    font-size:24px;
    font-weight: 700;
    padding-top:5px;
    color:#c00;
    margin:0px !important;
}
.bacicenter5div1 p{
    font-size: 24px;
    padding-top:50px;
    font-weight: inherit;
    padding-bottom:35px;
    border-bottom:2px solid #d5d5d5;
    margin:0px !important;
}
.bacicenter5div1 p span{
    font-weight: 700;
}
.bacicenter5div1ul{
    width:100%;
}
.bacicenter5div1ul li{
    width:33%;
    float:left;
    padding-top:30px;
    text-align: left;
}
.bacicenter5div1ul li h3{
    padding-left:60px;
    font-size: 24px;
    font-weight:inherit;
    margin:0px !important;
}
.bacicenter5div1ul li h3 span{
    font-weight: 700;
    color: #161616;
}
.bacicenter5div1ul li h4{
    padding-left:60px;
    padding-top:20px;
    color:#676767;
    margin:0px !important;
}
/*-------------------- SEOend -----------------------*/
/*-------------------- 信息流和SEMstart -------------------------*/
.problemsem{
    padding-top:50px;
}
.problemcentersem{
    width:1200px;
    margin:40px auto;
    display: -webkit-box;
}
.problemcentersem ul li{
    float:left;
    width: 25%;
    text-align:center;
}
.problemcentersem ul li h1{
    padding-top:10px;
    font-size:20px;
    font-weight:inherit;
    margin:0px;
    color:#3e4d54;
}
.problemcentersem ul li p{
    font-size:14px;
    padding:10px 20px 0px 20px;
    color:#959595;
}
/*---------------- 信息流和SEMend ---------------------*/
.effect5 ul li img{
    width:600px;
}

/*--------- 底部按钮 strat -------------*/
.footerphone{
padding:7px;
width:100%;
position:fixed;
left:0;
bottom:0;
height:67px;
background:white;
z-index: 9999999999999999;
box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.9);
}
.footerphone ul{
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
width: 100%;
}
.footerphone ul li{
width: calc(calc(100% / 4) - 0px);
text-align: center;
/*border-right:1px solid #5b5e5e;*/
}
/*.footerphone ul li:nth-child(3){
border-right:0px;
}*/
.footerphone ul li img{
width:30px;
}
.footerphone ul li p{
font-size:16px;
color:#5b5e5e;
margin-bottom:0px;
padding-top:4px;
}
.footerphone{
    display:none;
}
@media (max-width: 760px){
    .footerphone{
        display: block;
    }

    footer{
        padding-bottom:60px;
    }

/*---------- 头部 logo strat ---------*/
    #header #header-wrap #logo {
        height:80px !important;
        text-align: right;
    }
    #header #header-wrap #logo .retina-logo img{
        height:80px;
        /*padding-top:10px;*/
    }
    #header #header-wrap #primary-menu-trigger i{
        font-size:30px;
    }
/*---------- 头部 logo end ----------*/

/*---------- 联系我们 ------------*/
    .clear-bottommargin{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .clear-bottommargin .bottommargin{
        width: calc(calc(100% / 2) - 0px);
    }
/*---------- 联系我们 ------------*/

    #page-title{
        display:none;
    }
}
/*----------底部按钮 end ---------------*/
