/* reset */
html, input { margin: 0; padding: 0; }
body { background: #FFF; line-height: 1.4; color: #222; font-size: 14px; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; }
input, select, textarea { font-size: 100%; }
input:focus, select:focus, textarea:focus { outline: none; }
body, form, h1, h2, h3, h4, h5, h6, ol, p, ul { margin: 0; }
h4, h5, h6 { font-size: 1em; }
ol, ul { padding-left: 0; list-style-type: none; list-style: none; }
ul li { list-style: none; }
th, td { padding: 0; }
img, iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; outline: none; }
* { box-sizing: border-box; }
input::-ms-clear, input::-ms-reveal { display: none; }
/* Optimization */
/* reset */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: none; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: none; }
body { font-family: "PingFang SC",Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti"; color: #333; background: #FFF; }
.clearfix{content: ""; clear: both; height: 0; display: table; overflow: hidden;}
/* header begain */
body{
    background:url(images/bj.png) no-repeat left top #fff;
    background-size:cover;
}
.header{
    height: 74px;
    background:#0073B9;
}
.container{
    width: 70%;
    margin:0 auto;
}
.header h1{
    font-size: 0px;
    /* padding-top:22px; */
}
.header h1 img{ 
    width:175px;
}

.nav {
    font-size: 16px;
    /* font-weight: bold; */
    display: flex;
    /* min-width: 1200px;
    margin: 0 auto; */
    align-items: center;
    height: 100%;
}

.nav a {
    margin-right: 20px;
    color: #FFF;
    text-decoration: none;
}

.nav a.active{
    color: #F09708;
}
.banner{
    background: url(images/banner.png) no-repeat left top;
    background-size:contain;
    height: 350px;
}
.banner h3{font-size: 0px;padding-top: 83px;}
.banner p{
    width:600px;
    font-size: 18px;
    color: 555;
    line-height: 32px;
    padding:30px 10px 0px 0px;
}
.banner p a{ 
    display: inline-block;
    font-size:18px;
    color: #1356F0;
    padding:8px 0px;
    width: 150px;
    text-align: center;
    border:solid 1px #1356F0;
    background: #fff;
    -o-border-radius: 6px;
    -mo-zborder-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 30px;
}
.tedian{
    height: 120px;
    -o-border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:-moz-linear-gradient(to bottom,#EBEDFF,#F9FAFE,#FFFFFF);
    background:-webkit-linear-gradient(to bottom,#EBEDFF,#F9FAFE,#FFFFFF);
    background:-o-linear-gradient(to bottom,#EBEDFF,#F9FAFE,#FFFFFF);
    background:linear-gradient(to bottom,#EBEDFF,#F9FAFE,#FFFFFF);
}
.tedian ul li{
    float: left;
    width: 33%;
    padding:20px 40px;
}
.tedian ul li h3{
    padding:6px 0px;
}
.tedian ul li h3 span{
    float: left;
    display: inline-block;
    height:40px;
    width:40px;
    overflow: hidden;
}
.tedian ul li h3 strong{
    font-size:18px;
    font-weight: bold;
    color:#222;
    display: inline-block;
    height:40px;
    line-height:38px;
    padding-left:8px;
}
.tedian ul li p{
    font-size: 14px;
    color: #515864;
    line-height: 22px;
}
.gongneng h3,.wenti h3,.chajian h3{
    font-size:40px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
    padding:67px 0px 38px 0px; 
}
.gongneng p{
    font-size: 20px;
    font-weight: bold;
    color: #1F2329;
    text-align: center;

}
.gongneng p img{
    padding:20px 0px 40px 0px;
}
.footer{
    background: #fff;
    padding:30px 0px;
}
.footer dl{
    margin: 0 auto;
    width:440px;
}
.footer dl dt{
    float: left;
    padding-right:12px;
}
.footer dl dt img{
    padding-top:6px;
}
.footer dl dd{
    float: left;
    padding-left: 14px;
    border-left:solid 1px #DEDEDE;
}
.footer dl dd p{
    font-size: 14px;
    color:#8F959E;
    line-height:20px;
}
.wenti{
    width:980px;
    margin: 0 auto;
    
}
.wenti dl{
margin:0 auto;
padding-top:40px;
}
.wenti dl dt{
    float: right;
    width:530px;
    padding-top:24px;
}
.wenti dl dt p{
    font-size:12px;
    color:#555555;
    line-height:20px;
}
.wenti dl dt p strong{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-bottom:8px;
}
.wenti dl dt p span{
    display: inline-block;
    padding-bottom:16px;
}
.wenti dl dd{
    float: left;
    padding-right:60px;
    padding-left:200px;
}
.wenti dl dd .erweima{
    width: 127px;
    height:127px;
    background: #fff;
    -o-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.wenti dl dd p{
    text-align: center;
    color: #333;
}
.chajian .box{
    float:left;
    padding:36px 16px 10px 16px;
    width:32%;
    background: #fff;
    -o-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    box-shadow:0px 4px 8px 0px rgba(0, 0, 0,0.1);
    margin-bottom:24px;
    min-height:270px;
}
.chajian .box h3{
    font-size:20px;
    height: 24px;
    line-height:24px;
    text-align: center;
    padding:0px;
    margin-bottom:28px;
}
.chajian .box h3 span{
    
    position:relative;
    padding-left:30px;
}
.chajian .box h3 span.edge:before{
    content: "";
    background: url(images/edge.png) no-repeat center center;
    display: inline-block;
    width:22px;
    height:22px;
    position: absolute;
    left: 0px;
    top:1px;
}
.chajian .box h3 span.sanliuling:before{
    content: "";
    background: url(images/360.png) no-repeat center center;
    display: inline-block;
    width:22px;
    height:22px;
    position: absolute;
    left: 0px;
    top:1px;
}
.chajian .box h3 span.guge:before{
    content: "";
    background: url(images/guge.png) no-repeat center center;
    display: inline-block;
    width:24px;
    height:24px;
    position: absolute;
    left: 0px;
    top:1px;
}

.chajian .box p{
    font-size: 14px;
    color:#666666;
    line-height:24px;
    height:48px;
    overflow: hidden;
    word-break:break-all;
}
.chajian .box p.lianjie{
    height:24px;
}
.chajian .box p.pdtp{
    padding-top:10px;
    margin-top: 10px;
    border-top:dashed 2px #dedede;
}
.chajian .box p b{
    font-weight: bold;
}
.chajian .box p a.button{
    display:block;
    font-size: 18px;
    color: #1356F0;
    padding: 8px 0px;
    width: 150px;
    text-align: center;
    border: solid 1px #1356F0;
    background: #fff;
    -o-border-radius: 6px;
    -mo-zborder-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin:0px auto;
}

.chajian .box p a{
    color:#1356F0;
}
.shoudongtitle{
    height: 44px;
    line-height:44px;
    background: #E5EEFC;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    color:#222;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-top: 16px;
}
.shoudongcon{
    padding-top:32px;
}
.shoudongcon ul li{
    float: left;
    width: 25%;
}
.shoudongcon ul li .divdes{
    height:56px;
    padding:0px 10px;
}
.shoudongcon ul li .divdes p{
    font-size:14px;
    line-height:22px;
    color: #333;

}
.shoudongcon ul li .divdes p strong{
    font-weight: bold;
}
.shoudongcon ul li .divimg{
padding:0px 10px;
padding-top:16px;
}
.shoudongcon .notice{
    padding-top: 16px;
}
.shoudongcon .notice p {
    font-size:14px;
    line-height: 22px;
    color: #222;
    padding-left:12px;

}
.shoudongcon .notice p strong{
    font-weight: bold;
}
.shoudongcon .notice p b{
    font-weight: bold;
    color: red;
}
.shoudongcon .notice p span{
    position: relative;
    padding-left:28px;
    
}
.shoudongcon .notice p span:before{
    position:absolute;
    left:14px;
    top:8px;
    content: " ";
    width:4px;
    height:4px;
    background: #222;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.shoudongcon .easy {
    padding-top:30px;

}
.shoudongcon .easy .easybox{
    float: left;
    width:50%;
}
.shoudongcon .easy .easybox{
    padding:0px 10px;
}
.shoudongcon .easy .easybox h3{
    padding:0px;
    height:44px;
    background: #E5EEFC;
    -o-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    line-height: 44px;
    color: #222;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    margin-bottom:18px;
}
.shoudongcon .easy .easybox p{
    font-size:14px;
    line-height:26px;
    color:#333;
    padding:0px 16px;
}
.hbiaoti{
    font-size:24px;
    color:#44474f;
    text-align:center;
    padding:16px 0; 
}
.tabtitle{
    height: 57px;
}
.tabtitle ul li{
    float: left;
    border-bottom:solid 2px #dedede;
    color: #333;
    font-size: 20px;
    width: 33%;
    height: 57px;
    line-height:57px;
    text-align: center;
}
.tabtitle ul li span{
    position:relative;
    padding-left: 30px;
}
.tabtitle ul li span.guge:before{
    position:absolute;
    left:0px;
    top:1px;
    width:24px;
    height:24px;
    content: "";
    background: url(images/guge.png) no-repeat center center;
}
.tabtitle ul li span.edge:before{
    position:absolute;
    left:0px;
    top:1px;
    width:24px;
    height:24px;
    content: "";
    background: url(images/edge.png) no-repeat center center;
}
.tabtitle ul li span.sanliu:before{
    position:absolute;
    left:0px;
    top:1px;
    width:24px;
    height:24px;
    content: "";
    background: url(images/360.png) no-repeat center center;
}
.tabtitle ul li.active{
    border-bottom:solid 2px #0B99FF;
    color: #0B99FF;
    background: url(images/Vector.png)no-repeat center bottom;
}
.tab-content {
    display: none;
  }
   
  .active {
    display: block;
  }

