/*pubilc start*/
html {
	font: 62.5% Arial,"微软雅黑";
	color: #929292;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: transparent;
	height: 100%;
	box-sizing: border-box;
}
* {margin: 0;padding: 0;font-family: "Microsoft YaHei","Helvetica","Arial",sans-serif;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);box-sizing: border-box;}
body,ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
input::-webkit-search-cancel-button {display: none;}
input::-webkit-input-placeholder{font-size: 12px;color: #999999;}
table,table td {border-collapse: collapse;} 
select{border: 0;outline: none;}
select::-ms-expand {display: none;}
body{overflow-x:hidden;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.div1200{width: 1200px;margin: 0 auto;}
.div1340{width: 1340px;margin: 0 auto;}
.div1600{width: 1600px;margin: 0 auto;}
.div1800{width: 1800px;margin: 0 auto;}
.wrap {width: 100%;_zoom: 1;position: relative;transition: all .4s;margin: 0 auto;max-width: 75rem;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line_4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.line_5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
/*pubilc end*/
.container{
	padding: 0 3rem;
}
.main{
	padding-top: 106px;
	background-color: #f9f9fb;
}
.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.flexalign{
	align-items: center;
}
.flexcenter{
	justify-content: center;
}
.flexbetween{
	justify-content: space-between;
}
.header{
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 3rem 0 3rem;
	/*background-color: rgba(0,0,0,.2);*/
	max-width: 75rem;
}
.nyheader .logo{
	display: none;
}
.nylogo{
	display: none;
}

.nyheader .nylogo{
	display: block;
}

.nyheader .menu{
	display: none;
}
.nymenu{
	display: none;
}
.nyheader .nymenu{
	display: block;
}
.nav{
	display: none;
	position: absolute;
	height: 100vh;
	width: 70%;
	background-color: #fff;
	right: 0;
	top: 0;
}
.nav>ul>li{
	position: relative;
}

.nav>ul>li>a{
	font-size: 2.8rem;
	letter-spacing: 4px;
	color: #666666;
	padding-left: 5rem;
	line-height: 8rem;
}
.nav>ul>li>ul{
	position: absolute;
	width: 250px;
	top: 69px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,.5);
	z-index: 99;
	display: none;
}
.nav>ul>li>ul>li{
	text-align: center;
	line-height: 40px;
}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color: #ffffff;
}
.nav>ul>li:hover>ul{
	display: block;
}
.close{
	position: absolute;
	right: 3rem;
	top: 3rem;
	cursor: pointer;
	z-index: 99;
}
.body-bg{
	display: none;
}
body.open{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.open .body-bg{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.banner{
	text-align: center;
	position: relative;
}
.banner .swiper-pagination-bullet{
	width: 58px;
	height: 4px;
	background-color: #ffffff;
	border-radius: initial;
}
.banner .swiper-slide {
	width: 100vw;
	height: 100vh;
	position: relative;
	padding-right: 0;
}
.banner .swiper-slide video {
	object-fit: fill;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.banner .swiper-slide .btns {
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index: 2;
}

.button_play {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin-top: 2em;
	cursor: pointer;
	position: relative;
	background-color: #373737;
}
.button_play.accent_color_4 {
	background-color: #84BD00 !important;
	color: #ffffff !important;
}
.banner .swiper-slide .btns .button_play {
	display: block;
	margin-bottom: 5px;
}
.button_play img {
	width: 35%;
}
.banner .swiper-slide .btns .button_play img {
	opacity: .8;
}

.banner .swiper-slide .btns .button_play::after {
	content: "";
	display: block!important;
	width: 3px;
	height: 40%;
	background: #fff;
	position: absolute;
	left: 37px;
	top: 23px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: 5;
}
@media screen and (max-width: 1600px){
	.banner .swiper-slide .btns .button_play::after {
		top: 20px;
		left: 31px;
	}
}
@media screen and (max-width: 1440px){
	.banner .swiper-slide .btns .button_play::after {
		left: 28px;
		top: 18px;
	}
}

.banner .swiper-slide .btns .button_play.active::after {
	display: none!important;
}


.index-part1{
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #fff;
}
.index-part1-left{
	/*margin-top: 300px;*/
}
.index-part1-left h1{
	font-size: 3.6rem;
	letter-spacing: 4px;
	color: #2e2e3a;
	margin-bottom: 3rem;
}
.index-part1-left h3{
	font-size: 2.6rem;
	font-weight: normal;
	color: #807f87;
	margin-bottom: 6rem;
}
.index-part1-left p{
	font-size: 2rem;
	color: #807f87;
	opacity: 0.7;
	line-height: 1.5;
}
.index-part1-lunbo{
	margin: 0 auto;
}
.index-more{
	margin-top: 4.3rem;
	text-align: right;
}
.index-more a{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: #999999;
}
.index-part2{
	margin-top: 13px;
	padding-top: 7rem;
	background-color: #fff;
	padding-bottom: 7rem;
	/*background: url(../images/index_13.png) no-repeat right top;*/
}
.index-part2-right{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.index-part2-left h1{
	margin-bottom: 60px;
}
.index-part2-left h3{
	margin-bottom: 50px;
}

.index-part-two{
	margin-top: 150px;
	background: url(../images/index_07.png) no-repeat center;
	height: 2140px;
	padding-top: 170px;
}
.index-part3{
	background-color: #fff;
	padding-top: 7rem;
	padding-bottom: 7rem;
	margin-top: 13px;
}
.index-part3-left{
	width: 100%;
}
.index-part3-right{
	margin-top: 40px;
	width: 100%;
	position: relative;
}
.index-part3-tit h1{
	font-size: 60px;
	letter-spacing: 7px;
	color: #2e2e3a;
}
.index-part3-nav{
	margin-top: 4.3rem;
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 5px;
	position: relative;
	/*background-image: linear-gradient(to left, rgba(0,0,0,.1) 100%, rgba(0,0,0,1) 0%);*/
	/*background-color: rgba(255,255,255,.5);*/
	background-size: 100px 48px;
	background-repeat: no-repeat;
	background-position: right;
}
.index-part3-tmbg{
	position: relative;
}
.part3-tm{
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	width: 100px;
	z-index: 9;
	/*background-image: linear-gradient(to left, rgba(255,255,255,.1) 100%, rgba(255,255,255,1) 0%);*/
	/*background-color: #ffffff;*/
	background-image: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(255,255,255,1));
	background-image: linear-gradient(to right, rgba(255,255,255,.3) , rgba(255,255,255,1));
}
.index-part3-nav ul{
	width: 770px;
	/*overflow-x: scroll;*/
}
.index-part3-nav ul li{
	margin-right: 60px;
}
.index-part3-nav ul li:last-child{
	margin-right: 0;
}
.index-part3-nav ul li a{
	font-size: 24px;
	letter-spacing: 5px;
	color: #999999;
	/*padding-right: 45px;*/
	padding: 10px 0;
	position: relative;
	border-bottom: 2px solid #fff;
	display: block;
}
.index-part3-nav ul li a:after{
	content: "/";
	position: absolute;
	right: 15px;
	font-weight: 400;
	color: #999999;
	font-size: 26px;
	display: none;
}
.index-part3-nav ul li:last-child a:after{
	display: none;
}
/*.index-part3-nav ul li:hover a{
	font-weight: 600;
	color: #444444;
	border-bottom: 3px solid #d2d2d2;
}*/
.index-part3-nav ul li.cur a{
	font-weight: 600;
	color: #444444;
	border-bottom: 2px solid #d2d2d2;
}
.index-part3-list-left{
	width: 100%;
}
.index-part3-box1{
	width: 100%;
	/*height: 260px;*/
	background-color: #090f1d;
	box-shadow: 0px 0px 27px 0px  rgba(0, 159, 232, 0.05);
	border-radius: 10px;
	overflow: hidden;
}
.index-part3-box1 .img{
	height: 100%;
	width: 17.4rem;
}
.index-part3-box .img img{
	/*height: 100%;*/
}
.index-part3-box1 .text{
	padding: 4rem 5rem 0;
	width: 35.4rem;
}
.index-part3-box .text h2{
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.index-part3-box .text p{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}
.index-part3-box2{
	position: relative;
	width: 280px;
	/*height: 461px;*/
	/*background-color: #000a05;*/
	/*box-shadow: 0px 0px 27px 0px rgba(0, 159, 232, 0.05);*/
	border-radius: 10px;
	margin: 20px 0 0 ;
	overflow: hidden;
}
.index-part3-box2 .text{
	position: absolute;
	bottom: 0;
	padding: 0 21px 21px;
	/*background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.8));*/
}
.index-part3-list-right{
	width: 100%;
	margin-top: 20px;
}
.index-part3-box3{
	width: 354px;
	/*height: 584px;*/
	background-color: #f4b12f;
	/*box-shadow: 0px 0px 10px 0px #009fe8;*/
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.index-part3-box3 .img img{
	width: 100%;
}
.index-part3-box3 .text{
	position: absolute;
	bottom: 0;
	padding: 0 21px 21px;
	/*background-image: linear-gradient(rgba(244,177,47,.2), rgba(244,177,47,.8));*/
}
.index-part3-box .img{
	overflow: hidden;
}
.index-part3-box .img img{
	transition: all 0.5s;
}
/*.index-part3-box:hover .img img{
	transform: scale(1.1);
}*/
.index-part4{
	/*margin-top: 300px;*/
	padding: 70px 0;
	background-color: #fff;
	margin-top: 13px;
}
.index-part4-tit h1{
	font-size: 36px;
	letter-spacing: 4px;
	color: #2e2e3a;
}
.index-part4-wapbox{
	margin-bottom: 30px;
}
.index-part4-wapbox .img{
	width: 261px;
	border-radius: 10px;
	overflow: hidden;
}
.index-part4-wapbox .text{
	width: 283px;
}
.index-part4-wapbox .text span{
	font-size: 18px;
	color: #999999;
}
.index-part4-wapbox .text p{
	margin-top: 10px;
	font-size: 24px;
	color: #999999;
}

.index-part4-list{
	position: relative;
	margin-top: 40px;
}
.index-part4-box{
	/*position: relative;*/
	background: url(../images/index_17.png) no-repeat center;
}
.index-part4-box .img{
	opacity: 0;
	height: 184px;
	transition: all 0.3s; 
	border-radius: 10px;
	overflow: hidden;
}	
.index-part4-box .text{
	text-align: center;
	height: 184px;
	/*padding-top: 27px;*/
	padding: 20px 10px 0;
	position: relative;
}
.index-part4-box .text p{
	font-size: 22px;
	line-height: 30px;
	color: #666666;
	transition: all 0.3s; 
}
.index-part4-box .text span{
	font-size: 24px;
	color: #999999;
	display: block;
	margin-top: 10px;
	transition: all 0.3s; 
}
.index-part4-line{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000000;
	opacity: 0.11;
	top: 184px;
}

.index-part4-list .swiper-slide:nth-child(odd) .text:before{
	content: "";
	width: 1px;
	height: 29px;
	background-color: #7d7d7d;
	position: absolute;
	top: 27px;
}
.index-part4-list .swiper-slide:nth-child(odd) .text span{
	margin-top: 45px;
	margin-bottom: 20px;
}
.index-part4-list .swiper-slide:nth-child(even) .text:before{
	content: "";
	width: 1px;
	height: 29px;
	background-color: #7d7d7d;
	position: absolute;
	bottom: 27px;
}
.index-part4-list .swiper-button-next, .index-part4-list .swiper-button-prev{
	width: 73px;
	height: 73px;
	top: 46%;
	outline: none;
}
.index-part4-list .swiper-button-next{
	right: 10%;
}
.index-part4-list .swiper-button-prev{
	left: 10%;
}
@media (max-width: 1600px){
	.index-part4-list .swiper-button-next{
		right: 10px;
	}
	.index-part4-list .swiper-button-prev{
		left: 10px;
	}
}
.index-part4-list .swiper-button-next:after{
	content: "";
	background: url(../images/index_11.png) no-repeat;
	width: 73px;
	height: 73px;
}
.index-part4-list .swiper-button-prev:after{
	content: "";
	background: url(../images/index_10.png) no-repeat;
	width: 73px;
	height: 73px;
}

/*.index-part4-box:hover .img{
	opacity: 1;
}
.index-part4-box:hover .text span{
	color: #444444;
}
.index-part4-box:hover .text p{
	font-weight: 600;
	color: #444444;
}*/

.footer{
	/*height: 116px;*/
	background-color: #f9f9f9;
	padding-top: 45px;
	padding-bottom: 43px;
	border-top: 1px solid #f1f1f1;
}
.footer-link p,.footer-link p a{
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 3px;
	color: #6a6a6a;
	opacity: 0.8;
}
.footer-share ul{
	/*text-align: center;*/
	padding-left: 30px;
}
.footer-share ul li{
	margin: 0 15px;
	position: relative;
}
.footer-share ul li a img{
	width: 51px;
}
.footer-ewm{
	position: absolute;
	bottom: 100%;
	width: 200px;
	height: 200px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 9;
}
.footer-share ul li:hover .footer-ewm{
	display: block;
}
.footer-share p{
	margin-top: 21px;
	margin-bottom: 19px;
	font-size: 20px;
	letter-spacing: 3px;
	color: #6a6a6a;
	opacity: 0.8;
}
.footer-right{
	margin-top: 20px;
}
.footer-con h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #6a6a6a;
	opacity: 0.8;
	margin-bottom: 10px;
}
.footer-con p,.footer-con p a{
	font-size: 20px;
	line-height: 2;
	color: #6a6a6a;
	opacity: 0.8;
}

.backTop{
	position: fixed;
	right: 30px;
	bottom: 170px;
	z-index: 999;
	cursor: pointer;
}
#test{
	display: none;
}

.nyheader{
	padding: 24px 0 26px;
	position: fixed;
	background-color: #ffffff;
	/*box-shadow: 6px 1px 13px 0px rgba(0, 0, 0, 0.2);*/
	border-bottom: 1px solid #f8f8f8;
	/*opacity: 0.08;*/
}
.nyheader .nav>ul>li>a{
	color: #333333;
}
.nyheader .nav>ul>li>ul{
	background-color: #fff;
	top: 67px;
}
.nyheader .nav>ul>li>ul>li>a{
	color: #333333;
}
/*about*/
.about{
	background-color: #fff;
	padding-top: 1px;
}
.about-con{
	padding-top: 30px;
}
.about-title h2{
	font-size: 36px;
	letter-spacing: 4px;
	color: #666666;
	/*padding-left: 28px;*/
	position: relative;
	font-weight: 400;
}
/*.about-title h2:before{
	content: "";
	background: url(../images/about_01.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}*/
.about-text{
	margin-top: 35px;
	font-size: 24px;
	line-height: 38px;
	color: #666666;
}
.about-text p{
	font-size: 24px;
	line-height: 38px;
	color: #666666;
}
.about-text strong{
	font-weight: 400;
	color: #333333;
}
.about-text strong:before{
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: solid 1px #bfbfbf;
	display: inline-block;
	display: none;
	margin-right: 13px;
}
.about-list{
	margin-top: 50px;
}
.about-list h1{
	font-size: 28px;
	font-weight: normal;
	color: #1a1a1a;
	display: none;
}
.about-list-con{
	margin-top: 65px;
	margin-bottom: 65px;
}
.about-list-con ul li{
	width: 100%;
	/*height: 370px;*/
	transition: all 0.5s;
	margin-top: 32px;
	/*background-color: #000000;*/
}
.about-list-box{
	/*text-align: center;*/
	padding: 32px 80px;
	background-color: #f5f5f5;
	border-radius: 10px;
	transition: all 0.5s;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.about-list-box .img{
	width: 100px;
	height: 104px;
	overflow: hidden;
	margin-right: 53px;
}
.show{
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
}
.hide{
	display: none;
	margin: 0 auto;
	transition: all 0.5s;
}
.about-list-box .text{
}
.about-list-box .text>p{
	font-size: 26px;
	color: #666666;
	margin-bottom: 25px;
}
.about-list-box .more{
	align-items: center;
}
.about-list-box .more>p{
	font-size: 18px;
	color: #999999;
	margin-right: 10px;
	padding-left: 22px;
}
/*.about-list-con ul li:hover .about-list-box{
	margin-top: -32px;
}
.about-list-con ul li:hover .about-list-box{
	background-color: #adadad;
	height: 100%;
}
.about-list-con ul li:hover .show{
	display: none;
}
.about-list-con ul li:hover .hide{
	display: block;
}
.about-list-con ul li:hover .about-list-box .text p{
	color: #fff;
}
.about-list-con ul li:hover .about-list-box .more{
	display: flex;
}*/

.ny2-lunbo{
	margin-top: 80px;
	margin-bottom: 90px;
}
.ny2-lunbo .swiper-slide .img{ 
	overflow: hidden;
	border-radius: 10px;
}
.ny2-lunbo .swiper-slide .img img{
	transition: all 0.5s;
}
/*.ny2-lunbo .swiper-slide:hover .img img{
	transform: scale(1.1);
}*/


.ny3-lunbo {
	margin-top: 70px;
	position: relative;
	margin-bottom: 80px;
}

.ny3-lunbo .swiper-container {
	/*padding-bottom: 80px;*/
}

.ny3-lunbo  .swiper-slide {
	width: 100%;
	/*height: 425px;*/
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	transition: all 0.1s;
}
.ny3-lunbo  .swiper-slide .img{
	position: relative;
}
.ny3-lunbo  .swiper-slide .img .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
}
.ny3-lunbo .swiper-slide-active .img .mask{
	display: none;
}
.ny3-lunbo  .swiper-slide img{
	display:block;
}
.ny3-lunbo  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.ny3-lunbo .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.ny3-lunbo .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.ny3-lunbo .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.ny3-lunbo .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.ny3-lunbo .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.ny3-lunbo .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.ny3-lunbo .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.ny4-lunbo{
	margin-top: 45px;
	margin-bottom: 80px;
}

.ny5-lunbo  .swiper-slide {
	width: 100%;
	/*height: 495px;*/
}

.ny7-con{
	margin-top: 45px;
	margin-bottom: 84px;
}
.ny7-left{
	position: relative;
	width: 318px;
	height: 638px;
	padding: 16px 8px 10px;
	z-index: 9;
	overflow: hidden;
	border-radius: 56px;
	margin: 40px auto 0;
}
.ny7-left .ny7-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	overflow: hidden;
}
.ny7-left .swiper-slide{
	overflow: hidden;
}
.ny7-button{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 20px;
	bottom: 40px;
	left: 0;
}
.ny7-button .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
}
.ny7-button .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	background-color: initial;
	border: 1px solid #fff;
	opacity: 1;
	margin: 0 3px;
}
.ny7-button .swiper-pagination-bullet-active{
	background-color: #fff;
}

.ny7-right{
	width: 100%;
}
.ny7-text h1,
.ny7-text h2,
.ny7-text h3,
.ny7-text h4,
.ny7-text h5,
.ny7-text h6{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #333333;
	margin-bottom: 45px;
}
.ny7-rbottom{
	margin-top: 30px;
}
.ny7-ewm{
	width: 192px;
	/*margin-right: 52px;*/
	margin: 0 auto;
}
.ny7-list{
	
}
.ny7-list-top{
	padding-bottom: 40px;
	border-bottom: 1px solid #ededed;
	margin-top: 30px;
}
.ny7-list-top ul li{
	/*width: 168px;*/
	height: 48px;
	border-radius: 5px;
	border: solid 1px #7d7d7d;
	margin-right: 39px;
}
.ny7-list-top ul li:last-child{
	margin-right: 0;
}
.ny7-list-top ul li a{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 27px;
}
.ny7-list-top ul li a p{
	font-size: 18px;
	color: #333333;
	padding-left: 18px;
}
.ny7-list-bottom{
	margin-top: 27px;
	/*padding-left: 27px;*/
	padding: 0 30px;
}
.ny7-list-bottom ul{
	justify-content: space-around;
}
.ny7-list-bottom ul li{
	/*margin-right: 85px;*/
	position: relative;
	height: 43px;
	padding-top: 13px;
}
.ny7-list-bottom ul li a{
	display: block;
}
.ny7-list-bottom ul li img{
	transition: all 0.5s;
}
.ny7-list-bottom ul li:hover .show{
	display: none;
}
.ny7-list-bottom ul li:hover .hide{
	display: block;
}
.ny7-list-ewm{
	display: none;
	position: absolute;
	width: 190px;
	left: 50%;
	bottom: 125%;
	transform: translateX(-50%);
	background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px  rgba(0, 0, 0, 0.05);
	border: solid 1px #bfbfbf;
	padding: 4px 6px;
}
.ny7-list-ewm:before{
	content: "";
	background: url(../images/ny7_13.png) no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}
.ny7-list-bottom ul li:hover .ny7-list-ewm{
	display: block;
}

.ny8-con{
	margin-top: 40px;
	margin-bottom: 70px;
}
.ny8-box{
	/*margin-right: 150px;*/
	margin-bottom: 30px;
	/*width: 343px;*/
	display: flex;
	align-items: center;
}
.ny8-box label{
	font-size: 24px;
	color: #666666;
	display: block;
	/*padding-bottom: 17px;*/
	width: 80px;
}
.ny8-box input.ny8-inp{
	width: calc(100% - 80px);
	height: 60px;
	background-color: #f9f9f9;
	padding-left: 20px;
	font-size: 24px;
	color: #999999;
}
.ny8-box select.ny8-sel{
	width: calc(100% - 70px);
	height: 60px;
	padding-left: 20px;
	font-size: 24px;
	color: #999999;
	background: url(../images/ny8_01.png) no-repeat right;
	background-color: #f9f9f9;
	-webkit-appearance: none;
	appearance: none;
}
.ny8-box input.ny8-inp::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 24px;
	letter-spacing: 1px;
	color: #999999;
}

.ny8-box input.ny8-inp::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 24px;
	letter-spacing: 1px;
	color: #999999;
}

.ny8-box input.ny8-inp:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 24px;
	letter-spacing: 1px;
	color: #999999;
} 
.ny8-textarea{
	width: 100%;
	align-items: flex-start;
}
.ny8-textarea label{
	padding-top: 20px;
}
.ny8-textarea textarea{
	width: calc(100% - 70px);
	height: 285px;
	background-color: #f9f9f9;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 24px;
	color: #999999;
}
.ny8-btn{
	text-align: right;
}
.ny8-btn button{
	width: 167px;
	height: 60px;
	background-color: #f1f1f1;
	border-left: 3px solid #b8b8b8;
	font-size: 24px;
	color: #666666;
	cursor: pointer;
}

.ny9-con{
	margin-top: 45px;
	margin-bottom: 80px;
}
.ny9-search{
	margin: 30px 0;
	background-color: #f5f5f5;
	border-radius: 30px;
}
.ny9-search form{
	display: flex;
}
.ny9-search input{
	height: 60px;
	width: 80%;
	padding-left: 53px;
	font-size: 24px;
	letter-spacing: 4px;
	color: #b5b5b5;
}
.ny9-search button{
	width: 20%;
}
.ny9-search input::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 24px;
	letter-spacing: 4px;
	color: #b5b5b5;
}

.ny9-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 24px;
	letter-spacing: 4px;
	color: #b5b5b5;
}

.ny9-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 24px;
	letter-spacing: 4px;
	color: #b5b5b5;
}   
.ny9-left{
	/*width: 205px;*/
}
.ny9-left ul li{
	padding-left: 65px;
	line-height: 55px;
	border-left: 2px solid #efefef;
	position: relative;
}
.ny9-left ul li:before{
	content: "";
	background: url(../images/ny9_01.png) no-repeat;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 20px;
	left: 30px;
}
.ny9-left ul li a{
	font-size: 18px;
	letter-spacing: 1px;
	color: #999999;
	display: block;
}
.ny9-left ul li.cur{
	background-color: #f2f2f2;
	border-left: 2px solid #1d1d1d;
	background: -webkit-linear-gradient(to right,  #ffffff , #f6f6f6); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right,  #ffffff, #f6f6f6); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right,  #ffffff, #f6f6f6); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#ffffff , #f6f6f6); 
}
.ny9-left ul li.cur:before{
	background: url(../images/ny9_02.png) no-repeat;
	width: 25px;
	height: 21px;
	left: 24px;
	top: 17px;
}
.ny9-left ul li.cur a{
	color: #444444;
	font-weight: 600;
}
/*.ny9-left ul li:hover{
	background-color: #f2f2f2;
	border-left: 2px solid #1d1d1d;
}*/
.ny9-left ul li:hover:before{
	background: url(../images/ny9_02.png) no-repeat;
	width: 25px;
	height: 21px;
	left: 24px;
	top: 17px;
}
.ny9-left ul li:hover a{
	color: #444444;
	font-weight: 600;
}

.ny9-right{
	margin-top: 40px;
	width: 100%;
}
.ny9-list ul li{
	margin-bottom: 50px;
}
.ny9-box{
	width: 100%;
	position: relative;
}
.ny9-box .img{
	width: 225px;
	overflow: hidden;
	border-radius: 13px;
}
.ny9-box .img img{
	transition: all 0.5s;
}
.ny9-box .text{
	width: calc(100% - 266px);
}
.ny9-box .text h3{
	font-size: 22px;
	font-weight: normal;
	color: #222222;
	padding-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 25px;
}
.ny9-box .text p{
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}
.ny9-box .text .more{
	position: absolute;
	bottom: 0;
	right: 0;
}
.ny9-box .text .more p{
	color: #999999;
	padding-left: 11px;
}
.ny9-box .text .more .more-img{
	display: none;
}
/*.ny9-box:hover .text .more .more-img{
	display: block;
}
.ny9-box:hover .text .more .more-img-show{
	display: none;
}
.ny9-box:hover .text .more p{
	color: #444444;
}
.ny9-box:hover .img img{
	transform: scale(1.1);
}*/

.ny10-con{
	margin-top: 50px;
	margin-bottom: 90px;
}
.ny10-year{
	width: 145px;
	height: 60px;
	background-color: #eeeeee;
	border-radius: 30px;
	margin-right: 10px;
}
.ny10-year select{
	width: 100%;
	height: 100%;
	background: url(../images/ny10_01.png) no-repeat 85% center;
	background-size: 16px 10px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 24px;
	color: #999999;
	padding-left: 32px;
	padding-right: 32px;
}

.ny10-lm{
	border-left: 0;
}
.ny10-search{
	width: 270px;
	height: 60px;
	background-color: #eeeeee;
	border-radius: 30px;
	border-left: 0;
}
.ny10-search input{
	width: 80%;
	height: 100%;
	font-size: 24px;
	color: #999999;
	padding-left: 31px;
}

.ny10-search button{
	cursor: pointer;
	width: 20%;
	height: 100%;
}
/* WebKit browsers */
.ny10-search input::-webkit-input-placeholder {
	color: #999999;
	font-size: 24px;
}
/* Mozilla Firefox 4 to 18 */
.ny10-search input:-moz-placeholder {
	color: #999999;
	opacity: 1;
	font-size: 24px;
}
/* Mozilla Firefox 19+ */
.ny10-search input::-moz-placeholder {
	color: #999999;
	opacity: 1;
	font-size: 24px;
}
/* Internet Explorer 10+ */
.ny10-search input:-ms-input-placeholder {
	color: #999999;
	font-size: 24px;
}

.ny10-btn{
	width: 178px;
	height: 62px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	border-left: 0;
}
.ny10-btn button{
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #666666;
}
.ny10-btn button img{
	margin-right: 12px;
}

.ny10-center{
	margin-top: 60px;
}
.ny10-box{
	position: relative;
	margin-bottom: 60px;
}
.ny10-box .img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.ny10-box .img img{
	transition: all .5s;
	width: 100%;
}
.ny10-box .text{
	width: 100%;
	margin-top: 20px;
}
.ny10-box .text h5{
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 20px;
}
.ny10-box .text h2{
	font-size: 26px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
}
.ny10-box .text p{
	font-size: 24px;
	line-height: 32px;
	color: #666666;
}
.ny10-box .more{
	margin-top: 26px;
	justify-content: flex-end;
}
.ny10-box .more .more-img{
	display: none;
}
.ny10-box .more p{
	font-size: 24px;
	color: #999999;
	padding-left: 11px;
}
/*.ny10-list ul li:hover .ny10-box .more .more-img{
	display: block;
}
.ny10-list ul li:hover .ny10-box .more p{
	color: #444444;
	font-weight: 600;
}*/
.ny10-box .text .more .more-img{
	display: none;
}
/*.ny10-box:hover .more .more-img{
	display: block;
}
.ny10-box:hover .more .more-img-show{
	display: none;
}
.ny10-box:hover .more p{
	color: #444444;
	font-weight: 600;
}
.ny10-box:hover .img img{
	transform: scale(1.1);
}*/

.ny11-con{
	margin-bottom: 30px;
	padding-top: 35px;
	background-color: #fff;
}
.ny11-left{
	width: 100%;
}
.ny11-tit{
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.ny11-tit h1{
	font-size: 30px;
	font-weight: normal;
	color: #242424;
	margin-bottom: 16px;
}
.ny11-tit .ny11-share {
	font-size: 24px;
	color: #999999;
}
.ny11-tit .ny11-share span{
	font-size: 24px;
	color: #999999;
	padding-right: 20px;
}
.ny11-detail{
	margin-top: 30px;
	font-size: 24px;
	color: #666666;
}
.ny11-detail p{
	font-size: 24px;
	line-height: 38px;
	color: #666666;
}

.ny11-right{
	width: 100%;
}
.ny11-right-tit h3{
	font-size: 30px;
	font-weight: normal;
	color: #666666;
}
.ny11-right-list{
	margin-top: 30px;
}
.ny11-right-list ul li{
	margin-bottom: 69px;
}
.ny11-box .img{
	overflow: hidden;
}
.ny11-box .img img{
	transition: all 0.5s;
}
.ny11-box .text{
	margin-top: 17px;
}
.ny11-box .text span{
	font-size: 16px;
	color: #999999;
}
.ny11-box .text h2{
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
}
.ny12-con{
	margin-top: 45px;
	margin-bottom: 72px;
}
.ny12-top{
	background-color: #f5f5f5;
}
.ny12-top-left{
	padding: 30px 20px 30px 20px;
	width: 100%;
}
.ny12-top-text h2{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #666666;
	padding-left: 36px;
	position: relative;
	margin-bottom: 20px;
}
.ny12-top-text h2:before{
	content: "";
	background: url(../images/ny12_01.png) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.ny12-top-text p{
	font-size: 24px;
	line-height: 36px;
	color: #848484;
}
.ny12-nav{
	margin-top: 30px;
}
.ny12-bm{
	width: 185px;
	height: 60px;
	background-color: #f4f4f4;
	border-radius: 10px;
	margin-right: 10px;
}
.ny12-bm:last-child{
	margin-right: 0;
}
.ny12-bm select{
	width: 100%;
	height: 100%;
	background: url(../images/ny10_01.png) no-repeat 85% center;
	background-size: 16px 10px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 24px;
	color: #999999;
	padding-left: 20px;
	padding-right: 20px;
}

.ny12-nav-box{
	margin-top: 45px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 27px;
}
.ny12-nav-box h2{
	font-size: 18px;
	font-weight: normal;
	color: #2c2c2c;
	padding-right: 60px;
}
.ny12-nav-box ul li{
	padding-right: 70px;
}
.ny12-nav-box ul li a{
	font-size: 18px;
	color: #666666;
}
.ny12-nav-box ul li.cur a{
	font-size: 20px;
	font-weight: 600;
	color: #444444;
}
/*.ny12-nav-box ul li:hover a{
	font-size: 20px;
	font-weight: 600;
	color: #444444;
}*/

.ny12-list{
	margin-top: 38px;
}
.ny12-list-tit{
	background-color: #373737;
}
.ny12-list-tit ul{
	padding-left: 42px;
	padding-right: 42px;
}
.ny12-list-tit ul li{
	width: 20%;
	text-align: center;
}
.ny12-list-titimg{
	height: 60px;
}
.ny12-list-tit ul li:last-child .ny12-list-titimg{
	justify-content: flex-end;
}
.ny12-list-titimg .img{
	margin-right: 8px;
}
.ny12-list-titimg p{
	font-size: 18px;
	color: #ffffff;
	position: relative;
	padding-right: 29px;
}
.ny12-list-titimg p:after{
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(../images/ny12_07.png) no-repeat;
	width: 12px;
	height: 8px;
}

.ny12-list-con{
	/*background-color: #ffffff;*/
	/*box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);*/
	padding-bottom: 68px;
	border-top: 1px solid #f0f0f0;
}
.ny12-list-box{
	padding-top: 40px;
	margin-bottom: 9px;
	border-bottom: 9px solid #f6f6f6;
}
.ny12-wapbox{
	padding-bottom: 40px;
}
.ny12-wapleft h2{
	font-size: 28px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
.ny12-wapleft p{
	font-size: 24px;
	color: #7a7a7a;
}
.ny12-list-box ul{
	height: 58px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 58px;
}
.ny12-list-box ul li{
	width: 20%;
	/*text-align: center;*/
	font-size: 18px;
	color: #666666;
}
.ny12-list-box ul li:nth-child(2),
.ny12-list-box ul li:nth-child(3){
	text-align: center;
}
.ny12-close{
	width: 157px;
	height: 60px;
	border-radius: 10px;
	border: solid 1px #d2d2d2;
	line-height: 60px;
	margin: 0 0 0 auto;
	position: relative;
	text-align: left;
	padding-left: 22px;
}
.ny12-close:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 21px;
	background: url(../images/ny12_09.png) no-repeat;
	width: 12px;
	height: 8px;
}
.ny12-close.cur:after{
	background: url(../images/ny12_08.png) no-repeat;
}
.ny12-close a{
	font-size: 24px;
	color: #333333;
	display: block;
}
.ny12-close a strong{
	color: #444444;
}

.ny12-list-detail{
	background-color: #f6f6f6;
	padding: 30px 0 113px;
	position: relative;
	display: none;
}
.ny12-detail-top p{
	width: 50%;
	font-size: 22px;
	line-height: 48px;
	color: #848484;
}
.ny12-detail-cen p{
	font-size: 22px;
	line-height: 48px;
	color: #848484;
}
.ny12-list-more{
	position: absolute;
	right: 60px;
	bottom: 46px;
}
.ny12-list-more p{
	font-size: 24px;
	color: #666666;
	padding-left: 9px;
}

.ny-dao{
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	font-family: "黑体";
}
.ny-dao a{
	font-size: 16px;
	color: #666;
}
.ny-about-nav{
	margin-top: 30px;
	width: 100%;
	overflow-x: scroll;
}
.ny-about-nav>ul{
	justify-content: space-around;
	width: 1000px;
}
.ny-about-nav>ul>li{
	/*border: 1px solid #999;*/
	padding: 10px 30px;
	border-radius: 10px;
	background-color: #eee;
}
.ny-about-nav>ul>li>a{
	color: #666;
	font-size: 16px;
}
.ny-about-nav>ul>li:hover{
	background-color: #999;
}
.ny-about-nav>ul>li:hover a{
	color: #fff;
}
.ny-about-nav>ul>li.cur{
	background-color: #999;
}
.ny-about-nav>ul>li.cur a{
	color: #fff;
}
.ny-about-wapnav>ul{
	width: 1300px;
}
.ny-about-wapnav>ul>li>a{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #1b1b1b;
}
.ny-about-wapnav>ul>li.cur>a{
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px solid #1b1b1b;
}

.x_fixed_tool{z-index:20;position:fixed;right:0;bottom:40px;width:36px;border-radius:4px 0 0 4px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.18);text-align:center}
.x_fixed_tool .icon_lg{display:inline-block;width:36px;height:36px}
.x_fixed_tool .icon{display:inline-block;width:20px;height:20px}
.x_fixed_tool .svg_icon{fill:currentColor;display:inline-block;width:100%;height:100%;vertical-align:top}
.x_fixed_tool .icon_vcoin{color:#ff5c38}
.x_fixed_tool .ft_cell{-webkit-transform:translateZ(0);display:block;position:relative;width:36px;height:36px;transform:translateZ(0);color:#999;cursor:pointer}
.x_fixed_tool .ft_cell .icon{position:absolute;top:7px;left:7px;overflow:hidden;color:#999;cursor:pointer}
.x_fixed_tool .ft_cell_vcoin{border-radius:4px 0 0 0}
.x_fixed_tool .ft_cell_backup{border-radius:0 0 0 4px}
.x_fixed_tool .ft_cell_pop{border-radius:4px}
.x_fixed_tool .svg_icon_xx{display:inline-block;width:100%;height:100%;vertical-align:top;pointer-events:none}
.x_fixed_tool .ft_cell_pop{-webkit-animation:ani_x_fixed_tool_pop .3s ease-out 0s forwards;display:none;position:absolute;right:50px;bottom:-20px;padding:9px 9px 6px;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.18);text-align:center;animation:ani_x_fixed_tool_pop .3s ease-out 0s forwards;cursor:default;will-change:transform,opacity}
.x_fixed_tool .ft_cell_pop:before{position:absolute;top:0;right:-10px;width:10px;height:100%;content:" "}
.x_fixed_tool .ft_cell_pop .triangle_right{-webkit-filter:drop-shadow(3px 0 1px rgba(0,0,0,.1));position:absolute;right:-13px;bottom:40px;overflow:visible;border:7px solid transparent;border-left-color:#fff;filter:drop-shadow(3px 0 1px rgba(0, 0, 0, .1))}
.x_fixed_tool .ft_cell_pop .triangle_inner{position:absolute;top:-6px;left:-7px;width:0;height:0;border:6px solid transparent;border-left-color:#fff}
.x_fixed_tool .ft_tips_pop{display:none;top:0;bottom:auto;padding:0;font-size:0}
.x_fixed_tool .ft_tips_pop .triangle_right{top:10px;bottom:auto}
.x_fixed_tool .ani_ft_tips_pop{display:block}
.x_fixed_tool .ft_tips_content{min-width:200px;height:26px;padding:16px 25px 16px 20px;background-color:#fff}
.x_fixed_tool .ft_tips_content .att_tips_txt{height:26px;font-size:0;white-space:nowrap}
.x_fixed_tool .ft_tips_content .txt{display:inline-block;margin-right:10px;color:#222;font-size:14px;line-height:26px;vertical-align:top}
.x_fixed_tool .ft_tips_content .btn_get{display:inline-block;width:72px;border:1px solid #ff5c38;border-radius:24px;color:#ff5c38;font-size:14px;line-height:24px;text-align:center;text-decoration:none;vertical-align:top}
.x_fixed_tool .ft_tips_content .btn_get:hover{padding:1px;border:none;background:linear-gradient(90deg,#ffb821 0,#ff5c38 45%,#ff1459);background-color:#ff183e;color:#fff}
.x_fixed_tool .ft_tips_content .btn_close{fill:#ddd;position:absolute;top:5px;right:5px;width:10px;height:10px;padding:5px}
.x_fixed_tool .ft_tips_content .btn_close:hover{fill:#ff5c38}
.x_fixed_tool .ft_general_pop{top:0;bottom:auto;min-width:86px;min-height:40px;padding:0 15px;font-size:0}
.x_fixed_tool .ft_general_pop .triangle_right{top:13px;bottom:auto}
.x_fixed_tool .ft_cell_feedback .ft_general_pop{top:-42px}
.x_fixed_tool .ft_cell_feedback .ft_general_pop .triangle_right{top:54px}
.x_fixed_tool .ft_general_content{padding:10px 0}
.x_fixed_tool .ft_general_content .txt{color:#313131;font-size:14px;line-height:20px;text-align:center}
.x_fixed_tool .ft_general_content .ft_link{display:block;margin:2px 0;color:#313131;font-size:14px;line-height:20px;text-align:center;text-align:left;white-space:nowrap}
.x_fixed_tool .ft_general_content .ft_link:hover{color:#ff5945}
.x_fixed_tool .ft_general_content .ft_link+.ft_link{margin-top:15px}
.x_fixed_tool .ft_vcoin_pop{top:0;bottom:auto;padding:0;font-size:0;white-space:nowrap}
.x_fixed_tool .ft_vcoin_pop .triangle_right{top:10px;bottom:auto}
.x_fixed_tool .ft_vcoin_item{display:inline-block;position:relative;width:100px;padding:15px 0 13px;text-align:center;text-decoration:none}
.x_fixed_tool .ft_vcoin_item .icon_lg{display:block;margin:auto auto 8px;overflow:hidden}
.x_fixed_tool .ft_vcoin_item .x_fixed_icon_pic{-o-object-fit:contain;width:100%;height:100%;object-fit:contain}
.x_fixed_tool .ft_vcoin_item .svg_icon_xx{fill:#ff5c38}
.x_fixed_tool .ft_vcoin_item .tit{display:block;overflow:hidden;color:#313131;font-size:14px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}
.x_fixed_tool .ft_vcoin_item .txt{display:block;overflow:hidden;color:#999;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}
.x_fixed_tool .ft_vcoin_item .num{color:#ff5c38}
.x_fixed_tool .ft_vcoin_item .sup{position:absolute;top:8px;right:8px;padding:0 3px;border-radius:2px;background:#ff183e;color:#fff;font-size:12px;line-height:18px}
.x_fixed_tool .ft_vcoin_item:hover .tit,.x_fixed_tool .ft_vcoin_item:hover .txt{color:#ff5c38}
.x_fixed_tool .ft_tinyapp_pop .ft_tinyapp_qr{width:116px;height:116px}
.x_fixed_tool .ft_tinyapp_pop .ft_tinyapp_text{margin-top:7px;color:#222;*white-space:nowrap}
.x_fixed_tool .ft_dl_pop{bottom:0;width:220px;padding:10px 5px;font-size:0}
.x_fixed_tool .ft_dl_pop .triangle_right{bottom:10px}
.x_fixed_tool .ft_dl_pop .ft_dl_cell{display:inline-block;width:54px;padding:0 9px 5px;color:#999;font-size:14px;text-align:center;text-decoration:none}
.x_fixed_tool .ft_dl_pop .ft_dl_cell .icon_lg{display:block;margin:auto;overflow:hidden}
.x_fixed_tool .ft_dl_pop .ft_dl_cell .icon_tv_lg svg{margin-top:1px}
.x_fixed_tool .ft_dl_pop .ft_dl_cell:hover{color:#ff5c38}
.x_fixed_tool .ft_dl_pop .ft_dl_cell .text_icon{white-space:nowrap}
.x_fixed_tool .ft_dl_pop .ft_dl_btn{display:block;width:120px;margin:10px auto;border:1px solid #ff5c38;border-radius:15px;color:#ff5c38;font-size:14px;line-height:28px;text-decoration:none}
.x_fixed_tool .ft_dl_pop .ft_dl_btn:hover{background-color:#ff5c38;color:#fff}
.x_fixed_tool .ft_cell:hover,.x_fixed_tool .ft_cell_hover{border-color:#ff5c38;background-color:#ff5c38}
.x_fixed_tool .ft_cell:hover .icon_text,.x_fixed_tool .ft_cell_hover .icon_text{*visibility:visible;*width:48px;max-width:200px;padding:0 8px 0 10px;*text-align:center}
.x_fixed_tool .ft_cell:hover .ft_cell_pop,.x_fixed_tool .ft_cell_hover .ft_cell_pop{display:block}
.x_fixed_tool .ft_cell:hover .down_list_hide,.x_fixed_tool .ft_cell_hover .down_list_hide{display:none}
.x_fixed_tool .ft_cell:hover .icon,.x_fixed_tool .ft_cell_hover .icon{color:#fff}
.x_fixed_tool .none{display:none}
#gkxie{content:"20190521150938"}


.pages ul li a{
	padding: 15px 20px;
	font-size: 20px;
}

.banner .wap-pic {
	position: relative;
	z-index: 1;
	height: 100%;
	background-size: cover;
	background-position: center;
}