@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

* {
    margin:0;
    padding:0;
    outline:none;
    list-style:none;
    text-decoration:none;
    box-sizing: border-box;
}

a,*:before,*:after{-webkit-transition:all 0.3s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

em,
i,
s,
a {
    font-weight: 400;
    font-style: none;
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #ff0000;
}

img,
input {
    border: 0 none;
    outline-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
}
input{appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: none;}
select {
    border: inherit;
    background: inherit;
}

table {
    border-collapse: collapse;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

body {
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    overflow-x:hidden; position: relative;
}

a[title='站长统计'] {
    display: none;
}
@font-face {
    font-family: fztys;
    src: url('http://files.offcn.com/font/FZTYSJW.ttf');
}
/*header*/

.header {
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 9;
}

.head {
    overflow: hidden;
}

.logo {
    float: left;
    margin-top: 12px;
    margin-left: 45px;
}

.header_nav {
    float: left;
    overflow: hidden;
    padding-left: 74px;
    padding-top: 36px;
}

.header_nav li {
    float: left;
    font-size: 18px;
    height: 100%;
    line-height: 18px;
    margin-left: 62px;
}

.header_nav li a {
    font-size: 16px;
    color: #ffffff;
}

.header_nav li a:hover {
    color: #e60012;
}

.header_nav .margin {
    margin-left: 0;
}

.header_tel {
    float: left;
    line-height: 29px;
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: url(../img/phone.png) no-repeat left;
    margin-left: 77px;
    margin-top: 28px;
}
.footer {
    width: 100%;
    background: #363636;
    min-width: 1200px;
    position: relative;
    margin-top: 180px;
}

.footer .guild {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    padding-top: 80px;
}
.footer .guild .service {
    margin-left: 150px;
}
.footer p, .footer a {
    font-size: 16px;
    color: #d4d4d4;
    line-height: 30px;
}
.footer a:hover {
    color: #e60012;
}

.footer p.span {
    padding-left: 75px;
}

.qr {
    width: 163px;
    text-align: center;
    padding-left: 25px;
}
.qr img {
    width: 163px;
    height: 163px;
}
.qr p {
    margin-top: 10px;
}
.asider {
    width: 128px;
    height: 309px;
    background: url(../img/asider.png);
    position: fixed;
    top: 150px;
    right: 0;
    padding-top: 20px;
}
.asider p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 65px;
    cursor: pointer;
}
.wcode {
    position: absolute;
    left: -118px;
    bottom: -16px;
    display: none;
}
body {
    /* height: 5715px; */
    background: url(../img/mbg.jpg) no-repeat top center;
    background-color: #38a686;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 980px;
    position: relative;
    overflow: hidden;
}
.banner .w {
    height: 100%;
    position: relative;
}
.ban1 {
    position: absolute;
    top: 102px;
    left: 50%;
    margin-left: -520px;
}
.ban2 {
    position: absolute;
    top: 745px;
    left: 50%;
    margin-left: -359px;
}
.yun1 {
    position: absolute;
    top: 541px;
    left: -122px;
    -webkit-animation: shakes 1.5s ease-in infinite alternate;
    -moz-animation: shakes 1.5s ease-in infinite alternate;
    -ms-animation: shakes 1.5s ease-in infinite alternate;
    -o-animation: shakes 1.5s ease-in infinite alternate;
    animation: shakes 1.5s ease-in infinite alternate;
}
.yun2 {
    position: absolute;
    top: 115px;
    right: -85px;
    -webkit-animation: shakes2 1.5s ease-in infinite alternate;
    -moz-animation: shakes2 1.5s ease-in infinite alternate;
    -ms-animation: shakes2 1.5s ease-in infinite alternate;
    -o-animation: shakes2 1.5s ease-in infinite alternate;
    animation: shakes2 1.5s ease-in infinite alternate;
}

@keyframes shakes {
    0% {transform: translateX(0px);}
    100% {transform: translateX(20px);}
}
@-webkit-keyframes shakes {
    0% {transform: translateX(0px);}
    100% {transform: translateX(20px);}
}
@-moz-keyframes shakes {
    0% {transform: translateX(0px);}
    100% {transform: translateX(20px);}
}
@-ms-keyframes shakes {
    0% {transform: translateX(0px);}
    100% {transform: translateX(20px);}
}
@-o-keyframes shakes {
    0% {transform: translateX(0px);}
    100% {transform: translateX(20px);}
}

@keyframes shakes2 {
    0% {transform: translateX(0px);}
    100% {transform: translateX(-20px);}
}
@-webkit-keyframes shakes2 {
    0% {transform: translateX(0px);}
    100% {transform: translateX(20px);}
}
@-moz-keyframes shakes2 {
    0% {transform: translateX(0px);}
    100% {transform: translateX(-20px);}
}
@-ms-keyframes shakes2 {
    0% {transform: translateX(0px);}
    100% {transform: translateX(-20px);}
}
@-o-keyframes shakes2 {
    0% {transform: translateX(0px);}
    100% {transform: translateX(-20px);}
}

.m1 {
    padding-top: 92px;
}
.mth {
    display: block;
    margin: 0 auto;
}
.m1box {
    width: 1126px;
    height: 549px;
    background: url(../img/m1box.png);
    margin: 0 auto;
    margin-top: 26px;
    padding-top: 82px;
}
.m1box .zxClick {
    width: 960px;
    height: 360px;
    margin: 0 auto;
}
.m2 {
    padding-top: 114px;
}
.m2box {
    width: 1128px;
    height: 529px;
    background: url(../img/m2box.png);
    margin: 0 auto;
    margin-top: 26px;
    padding-top: 50px;
}
.m2box tr td {
    font-size: 24px;
	letter-spacing: 2px;
    color: #000000;
    font-family: fztys;
    border: 4px solid #535353;
    padding: 13px;
}
.m2box table {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.m2box thead tr {
    height: 64px;
    background-color: #f9c971;
}
.m2box tbody tr td:nth-child(3) {
    font-size: 20px;
}
.buy {
    width: 126px;
    height: 40px;
    background: url(../img/buy.png);
    cursor: pointer;
    margin: 0 auto;
    transition: all .2s;
}
.buy:hover {
    transform: translateY(-2px);
}
.zixun {
    width: 476px;
    height: 66px;
    background: url(../img/zixun.png);
    cursor: pointer;
    margin: 0 auto;
    margin-top: 36px;
}
.m3 {
    padding-top: 155px;
}
.m3tl {
    padding-left: 38px;
    margin-top: 36px;
}
.m3tl li {
    width: 343px;
    height: 256px;
    background: url(../img/m3li1.png);
    float: left;
    margin-right: 47px;
}
.m3tl li:nth-child(2) {
    background: url(../img/m3li2.png);
}
.m3tl li:nth-child(3) {
    background: url(../img/m3li3.png);
    margin-right: 0;
}
.m3 li p {
    font-family: fztys;
    font-size: 32px;
	line-height: 36px;
	letter-spacing: 3px;
    color: #000000;
    text-align: center;
    margin-top: 112px;
}
.m3tl li:nth-child(3) p {
    margin-top: 78px;
}
.m3 .zixun {
    margin-top: 43px;
}
.m4 {
    padding-top: 143px;
}
.sztxt {
    width: 1177px;
    height: 217px;
    background: url(../img/sztxt.png);
    margin: 0 auto;
    margin-top: 56px;
    font-family: fztys;
    font-size: 36px;
	line-height: 58px;
	letter-spacing: 1px;
    color: #333333;
    padding: 20px 0 0 30px;
}
.m4tl {
    margin-top: 13px;
}
.m4tl li {
    float: left;
    margin-right: 21px;
    cursor: pointer;
}
.m4tl li:last-child {
    margin-right: 0;
}
.m4tl li.current {
    width: 222px;
	height: 224px;
    border-radius: 35px;
    border: solid 4px #319b79;
    overflow: hidden;
}
.m4cot {
    width: 1195px;
	height: 645px;
	background-color: #ff6b63;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 53px;
    display: none;
}
.shiz {
    float: right;
    padding-top: 62px;
    width: 525px;
    margin-right: 56px;
}
.shiz p:nth-child(1) {
    font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 1px;
	color: #ffffff;
}
.shiz p:nth-child(2) {
    font-size: 39px;
	font-weight: 700;
	letter-spacing: 1px;
    color: #ffffff;
    line-height: 55px;
}
.shiz p:nth-child(3) {
    font-size: 24px;
	letter-spacing: 1px;
    color: #ffffff;
    line-height: 60px;
    margin-top: 20px;
}