body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    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: #333;
}

a:hover {
    color: #ff0000;
    transition: all .2s linear;
}

img,
input {
    border: 0 none;
    outline-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
}

select {
    border: inherit;
    background: inherit;
    vertical-align: middle;
}

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;
}


@font-face
    {
        font-family: fzqkby;
        src: url('http://files.offcn.com/font/FZQKBYSJW.TTF');
    }


.alert:hover {
    color: #ff0000;
    transition: all .2s linear;
}

/*header*/
.head {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #CC0000;
}

.head .w {
    position: relative;
}

.head img {
    float: left;
}

.head .logo {
    margin-top: 12px;
    margin-left: 30px;
}

.head .phone {
    width: 162px;
    float: right;
}

.head .phone p {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.head .phone p:nth-child(2) {
    margin-top: 10px;
}

.head .phone img {
    margin-top: 18px;
    margin-right: 12px;
}

.head ul {
    float: left;
    margin-left: 85px;
}

.head li {
    float: left;
    width: 88px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    margin-right: 40px;
    padding-top: 8px;
}
.head .last {
    width: 112px;
}

.head li:hover {
    color: #000000;
    border-bottom: 2px solid #fa292d;
    transition: none;
}


.ban {
    width: 300px;
    height: 500px;
    background-color: rgba(76, 81, 98, .8);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    padding-left: 32px;
}

.ban p {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
    margin-top: 15px;
    border-left: 3px solid #fa292d;
    padding-left: 12px;
}

.batxt {
    margin-top: 9px;
    padding-left: 15px;
}

.batxt span {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
}

.batxt span:first-child {
    margin-right: 48px;
}
.balast span {
    display: block;
    line-height: 25px;
    letter-spacing: 1px;
}
.ban .line {
    width: 230px;
    border: dashed 1px #ffffff;
    margin-left: 3px;
    margin-top: 18px;
}

.bannr .batxt span:first-child {
    margin-right: 13px;
}

/*public*/
.zg_footer {
    background: #333744;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    clear: both;
}

.zg_footer a {
    color: #fff;
    margin: 0 2px;
}

.zg_footer a a:hover {
    color: #e00;
}

.zg_footer .zgf_flk {
    text-align: left;
}

.zg_about {
    font-size: 14px;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: 239px;
    background-color: #333744;
    text-align: center;
    padding-top: 68px;
    box-sizing: border-box;
}

.footer p {
    color: #dddddd;
    font-size: 16px;
    line-height: 36px;
}

.footer p a {
    color: #dddddd;
}

.footer p a:hover {
    color: #e5010e;
}

.banner {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.banner .banner1 {
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/banner1.jpg) no-repeat center;
}

.banner .banner2 {
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/banner2.png) no-repeat center;
}

.banner .banner3 {
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/banner3.png) no-repeat center;
}
.banner .banner4 {
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/banner4.jpg) no-repeat center;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 7px;
    border-radius: 4px;
    background-color: rgba(51, 51, 51, .5);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 30px;
    height: 7px;
    background-color: #ff6b6b;
    border-radius: 4px;
}

.m1left {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.main1 h5 {
    height: 89px;
    color: #333333;
    font-size: 36px;
    background: url(../img/yinhao.png) no-repeat left;
    padding-left: 54px;
    line-height: 130px;
    margin-bottom: 30px;
}

.mth {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    padding-top: 30px;
}

.mth::after {
    content: '';
    display: block;
    width: 88px;
    height: 5px;
    background-color: #fa292d;
    margin-top: 21px;
}
.m1left ul {
    padding-top: 14px;
}
.m1left li {
    height: 44px;
}
.m1left li p {
    float: left;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    line-height: 44px;
}

.m1left li span {
    float: right;
    width: 75px;
    height: 24px;
    border: 1px solid #f6564a;
    border-radius: 20px;
    color: #f6564a;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 11px;
    margin-right: 34px;
    cursor: pointer;
}
.m1left li span:hover {
    background-color: #f6564a;
    color: #fff;
}


.m1right {
    float: right;
    width: 50%;
}

.m1right p {
    color: #333333;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}

.m1right ul {
    margin-top: 24px;
}

.m1right li {
    float: left;
    width: 94px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #cfcfcf;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 32px;
}

.m1right li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
}

.m1right .m1rlir {
    margin-right: 0;
}
.m1right .m1tip a {
    color: #e22827;
    text-decoration: underline;
}

.m1right li a:hover {
    background-color: #e5010e;
    color: #fff;
    transition: all .3s linear;
}

.main2 {
    width: 100%;
    height: 820px;
    box-shadow: 0px -6px 5px 0px rgba(14, 5, 10, 0.06);
    text-align: center;
}

.mtht {
    text-align: center;
}

.mtht::after {
    margin: 0 auto;
    margin-top: 21px;
}

.main2 .m2db {
    display: block;
    margin-left: 32px;
    cursor: pointer;
    float: left;
}
.m2ul li {
    width: 470px;
	height: 362px;
	background-color: #fffae6;
	box-shadow: 0px 0px 15px 0px 
		rgba(139, 126, 74, 0.22);
	border-radius: 10px;
	border: solid 1px rgba(205, 195, 153, 0.52);
}
.m2ul {
    margin-top: 17px;
    padding-left: 80px;
}
.m2ul li {
    float: left;
}
.m2ul li h6 {
    font-size: 24px;
	line-height: 40px;
    color: #333333;
    background: url(../img/m2s1.png) no-repeat left center;
    text-align: left;
    padding-left: 53px;
    margin-left: 141px;
    margin-top: 14px;
}
.m2txt {
    border-top: 3px solid #ebe6d4;
    margin-top: 19px;
}
.m2txt p {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 54px;
    cursor: pointer;
}
.m2txt span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin: 7px 0;
    cursor: pointer;
}
.m2txt p:nth-child(even) {
    background-color: #fff7cf;
}
.m2mid {
    float: left;
    margin: 0 31px;
    padding-top: 14px;
}
.m2mid img {
    display: block;
}
.m2mid .m2vs {
    margin-left: 5px;
    margin-bottom: 15px;
}
.m2ul .m2lir {
    background-color: #fefdfd;
}
.m2ul .m2lir p:nth-child(even) {
    background-color: #f4f4f4;
}
.m2ul .m2lir h6 {
    background: url(../img/m2s2.png) no-repeat left center;
    padding-left: 63px;
    margin-left: 59px;
}




.main3 {
    width: 100%;
    height: 630px;
    background-color: #fafafa;
    box-shadow: 0px -6px 5px 0px rgba(14, 5, 10, 0.06);
}

.main3 .w {
    position: relative;
}

.main3 .swiper2 {
    margin-top: 64px;
}

.swiper2 .swiper-slide {
    width: 233px;
    height: 413px;
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: 21px;
    text-align: center;
}

.swiper2 .swiper-slide .sw2t {
    width: 191px;
    height: 57px;
    background: url(../img/sw2t.png);
    margin: 0 auto;
    margin-top: -21px;
    color: #ffffff;
    font-size: 26px;
    line-height: 56px;
}

.swiper2 .swiper-slide .txt {
    margin: 30px 0;
}

.swiper2 .swiper-slide p {
    font-size: 19px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
}

.swiper2 .swiper-slide p:hover {
    color: #f42423;
}

.swiper2 .swiper-slide .btn {
    width: 196px;
    height: 52px;
    background-image: linear-gradient(90deg,
            #f42423 0%,
            #f46c4b 100%);
    border-radius: 8px;
    color: #ffffff;
    font-size: 21px;
    line-height: 50px;
    margin: 0 auto;
    cursor: pointer;
    transition: all .2s linear;
}

.swiper2 .swiper-slide .btn:hover {
    transform: translateY(-5px);
}

.main3 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(../img/sleft.png) no-repeat center;
    left: -80px;
    margin-top: 25px;
}

.main3 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(../img/sright.png) no-repeat center;
    right: -80px;
    margin-top: 25px;
}

.main4 .mtht {
    padding-top: 48px;
}

.m4tl {
    margin-top: 32px;
}

.m4tl li {
    width: 300px;
    height: 541px;
    background-color: #fafafa;
    float: left;
    text-align: center;
}

.m4tl li:nth-child(even) {
    background-color: #f2f2f2;
}

.m4tl li img {
    margin-top: 31px;
    animation: iscale 1.2s linear infinite alternate;
}

@keyframes iscale {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(.9);
    }
}

.m4tl li .tit {
    width: 100%;
    height: 48px;
    background-color: #f45a53;
    color: #ffffff;
    line-height: 48px;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.m4tl li:nth-child(even) .tit,
.m4tl li:nth-child(even) .alert {
    background-color: #ff94a1;
}

.m4tl li p {
    color: #333333;
    font-size: 19px;
    line-height: 43px;
}

.m4tl li .alert {
    display: block;
    width: 220px;
    height: 53px;
    background-color: #f45a53;
    border-radius: 26px;
    color: #ffffff;
    font-size: 22px;
    line-height: 52px;
    margin: 0 auto;
    margin-top: 40px;
    transition: all .2s linear;
}

.m4tl li .alert:hover {
    transform: translateY(-10px);
}
#swiper3 {
    padding: 10px 0;
    /* padding-left: 90px; */
}
#swiper3 .swiper-slide {
    float: left;
    width: 280px;
	height: 270px;
    margin-right: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
}
#swiper3 .swiper-slide h6 {
    font-size: 29px;
    color: #ffffff;
    background-color: #b774e5;
    border-radius: 10px 10px 0px 0px;
    line-height: 86px;
    text-align: center;
}
.s3txt {
    padding-left: 24px;
    padding-right: 13px;
}
.s3txt span {
    display: block;
    border-left: 4px solid #b774e5;
    font-size: 25px;
	line-height: 25px;
    color: #333333;
    padding-left: 15px;
    font-weight: 700;
    margin: 30px 0 24px 0;
}
.s3txt p {
    font-size: 17px;
	color: #444444;
}
.price {
    font-size: 18px;
	color: #444444;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}
.price b {
    color: #ff0000;
}
.pricer {
    line-height: 36px;
}
.s3txt .btx {
    line-height: 42px;
}
.s3btn {
    width: 210px;
	height: 49px;
    background-color: #b774e5; 
	box-shadow: 0px 6px 0px 0px 
		rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -105px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    font-size: 21px;
    color: #ffffff;
    transition: all .2s linear;
    font-weight: 700;
}
.s3btn:hover {
    transform: translateY(-5px);
    color: #fff;
}
#swiper3 .s302 h6 {
    background-color: #ffb62a;
}
#swiper3 .s302 span {
    border-left: 4px solid #ffb62a;
}
#swiper3 .s302 .s3btn {
    background-color: #ffb62a;
}
#swiper3 .s303 {
    margin-right: 10px;
}
#swiper3 .s303 h6 {
    background-color: #acd634;
}
#swiper3 .s303 span {
    border-left: 4px solid #acd634;
}
#swiper3 .s303 .s3btn {
    background-color: #acd634;
}
#swiper3 .s304 h6 {
    background-color: #eb585c;
}
#swiper3 .s304 span {
    border-left: 4px solid #eb585c;
}
#swiper3 .s304 .s3btn {
    background-color: #eb585c;
}
#swiper3 .s305 h6 {
    background-color: #ff7c2d;
}
#swiper3 .s305 span {
    border-left: 4px solid #ff7c2d;
}
#swiper3 .s305 .s3btn {
    background-color: #ff7c2d;
}
#swiper3 .s306 {
    margin-right: 0;
}
#swiper3 .s306 h6 {
    background-color: #37d3c8;
}
#swiper3 .s306 span {
    border-left: 4px solid #37d3c8;
}
#swiper3 .s306 .s3btn {
    background-color: #37d3c8;
}
.m4bl {
    margin-top: 30px;
    padding-left: 172px;
}
.m4bl li {
    width: 188px;
	height: 64px;
    background-color: #ffffff;
    border: 2px solid #ff6946;
    border-radius: 10px;
	font-size: 25px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 1px;
    color: #ff542a;
    cursor: pointer;
    float: left;
    text-align: center;
    margin-right: 35px;
    transition: all .2s ease-in-out;
}
.m4bl li.active {
    background-image: linear-gradient(-90deg, 
		#f46c4b 0%, 
		#f42423 100%);
    background-color: #f42423;
    border-radius: 10px;
    color: #fff;
}
.m4-video {
    display: none;
    width: 1002px;
    height: 565px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #ff6946;
}
.m4-video video {
    display: block;
    width: 1000px;
    height: 563px;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

#certify .swiper-slide {
    width: 291px;
    height: 422px;
    background: #fff;
    cursor: pointer;
}

#certify .swiper-slide img {
    display: block;
    width: 291px;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0;
    width: 36px;
    height: 88px;
    background: url(../img/cerleft.png) no-repeat;
    background-size: 100%;
    top: 45%;
}

#certify .swiper-button-next {
    right: 0;
    width: 36px;
    height: 88px;
    background: url(../img/cerright.png) no-repeat;
    background-size: 100%;
    top: 45%;
}

#certify .swiper-slide .jx {
    width: 291px;
    height: 88px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    text-align: center;
}

#certify .swiper-slide .jx p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

#certify .swiper-slide .jx span {
    color: #ffffff;
    font-size: 18px;
}

.sztip {
    font-size: 20px;
    line-height: 32px;
    color: #221815;
    text-indent: 2em;
    margin-top: 21px;
}

.cot h6 {
    margin-bottom: 47px;
}

.cot img {
    width: 100%;
    height: 271px;
    margin-bottom: 2px;
    padding-right: 2px;
}

.cot img:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.cotl {
    width: 25%;
    float: left;
    overflow: hidden;
}

.cotb {
    width: 25%;
    float: left;
    overflow: hidden;
}

.cotb img {
    height: 544px;
    padding-right: 2px;
}

.cotr img {
    padding-right: 0;
}

.bform {
    width: 100%;
    height: 305px;
    text-align: center;
    background: url(../img/bform.png) no-repeat center;
}

.bform form {
    margin-top: 50px;
}

.bform .title {
    font-family: fzqkby;
    padding-top: 88px;
    font-size: 34px;
}

.bform select {
    width: 190px;
    height: 46px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #333;
    padding-left: 18px;
    background: url(../img/select.png) no-repeat right center;
    background-color: #ffffff;
    background-position-x: 163px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bform input {
    width: 235px;
    height: 46px;
    background-color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    color: #333;
    padding-left: 18px;
    margin-left: 25px;
}

.bform #submit {
    width: 313px;
    height: 46px;
    background-color: #f55a51;
    padding-left: 0;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    transition: all .2s linear;
}

.bform #submit:hover {
    background-color: #FBB13C;
}

.service {
    width: 100%;
    height: 160px;
    background-color: #3d414e;
    padding-top: 39px;
}

.service ul {
    padding-left: 46px;
}

.service li {
    float: left;
    margin-right: 65px;
}

.service li .stxt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

.service li .stxt p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.service li .stxt span {
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
}

.xleft {
    width: 159px;
    height: 398px;
    background: url(../img/xleft.png) no-repeat center;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 99;
}

.xleft .alert {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 51px;
    margin-left: 35px;

}

.xleft .alert:hover {
    color: #fce83b;
}

.xleft .xl1 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 4px;
    color: #fce83b;
    font-size: 23px;
    padding-left: 10px;
}

.xleft .xl1 span {
    display: block;
    animation:kc 2s infinite;
    float: left;
}

@keyframes kc {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    40% {
    -webkit-transform:translateY(-14px);
    transform:translateY(-14px)
    }
    60% {
    -webkit-transform:translateY(-7px);
    transform:translateY(-7px)
    }
}

.xleft .xhot {
    color: #fce83b;
    background: url(../img/xhot.png) no-repeat right center;
    background-position-x: 94px;
}

.xleft #top {
    width: 76px;
    height: 34px;
    margin: 0 auto;
    margin-top: 4px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
}
.xleft .xclose {
    width: 16px;
    height: 58px;
    background: url(../img/xclose.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: -16px;
    cursor: pointer;
}
.xleft .xclose.open {
    background: url(../img/open.png) no-repeat center;
}

@media screen and (max-width: 1360px) {
    .main3 .swiper-button-prev {
        display: none;
    }

    .main3 .swiper-button-next {
        display: none;
    }
}

.kchot {
    width: 100%;
    height: 710px;
    background: url(../img/kchot.png) no-repeat center;
}
.kchot .w {
    position: relative;
    height: 100%;
}
.kchot .mth {
    color: #ffffff;
    padding-top: 36px;
}
.kchot .mth::after {
    background-color: #fff;
}
.kchot .kcl1 {
    position: absolute;
    top: 226px;
    left: 73px;
}
.kchot .kcl2 {
    position: absolute;
    top: 328px;
    left: 225px;
}
.kchot .kcr1 {
    position: absolute;
    top: 81px;
    right: 169px;
}
.kchot .kcr2 {
    position: absolute;
    top: 363px;
    right: 272px;
}

@keyframes tada {
    0% {transform: scale3d(1,1,1);}
    10%,20% {transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
    30%,50%,70%,90% {transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
    40%,60%,80% {transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
    100% {transform: scale3d(1,1,1);}
}
@-webkit-keyframes tada {
  0% {-webkit-transform: scale3d(1,1,1);}
  10%,20% {-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-webkit-transform: scale3d(1,1,1);}
}
@-moz-keyframes tada {
  0% {-moz-transform: scale3d(1,1,1);}
  10%,20% {-moz-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-moz-transform: scale3d(1,1,1);}
}
@-ms-keyframes tada {
  0% {-ms-transform: scale3d(1,1,1);}
  10%,20% {-ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-ms-transform: scale3d(1,1,1);}
}
@-o-keyframes tada {
  0% {-o-transform: scale3d(1,1,1);}
  10%,20% {-o-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-o-transform: scale3d(1,1,1);}
}

.kcbtn {
    width: 470px;
    height: 70px;
    background: url(../img/kcbtn.png) no-repeat center;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -235px;
    font-size: 30px;
	line-height: 64px;
    color: #ffffff;
    padding-left: 94px;
    cursor: pointer;
    transform: all .2s;
}
.kcbtn span {
    border-bottom: 1px solid #fff;
}
.kcbtn:hover {
    color: #fce83b;
}
.kcbtn:hover span {
    border-bottom: 1px solid #fce83b;
}

.tcbox {
    width: 662px;
    height: 433px;
    background: url(../img/tcbox.png) no-repeat center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -331px;
    margin-top: -240px;
    z-index: 99;
    display: none;
}
.tcbox .tclose {
    width: 42px;
    height: 60px;
    position: absolute;
    top: 13px;
    right: 71px;
    cursor: pointer;
    z-index: 100;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.tcbox .zixun {
    width: 189px;
    height: 50px;
    position: absolute;
    bottom: 46px;
    left: 235px;
    cursor: pointer;
}
.tcbox .zx1 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 53px;
    left: 138px;
    cursor: pointer;
}
.tcbox .zx2 {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    right: 167px;
    cursor: pointer;
}
.tcbox .zx3 {
    width: 662px;
    height: 58px;
    position: absolute;
    top: 187px;
    left: 0;
    cursor: pointer;
}

.message {
    width: 100%;
    height: 72px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    padding: 13px;
}
.message form {
    display: inline;
}
.message span {
    color: #000000;
    font-size: 20px;
    text-align: center;
    padding: 13px 0px;
    margin-right: 15px;
    /*text-shadow: -3px 6px 3px #ef212f;*/
}
.message select, .message input {
    width: 120px;
    height: 40px;
    outline: none;
    background: #d5d5d5;
    margin-right: 13px;
    border: 1px solid #e3757c;
}
.message input{
	padding:5px;
	font-size: 14px;
}
.message #submit2 {
    background: #ef212f;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.tcbox2 {
    width: 565px;
    height: 597px;
    background: url(../img/tcbox2.png);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display: none;
}
.tcbox2 .tclose2 {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 19px;
    cursor: pointer;
}
.tcbox2 a {
    display: block;
    width: 258px;
    height: 60px;
    position: absolute;
    left: 131px;
    bottom: 0;
    border-radius: 25px;
}

.m4 table {
    margin: 0 auto;
    margin-top: .2rem;
}
.m4 tbody {
    margin-bottom: .1rem;
}
.m4 tbody tr td {
    color: #5b5b5b;
    font-size: .2rem;    
    width: 1.92rem;
}
.m4 tbody tr .td1 {
    width: 100px;
    height: 100px;
    background: linear-gradient(-90deg, 
		#f46c4b 0%, 
        #f42423 100%);
}
.m4 tbody tr .td1 p {
    color: #ffffff;
    font-size: .22rem;
    margin-top: .06rem;
}
.m4 tbody tr .td1 img {
    width: .4rem;
}
.m4 tbody tr .td4 {
    width: 1.41rem;
    font-size: .22rem;
    color: #f42523;
    text-decoration: underline;
    font-weight: 700;
}
.m4 .top {
    height: .1rem;
}
