@charset "UTF-8";
body{line-height: normal;background: #F2F7FB;}
h1, h2, h3, h4, h5, h6 {margin: 0;font-weight: normal;}
ul, li {list-style:none;list-style-type: none;margin: 0;padding: 0;}
.am-g {margin:0 !important;padding: 0 !important;}
.am-container {max-width:1200px;margin:auto;padding:0;overflow: hidden;}

/*PC端 头部*/
.m-hd {width:100%;position:absolute;z-index:999;padding:36px 0 0 0;}
.m-hd .am-sticky {-webkit-filter:none;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
.m-hd .am-sticky {background:#1a1f2a;padding:15px 0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);opacity:0.95;}
.m-hd .m-logo {display:block;float:left;width:101px;height:28px;background-size:cover;}
.m-hd .m-nav a {color:#fff;border: 1px solid #FFFFFF;}
.m-hd .m-nav a:hover {background:#FFFFFF;color: #0e90d2;border-radius:2px;-webkit-transition:background-color 300ms ease-out,border-color 300ms ease-out;transition:background-color 300ms ease-out,border-color 300ms ease-out;}
.m-hd .am-nav > li.am-active > a,.m-hd .am-nav > li.am-active > a:focus,.m-hd .am-nav > li.am-active > a:hover {color:#fff;background-color:#ba1f2e;cursor:default;}
.m-hd .m-among{display:flex;list-style:none;}
.m-hd .m-among li{padding: 0 20px;}
.m-hd .m-among li a{position:relative;display:block;cursor:pointer;transition:0.1s all linear;color: #FFFFFF;padding-bottom: 10px;}
.m-hd .m-among li a::before{content:"";position:absolute;top:0;left:100%;width:0;height:100%;border-bottom:3px solid #FFFFFF;transition:0.2s all linear;}
.m-hd .m-among li a:hover::before{width:100%;top:0;left:0;transition-delay:0.1s;}
.m-hd .m-right{}
@media screen and (min-width:768px) and (max-width:959px) {
	.m-hd .am-nav>li>a {position:relative;display:block;padding:0.4em;font-size:14px}
	.m-hd .m-about li {float:left;margin-left:5px;font-size:14px}
	.m-hd .am-btn {padding:0.5em 0.4em}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.m-hd {height:50px;padding:0}
	.m-hd .am-nav>li>a {position:relative;display:block;padding:0.4em;font-size:14px}
	.m-hd .m-about {display:none}
	.m-hd .m-about li {float:left;margin-left:5px;font-size:14px}
	.m-hd .am-btn {padding:0.5em 0.4em}
}
@media screen and (max-width:479px) {
	.m-hd {height:50px;padding:0}
}

/*移动端 头部*/
.m-hd .am-header a {color:#fff;}
.m-hd #r-nav .am-offcanvas-bar {width:200px}
.m-hd #r-nav p {margin:0;padding:1.6rem 0;border-bottom:1px solid #4F4F4F;}

/*轮播图*/
.m-header-banner {height:740px;padding-top:270px;color:#fff}
.m-header-popularize {height: 400px;padding-top:170px;color:#fff}
.m-header-write {height: 400px;padding-top:170px;color:#fff}
.m-header-write hgroup {text-align: center;}
.m-header-banner ul {padding:0}
.m-header-banner ul li {list-style-type:none}
.m-header-banner h2 {font-size:48px;margin:0;padding:0;padding-bottom: 20px;}
.m-header-banner p {font-size:20px;margin:0;padding:0;padding-bottom: 40px;}
.m-header-banner a {font-size:16px;margin:0;display: inline-block;color: #3862d4;background: #FFFFFF;border: 1px solid #FFFFFF;padding: 13px 31px;border-radius: 25px;}
.m-header-banner a:hover {background: none;color: #FFFFFF;border: 1px solid #FFFFFF;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}
.m-header-banner nav {display:inline-block}
.m-header-banner nav li {float:left;margin-right:10px;font-size:12px}
.m-header-banner nav li a {color:#fff}
.m-header-banner nav li.am-active a {font-weight:bold}
@media screen and (min-width:960px) and (max-width:1199px) {
	.m-header-banner {height:600px;padding-top:240px;}
	.m-header-banner h2 {font-size:48px;margin:0;padding:0;}
	.m-header-banner p {font-size:20px;margin:0;padding:0;}
	.m-header-banner a {font-size:16px;margin:0;}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.m-header-banner {height:480px;padding-top:220px;text-align:center}
	.m-header-banner h2 {font-size:30px;margin:0;padding:0;}
	.m-header-banner p {font-size:20px;margin:0;padding:0;}
	.m-header-banner a {font-size:16px;margin:0;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.m-header-banner {height:380px;padding-top:120px;text-align:center}
	.m-header-banner h2 {font-size:30px;margin:0;padding:0;}
	.m-header-banner p {font-size:20px;margin:0;padding:0;}
	.m-header-banner a {font-size:16px;margin:0;}
}
@media screen and (max-width:479px) {
	.m-header-banner {height:380px;padding-top:120px;text-align:center}
	.m-header-banner h2 {font-size:30px;margin:0;padding:0;}
	.m-header-banner p {font-size:20px;margin:0;padding:0;}
	.m-header-banner a {font-size:16px;margin:0;}
}

/*尾部*/
.m-footer{padding: 30px 0;}
.m-footer-left .m-footer-links {float: left;padding-right: 100px;}
@media screen and (min-width:960px) and (max-width:1199px) {
	.m-footer-links {padding-right: 60px;}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.m-footer-links {padding-right: 50px;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.m-footer-links {padding-right: 40px;}
}
@media screen and (max-width:479px) {
	.m-footer-links {padding-right: 30px;}
}
.m-footer-left .m-footer-links:last-child {padding-right: 0;}
.m-footer-left .m-footer-links:nth-child(3) ul {padding-right: 30px;}
.m-footer-left .m-footer-links:nth-child(3) ul:last-child {padding-right: 0;}
.m-footer-left .m-footer-links h2 {font-size: 16px;color: #ffffff;padding-bottom: 43px;}
.m-footer-left .m-footer-links ul {float: left;}
.m-footer-left .m-footer-links ul li a {font-size: 14px;color: #727480;line-height: 30px;}
.m-footer-left .m-footer-links ul li a:hover {color:#3862d4}
.m-footer-left,.m-footer-right {padding: 20px;}
.m-footer-right {text-align: center;}
.m-footer-right ul {float: right;}
@media screen and (min-width:960px) and (max-width:1199px) {
	.m-footer-right ul  {float: none;}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.m-footer-right ul  {float: none;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.m-footer-right ul  {float: none;}
}
@media screen and (max-width:479px) {
	.m-footer-right ul  {float: none;}
}
.m-footer-right ul li:last-child {padding:30px 0;}
.m-copyright {background: #03040c;}
.m-copyright p {margin: 0;padding: 10px 0;text-align: center;font-size: 12px;color: #646464;}

/*右下加二维码+返回顶部*/
.m-top-cbbfixed {position:fixed;right:10px;transition:bottom ease .3s;bottom:-85px;z-index:3;cursor:pointer}
.m-top-cbbtn {width:40px;height:40px;display:block;background-color:#d22e3e}
.m-top-go {transition:background-color ease .3s;margin-top:1px}
.m-top-go:hover {background-color:#ba1f2e}
.m-top-goicon {float:left;margin:14px 0 0 9px;width:23px;height:12px;background:url(../img/side-icon02.png) no-repeat center;background-size:cover;}
.m-top-weixin {background:#333}
.m-top-weixin div {background:url(../img/weixin.png) no-repeat center;background-size:cover;width:194px;height:199px;position:absolute;left:-194px;top:-115px;opacity:0;transform:scale(0);-webkit-transform:scale(0);transform-origin:100% 70%;-webkit-transform-origin:100% 70%;transition:transform ease .3s,opacity ease .3s;-webkit-transition:all ease .3s;display:none\0;*display:none}
.m-top-weixin:hover div {display:block;transform:scale(1);-webkit-transform:scale(1);opacity:1;*display:block}
.m-top-weixin-icon {float:left;margin:12px 0 0 11px;width:18px;height:18px;background:url(../img/side-icon01.png) no-repeat center;background-size:cover;}

/*首页 我们为您提供*/
.m-index-box-one {background: #ffffff;border-radius: 10px;box-shadow: 0px 1px 27px 0px #00000033;margin-top: -8%;}
.m-index-box-one hgroup h2 {margin:0;padding: 50px 0 40px 0;font-size:36px;color:#393939;text-align:center;font-weight: lighter;}
.m-index-box-one ul,.m-index-box-one ul li {margin:0;padding:0;}
.m-index-box-one ul li div {margin:0 22%;}
.m-index-box-one ul li div h2 {margin:0;padding:14px 0 13px 0;font-size:16px;color:#5b5f62;}
.m-index-box-one ul li div p {margin:0;font-size:12px;color:#8d949a;padding-bottom: 53px;}

/*首页 海量媒体资源*/
.m-index-box-tow {}
.m-index-box-tow hgroup h2 {margin:0;padding: 81px 0 64px 0;font-size:36px;color:#393939;text-align:center;font-weight: lighter;}
.m-index-box-tow ul,.m-index-box-tow ul li {margin:0;padding:0;}
.m-index-box-tow ul li {text-align: center;padding-bottom: 30px;}
.m-index-box-tow ul li ul {background: #FFFFFF;width: 285px;height:300px;margin: auto;position: relative;}
.m-index-box-tow ul li ul li {padding: 7% 0;}
.m-index-box-tow ul li ul li img {padding: 0 5%;width: 128px;height: 60px;}
.m-index-box-tow ul li ul em {position: absolute;border-left: 1px solid #e9eaeb;height: 90%;top: 5%;}
.m-index-box-tow ul li ul span {position: absolute;border-bottom: 1px solid #e9eaeb;margin: auto;width: 80%;left: 0;right: 0;}

/*首页 行业领先价值*/
.m-index-box-three {}
.m-index-box-three hgroup h2 {margin:0;padding: 54px 0 61px 0;font-size:36px;color:#393939;text-align:center;font-weight: lighter;}
.m-index-box-three ul,.m-index-box-one ul li {margin:0;padding:0;position: relative;}
.m-index-box-three ul li div {margin:0 14%;text-align: center;font-size: 48px;}
.m-index-box-three ul li div:after {content: "_";position: absolute;left: 0;right: 0;top: 75px;color: orange;}
.m-index-box-three ul li div h2 {margin:0;padding:43px 0 20px 0;font-size:16px;color:#5b5f62;}
.m-index-box-three ul li div p {margin:0;font-size:12px;color:#8d949a;text-align: left;padding-bottom: 50px;}

/*稿件发布流程*/
.m-index-box-four {max-width: 600px;}
@media screen and (min-width:960px) and (max-width:1199px) {
	.m-index-box-four {padding: 0;}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.m-index-box-four {padding: 0;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.m-index-box-four {padding: 0;}
}
@media screen and (max-width:479px) {
	.m-index-box-four {padding: 0;}
}
.m-index-box-four hgroup h2 {margin:0;padding: 104px 0 61px 0;font-size:36px;color:#393939;text-align:center;font-weight: lighter;}
.m-index-box-four ul,.m-index-box-one ul li {margin:0;padding:0;}
.m-index-box-four ul li div {margin:0 14%;text-align: center;}
.m-index-box-four ul li div h2 {margin:0;padding:20px 0;font-size:16px;color:#5b5f62;}

/*首页 行业领先价值*/
.m-index-box-three {}
.m-index-box-three hgroup h2 {margin:0;padding: 54px 0 61px 0;font-size:36px;color:#393939;text-align:center;font-weight: lighter;}
.m-index-box-three ul,.m-index-box-one ul li {margin:0;padding:0;position: relative;}
.m-index-box-three ul li div {margin:0 14%;text-align: center;font-size: 48px;}
.m-index-box-three ul li div:after {content: "_";position: absolute;left: 0;right: 0;top: 75px;color: orange;}
.m-index-box-three ul li div h2 {margin:0;padding:43px 0 20px 0;font-size:16px;color:#5b5f62;}
.m-index-box-three ul li div p {margin:0;font-size:12px;color:#8d949a;text-align: left;padding-bottom: 50px;}

/*首页 代理商火热招募中*/
.m-index-box-five {background: url(../img/index/index_5_bg.png) no-repeat center;background-size: cover;height: 500px;text-align: center;display: flex;align-items: center;}
@media screen and (min-width:960px) and (max-width:1199px) {
	.m-index-box-five {padding: 0;height: 450px;}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.m-index-box-five {padding: 0;height: 400px;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.m-index-box-five {padding: 0;height: 350px;}
}
@media screen and (max-width:479px) {
	.m-index-box-five {padding: 0;height: 300px;}
}
.m-index-box-five ul {margin: 0;padding: 0;width: 100%;}
.m-index-box-five ul li {margin: 0;padding: 25px 0;}
.m-index-box-five ul li img {max-width: 100%;}
.m-index-box-five ul li a {display: inline-flex;color: #3862d4;background: #f2f7fb;padding: 20px 63px;border-radius: 50px;box-shadow: 0px 10px 10px 0px #23269427;border: 1px solid #FFFFFF;}
.m-index-box-five ul li a:hover {border: 1px solid #FFFFFF;background: none;color: #FFFFFF;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}

/*首页 新闻资讯*/
.slideTxtBox {padding: 60px 0;}
.slideTxtBox .hd {margin:0;padding:20px;padding-top:0;border-bottom: 2px solid #f1f1f1;}
.slideTxtBox .hd h2 {float: left;padding: 5px 0;}
.slideTxtBox .hd ul {text-align:right;}
.slideTxtBox .hd ul li {cursor:pointer;display:inline-block;zoom:1;font-size:14px;padding:9px 15px;color:#5b5f62;}
.slideTxtBox .hd ul li.on {background:#3862d4;color:#fff;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}
.slideTxtBox .bd,.slideTxtBox .bd ul,.slideTxtBox .bd ul li {margin:0;padding:0;}
.slideTxtBox .bd ul li {cursor: pointer;padding: 0px 20px;}
.slideTxtBox .bd ul li time {padding:25px 0 15px 0;font-size:14px;color: #5b5f62;display: inline-block;}
.slideTxtBox .bd ul li h2 {padding:0;font-size:16px;color: #5b5f62;}
.slideTxtBox .bd ul li p {margin:0;padding:15px 0;font-size:12px;color: #8d949a;}
.slideTxtBox .bd ul li a {font-size: 12px;color: #3862d4;border-bottom: 1px solid #3862d4;}
.slideTxtBox .bd ul li a:hover {color: #3862d4;border-bottom: 1px solid #3862d4;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}

/*软文推广 软文自助发稿平台*/
.m-header-popularize h2 {font-size: 40px;}
.m-header-popularize p {font-size: 18px;}

/*软文推广 使用场景*/
.m-popularize-box {background: #FFFFFF;box-shadow: 0px 2px 10px 0px #337afb1a;margin-top: -4%;padding: 0 5%;}
.m-popularize-box hgroup h2 {font-size: 36px;color: #5b5f62;font-weight: lighter;text-align: center;padding: 50px 0;}
.m-popularize-box-one {border-radius: initial;box-shadow: none;margin: 0;}
.m-popularize-box-one ul {margin: 0;padding: 0;}
.m-popularize-box-one ul li {margin: 0;padding: 0;display: flex !important;align-items: center;}
.m-popularize-box-one ul li>div {margin: 0;padding: 0 3%;}
.m-popularize-box-one ul li div h2 {margin: 0;padding: 0;font-size: 24px;color: #393939;}
.m-popularize-box-one ul li div p {margin: 0;padding: 0;font-size: 14px;color: #909399;}
.m-popularize-box-one ul li div img {background: url(../img/rwtg/rwtg_1_kuang.png) no-repeat;background-size:cover;padding-top: 7%;max-width: 100%;width: auto !important;float: right;}
.am-slider-default .am-direction-nav a.am-prev {background: url(../img/rwtg/rwtg_1_btnl.png)no-repeat center;left: -5%;}
.am-slider-default .am-direction-nav a.am-next {background: url(../img/rwtg/rwtg_1_btnr.png)no-repeat center;right: -5%;}
.am-slider-default .am-direction-nav a.am-prev:before {display: none;}
.am-slider-default .am-direction-nav a.am-next:before {display: none;}
.am-slider-default .am-direction-nav a {top: 35%;width: 25px;height: 80px;}
.am-slider-default .am-control-nav {position: static;padding: 25px 0;line-height: 0;}
.am-slider-default .am-control-nav li {margin: 0 9px;}
.am-slider-default .am-control-nav li a {width: 12px;height: 12px;background-color: #e2e5ea;}
.am-slider-default .am-control-nav li a:hover {background-color: #333;background-color: rgba(0,0,0,.7);}
.am-slider-default .am-control-nav li a.am-active {background-color: #3862d4;}

/*软文推广 为什么选择软文推广？*/
.m-popularize-box-tow {padding: 50px 0;}
.m-popularize-box-tow hgroup h2 {font-size: 30px;color: #393939;text-align: center;padding: 20px 0 50px 0;}
.m-popularize-box-tow ul,.m-popularize-box-tow ul li {margin: 0;padding: 0;}
.m-popularize-box-tow>ul {position: relative;}
.m-popularize-box-tow>ul>li {padding-bottom: 20px;}
.m-popularize-box-tow ul li ul {height: 150px;;width: 550px;max-width: 100%;background-size: 100% !important;padding: 0 10%;display: flex;align-items: center;position: relative;}
.m-popularize-box-tow ul li:nth-child(1) ul {background: url(../img/rwtg/rwtg_2_bj1.png) no-repeat center;float: left;}
.m-popularize-box-tow ul li:nth-child(2) ul {background: url(../img/rwtg/rwtg_2_bj2.png) no-repeat center;float: right;}
.m-popularize-box-tow ul li:nth-child(3) ul {background: url(../img/rwtg/rwtg_2_bj3.png) no-repeat center;float: left;}
.m-popularize-box-tow ul li:nth-child(4) ul {background: url(../img/rwtg/rwtg_2_bj4.png) no-repeat center;float: right;}
.m-popularize-box-tow ul li:nth-child(1) ul li:last-child {float: left;padding-right: 10%;}
.m-popularize-box-tow ul li:nth-child(2) ul li:first-child {float: right;padding-left: 10%;}
.m-popularize-box-tow ul li:nth-child(3) ul li:last-child {float: left;padding-right: 10%;}
.m-popularize-box-tow ul li:nth-child(4) ul li:first-child {float: right;padding-left: 10%;}
.m-popularize-box-tow ul li ul li h1 {font-size: 48px;color: #3862d4;}
.m-popularize-box-tow ul li:nth-child(1) ul li h1 {float: left;}
.m-popularize-box-tow ul li:nth-child(2) ul li h1 {float: right;}
.m-popularize-box-tow ul li:nth-child(3) ul li h1 {float: left;}
.m-popularize-box-tow ul li:nth-child(4) ul li h1 {float: right;}
.m-popularize-box-tow ul li ul li h2 {font-size: 18px;color: #393939;padding-bottom: 20px;}
.m-popularize-box-tow ul li ul li p {font-size: 14px;color: #909399;margin: 0;}
/*.m-popularize-box-tow ul li:nth-child(1) ul img {}
.m-popularize-box-tow ul li:nth-child(2) ul img {}
.m-popularize-box-tow ul li:nth-child(3) ul img {}
.m-popularize-box-tow ul li:nth-child(4) ul img {}*/
.m-popularize-box-position {max-width: 200px;position: absolute;margin: 5% auto;left: 0;right: 0;}
.m-popularize-box-position img {padding-bottom: 8%;}

/*软文推广 如何发布稿件？*/
.m-popularize-box-three {background: #FFFFFF;padding: 40px 0;}
.m-popularize-box-three hgroup h2 {font-size: 36px;color: #5b5f62;text-align: center;font-weight: lighter;padding: 20px 0 60px 0;}
.m-popularize-box-three ul,.m-popularize-box-three ul li {margin: 0;padding: 0;}
.m-popularize-box-three ul li div {width: 224px;height: 300px;background-color: #ffffff;border-radius: 3px;box-shadow: 0px 2px 10px 0px #337afb1a;margin: auto;margin-bottom: 20px;padding: 8%}
.m-popularize-box-three ul li div h1 {font-size: 60px;color: #3862d4;padding: 20px 0 35px 0;}
.m-popularize-box-three ul li div h2 {font-size: 24px;color: #5b5f62;padding: 0 0 14px 0;}
.m-popularize-box-three ul li div p {font-size: 14px;color: #909399;margin: 0;line-height: 24px;}

/*软文代写*/
.m-write-box-one {background: #FFFFFF;box-shadow: 0px 2px 10px 0px #337afb1a;margin-top: -4%;}
.m-write-box-one ul,.m-write-box-one ul li {margin: 0;padding: 0;}
.m-write-box-one ul {padding: 0 5%;}
.m-write-box-one ul li {padding: 30px 0;}
.m-write-box-one ul li div {float: left;line-height: 30px;}
.m-write-box-one ul li div h2 {font-size: 18px;color: #393939;}
.m-write-box-one ul li div p {font-size: 14px;color: #909399;margin: 0;}

/*为什么要软文代写？*/
.m-write-box-tow {padding: 2% 0;}
.m-write-box-tow ul li div h1 {font-size: 36px;color: #5b5f62;font-weight: lighter;}
.m-write-box-tow ul li div ul li {padding-bottom: 6rem}
.m-write-box-tow ul li div ul li div {float: left;}
.m-write-box-tow ul li div ul li div:first-child {width: 5%;}
.m-write-box-tow ul li div ul li div:last-child {width: 95%;}
.m-write-box-tow ul li div ul li div p {font-size: 16px;color: #909399;margin: 0;}

/*软文代写价格*/
.m-write-box-three {padding: 2% 0;}
.m-write-box-three ul li h1 {font-size: 36px;color: #5b5f62;float: left;padding-bottom: 3rem;}
.m-write-box-three ul,.m-write-box-three ul li {margin: 0;padding: 0;}
.m-write-box-three ul li ul li:nth-child(1),.m-write-box-three ul li ul li:nth-child(3) {padding: 1rem 0;padding-right: 1rem;}
.m-write-box-three ul li ul li:nth-child(2),.m-write-box-three ul li ul li:nth-child(4) {padding: 1rem 0;padding-left: 1rem;}
.m-write-box-three ul li ul li div {background: #FFFFFF;text-align: center;;max-width: 100%;box-shadow: 0px 2px 10px 0px #337afb1a;border-radius: 3px;padding: 19px 0;}
.m-write-box-three ul li ul li div h2 {font-size: 24px;color: #393939;}
.m-write-box-three ul li ul li div p {font-size: 16px;color: #909399;margin: 0;padding: 11px 0 21px 0;}
.m-write-box-three ul li ul li div div {height: 3px;width: 20px;background: #74d7ef;margin: auto;padding: 0;}
.m-write-box-three ul li ul li div h3 {font-size: 14px;color: #909399;padding-top: 14px;}
.m-write-box-three ul li ul li div h3 em {font-size: 30px;color: #5077fb;font-style: normal;}
.m-write-box-three>ul>li>div {text-align: right;}
.m-write-box-three>ul>li>div img {max-width: 100%;}

/*代写需要的准备*/
.m-write-box-four {padding: 2% 0;}
.m-write-box-four ul li div h1 {font-size: 36px;color: #5b5f62;font-weight: lighter;}
.m-write-box-four ul li div ul li {padding-bottom: 6rem;}
.m-write-box-four ul li div ul li div {float: left;}
.m-write-box-four ul li div ul li div:first-child {width: 5%;}
.m-write-box-four ul li div ul li div:last-child {width: 95%;}
.m-write-box-four ul li div ul li div h2 {font-size: 18px;color: #393939;}
.m-write-box-four ul li div ul li div p {font-size: 14px;color: #909399;margin: 0;line-height: 3rem;}

/*帮助中心 关于我们 头部header*/
.m-header {position: static;padding: 26px 0;background: #FFFFFF;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);}
.m-header .m-among li a {color: #537bdd;}
.m-header .m-among li a::before {border-bottom: 3px solid #537bdd}
.m-header .m-nav a {color: #537bdd;border: 1px solid #537bdd;}
.m-header .am-header a {color: #000000;}
.m-header .m-nav a:hover {background: #537bdd;color: #FFFFFF;}
.m-public-box-one {text-align: center;max-width: 600px;}
.m-public-box-one hgroup img {margin-top: 70px;}
.m-help-box {background: url(../img/helpcenter_banner_bj.png);height: 200px;margin-top: 20px;}
.m-about-box {background: url(../img/aboutcenter_banner_bj.png);height: 200px;margin-top: 20px;}

/*帮助中心 关于我们 通用*/
.m-public-box-tow {padding: 2% 0;}
.m-public-box-tow img {max-width: 100%;}
.m-public-box-tow ul,.m-public-box-tow ul li {margin: 0;padding: 0;}
.m-public-box-tow>ul>li {background: #FFFFFF;}
.m-public-box-tow>ul>li:last-child {padding: 2rem;}
@media only screen and (min-width:1025px ) {
	.m-public-box-tow ul .am-u-lg-9 {width: 81.667%;}
}
@media only screen and (min-width:641px ) {
	.m-public-box-tow ul .am-u-lg-9 {width: 81.667%;}
}
.m-public-box-tow>ul>li:first-child>a {background: #f7fbff;height: 60px;font-size: 16px;color: #909399;display: flex;align-items: center;justify-content: center;border-left: 4px solid #f7fbff;}
.m-public-box-tow>ul>li:first-child>a:hover {background: #FFFFFF;color: #606266;border-left: 4px solid #3862d4;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}
.m-public-box-tow>ul>li:first-child>a.active {background: #FFFFFF;color: #606266;border-left: 4px solid #3862d4;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}
.m-public-box-tow>ul>li:last-child>h2 {font-size: 24px;color: #393939;}
.m-public-box-tow>ul>li:last-child>h2:after {content: "";display: block;border-bottom: 3px solid #3862d4;width: 50px;margin: 20px 0;}

/*帮助中心  问题*/ 
.m-help-box-tow ul li:last-child div a {display: block;background: url(../img/helpcenter_icon.png) no-repeat left;color: #909399;font-size: 16px;padding-left: 25px;margin-bottom: 35px;}
.m-help-box-tow ul li:last-child div a:last-child {margin-bottom: 0;}
.m-help-box-tow ul li:last-child div a:hover {background: url(../img/helpcenter_icon_hover.png) no-repeat left;color: #537bdd;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}
.m-help-box-tow ul li:last-child div p {font-size: 14px;color: #909399;margin: 0;line-height: 2rem;}


/*关于我们 公司简介*/
.m-company-box-tow ul li:last-child div p {margin: 0;font-size: 14px;color: #909399;line-height: 2rem;margin-bottom: 1rem;}
.m-company-box-tow ul li:last-child ul li {text-align: center;padding: 60px 0;}
.m-company-box-tow ul li:last-child ul li h2 {font-size: 36px;color: #537bdd;}
.m-company-box-tow ul li:last-child ul li p {margin: 0;font-size: 14px;color: #909399;}

/*关于我们 新闻资讯*/
.m-news-box-tow ul li:last-child div {border-bottom: 1px solid #e4e4e4;}
.m-news-box-tow ul li:last-child ul {border-bottom: 1px solid #e4e4e4;padding-bottom: 8rem;margin-top: 1.7rem;}
.m-news-box-tow ul li:last-child ul li h2 {font-size: 18px;color: #393939;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;margin-bottom: 1.084rem;}
.m-news-box-tow ul li:last-child ul li p {font-size: 14px;color: #909399;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 0;}
.m-news-box-three ul li:last-child ul li {text-align: center;}
.m-news-box-three ul li:last-child ul li p {text-align: left;text-indent:2em;font-size: 16px;color: #606266;}

/*关于我们 联系我们*/
.m-contact-box-tow ul li:last-child ul {text-align: center;}
.m-contact-box-tow ul li:last-child ul li div {width: 93.88%;margin: auto;text-align: center;padding: 21px 0;margin-bottom: 20px;}
.m-contact-box-tow ul li:last-child ul li div:hover {box-shadow: 0px 0px 10px 0px rgba(43, 43, 145, 0.11);border-radius: 3px;-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;transition: background-color 300ms ease-out,border-color 300ms ease-out;}
.m-contact-box-tow ul li:last-child ul li div h2 {font-size: 14px;color: #606266;padding: 20px 0 10px 0;}
.m-contact-box-tow ul li:last-child ul li div p {margin: 0;font-size: 18px;}
.m-contact-box-tow ul li:last-child ul li:nth-child(1) div p {color: #f36c6c;}
.m-contact-box-tow ul li:last-child ul li:nth-child(2) div p {color: #ffc149;}
.m-contact-box-tow ul li:last-child ul li:nth-child(3) div p {color: #537bdd;}
.m-contact-box-tow ul li:last-child ul li:nth-child(4) div p {color: #26cabd;}