@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
i,em{ font-style:normal;}
table{border-collapse:collapse;width: 100%;color: #333;text-align: center;}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{width: 100%;height:100%;font-size: 12px;min-width: 1100px!important; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;color: #444;background: #fff;}
#footer_bx{clear: both;}

.nav-bgd,.dv_mn{display:none;}
.nav-fixed{position: fixed;top: 0;left: 0;width: 100%; z-index: 900; _position: absolute; _top: expression(eval(document.documentElement.scrollTop));_left:20px }
.pbot80{padding-bottom: 80px;}
.m-show,.m-ib{display: none!important;}
.qgfx_box {margin-top: 10px; margin-bottom: 20px!important;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
.wrap{position: relative; width: 1100px; margin: 0 auto;font-size: 0;text-align: center;}


 /* 输入框填充背景 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
}
 
/* 输入框填充透明 */
/* input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
} */
 
 
/*banner */
.banner-box{position:relative;height:6.08rem;background:url(../images/banner.jpg) no-repeat center top; overflow:hidden;width:100%; text-align:center;}
.banner-box .wrap{height: auto;}
.banner-box .logo{width: auto; position: absolute;left: 0; top: 23px; cursor: pointer;display: block;}
.banner-box .logo img{width: 100%; max-width: 1.56rem;}

.sections{
	width:100%; clear:both; float:left
}
/*section1*/
.sec01{
	background: #fffaf1 url("../images/s1-bg.jpg") no-repeat center top;
}
.secTit{
	width: 100%; clear: both; float: left;
}
.secTit h2{
	font-size: .48rem; font-weight: bold; line-height: .98rem; color: #333; display: inline-block; vertical-align: top;
}
.secTit h2 span{color: #ff331e;}
.secTit i{
	width: 1.04rem; height: .79rem; padding-top: .2rem; line-height: .79rem; display: inline-block; margin-right: .2rem;
	color: #ff331e;font-size: .48rem; font-weight: bold;
	background: url("../images/secTit-img01.png") no-repeat center top;
	background-size: 100%;
}
.s1-title{margin-top: .94rem;}
.s1-main{
	width: 100%; clear: both; float: left; margin-top: .47rem; height: 3.8rem; margin-bottom: .78rem;
	background: url(../images/s1-img01.png) no-repeat center top;
	background-size: 100%;
	-webkit-box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	border-radius: .12rem;
}
.s1-left{
	width: 7.6rem; float: left; height: 3.8rem; display: inline-block;
	background: url(../images/s1-img02.png) no-repeat center;
	background-size: 100%;
	border-radius: .12rem;
	-webkit-box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	position: relative;
}
.s1-left ul{
	float: left; margin-left: .25rem; margin-top: .32rem;
}
.s1-left ul li{
	width: .78rem; height: .38rem; display: inline-block; float: left;
	font-size: .2rem; line-height: .38rem; color: #fff; text-align: center;
	border: solid .02rem #fff; margin-right: .2rem; margin-bottom: .27rem;
	cursor: pointer;
}
.s1-left ul li.cur,.s1-left ul li:hover{background: #fff;color: #00bbba;}
.s1-right{
	float: left; margin-top: .41rem;
}
.s1-right font{
	width: 1.97rem; float: left; clear: both; height: .5rem; margin-bottom: .25rem;
	font-size: .24rem;line-height: .5rem; font-weight: bold; color: #fff;
	background: #ff4a36;
	background: -webkit-linear-gradient(left, #ff604f , #ff3722); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #ff604f, #ff3722); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ff604f, #ff3722); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ff604f , #ff3722); /* 标准的语法 */
	border-radius: 0 .5rem .5rem 0;
}
.s1-right p{
	clear: both; float: left; margin-left: .45rem;
	font-size: .2rem; line-height: .3rem; text-align: left; margin-bottom: .62rem;
}
.s1-right p::before{
	content: '';width: .12rem; height: .3rem; display: inline-block; float: left; margin-right: .08rem;
	background: url(../images/s1-icon01.png) no-repeat center;
	background-size: 100%;
}
.s1-right p a:hover{
	text-decoration: underline;
	font-weight: bold; color: #ff331e;
}

/*section02*/
.sec02{
	background: url(../images/s2-bg.jpg) no-repeat center top;
}
.s2-title{margin-top: .79rem;}
.s2-main{
	width: 100%; clear: both; float: left; margin-top: .73rem;
}
.s2-step{
	width: 100%; clear: both;
}
.s2-step ul{
	width: 94%; float: left; margin: 0 3%;position: relative;
}
.s2-step ul::before{
	content: '';width: 100%; height: 0; border-top: dashed .02rem #19b4ae;
	position: absolute; top: .48rem; left: 0;
}
.s2-step ul li{
	width: 20%; float: left;position: relative;
}
.s2-step ul li img{
	width: .91rem; height: auto; display: inline-block;
	transition: all 0.5s ease-in-out;
	-webkit-transform: all 0.5s ease-in-out;
}
.s2-step ul li:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.s2-step ul li span{
	width: 100%; clear: both; float: left; margin-top: .13rem;
	font-size: .24rem; line-height: .34rem;
}
.s2-step ul li::after{
	content: '';width: .09rem; height: .15rem; display: inline-block;
	background: url(../images/s2-icon02.png) no-repeat center;
	background-size: 100%;
	position: absolute; top: .41rem;right: -.08rem;
}
.s2-ban{
	width: 100%; clear: both; float: left; margin: .55rem auto .77rem;
}
.s2-ban img{width: 11.14rem; display: inline-block;}

/*section03*/
.sec03{
	background:#fffaf1 url(../images/s3-bg.jpg) no-repeat center top;
}
.s3-title{margin-top: .7rem;}
.s3-main{
	width: 9.17rem; height: 4.8rem; display: inline-block; float: left; margin-top: .5rem; margin-bottom: 1rem;
	background: url(../images/s3-icon01.png) repeat;
	border-radius: .12rem;
	-webkit-box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	box-shadow: 0 0 .1rem rgba(0,44,44,.12);
}
.s3-main .itembox{
	float: left; margin-left: .88rem; margin-top: .52rem; width: 6.3rem;
}
.s3-main .itembox .item{
	width: 2.6rem; height: 1.44rem; display: inline-block; float: left; margin-right: .48rem;margin-bottom: .82rem;
	background: rgba(30,196,196,.04);
	border: solid 1px #1ec4c4;
}
.s3-main .itembox .item02,.s3-main .itembox .item03{margin-right: 0;}
.s3-main .itembox .item font{
	width: 2rem;height: .48rem; float: left; margin: -.23rem .3rem .12rem;
	font-size: .22rem; font-weight: bold; line-height: .48rem; color: #fff;
	background: #ff4a36;
	background: -webkit-linear-gradient(left, #fc4c38 , #fe7a6c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fc4c38, #fe7a6c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fc4c38, #fe7a6c); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fc4c38 , #fe7a6c); /* 标准的语法 */
	border-radius: .04rem;
}
.s3-main .itembox .item ul{
	width: 100%; clear: both; float: left;
}
.s3-main .itembox .item ul li{
	width: 100%; clear: both; font-size: .18rem; line-height: .3rem; text-align: left;
}
.s3-main .itembox .item ul li::before{
	content: '';width: .16rem; height: .3rem; display: inline-block; float: left; margin-left: .42rem; margin-right: .11rem;
	background: url(../images/s3-icon02.png) no-repeat center;
	background-size: 100%;
}
.s3-main .itembox img{
	float: left;margin-right: .79rem;margin-top: -.62rem; margin-left: -.24rem;
}
.s3-ewm{
	width: 3.56rem;height: 4.6rem; display: inline-block; float: right; margin-top: .38rem; margin-right: -1.83rem;
	background: #1ac2c1;
	background: -webkit-linear-gradient(#68dcda , #14c0c0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#68dcda , #14c0c0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#68dcda , #14c0c0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#68dcda , #14c0c0); /* 标准的语法 */
	border-radius: .12rem;
	-webkit-box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	box-shadow: 0 0 .1rem rgba(0,44,44,.12);
}
.s3-ewm img{
	margin: .25rem auto .13rem; display: inline-block;
}
.s3-ewm span{
	font-size: .24rem; font-weight: bold; line-height: .5rem; color: #fff; width: 100%; clear: both; display: inline-block;
}
.s3-ewm span i{font-size: .36rem;}
.sec03-2{
	background: url(../images/s3-bg02.jpg) no-repeat center top;
}
.secTit02{
	width: 100%; clear: both; float: left; margin-top: .74rem; margin-bottom: .4rem;
}
.secTit02 h2{
	font-size: .48rem; font-weight: bold; color: #fff; line-height: .88rem;
}
.s3-main02{
	width: 100%; clear: both; height: 4.8rem; float: left;  margin-bottom: .75rem;
	background: url(../images/s3-icon01.png) repeat;
	border-radius: .16rem;
}
.s3-main02 .item{
	display: inline-block; margin: .7rem .42rem auto;
}

.s3-main02 .item font{
	width: 2.39rem; height: .61rem; display: inline-block; margin: 0 auto .12rem;
	font-size: .24rem; font-weight: bold; color: #fff;line-height: .5rem;
	background: url(../images/s3-img02.png) no-repeat center;
	background-size: 100%;
	transition: all 0.2s;
}
.s3-main02 .item:hover font{
	transform: translate(0, -.15rem);
}
.s3-main02 .item img{
	display: block; margin: auto;
	transition: all 0.2s;
}
.s3-main02 .item:hover img{
	transform: translate(0, -.15rem);
}
/*section04*/
.sec04{
	background: url(../images/s4-bg.jpg) no-repeat center bottom;
}
.s4-title{margin-top: .81rem;}
.s4-main{
	width: 100%; clear: both; float: left; margin: .67rem auto .8rem;
	background: #11b6b6;
	background: -webkit-linear-gradient(#21dad9 , #11b6b6); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#21dad9 , #11b6b6); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#21dad9 , #11b6b6); /* Firefox 3.6 - 15 */
	background: linear-gradient(#21dad9 , #11b6b6); /* 标准的语法 */
	border-radius: .12rem;
	-webkit-box-shadow: 0 0 .1rem rgba(0,44,44,.12);
	box-shadow: 0 0 .1rem rgba(0,44,44,.12);
}
.s4-left{
	float: left; margin: .26rem .17rem .27rem; width: 7.47rem;
	background: url(../images/s3-icon01.png) repeat;
	border-radius: .12rem;
}
.s4-left h3{
	width: 100%; height: .67rem; display: inline-block; margin: -.26rem auto .35rem;
	font-size: .34rem; font-weight: bold; line-height: .67rem; color: #fff;
	background: url(../images/s4-img01.png) no-repeat center;
	background-size: auto 100%;
}
.s4-left .box{
	width: 100%; clear: both; float: left; margin: auto 0 .48rem;
}
.s4-left .box .item{
	width: 2rem; height: .9rem; display: inline-block; margin: auto .2rem;
	background: rgba(46,194,188,.2);
	border: dashed 1px #2ec2bc;
	border-radius: .08rem;
}
.s4-left .box .item span{font-size: .2rem; line-height: .3rem; float: left; margin: .15rem auto;
	width: 100%; display: inline-block;
}
.s4-left font{
	float: left; width: 3rem; height: .52rem; font-size: .27rem; font-weight: bold; line-height: .52rem; color: #fff;
	background: url(../images/s4-img02.png) no-repeat center;
	background-size: 100%;
	text-align: left; text-indent: .75rem;
}
.s4-left .part{
	width: 100%; clear: both; float: left; margin: .27rem auto .33rem;
}
.s4-left .part img{
	display: inline-block; margin: auto .31rem; float: left;
}
.s4-right{
	width: 2.86rem; height: 4.04rem; display: inline-block; float: right; margin-top: .26rem; margin-right: .3rem;
	background: url(../images/s4-img03.png) no-repeat center;
}
.s4-right img{
	width: 2.34rem; display: inline-block; margin: .26rem auto .23rem;
}
.s4-right font{
	font-size: .24rem; line-height: .48rem; display: inline-block; margin: auto;
}
.s4-right font span{
	width: 1.85rem; height: .46rem; line-height: .46rem;color: #fff; display: block;
	background: #11b6b6;
	border-radius: .46rem;
}

/*section05*/
.sec05{
	background: url(../images/s5-bg.jpg) no-repeat center top;
}
.s5-title{margin-top: .94rem;}
.s5-three{
	width: 100%; clear:both; float: left; margin-top: .72rem;
}
.s5-three .item{
	width: 2.52rem; height: 2.52rem; display: inline-block; margin: 0 .4rem;
	position: relative;
}
.s5-three .item::before{
	content: ''; width: 2.52rem; height: 2.52rem; display: inline-block;
	background: url(../images/s5-yuan01.png) no-repeat center;
	background-size: 100%;
	position: absolute; top: 0; left: 0;
	animation: rotate 3s linear infinite;
}
.s5-three .item::after{
	content: ''; width: 2.52rem; height: 2.52rem; display: inline-block;
	background: url(../images/s5-yuan02.png) no-repeat center;
	background-size: 100%;
	position: absolute; top: 0; left: 0;
	animation: rotate02 3s linear infinite;
}
@keyframes rotate {
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes rotate02 {
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(-90deg);}
    50%{-webkit-transform:rotate(-180deg);}
    75%{-webkit-transform:rotate(-270deg);}
    100%{-webkit-transform:rotate(-360deg);}
}

.s5-three .item .round{
	width: 1.86rem; height: 1.86rem; display: inline-block; margin: .33rem;
	background: #11b6b6;
	background: -webkit-linear-gradient(#68dcda , #14c0c0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#68dcda , #14c0c0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#68dcda , #14c0c0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#68dcda , #14c0c0); /* 标准的语法 */
	border-radius: 50%;
}
.s5-three .item .round span{
	font-size: .2rem; line-height: .3rem; display: inline-block; width: 100%; float: left;
	margin: .63rem auto; color: #fff;
}

.s5-four{
	width: 100%; clear: both; float: left; margin-top: .87rem; margin-bottom: .5rem;
}
.s5-four .item{
	width: 2.48rem; height: 1.7rem; display: inline-block; float: left; margin-right: .36rem;
	background: #11b6b6;
	background: -webkit-linear-gradient(#68dcda , #14c0c0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#68dcda , #14c0c0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#68dcda , #14c0c0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#68dcda , #14c0c0); /* 标准的语法 */
	border-radius:.1rem;
}
.s5-four .item04{margin-right: 0;}
.s5-four .item .round{
	width: 1.11rem; height: 1.11rem; display: inline-block; margin: -.45rem auto .24rem;
	border-radius: 50%;
	box-shadow: 0 0 .1rem rgba(255,255,255,.3);
	transition: transform 0.5s;
}
.s5-four .item:hover .round{
	transform: scale(1.1);
}
.s5-four .item .round img{width: 100%; display: inline-block;}
.s5-four .item span{
	font-size: .2rem; line-height: .3rem; color: #fff; display: inline-block;
}

/*section06*/
.sec06{
	background:#fffaf1 url(../images/s5-bg02.jpg) no-repeat center top;
}
.s6-main{
	width: 100%; clear: both; float: left; margin: .65rem auto;
	background: #11b6b6;
	background: -webkit-linear-gradient(#68dcda , #14c0c0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#68dcda , #14c0c0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#68dcda , #14c0c0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#68dcda , #14c0c0); /* 标准的语法 */
	border-radius: .12rem;
}
.s6-main .kuang{
	width: 10.66rem; height: auto; float: left; margin: .18rem .17rem;
	background: url(../images/s3-icon01.png) repeat;
	border-radius: .12rem;
}
.s6-left{
	float: left; margin-top: .3rem; margin-left: .46rem; width: 4.9rem; height: 4.2rem; margin-bottom: .1rem;
	background: url(../images/s6-state.png) no-repeat center top;
	background-size: auto 100%;
	position: relative;
}
.s6-left >img{margin-top: .74rem; display: inline-block;}
.s6-left .bookLine{
	width: 100%; position: absolute; left: 0; top: 38%; z-index: 0;
	-webkit-animation: ballon3 2s linear infinite;
	animation: ballon3 2s linear infinite;
}
@keyframes ballon3 {
   0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(-30px); opacity: 1;}
100% {-webkit-transform: translateY(-50px); opacity: 0;}
}
@-webkit-keyframes ballon3 {
	0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(-30px); opacity: 1;}
100% {-webkit-transform: translateY(-50px); opacity: 0;}
}
.s6-right{
	float: right; margin-top: .36rem; width: 4.8rem;
}
.s6-right font{
	width: 100%; float: right; font-size: .32rem; line-height: .69rem; color: #fff;
	padding-left: .25rem;
	background: url(../images/s6-img02.png) no-repeat center;
	background-size: 100%;
}
.s6-right ul{
	width: 100%; clear: both; float: left; margin-top: .4rem;
}
.s6-right ul li{
	width: 3.2rem; height: .48rem; display: inline-block; margin: 0 .5rem .2rem;
	border: solid 1px #1fbeb7;
	border-radius: .48rem;
	font-size: .2rem; line-height: .48rem; text-align: left;
}
.s6-right ul li::before{
	content: '';width: .37rem; height: .48rem; display: inline-block;float: left; margin-left: .5rem; margin-right: .15rem;
}
.s6-right ul li.txt01::before{
	background: url(../images/s6-icon01.png) no-repeat center;
	background-size: 100%;
}
.s6-right ul li.txt02::before{
	background: url(../images/s6-icon02.png) no-repeat center;
	background-size: 100%;
}
.s6-right ul li.txt03::before{
	background: url(../images/s6-icon03.png) no-repeat center;
	background-size: 100%;
}
.s6-right ul li.txt04::before{
	background: url(../images/s6-icon04.png) no-repeat center;
	background-size: 100%;
}
/*section07*/
.sec07{
	background: url(../images/s5-bg03.jpg) no-repeat center bottom;
}
.s7-main{
	width: 100%; clear: both; float: left; margin: .63rem auto 1.74rem;
	background: #11b6b6;
	background: -webkit-linear-gradient(#68dcda , #14c0c0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#68dcda , #14c0c0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#68dcda , #14c0c0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#68dcda , #14c0c0); /* 标准的语法 */
	border-radius: .12rem;
}
.s7-top{
	width: 10.66rem; height: auto; float: left; margin: .18rem .17rem .16rem;
	background: url(../images/s3-icon01.png) repeat;
	border-radius: .12rem;
}
.s7-top >img{
	float: left; margin-left: .39rem; margin-top: .24rem; margin-bottom: -.11rem;
}
.s7-top .txt{display: inline-block;}
.s7-top span{
	font-size: .26rem; line-height: .6rem; display: inline-block; margin: .5rem .26rem auto;
}
.s7-top span i{color:#ff0c00}
.s7-top span b{font-size: .4rem; font-weight: bold;}
.s7-top span::before{
	content: '';width: .18rem; height: .6rem; display: inline-block; vertical-align: top;
	background: url(../images/s7-icon01.png) no-repeat center; margin-right: .1rem;
	background-size: 100%;
}
.s7-top a{
	float: right; margin-top: .12rem; margin-right: .45rem; width: 1.38rem; height: 1.38rem; display: inline-block;
}
.s7-top a img{width:100%; display: inline-block;}
.s7-tab{
	width: 10.66rem; height: auto; float: left; margin: 0 .17rem .18rem;
	background: url(../images/s3-icon01.png) repeat;
	border-radius: .12rem;
}
.s7-tab font{
	width: 4.17rem; height: .46rem; display: inline-block; margin: .28rem auto .3rem;
	border: solid 1px #ff4518;
	border-radius: .06rem 0 0 .06rem;
	font-size: .22rem; line-height: .46rem;
}
.s7-tab font span{
	width: 1.3rem; display: inline-block; float: left; height: .46rem; color: #fff; font-weight: bold;
	background: #fe624b;
	background: -webkit-linear-gradient(left, #fe7b5c , #ff5442); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fe7b5c, #ff5442); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fe7b5c, #ff5442); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fe7b5c , #ff5442); /* 标准的语法 */
	border-radius: .06rem;
}
.s7-tab .tablebox{
	width: 10.21rem; height: auto; float: left; margin: 0 .22rem .24rem;
}
.s7-tab .tablebox table{
	width: 100%;
	border-left: solid .02rem #ff9388;
	border-bottom: solid .01rem #ff4e3c;
}
.s7-tab .tablebox table th{
	font-size: .3rem; line-height: .52rem; padding: .17rem 0; color: #fff;
	border-top: solid .02rem #ff8578;
	border-right: solid .02rem #ff9388;
	background: #fe624b;
	background: -webkit-linear-gradient(left, #fe7b5c , #ff5442); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fe7b5c, #ff5442); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fe7b5c, #ff5442); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fe7b5c , #ff5442); /* 标准的语法 */
}
.s7-tab .tablebox table td{
	font-size: .18rem; line-height: .32rem; padding: .35rem 0;
	border-right: solid .02rem #ff9388;
}
.s7-tab .tablebox table td.txt{position: relative;}
.s7-tab .tablebox table td img{
	position: absolute; top: .68rem; right: .38rem;
	width: .71rem;
}

/*section2*/

/*按钮悬停*/
.hvr-grow-shadow{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*侧边悬停*/
.lfNav{position: fixed;width:150px; height:350px; display: none; background: url(../images/fixedNavBg.png) no-repeat center;top:25%; left:20px;z-index:9;}
.lfNav .close{position:absolute;top:10px; right:10px; height:12px; width:12px; }
.mt185{margin-top:129px;}
.nav-bg{width:150px; height:28px; display: block;float:left; clear:both;margin-left:0;margin-bottom:8px;}
.nav-bg a{width:120px; height:28px; display: block; margin:auto;}

.left_top{width:150px; height:40px;display: block;float:left;margin-left:0;}
