@charset "utf-8";
/*网站公共样式*/
body { font-family:"Microsoft YaHei","微软雅黑","宋体","新宋体","Arial"; font-size:14px; background:#f9f9f9; overflow-x: hidden; margin: 0 auto; color:#333; line-height:25px; width:100%; overflow-x:hidden;  }
html,div,span,p,ul,li,dl,dt,dd,a,img,em,label,input,textarea,form { margin:0; padding:0;}
form{ display:inline;}
ul,li { list-style:none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal; padding:0; margin:0;}
a{ text-decoration:none; color:#343F48; }
a:hover{ color:#343F48;}
img { border:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; line-height:100%;}
textarea { -webkit-appearance: none;}
.sidenav {
    position: absolute;right: 20%;top: 20px;
}
.sidenav-list li {
    display: inline-block;color:#ffffff;padding-right: 30px;
}
.sidenav-list li a {
    color:#ffffff;font-size: 16px;
}
.mkt-layout{ width:100%; margin:0 auto;}
.mkt-head {
    width: 100%;
    height: 350px;
    /*background-color: #3b67e0;*/
    /*background: url(https://mac.xunlei.com/images/silk_93d53c.png) #3b67e0  ;*/
    background: url(../img/bg-2.png) #3b67e0;
    background-repeat: no-repeat;
    background-position:95% 50%;
    background-size: auto 100%;
    text-align: center;
    color: #fff;
    line-height: 300px;
    font-weight: 800;
    font-size: 80px;
    font-family: "宋体", "新宋体","Microsoft YaHei", "微软雅黑", "Arial";

}
.mkt-logo {
    position: absolute;
    left: 25px;
    top: 25px;
    color: #ffffff;
    font-size: 40px;
    font-family: "宋体", "新宋体","Microsoft YaHei", "微软雅黑", "Arial";
    font-weight: 800;
}
/*.mkt-head-title {*/
/*    position: absolute;*/
/*    left: 10%;*/
/*    top: 180px;*/
/*    color: #fff;*/
/*    text-align: left;*/
/*}*/
/*.mkt-head-title h1 {*/
/*    color: #FFFFFF;*/
/*    font-weight: 800;*/
/*    font-size: 50px;*/
/*    line-height: 60px;*/
/*    letter-spacing:5px;*/
/*    font-family: "宋体", "新宋体","Microsoft YaHei", "微软雅黑", "Arial";*/
/*}*/
.mkt-body{ width:1000px; margin:80px auto 50px auto;background-color: #ffffff;padding: 30px 100px 100px 100px}
.mkt-body p {
    text-indent:2em;
}
.layui-field-title {
    margin: 80px 0 50px;
    border-width: 0;
    border-top-width: 1px;
}
.layui-elem-field {
    padding: 0;
    border-style: solid;
    border-color: #eee;
}
.layui-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
}
.layui-timeline {
    padding-left: 5px;
}
.layui-timeline-item {
    position: relative;
    padding-bottom: 20px;
}
.layui-timeline-item:first-child:before {
    display: block;
}
.layui-timeline-item:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
}
.layui-timeline-item:before {
    background-color: #eee;
}
.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5fb878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.layui-icon {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.layui-timeline-content {
    padding-left: 25px;
}
.layui-text {
    line-height: 1.6;
    font-size: 14px;
    color: #5f5f5f;
}
.layui-text h3 {
    font-size: 18px;
}
.layui-text h1, .layui-text h2, .layui-text h3, .layui-text h4, .layui-text h5, .layui-text h6 {
    font-weight: 500;
    color: #333;
}
.layui-timeline-title {
    position: relative;
    margin-bottom: 10px;
    line-height: 22px;
}
.layui-text p:last-child {
    margin-bottom: 0;
}
.layui-text p {
    margin: 15px 0;
}

