/*初始化样式*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,input,button,textarea,p{margin:0;padding:0}
body{background:#fff;color:#555;font-size:14px;font-family: "Microsoft YaHei","Arial","黑体","宋体",sans-serif}
td,th{font-size:14px}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
a{color:#555;text-decoration:none}
img{border:none;vertical-align:middle}
ul,li{list-style:none}
input,textarea,select,button{font:14px "Microsoft YaHei","Arial","黑体","宋体",sans-serif}
.clearfix:before,.clearfix:after{content:"";display:table;clear:both;visibility:hidden}
.clearfix{*zoom:1}
.lf{float: left}
.rt{float: right}
.w1200{width: 1200px;margin: 0 auto}

/*首页样式*/
header {
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(185, 19, 26, 0.1);
    text-align: center;
}

header .w1200 {
    /* height: 170px; */
    position: relative;

}

#login{
    /* position: absolute;
    bottom: -430px;
    right: 0;
    width: 280px;
    height: 360px;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
    z-index: 99; */
}

#login h1{
    width: 240px;
    margin:0 auto;
    border-bottom: 2px solid #3cb4f9;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
    color: #3cb4f9;
    margin-bottom: 20px;
}
#login .input{
    position: relative;
    width: 240px;
    margin: 0 auto;
}

#login .input .iconBox{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/label01.png) 50% 50% no-repeat #f9f9f9;
    display: block;
    width: 45px;
    height: 40px;
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #ececec;
}

#login .input:nth-child(3) .iconBox{
    background: url(../images/label02.png) 50% 50% no-repeat #f9f9f9;
}

#login .input:nth-child(4) .iconBox{
    background: url(../images/label03.png) 50% 50% no-repeat #f9f9f9;
}

#login .input input{
    width: 240px;
    display: block;
    margin:0 auto;
    margin-bottom: 18px;
    height: 40px;
    line-height: 40px;
    border-radius:4px;
    border: 1px solid #fbfbfb;
    outline: none;
    padding-left: 45px;
    text-indent: 10px;
}

#login .loginBtn{
    width: 240px;
    height: 40px;
    color: #fff;
    border: none;
    background: #c72a33;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
}

#login .forgetPass{
    width: 240px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
}

#login .forgetPass .leftOne{
    color: #f3f3f3;
    font-size: 12px;
    padding-left: 10px;
}

#login .forgetPass a:hover{
    text-decoration: underline;
}

#login .forgetPass .leftOne a{
    color: #3cb4f9;
    cursor: pointer;
}

#login .forgetPass .rightOne{
    display: flex;
    justify-content: flex-end;
    color: #3cb4f9;
    flex:1;
    cursor: pointer;
}

#codeImg{
    position: absolute;
    width: 90px;
    height: 40px;
    background: #aed5e2;
    text-align: center;
    line-height: 40px;
    color: blue;
    font-style: oblique;
    letter-spacing: 10px;
    font-family: Fixedsys;
    top: 0;
    right: 0;
    cursor: pointer;
}

.logo {
    float: left;
    width: 180px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    display:block;
    width: 100%;
}

.logo h1 {
    color: transparent;
    text-indent: -9999px;
}

.nav {
    font-size: 16px;
    display: inline-block;
}

.nav li {
    float: left;
    margin: 0 26px;
    line-height: 80px;
}

.nav a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #928080;
    position: relative;
}

.nav a:after {
    display: none;
    content: '___';
    position: absolute;
    line-height: normal;
    bottom: -6px;
    left: calc(50% - 12px);
    color: #d73e3e;
}

.nav li:hover a, .nav li.active a {
    color: #d73e3e;
}

.nav li.active a:after {
    display: block;
}

.login-box {
    float: right;
    line-height: 80px;
}

.login-box.on{
    display: none;
}

.login-box a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.login-boxa a.borderBtn{
    border: 1px solid #d73e3e;
    color: #d73e3e;
    border-radius: 3px;
}
.login-boxa a.exitBtn{
    background: #fff;
    border: none;
    color: #333;
}
.login-box .login-box-btn {
    background: #d73e3e;
    border: 1px solid #d73e3e;
    color: #fff;
    border-radius: 2px;
}

.login-box .login-box-btn-o {
    color: #d73e3e;
    border: 1px solid #d73e3e;
    border-radius: 2px;
}

.login-box .login-box-btn-o:hover {
    background: #d73e3e;
    color: #fff;
}

.banner-wrap {
    height: 480px;
    width: 100%;
    position: relative;
}

#banner{
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}

#banner img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    display: block;
    height: 480px;
}

.banner-wrap .point{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.banner-wrap .point li{
    width: 18px;
    height: 8px;
    border-radius: 3px;
    background-color: #b2b2b2;
    transition: width linear .3s;
    margin:0 3px;
    cursor: pointer;
}

.banner-wrap .point li.on{
    width: 30px;
    background: #ffffff;
}

/*网站公告*/
.announ{
    width: 100%;
    box-shadow: 0 2px 2px #ccc;
}

.announ .annou-title{
    width: 110px;
    padding-left: 28px;
    background: url(../images/notice.gif) 0 50% no-repeat;
    height: 42px;
    line-height: 42px;
    background-size: auto;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

.announ .annou-list{
    display: inline-block;
    width: 1050px;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    position: relative;
}

.announ .annou-list ul{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
}

.announ .annou-list li{
    display: inline-block;
    margin-right: 20px;
    color: #999;
    cursor: pointer;
}

.announ .annou-list li:hover{
    color: #3cb4f9;
}

/*导航轮播样式*/
.banner-text {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    z-index: 9999;
}

.banner-text-more {
    float: right;
    color: #fff;
}

.banner-text-wrap {
    overflow: hidden;
    width: 1100px;
    height: 40px;
    float: left;
}

.banner-text-list li {
    float: left;
    width: 300px;
    margin-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-text-list a {
    color: #fff;
}

.message {
    height: 40px;
    line-height: 40px;
    color: #9c9c9c;
    background-color: #fdfbfb;
    border-bottom: 1px solid #f4f4f5;
    overflow: hidden;
}

.message-label {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.message-label img {
    margin-right: 5px;
}

.message-label:after {
    content: '|';
    float: right;
    color: #bcbcbc;
    margin-top: -2px;
}

.message-wrap {
    float: left;
    width: 1000px;
    position: relative;
    overflow: hidden
}

.message-list {
    height: 30px;
}

.message-list li {
    position: absolute;
    top: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li.active {
    top: 0;
    transition: top linear .5s;
    -moz-transition: top linear .5s;
    -webkit-transition: top linear .5s;
    -o-transition: top linear .5s;
}

.message-list li.out {
    top: -30px;
    transition: top linear .5s;
    -moz-transition: top linear .5s;
    -webkit-transition: top linear .5s;
    -o-transition: top linear .5s;
}

.section-title {
    padding: 60px 0 15px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #373232;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #928080;
}

.can-do {
    padding-bottom: 50px;
}

.can-do-list {
    text-align: center;
    margin-top: 50px;
}

.can-do-item {
    display: inline-block;
    vertical-align: middle;
    width: 277px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.can-do-img {
    position: absolute;
    width: 100%;
    top: 75px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-line {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #df8888;
    top: 200px;
    left: 122px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-item h5 {
    font-size: 18px;
    color: #333333;
    position: absolute;
    width: 100%;
    top: 230px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-item p {
    font-size: 14px;
    color: #928080;
    position: absolute;
    top: 265px;
    padding: 0 38px;
    opacity: 0;
    overflow: hidden;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-btn {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 360px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-btn a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d73e3e;
    border-radius: 3px;
    color: #d73e3e;
    transition: background-color linear .3s;
    -moz-transition: background-color linear .3s;
    -webkit-transition: background-color linear .3s;
    -o-transition: background-color linear .3s;
}

.can-do-item:hover {
    box-shadow: 0 2px 10px 0 rgba(141, 26, 26, 0.1);
}

.can-do-item:hover .can-do-img {
    top: 30px;
}

.can-do-item:hover .can-do-line {
    margin: 0;
    height: 0;
    top: 150px;
}

.can-do-item:hover h5 {
    top: 150px;
}

.can-do-item:hover p {
    top: 180px;
    opacity: 1;
}

.can-do-item:hover .can-do-btn {
    opacity: 1;
    top: 280px;
}

.can-do-btn a:hover {
    background-color: #d73e3e;
    color: #fff;
}

.advantage {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.advantage-list {
    position: relative;
    height: 400px;
    margin-top: 60px;
    background: url(/static/index/images/advantage.png) center center no-repeat;
}

.advantage-list dl {
    position: absolute;
}

.advantage-list dt {
    font-size: 16px;
    color: #ea6060;
    line-height: 30px;
}

.advantage-list dd {
    font-size: 14px;
    color: #5f616d;
    line-height: 24px;
}

.advantage-list dl:nth-child(1) {
    top: 35px;
    left: 135px;
    text-align: right
}

.advantage-list dl:nth-child(2) {
    top: 152px;
    left: 83px;
    text-align: right
}

.advantage-list dl:nth-child(3) {
    top: 282px;
    left: 100px;
    text-align: right
}

.advantage-list dl:nth-child(4) {
    top: 64px;
    right: 88px
}

.advantage-list dl:nth-child(5) {
    top: 183px;
    right: 10px
}

.advantage-list dl:nth-child(6) {
    top: 300px;
    right: 137px
}

.progress {
    /*height: 350px;*/
    background: url(../images/progress_bg.png) center center no-repeat;
    text-align: center;
    background-size: cover;
    padding-bottom:50px; 
}
.progress .processList{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.progress .processList li{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin-right: 30px;
    cursor: pointer;
}

.progress .processList li.on{
    border: 1px solid #ea6060;
    color: #ea6060;
}
.progress .processImg img{
    display: none;
}
/*
.progress dl {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    color: #373232;
}

.progress-list {
    margin-top: 50px;
    font-size: 16px;
}

.progress-list dl img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.progress-list dl:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

.progress-list dl:hover {
    color: #e45656;
}

.progress-arrow {
    display: inline-block;
    margin: 0 32px;
    width: 24px;
    height: 20px;
    background: url(../images/progress_arrow.png) center center no-repeat;
}
*/
.resource {
    padding-bottom: 60px;
}

.resource-nav {
    margin-top: 50px;
    text-align: center;
}

.resource-nav li {
    width: 120px;
    height: 46px;
    line-height: 46px;
    border: 1px solid transparent;
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}

.resource-nav li.active {
    /*border-color: #ea6060;*/
    color: #ea6060;
    border-bottom: 1px solid #ea6060;
}

.resource-nav li:hover {
    color: #ea6060;
}

.resource-list {
    margin-top: 45px;
    /*height: 260px;*/
}

.resource-item {
    display: none;
}

.resource-item.active {
    display: block;
}

.resource-item li {
    width: 240px;
    height: 130px;
    line-height: 130px;
    float: left;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.resource-item li img{
    width: 80%;
    margin:0 auto; 
}

.resource-meMedia li{
    width: 240px;
    height:240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resource-meMedia li img{
    border-radius: 50%;
    width: 60%;
    margin:0 auto; 
}



.resource-item li:hover{
    background-color:#fff;
    box-shadow: 0px 2px 18px 0px rgba(254, 98, 71, 0.09);
}

.agent {
    width: 100%;
    height: 700px;
    background: #f9f9f9;
    position: relative;
}

.agent-bg {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 380px;
    top: 184px;
    left: 0;
    background: url(../images/agent_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.agent .w1200 {
    position: relative;
    z-index: 999;
}

.agent-list {
    height: 380px;
    width: 100%;
    margin-top: 59px;
    overflow: hidden;
}

.agent-list li {
    width: 300px;
    height: 380px;
    float: left;
    text-align: center;
}

.agent-list li:nth-child(odd) {
    background-color: rgba(31, 32, 33, .6);
}

.agent-list li:nth-child(even) {
    background-color: rgba(31, 32, 33, .5);
}

.agent-list li:hover {
    background-color: rgba(203, 51, 51, .8);
}

.agent-list li img {
    margin-top: 110px;
}

.agent-list li p {
    padding: 65px 60px 0;
    color: #fff;
    font-size: 16px;
}

.agent-btn {
    margin-top: 46px;
    text-align: center;
}

.agent-btn a {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #cb3333;
    background-color: transparent;
    border-radius: 3px;
    font-size: 18px;
    color: #cb3333;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.agent-btn a:hover {
    background-color: #cb3333;
    color: #fff;
}

.article {
    padding-bottom: 50px;
}

.article-wrap {
    margin: 50px auto 0;
    width: 1098px;
    height: 360px;
}

.article-left {
    float: left;
    position: relative;
    height: 360px;
    width: 546px;
}

.article-img {
    position: absolute;
    width: 430px;
    height: 250px;
    z-index: 5;
    overflow: hidden;
    top: 0;
    left: 0;
}

.article-img img {
    width: 100%;
    height: 100%;
}

.article-date {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 10px;
    color: #606060;
    width: 50px;
    text-align: center;
    line-height: 20px;
}

.article-date span {
    font-size: 40px;
    letter-spacing: -2px;
}

.article-hot {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 440px;
    height: 135px;
    background-color: #f8f8f8;
    z-index: 10;
    padding: 22px;
}

.article-hot h6 {
    font-size: 16px;
    color: #373232;
}

.article-hot p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}
/*
.article-hot a {
    float: right;
    width: 50px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 10px;
    text-align: center;
}*/

.article-hot a:hover {
    border: 1px solid #c72a33;
    color: #c72a33;
}

.article-right {
    float: right;
}

.article-btn {
    margin: 50px 0 0;
    text-align: center;
}

.article-btn a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}

.article-btn a:hover {
    border: 1px solid #d73e3e;
    color: #d73e3e;
}

.article-list li {
    overflow: hidden;
    width: 490px;
    height: 120px;
    background-color: #ffffff;
    padding: 18px 24px;
    border-bottom: 1px solid #f8f8f8;
}

.article-list li:hover {
    box-shadow: 0 2px 18px 0 rgba(210, 205, 205, 0.2);
}

.article-list h5 {
    line-height: 30px;
    letter-spacing: -1px;
    color: #373232;
}

.article-list h5:hover {
    color: #cb3333;
}

.article-list p {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}

.article-list div {
    font-size: 10px;
    color: #999999;
    line-height: 22px;
}

footer {
    background-color: #f9f9f9;
}

.footer-wrap {
    padding: 40px 0;
    border-bottom: 1px solid #e7e7e7;
}

.footer-left {
    width: 270px;
    float: left;
}

.footer-left p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-left .footer-tel {
    font-size: 26px;
    letter-spacing: 1px;
}

.footer-service a {
    margin-top: 15px;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #b63b3b;
    border-radius: 15px;
    color: #ffffff;
}

.footer-service a:hover {
    background-color: #df5151;
    color: #ffffff;
}

.footer-right {
    float: right;
    width: 930px;
}

.footer-right a:hover{
    color: #555;
}

.footer-right dl {
    float: left;
    width: 184px;
    padding-left: 80px;
}

.footer-right dt {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.footer-right dd {
    font-size: 14px;
    color: #999;
    line-height: 40px;
}

.friend-link {
    padding: 20px 30px;
}

.friend-link-list li {
    float: left;
    line-height: 24px;
}
.friend-link-list li:after {
    content: '|';
    color: #aaa;
    font-size: 10px;
}
.friend-link-list li:first-child{
    color: #aaa;
}
.friend-link-list li:first-child:after {
    content: '';
}
.friend-link-list li:last-child:after {
    content: '';
}

.friend-link-list a {
    padding: 0 15px;
    color: #aaa;
}

.copyright {
    height: 36px;
    line-height: 36px;
    background-color: #f5f4f4;
    color: #c0bebe;
    font-size: 12px;
    text-align: center;
}

/* 推荐套餐 */
.package{
    background: #f9f9f9;
    width: 100%;
    padding-bottom: 60px;
}

.package .package-tab{
    width: 100%;
    position: relative;
}

.package .package-tab .arrRow{
    position: absolute;
    display: block;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding:10px 0;
    cursor: pointer;
}

.package .package-tab .arrRight{
    right: -80px;
}

.package .package-tab .arrLeft{
    left: -80px;
}

.package .package-tab .arrRow img{
    display: block;
    width: 100%;
}

.package .package-tab .packageTab-box{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 430px;
}
.package .package-tab .package-content{
    display: flex;
    padding:50px 0;
    width: max-content;
    position: absolute;
    left: 0;
    top: 0;
}

.package .package-tab .package-content li{
    width: 280px;
    border: 1px solid #fdf3f3;
    background: #fff;
    text-align: center;
    margin-right: 26.5px;
}

.package .package-tab .package-content li:hover{
    box-shadow: 0 0 15px 0 #e4e4e4;
    border: 1px solid #fff;
}

.package .package-tab .package-content li .package-logo{
    width: 280px;
    padding: 30px 50px;
}

.package .package-tab .package-content li .package-logo img{
    display: block;
    width: 100%;
}

.package .package-tab .package-content li .package-title{
    font-size: 20px;
    color: #333;
}

.package .package-tab .package-content li .package-description{
    font-size: 14px;
    color: #999999;
    padding: 10px 0;
}

.package .package-tab .package-content li .package-price{
    font-size: 36px;
    color: #ea6060;
    font-weight: 700;
}

.package .package-tab .package-content li .package-price span{
    font-size: 22px;
    color: #ea6060;
    margin:0 5px;
    /*font-weight: normal; */
}

.package .package-tab .package-content li .inline-price{
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}


/*媒体列表查询筛选*/
.filter-clear:after{
    clear:both;content:"";
    display:table
}
.filter{
    width:100%;
    box-sizing:border-box;
    border:1px solid #ccc;
    background:#F9F9F9;
    font-size:14px;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.filter-item:last-child{
    border-bottom:0
}
.filter-option.active,
.filter-option:hover{
    color:#FFF;
    background:#3bb4f2;
}

.filter-item{
    border-bottom:1px solid #ccc;
    height:auto;
    position:relative
}
.filter-option{
    float:left;
    cursor:pointer;
    color:#0E90D2;
}
.filter-label{
    line-height:30px;
}
.filter-list{
    list-style:none;
    padding:0;
    position:relative;
}
/*pc需隐藏的内容*/
.placeholder,.m-header,.m-footer{
    display: none;
}
@media screen and (max-width: 640px){
    .dis{
        display: none;
    }
    .m-width{
        width: 100%;
    }

    .filter-label{
        float: left;
        margin-left: 15px;
    }

    .filter-option{
        margin:2px 0;
        padding:3px 5px;
    }

    .filter-list{
        margin:0
    }

    .filter-item{
        padding:6px 0;
    }
    header{
        height: auto;
    }
    header .pc-header{
        display: none;
    }
    /* 移动端头部 */
    .m-header{
        display: flex;
        width: 100%;
        height: 50px;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #ffeded;
    }
    .m-header .m-logo{
        flex:1;
        width: 70%; 
        display: flex;
        justify-content: center;
        /*padding-left: 15px;*/
        align-items: center;
    }
    .m-header .m-logo img{
        display: block;
        width: 60%;
    }
    .m-header .m-menu{
        flex:1;
        width: 15%;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .m-header .m-menu i{
        font-size: 20px;
        color: #ce0505;
        width: 50px;
        line-height: 50px;
        height:50px;
    }
    .m-header .loginBtnBox{
        width: 15%;
        flex:1; 
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
    .m-header .loginBtnBox a{
        background: #ce0505;
        width: 40px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        border-radius: 5px;
        margin-right: 15px;
    }
    .m-header .m-menuList{
        position: absolute;
        background: #ffffff;
        top: 50px;
        width: 0;
        left: 0;
        border-top:1px solid #eee;
        box-shadow: 0 3px 3px rgba(255,0,0,.1);
        transition: all .8s ease;
        overflow: hidden;
    }
    .m-header .m-menuList.on{
        width: 100%;
    }
    .m-header .m-menuList li{
        box-shadow: 0 1px 2px rgba(238,238,238,.5);
        line-height: 40px;
    }
    .m-header .m-menuList li a{
        display: block;
    }
    .m-header .m-menuList li:last-child{
        box-shadow: 0 0px 0px rgba(238,238,238,.5);
    }
    .banner-wrap{
        margin-top: 50px;
        height: auto;
    }
    #banner{
        height: auto;
        overflow: inherit;
    }
    #banner img{
        height: auto;
    }
    .placeholder{
        width: 100%;
        height: auto;
        opacity: 0;
        display: block;
    }
    .placeholder img{
        position: inherit;
        width: 100%;
        height: auto;
        opacity: 0;
        display: block;
    }
    .announ{
        overflow: hidden;
    }
    .announ .m-annou{
        display: flex;
        width: max-width;
    }
    .announ .annou-title{
        width: max-content;
        /*margin-right: 15px;*/
            margin-left: 20px;
    }
    .announ .annou-list{
        flex: 1;
    }
    .announ .annou-list ul{
        overflow: inherit;
        text-overflow: inherit;
    }
    .announ .annou-list li{
        display: block;
        text-align: center;
    }
    .section-title{
        padding: 30px 0 8px;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        color: #373232;
    }
    .section-intro{
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        color: #928080;
    }
    .resource{
        padding-bottom: 20px;
    }
    .m-overflow{
        width: 100%;
        overflow-x: auto;
    }
    .resource-nav{
        margin-top: 20px;
        display: flex;
        width: max-content;
        margin-bottom: 15px;
    }
    .resource-nav li{
        width: 106px;
        height: 30px;
        margin: 0;
        line-height: 30px;
        font-size: 14px;
    }
    .resource-list{
        margin-top: 0;
    }
    .resource-item.active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .resource-item li{
        width: 40%;
        padding: 15px 0;
        height: auto;
        line-height: inherit;
        box-shadow: 0rem 0.02rem 0.5rem 0rem rgba(254, 98, 71, 0.1);
        margin: 10px;
    }
    .resource-item li:nth-child(n+7){
        display: none;
    }
    .package{
        padding-bottom: 0px;
    }
    .package .package-tab .packageTab-box{
        height: auto;
    }
    .package .package-tab .arrRow{
        display: none;
    }
    .package .package-tab .package-content{
        padding: 20px 0;
        width: 96%;
        position: inherit;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .package .package-tab .package-content li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .package .package-tab .package-content li:nth-child(n+5){
        display: none;
    }
    .package .package-tab .package-content li:nth-child(2n){
        margin-right: 0;
    }
    .package .package-tab .package-content li .package-logo{
        padding: 15px 30px;
        width: 100%;
    }
    .package .package-tab .package-content li .package-title{
        font-size: 14px;
    }
    .package .package-tab .package-content li .package-description{
        font-size: 12px;
        padding: 4px 0;
    }
    .package .package-tab .package-content li .package-price{
        font-size: 36px;
        color: #ea6060;
        font-weight: 700;
        line-height: 20px;
    }
    .package .package-tab .package-content li .package-price span{
        font-size: 18px;
        margin: 0 5px;
         font-weight: bold; 
        color: #ea6060;
    }
    .package .package-tab .package-content li .inline-price{
        font-size: 12px;
        color: #999999;
        margin-bottom: 10px;
    }
    .progress{
        padding-bottom: 10px;
    }
    .progress .processList{
        margin-top: 20px;
    }
    .progress .processList li{
        width: 24%;
    }
    .progress .processList li:last-child{
        margin-right: 0;
    }
    .processImg{
        width: 100%;
    }
    .processImg img{
        width: 90%;
        margin-top: 10px;
    }
    .agent{
        height: auto;
    }
    .agent-bg{
        min-width: inherit;
        height: 100%;
        top: 108px;
        display: none;
    }
    .agent-list{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        background: url(../images/agent_bg.jpg) center center no-repeat;
        padding:20px;
    }
    .agent-list li{
        width: 50%;
        height: auto;
    }
    .agent-list li img{
        margin-top: 25px;
        width: 20%;
    }
    .agent-list li p{
        padding: 14px 0px 25px;
        font-size: 12px;
    }
    .agent-list li:nth-child(even){
        background-color: rgba(31, 32, 33, .6);
    }
    .agent-list li.on{
        background-color: rgba(31, 32, 33, .4);
    }
    .agent-btn{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .agent-btn a{
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .article-wrap{
        width: 92%;
        margin: 30px auto 0;
    }
    .article-left{
        width: 100%;
    }
    .article-img{
        width: 100%;
    }
    .article-date{
        left: 0;
        width: 30%;
    }
    .article-hot{
        width: 70%;
        bottom: 20px;
        padding: 18px 22px 22px;
        height: 130px;
    }
    .article-hot h6{
        font-size: 14px;
    }
    .article-list li{
        width: 100%;
        box-shadow: 0 0 7px 0 rgba(255, 153, 153, 0.25);
        margin-bottom: 12px;
    }
    .article{
        padding-bottom: 10px;
    }
    .m-footer{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #ce0505;
        width: 100%;
        height: 50px;
        z-index: 99999;
    }
    .m-footer ul{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    .m-footer ul li{
        width: 25%;
        flex:1;
        display: flex;
        flex-direction: column;
        color: #fff;
        height: 50px;
        justify-content: center;;
        align-items: center;
        border-right: 1px solid #ff5252;
    }
    .m-footer ul li a{
        font-size: 12px;
        color: #fff;
    }
    footer{
        margin-bottom: 50px;
    }

}

@media screen and (min-width: 640px){

    .filter-label{
        width:120px;
        text-align:right;
        position:absolute;
        top:6px;
        left:10px
    }

    .filter-option{
        margin:2px 5px;
        padding:3px 8px;
    }

    .filter-list{
        margin:0 0 0 120px;
    }

    .filter-item{
        padding:6px 20px;
    }
}

/* 自定义popup弹出层 */
.windowShadow{
    display:none; 
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    right:0;
    top:0;
    background-color:rgba(0,0,0,0.25);
    z-index:5;
}

.windowShadow .popupBox{
    width:300px;
    height:300px;
    position:absolute;
    left:50%;top:50%;
    margin-top:-150px;
    margin-left:-150px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(36, 36, 36, 0.11);
}

.windowShadow .popupBox .img{
    display:flex;width:100%;
    height:200px;
    justify-content: center;
    align-items: center;
}

.windowShadow .popupBox .title{
    font-size:18px;
    color:#333;
    text-align:center;
    padding:0px 10px;
}

.windowShadow .popupBox .msgTxt{
    padding:0px 10px;
    font-size: 14px;
    color:#999;
    line-height:1.3;
    text-align: center;
}

/* 首页变化数字 */
.change-num{
    width:100%;
}

.change-num .w1200{
    padding:28px 0px;
    display:flex;
    align-items: baseline;
    border-bottom:1px solid #ececec;
}

.change-num .w1200 .number{
    flex:1;
    font-size:16px;
    color: #c98988;
}

.change-num .w1200 .number span{
    font-size:40px;
    color: #e84f4e;
    /*font-weight:bold;*/
}



/* 返回顶部 */

