@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
del,s{text-decoration: line-through;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{ font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background-color:#fff;}
p,a{color:#333;}
/* a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} */
a:hover{text-decoration: none;}


.wrap{
	position: relative;
	margin:0 auto;
	width: 1000px;
}

.clearfix:after,
.clearfix:before{content:" ";display:table;}
.clearfix:after{clear:both;}


.header{height:80px;background:#fff;}
.header .logo{
	float: left;
	width:152px;
	height:50px;
	padding-top: 8px;
}
.header .logo a{
	display: inline-block;
	width:152px;
	height:50px;
	background:url(../images/logo.jpg) center no-repeat;
	text-indent: -9999px;
}
.header .main{
	padding: 0;
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 8px;
}
.header .main .logo{
	display: inline-block;
	float: left;
}
.header .nav{
	float:right;
	padding-top: 15px;
	color:#a2a5a4;
}
.header .nav li{
	display: inline-block;
}
.header .nav a{
	padding: 0px 15px;
	font: bold 16px/35px "微软雅黑";
	color: #3e3e3e;
}
.header .nav a:hover{
	color: #ff6307;
	-webkit-transition: none;
	transition: none;
}



.footer{
	padding-top: 50px;
	height: 100px;
	text-align: center;
}
.footer p,
.footer a{
	color: #ababab;
	line-height: 22px;
}
.footer a:hover{color: #f67b29;}




.banner{
	min-width: 1000px;
	height: 612px;
	background: url(../images/banner.jpg) top center no-repeat;
}
.banner a{
	position: absolute;
    left: 0;
    bottom: 105px;
    width: 188px;
    height: 46px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    background: url(../images/buyBtn.png) no-repeat center center;
}

.content-nav{
	margin-top: 62px;
	margin-bottom: 5px;
}
.content-nav ul{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.content-nav.fixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    border-bottom: 1px solid #e5e5e5;
}
.content-nav.fixed ul{
	border-bottom: none;
}
.content-nav ul li{
	display: inline-block;
	width: 33%;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px;
}
.content-nav ul li.current{
	border-bottom: 3px solid #D05454;
}
.content-nav ul li.current a{
	color: #D05454;
}
.content-nav ul li a{
	display: block;
	line-height: 58px;
	height: 58px;
    font-size: 28px;
    color: #4a4a4a;
}


.tab{
	padding-top: 62px;
	padding-bottom: 5px;
	
}
.tab .wrap{
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.tab a{
	float: left;
	width: 25%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 28px;
	color: #666;
	border-bottom: 2px solid transparent;
}
.tab a:hover{
	color: #f9650c;
	border-color: #f9650c;
}



.item{
	padding: 56px 0;
}
.item p{
	line-height: 1.6;
	font-size: 18px;
	color: #4a4a4a;
}
.item p._smallSize{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
	color: #999;
}
.item p span{
	color: #ffd83a;
	opacity: 0.6;
}

.red-color{
	color: #ff6666;
}
.item .tips{
	font-size: 14px;
	color: #999;
}
.item .text-center{
	text-align: center;
}
.item .text-right{
	text-align: right;
}
.item .f-l{
	float: left;
}
.item .f-r{
	float: none;
	float: right;
}

.item2,
.item4,
.item5{
	background: #faf9fa;
}
.item2{
	background: url(../images/ydt_sec2_bg.jpg) no-repeat center top;
	min-width: 1000px
}
.item2 .wrap .item-title span{
	color: #fff447;
	font-weight: 300;
}
.item2 .item-main .des p{
	color: #fff;
}

.item4{
	background-position: bottom center;
	background-repeat: no-repeat;
}



.item-title{
	margin-bottom: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.item-title span{
	display: inline-block;
	font-size: 36px;
	color: #373434;
	vertical-align: top;
	margin: 0 12px;
	position: relative;
	padding: 0 50px 30px;
	background: url(../images/ydt_titleline_gray.png) no-repeat center bottom;

}

.item .des{
	padding: 0 12px;
	margin-bottom: 46px;
}


.item .person{
	position: relative;
	padding: 95px 0 0 380px;
	margin-bottom: 95px;
	height: 294px;
	border: 1px solid #e5e5e5;
}
.item .person img{
	position: absolute;
	top: 32px;
	left: 50px;
}
.item .person dt{
	margin-bottom: 8px;
	line-height: 30px;
	font-size: 20px;
	color: #4b4b4b;
}
.item .person dt em{
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
}
.item .person dd{
	padding-left: 30px;
	line-height: 40px;
	font-size: 16px;
	color: #4b4b4b;
	background: url(../images/i2.jpg) 0px 10px no-repeat;
}


.item table{
	width: 100%;
}
.item td{
	padding: 14px 22px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.item .td-l{
	width: 155px;
	text-align: center;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	background: #f5f5f5;
}
.item td a{
	color: #2f74c2;
}

.item .imgCenter{
	text-align: center;
}
.item1 .imgCenter{
	max-width: 1076px;
}
.item1 .imgCenter img{
	display: block;
	width: 100%;
}
.item2 .imgCenter{
	max-width: 1122px;
}
.item2 .imgCenter img{
	display: block;
	width: 100%;
}
.item1 .imgCenter,
.item2 .imgCenter{
	margin: 0 auto;
	overflow: hidden;
}
.item .sec_bottomBtn{
	text-align: center;
	margin-top: 30px;
}
.item .sec_bottomBtn a{
	display: inline-block;
	width: 295px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/ydt_btnbg.png) no-repeat center top;
}
.item .sec_bottomBtn a img{
	vertical-align: middle;
	margin-right: 10px;
}
.item .sec_bottomBtn .btn_bottomtxt{
	text-align: center;
	color: #fc6e6e;
	padding-top: 8px;
	font-size: 14px;
}

.item1 .imgCenter{
	overflow: hidden;
}
.item1 .imgCenter .txtImg{
	float: left;
	width: 50%;
	text-align: center;
}
.item1 .imgCenter .txtImg p{
	margin-top: 20px;
	line-height: 20px;
	padding: 0 40px;
}

.item2{
	min-width: 1000px;
}
.item2 .imgCenter .tips{
	margin-top: 12px;
}

.item3 .item-title span{
	color: #fff447;
	background: url(../images/ydt_titleline_white.png) no-repeat center bottom;
}

.item4{
	padding-bottom: 20px;
	min-width: 1000px;
}
.item4 .nanti4{
	padding-top: 20px;
}
.item4 .nanti4 ul{
	text-align: center;
}
.item4 .nanti4 ul li{
	display: inline-block;
	margin: 0 35px 40px;
	text-align: center;
}
.item4 .nanti4 ul li h3{
	margin-bottom: 18px;
}
.item4 .nanti4 ul li h2{
	font-size: 22px;
	color: #fc6e6e;
	font-weight: normal;
	padding-bottom: 16px;
	background: url(../images/ydt_sec4_titlelline.png) no-repeat center bottom;
	margin-bottom: 6px;
}
.item4 .nanti4 ul li p{
	font-size: 18px;
	color: #494848;
}
.item4 .sec_bottomBtn{
	margin-top: 10px;
}

.item5 .des ul.imgtxt{
	overflow: hidden;
}
.item5 .des ul.imgtxt li{
	width: 33.3%;
	float: left;
}
.item5 .des ul.imgtxt li > div{
	position: relative;
	padding-left: 104px;
	padding-top: 36px;
	padding-bottom: 38px;
}
.item5 .des ul.imgtxt li.li2 > div,
.item5 .des ul.imgtxt li.li3 > div{
	padding-left: 130px;
}
.item5 .des ul.imgtxt li > div h5{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.item5 .des ul.imgtxt li > div p{
	font-size: 14px;
	line-height: 1.4;
}
.item5 .des ul.imgtxt li img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
}
.item5 .des ul.imgtxt li h4{
	color: #333333;
	font-size: 24px;
	margin-bottom: 5px;
}
.item5 .des{
	margin-bottom: 0;
}

.item6{
	padding: 75px 0;
}
.item6 .des{
	margin-bottom: 0;
	padding-bottom: 30px;
	background: url(../images/ydt_sec6_img02.png) no-repeat center bottom;
	margin-top: 20px;
}

.item7{
	background: #353550;
	min-height: 324px;
	min-width: 1000px;
}
.item7 .item-main{
	text-align: center;
	color: #fff;
}
.item7 .item-main h3{
	font-size: 46px;
	color: #ffd83a;
	margin-bottom: 10px;
	text-align: left;
}
.item7 .item-main h4{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	color:#fff;
	text-align: left;
}
.item7 .item-main p{
	font-size: 18px;
	color: #ccc;
	text-align: justify;
}

.item7 .item-main .leftTxt{
	display: inline-block;
	width: 358px;
	padding-right: 20px;
	border-right: 1px solid #50505e;
}
.item7 .item-main .leftTxt p{
	text-align: left;
}
.item7 .item-main .rightImg{
	width: 600px;
	height: 264px;
	display: inline-block;
}
.item7 .item-main .rightImg img{
	height: 100%;
}

.item-fixed-calc .sec_bottomBtn {
	margin-top: 0;
}
.item-fixed-calc .sec_bottomBtn .btn_bottomtxt {
	font-size: 20px;
	color: #e24849;
}

.item8{
	background: #f9f9f9;
	background-size: 100%;
	min-width: 1000px;
}

.item-download-app .download-app-btn {
	display: block;
	width: 550px;
	height: 86px;
	margin: 0 auto;
	line-height: 86px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: bolder;
	background: url(../images/download-app-btn-bg.png) no-repeat center center;
}
.item-download-app .download-app-btn:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/btn-icon.png) no-repeat center center;
	vertical-align: -6px;
	margin-left: 15px;
}

.item9{
	background: #1d1d2b url(../images/ydt_bottom_bg.png) repeat-x center top;
	margin-top: -1px;
	min-width: 1000px;
	padding-top: 150px;
}
.item9 p{
	color: #9c9c9e;
	font-size: 14px;
}
.z_bottom{
	background: url(../images/bottom_bg.png) no-repeat center bottom;
}
.z_bottom p{
	line-height: 2;
	font-size: 18px;
	color:#726969;
}


.baseMsg{
	background-color: #fff;
}
.baseMsg th{
	background: #ffe3d2;
	color: #ff6307;
	font-size: 18px;
	width: 180px;
	text-align: center;
	padding: 14px 0;
	border: 1px solid #eeeeee;

}
.baseMsg td{
	font-size: 16px;
	color: #717171;
	padding: 14px 24px;
	line-height: 1.6;
	border: 1px solid #eeeeee;

}
.baseMsg tr.lianJie a{
	display: inline-block;
	color: #2f74c2;
	margin-right: 50px;
}
.feiLvJG{
	width: 100%;
}
.feiLvJG th{
	background: #fbdfce;
	font-size: 18px;
	text-align: center;
	padding: 16px 0;
	color: #ff6307;
	border: 1px solid #eeeeee;
}
.feiLvJG td{
	background: #fff;
	text-align: center;
	color: #717171;
	font-size: 16px;
	border: 1px solid #eeeeee;
}
.feiLvJG td span.orange-color{
	color: #ff6307;
}
.feiLvJG td del{
	text-decoration: line-through;
}

/* 二维码弹窗样式 */
.qr-code-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: relative;
    margin: 5% auto;
    width: 496px;
    text-align: center;
}

.modal-content img.qr-code-img {
    width: 420px;
    /* height: 688px; */
}

.close-modal {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.close-modal img {
    display: block;
	width: 100%;
}

.close-modal:hover {
    opacity: 0.8;
}