/*公共类---------------------------*/
/*<!---->去掉苹果短的样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {-webkit-appearance: none;}
*{
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar{
  display:none;
}
/*网站灰白色*/
/*html{
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}
*/

::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}





a{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
::selection { 
    background: #FFF; 
    color: #333; 
} 
::-moz-selection { 
    background: #FFF; 
    color: #333; 
} 
::-webkit-selection { 
    background: #FFF;
    color: #333; 
}
.clearfix:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0px;

}
.clearfix{
	zoom:1;
}
.chao{
	overflow: hidden;
	text-overflow:ellipsis;
}
#chao{color:#000;font-size:0.7rem;}
.chao2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.chao3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
li{
	list-style: none;
}
input,textarea,select{
	padding: 0;
	margin: 0;
	outline:none;
}
textarea{
	resize: none;
}
p{
	margin: 0;
}
body{
	letter-spacing: 0.3px;
	background: #fff;
	font-family: "PingFang SC";
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.in_body{
	background: #EFEFF4;
}
.container{
	padding: 0px 10px;
}

.container2{
	padding: 0px 30px;
}

.section_qie{
	position: absolute;
	height: 44px;
	top: 0px;
	width: 100%;
	z-index: 99;
	background: none;
	line-height: 44px;
	text-align: center;
}
.section_qie .p1{
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.section_qie a{
	display: inline-block;
	margin: 0px 20px;
	color: #fff;
	font-size: 0.9rem;
}
.section_qie a.select{
	color: #DFBD7E;
}
.section_qie .a1{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 0.6rem;
}
.sectionY{
	position: fixed;
	height: 44px;
	top: 0px;
	width: 100%;
	z-index: 99;
	background: #363942;
	/*border-bottom: 1px solid #eee;*/
}

.sectionY .p1{
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.sectionY .s1{
	position: absolute;
	left: 30px;
	top: 11px;
	color: #fff;
	font-size: 0.8rem;
}
.sectionY .a1{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 1.1rem;

}
.sectionY .a1_e{
	position: absolute;
	left: 10px;
	top: 13px;
	width: 0.6rem;

}
.sectionY .a1_x{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 0.6rem;
}
.sectionY .a2{
	position: absolute;
	right: 10px;
	top: 13px;
	width: 1.1rem;

}
.sectionY .a3{
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 0.8rem;
	color: #fff;
	opacity: 0.7;
}


.sectionYx{
	position: fixed;
	height: 44px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid #eee;
	z-index: 99;
	background: #fff;
}
.sectionYx .p1{
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	font-weight: 500;
	color: #000;
}
.sectionYx .a1{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 0.6rem;
}
.sectionYx .a1_x{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 0.7rem;
}
.sectionYx .a2{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 1.5rem;
}
.sectionYx .a3{
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 0.8rem;
	color: #fff;
}


.kong1{
	height: 44px;
	width: 100%;
	z-index: 90;
}
.kong{
	height: 55px;
}
html{
	height: 100%;
}

.ge{
	height: 10px;
	width: 100%;
	background: #eee;
}
.deng_body{
	background: #444;
}
.footer{
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 0px 10px #ccc;
}
.footer ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	position: relative;
}
.footer ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.footer ul li a img{
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	top: 5px;
	padding-bottom: 3px;
}
.footer ul li a p{
	font-size: 0.8rem;
	color: #000;
}
.footer ul li a p.select{
	color: #ff4546;
}
.login_section1{
	text-align: center;
}
.login_section1 img{
	width: 100px;
	padding-top: 20%;
}
.login_section2{
	padding: 10px 30px;
	margin-top: 20px;
}
.login_section2 .f1{
	padding: 10px 15px;
	border-radius: 25px;
	border: 1px solid #dadada;
	margin-bottom: 20px;
}
.login_section2 .f1 .im1{
	width: 19px;
}
.login_section2 .f1 .input1{
	width: 85%;
	margin-left: 8px;
	position: relative;
	top: -4px;
	border: none;
	color: #000;
}
.login_section2 .f1 .input1::-webkit-input-placeholder {
    color: #000;
}
.login_section2 .f1 .input1:-moz-placeholder {
    color: #000;
}
.login_section2 .sub{
	margin-top: 15px;
}
.login_section2 .sub input{
	width: 100%;
	height: 45px;
	border-radius: 25px;
	background: #ff4546;
	color: #fff;
	border: none;
	font-size: 1rem;
}
.login_section3{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.login_section3_1{
	padding: 0px 30px;
}
.login_section3_1 .top{
	border-top: 1px solid #f2f2f2;
	padding-top: 10px;
}
.login_section3_1 .top a{
	color: #4c4c4c;
	font-size: 0.95rem;
}
.login_section3_1 .top .a1{
	float: left;
}
.login_section3_1 .top .a2{
	float: right;
}
.wang_section1{
	margin-top: 10px;
}
.wang_section1 .f1{
	padding: 9px 25px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.wang_section1 .f2{
	padding: 15px 25px;
}
.wang_section1 .f1 .im1{
	width: 14px;
}
.wang_section1 .f1 .im2{
	width: 17px;
	padding-top: 2px;
	position: relative;
	left: -1px;
}
.wang_section1 .f1 .im3{
	width: 17px;
}
.wang_section1 .f1 .im4{
	width: 18px;
	position: relative;
	left: -3px;
}
.wang_section1 .f1 .input1{
	width: 85%;
	margin-left: 8px;
	height: 22px;
	position: relative;
	top: -4px;
	border: none;
	font-size: 0.95rem;
	color: #000;
}
.wang_section1 .f1 .input3{
	margin-left: 7px;
	position: relative;
	top: -2px;
}
.wang_section1 .f1 .input4{
	margin-left: 3px;
}
.wang_section1 .f3{
	padding-top: 12px;
}
.wang_section1 .f1 .input2{
	margin-left: 6px;
	top: -2px;
}
.wang_section1 .f1 .sr_btn{
	position: absolute;
	right: 10px;
	font-size: 0.85rem;
	border: 1px solid #ff4546;
	width: 95px;
	border-radius: 95px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: #fff;
	color: #ff4546;
	top: 13px;
}

.wang_section1 .f1 .eye_1,.eye_2{
	display: none;
	position: absolute;
	right: 10px;
	width: 23px;
	top: 14px;
}
.wang_section1 .f1 .eye_2{
	top: 17px;
}
.wang_section1 .f1 .eye_1{
	display: block;
}
.wang_section1 .sub{
	padding: 10px 25px;
	margin-top: 20px;
}
.wang_section1 .sub input{
	width: 100%;
	height: 40px;
	border-radius: 25px;
	background: #ff4546;
	color: #fff;
	border: none;
	font-size: 1rem;
}
.wang_section1 .f1 .im5{
	width: 19px;
	padding-top: 4px;
}
.wang_section1 .f1 .input5{
	position: relative;
	top: -1px;
	margin-left: 5px;
}
.wang_section1 .f1 .se{
	position: absolute;
	right: 10px;
	color: #666;
	font-size: 0.9rem;
	top: 12px;
}
.index_section1 img{
	width: 100%;
	height: 180px;
}
.index_section1{
	height: 180px;
}
.swiper-pagination-bullet-active{
	background: #f59394 !important;
}
.index_section2 li{
	float: left;
	width: 25%;
	text-align: center;
}
.index_section2 {
	padding: 10px 0px;
}
.index_section2 li img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.index_section2 li .p1{
	color: #000;
	font-size: 0.95rem;
}
.index_section3{
	padding: 5px 10px;
	background: #f2f2f2;
}
.index_section3 .left{
	float: left;
	width: 25%;
}
.index_section3 .left img{
	width: 65px;
}
.index_section3 .right{
	float: left;
	width: 75%;
	height: 19px;
	overflow: hidden;
}
.news_li li{
	height: 19px;
}
.swap li{
	height: 19px;
}
.news_li,.swap{width:100%;line-height:19px; display:inline-block; position:absolute; top:0; left:0px;}
.news_li a,.swap a{ color:#727272;font-size : 0.9rem;}
.swap{top:19px;}
.index_section3 .right .ko{
	float: left;
    position: relative;
    height: 19px;
    width: 90%;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 2px;
}
.index_section4{

}
.index_section4 .title{
	text-align: center;
	padding: 13px 0px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.index_section4 .title .im1{
	width: 200px;
}
.index_section4 .title .im2{
	position: absolute;
	right: 10px;
	top: 14px;
	width: 19px;
}
.index_section4 .center{
	padding: 10px;
}
.index_section4 .center .list{
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 15px;
}
.index_section4 .center .list .left{
	float: left;
	width: 38%;
}
.index_section4 .center .list .left img{
	width: 100px;
	height: 100px;
	border-radius: 5px;
}
.index_section4 .center .list .right{
	float: right;
	width: 62%;
	position: relative;padding-top: 3px;
}
.index_section4 .center .list .right .p1{
	letter-spacing: 3px;
	color: #000;
	font-size: 1rem;
	margin-bottom: 8px;
}
.index_section4 .center .list .right .p2{
	color: #666;
	font-size: 0.85rem;
	margin-bottom: 8px;
}
.index_section4 .center .list .right .p2 img{
	width: 12px;
	position: relative;
	top: 4px;
	left: 4px;
}
.index_section4 .center .list .right .p3{
	width: 90%;
	color: #666;
	font-size: 0.85rem;
}
.index_section4 .center .list .right .im1{
	position: absolute;
	bottom: 16px;
	width: 14px;
	right: 5px;
}
.chongzhi_section1{
	margin-top: 10px;
	padding: 0px 5px;
}
.chongzhi_section1 img{
	width: 100%;
	margin:5px 0px;
}
.chongzhi_section2{

}
.chongzhi_section2 .f1{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.chongzhi_section2 .f1 .s1{
	float: left;
	color: #000;
	font-size: 0.95rem;
}
.chongzhi_section2 .f1 .input1{
	float: right;
	text-align: right;border: none;
	color: #000;
	font-size: 0.95rem;
	margin-top: 1px;
	width: 200px;
}
.chongzhi_section2 .f1 .p1{
	margin-bottom: 8px;
	color: #000;
	font-size: 0.95rem;
}
.chongzhi_section2 .f1 .input2{
	width: 150px;
	font-size: 1.8rem;
	border: none;
}
.chongzhi_section2 .f1 .s2{
	font-size: 1.7rem;
	color: #000;
}
.chongzhi_section2 .f1 .left{
	float: left;
	max-width: 50%;
}
.chongzhi_section2 .f1 .right{
	float: right;
	margin-top: 10px;
	max-width: 50%;
	word-wrap: break-word;
    word-break: normal;
}
.chongzhi_section2 .f1 .right .p1{
	font-size: 0.95rem;
	color: #666;
}
.chongzhi_section2 .f1 .a_left{
	float: left;
}
.chongzhi_section2 .f1 .a_left img{
	width: 56px;
}
.chongzhi_section2 .f1 .a_left .n1{
	position: relative;
	top: -20px;
	left: 5px;
}
.chongzhi_section2 .f1 .a_right{
	float: right;
}
.chongzhi_section2 .f1 .a_right .p2{
	color: #666;
	margin-top: 20px;
	font-size: 0.95rem;
}
.chongzhi_section2 .sub{
	margin-top: 40px;
	padding: 0px 30px;
}
.chongzhi_section2 .sub input{
	width: 100%;
	height: 45px;
	border-radius: 25px;
	background: #ff4546;
	color: #fff;
	border: none;
	font-size: 1rem;
}
.chongzhi_section3{

}
.chongzhi_section3 li{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
}
.chongzhi_section3 li .left{
	float: left;
	word-wrap: break-word;
    word-break: normal;
    width: 40%;
}
.chongzhi_section3 li .left .p1{
	color: #000;
	font-size: 1rem;
}
.chongzhi_section3 li .left .p2{
	color: #666;
	font-size: 0.8rem;
	margin-top: 5px;
}
.chongzhi_section3 li .center {
	float: left;
	width: 30%;
	text-align: center;
	margin-top: 12px;
}
.chongzhi_section3 li .right {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 12px;
}
.chongzhi_section3 li .center .p3{
	color: #ff4546;
	font-size: 0.95rem;
}
.chongzhi_section3 li .right .p4{
	color: #000;
	font-size: 0.95rem;
}
.chngzhi_section4 {
	padding: 0px 10px;
	margin-top: 15px;
}
.chngzhi_section4 .f1{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.chngzhi_section4 .f1 .input1{
	width: 100%;
	height: 25px;
	border: none;
	padding: 10px 0px;
	text-align: center;
	font-size: 1rem;
	color: #000;
}
.chngzhi_section4 .f1{
	margin-bottom: 20px;
}
.chngzhi_section4 .f1 li{
	float: left;
	width: 33.3%;
	text-align: center;
	margin-bottom: 10px;
}
.chngzhi_section4 .f1 li .big{
	display: inline-block;
	width: 95%;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 5px 0px;
}
.chngzhi_section4 .f1 li .big .s1{
	color: #000;
	font-size: #666666;
	font-size: 1.3rem;
}
.chngzhi_section4 .f1 li .big .p1{
	color: #999;
	font-size: 0.8rem;
}
.chngzhi_section4 .f1 li.select .big{
	border: 1px solid #ff4546;
	background: #ffd7d7;
}
.chngzhi_section4 .f1 li.select .big .s1{
	color: #ff4546;
}
.chngzhi_section4 .f1 li.select .big .p1{
	color: #ff4546;
}
.chngzhi_section4 .sub{
	padding: 10px 30px;
	margin-top: 20px;
}
.chngzhi_section4 .sub input{
	width: 100%;
	height: 45px;
	border-radius: 25px;
	background: #ff4546;
	color: #fff;
	border: none;
	font-size: 1rem;
}
.chongzhi_section2 .f1 .s3{
	float: right;
	font-size: 0.95rem;
	color: #000;
}
.chongzhi_section2 .f1 .left1{
	width: 55% !important;
	text-align: right;
	max-width: 55%;
}
.chongzhi_section2 .f1 .left1 .s2{
	color: #ff4546;
	font-size: 0.95rem;
}
.chongzhi_section2 .f1 .left1 .st{
	color: #ff4546;
	font-size: 1.6rem;
}
.chongzhi_section2 .f1 .pf{
	float: right;
	font-size: 0.95rem;
}
.chongzhi_section2 .f1 .pf img{
	width: 9px;
	position: relative;
	top: 3px;
}
.shou_section1{
	text-align: center;
	padding-top: 30%;
}
.shou_section1 .p1{
	color: #000;
	font-size: 1rem;
	margin-bottom: 20px;
}
.shou_section1 img{
	width: 150px;
}
.xitong_section1{

}
.xitong_section1 li{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
}
.xitong_section1 li .left{
	float: left;
	max-width: 100%;
}
.xitong_section1 li .p1{
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}
.xitong_section1 li .p2{
	color: #666;
	font-size: 1rem;
	margin-top: 10px;
}
.xitong_section1 li .right{
	float: right;
	text-align: right;
	margin-top: 3px;
}
.xitong_section1 li .right .p3{
	color: #666;
	font-size: 1rem;
}
.xitong_section2{

}
.xitong_section2 .title{
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.xitong_section2 .title .p1{
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}
.xitong_section2 .title .p2{
	margin-top: 10px;
	color: #666;
	font-size: 0.9rem;
}
.xitong_section2 .center{
	padding: 10px;
}
.xitong_section2 .center .p1{
	color: #000;
	font-size: 0.95rem;
}
.chongzhi_section2 .f1 .im1{
	float: right;
	width: 22px;
	margin-left: 4px;
	position: relative;
	top: -1px;
}
.chongzhi_section3 li .center .p3{
	font-size: 0.9rem;
}
.chongzhi_section3 li .center .p3 .s1{
	color: #000;
}
.us_section1{
	height: 200px;
	background: url(../images/a36.png);
	background-size: 100% 100%;
}
.us_section1_1 {
	padding: 15px 20px;
}
.us_section1_1 .left{
	float: left;
}
.us_section1_1 .left img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.us_section1_1 .left_1{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.us_section1_1 .left_1 .p1{
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 8px;
}
.us_section1_1 .left_1 .p2{
	color: #f2eba7;
	font-size: 0.9rem;
}
.us_section1_1 .right{
	float: right;
	margin-top: 12px;
}
.us_section1_1 .right img{
	width: 25px;
}
.us_section1_2 li{
	float: left;
	width: 50%;
}
.us_section1_2 li .big{
	width: 80%;
	margin: 0 auto;
	background: #3f414e;
	border-radius: 8px;
	padding: 8px;
}
.us_section1_2 li .big .p1 .s1{
	float: left;
	color: #f2eba7;
	font-size: 0.95rem;
}
.us_section1_2 li .big .p1 a{
	float: right;
	color: #999;
	font-size: 0.8rem;
}
.us_section1_2 li .big .p1 a img{
	width: 8px;
	position: relative;
	top: 2px;
	margin-left: 2px;
}
.us_section1_2 li .big .p2{
	color: #fff;
	font-size: 1.2rem;
	margin-top: 3px;
}
.us_section2{
	padding: 0px 10px;
	padding-top: 15px;
}
.us_section2 li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.us_section2 li .big{
	width: 90%;
	margin: 0 auto;
	height: 80px;
}
.us_section2 li .big a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.us_section2 li .big .p1{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1rem;
	color: #fff;
}
.us_section2 .li1 .big{
	background: url(../images/a52.png);
	background-size: 100% 100%;
}
.us_section2 .li2 .big{
	background: url(../images/a53.png);
	background-size: 100% 100%;
}
.us_section2 .li3 .big{
	background: url(../images/a54.png);
	background-size: 100% 100%;
}
.us_section2 .li4 .big{
	background: url(../images/a55.png);
	background-size: 100% 100%;
}
.us_section2 .li5 .big{
	background: url(../images/a56.png);
	background-size: 100% 100%;
}
.us_section2 .li6 .big{
	background: url(../images/a57.png);
	background-size: 100% 100%;
}
.chongzhi_section4{
	border-bottom: 1px solid #eee;
}
.chongzhi_section4 li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.chongzhi_section4 li .s1{
	display: inline-block;
	padding: 10px 0px;
	font-size: 0.95rem;
	border-bottom: 3px solid #fff;
}
.chongzhi_section4 li.select .s1{
	border-color: #ff4546;
	color: #ff4546;
}
.chongzhi_section3x ul{
	display: none;
}
.us_k{
	background: #363942;
	padding-bottom: 20px;
}
.us_k_1{
	text-align: center;
	margin-bottom: 20px;
	padding-top: 30px;
}
.us_k_1 img{
	width: 42px;
}
.us_k_1 .p1{
	color: #fff;
	font-size: 1rem;
	margin-top: 5px;
}
.us_k_t li{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
}
.us_k_t li .left{
	float: left;
}
.us_k_t li .left .p1{
	color: #000;
	font-size: 1rem;
}
.us_k_t li .left .p2{
	color: #666;
	font-size: 0.8rem;
	margin-top: 8px;
}
.us_k_t li .right{
	float: right;
}
.us_k_t li .right .p1{
	color: #ff4546;
}
.us_k_2 .us_section1_2 li{
	margin-bottom: 10px;
}
.shang_section1{

}
.shang_section1 .f1{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
}
.shang_section1 .f1 .s1{
	float: left;
	font-size: 0.95rem;
}
.shang_section1 .f1 .input1{
	float: right;
	width: 170px;
	height: 25px;
	border: none;
	text-align: right;
	color: #000;
	font-size: 0.95rem;
}
.shang_section1 .f1 .input2{
	width: 100px;
}
.shang_section1 .f1 .sr_btn{
	float: right;
	font-size: 0.85rem;
	border: 1px solid #ff4546;
	width: 95px;
	border-radius: 95px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: #fff;
	color: #ff4546;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.shang_section1 .f1 .p1{
	font-size: 0.95rem;
}
.shang_section1 .f1 .list{
	margin-top: 10px;
}
.shang_section1 .f1 .list .left{
	float: left;
	text-align: center;
	margin-right: 10px;
}
.shang_section1 .f1 .list .left img{
	width: 90px;
	height: 90px;
}
.shang_section1 .f1 .list .left .p1{
	color: #666;
	font-size: 0.95rem;
}
.shang_section1 .f2{
	padding: 13px 0px;
	border-bottom: 1px solid #eee;
}
.shang_section1 .f2 .p2{
	border-left: 5px solid #ff4546;
	color: #000;
	font-size: 0.95rem;
	padding-left: 10px;
}
.shang_section1 .f1 .im_ad{
	float: right;
	width: 14px;
	margin-left: 5px;
	margin-top: 3px;
}
.shang_section1 .f1 .input3{
	width: 100%;
	height: 25px;
	border: none;
	text-align: left;
	color: #000;
	font-size: 0.95rem;
}
.shang_section1 .f1 .pc{
	color: #666;
	font-size: 0.95rem;
}
.shang_section1 .f1 .text{
	margin-top: 10px;
	background: #f6f5f5;
	padding: 10px;
	border-radius: 3px;
}
.shang_section1 .f1 .text textarea{
	width: 100%;
	background: none;
	border: none;
	height: 150px;
	color: #000;
	font-size: 0.95rem;
}
.shang_section1 .f1 .text .pn{
	text-align: right;
	color: #666;
	font-size: 0.9rem;
}
.she_section1 .f1{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 5px;
}
.she_section1 .f1 .s1{
	float: left;
	color: #000;
	font-size: 0.95rem;
}
.she_section1 .f1 .im1{
	float: right;
	width: 9px;
}
.she_section1 .f1 .im2{
	float: right;
	width: 40px;
	margin-right: 10px;
	position: relative;
	top: -12px;
}
.she_section1 .f2{
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
}
.she_section1 .f2 .s1{
	float: left;
	color: #000;
	font-size: 0.95rem;
}
.she_section1 .f2 .im1{
	float: right;
	width: 9px;
	margin-left: 5px;
	margin-top: 2px;
}
.she_section1 .f2 .s2{
	float: right;
	color: #666;
	font-size: 0.95rem;
}
.she_section1 .sub{
	margin-top: 40px;
	text-align: center;
}
.she_section1 .sub a{
	display: inline-block;
	width: 80%;
	height: 45px;
	border-radius: 25px;
	background: #ff4546;
	color: #fff;
	border: none;
	font-size: 1rem;
	line-height: 45px;
}
.wang_section1 .f1 .input6{
	width: 100%;
	height: 25px;
	border: none;
	text-align: left;
	padding-left: 10px;
	color: #000;
	font-size: 0.95rem;
}
.us_k_1 .p2{
	color: #fff;
}
.us_k_1 .p3 {
	font-size: 1.3rem;
}
.team_section1 .title {
	padding: 13px 0px;
	border-bottom: 1px solid #eee;
}
.team_section1 .title li{
	float: left;
	width: 33.3%;
	text-align: center;
	color: #000;
	font-size: 0.95rem;
}
.team_section1 .center .a1{
	float: left;
	width: 33.3%;
	text-align: center;
	color: #666;
	font-size: 0.8rem;
}
.team_section1 .center li{
	padding: 13px 0px;
	border-bottom: 1px solid #eee;
}
.shou_section1 .p3{
	margin-top: 80px;
}
.shou_section1 .p3 a{
	display: inline-block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	background: #ff4546;
	color: #fff;
}
.shang_section1 .sub{
	padding: 10px 30px;
}
.shang_section1 .sub input{
	width: 100%;
	height: 45px;
	border-radius: 25px;
	color: #fff;
	font-size: 1rem;
	background: #ff4546;
	border: none;
}
.yao_section1{
	position: fixed;
	width: 100%;
	top: 44px;
	background: url(../images/a62.png);
	background-size: 100% 100%;
}
.yao_section1 .text{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 39%;
}
.yao_section1 .text .p1{
	font-size: 1.1rem;
	color: #f23426;
	font-weight: bold;
	margin-bottom: 5px;
}
.yao_section1 .im1{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
}
.yao_section1 .im1 img{
	width: 120px;
	height: 120px;
	padding: 2px;
	border: 4px solid #ffc127;
	border-radius: 3px;
}
.index_section5 {
	padding-top: 10px;
	box-shadow: 0px 0px 5px #ccc;
	padding-bottom: 10px;
}
.index_section5 li{
	float: left;
	width: 50%;
	text-align: center;
}
.index_section5 li .s1{
	color: #000;
	font-size: 0.95rem;
}
.index_section5 li .s1.select{
	color: #ff4546;
}
.index_section5 li .im1{
	width: 10px;
	padding-left: 3px;
	position: relative;
	top: -1px;
}
.index_section5 li .im2{
	width: 13px;
	padding-left: 3px;
	position: relative;
	top: 2px;
}
.xian_section1{

}
.xian_section1 img{
	width: 100%;
	height: 190px;
}
.xian_section2{
	padding: 15px;
	height: 60px;
}
.xian_section2_1{
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border-radius: 8px;
	position: relative;
	top: -60px;
	box-shadow: 0px 0px 5px #ccc;
}
.xian_section2_1 .p1{
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.xian_section2_1 .p2{
	color: #666;
	font-size: 0.9rem;
}
.xian_section2_1 .p2 img{
	width: 13px;
	position: relative;
	top: 2px;
	padding-left: 5px;
}
.xian_section2_1 .p3{
	color: #666;
	font-size: 0.9rem;
	width: 90%;
}
.xian_section2_1 .im1{
	width: 14px;
	position: absolute;
	right: 10px;
	top: 56px;
}
.xian_section3{

}
.xian_section3 li{
	float: left;
	width: 50%;
	text-align: center;
}
.xian_section3 .title{
	border-bottom: 1px solid #eee;
}
.xian_section3 .title li .s1{
	display: inline-block;
	padding: 10px 0px;
	border-bottom: 3px solid #fff;
}
.xian_section3 .title li.select .s1{
	border-color: #ff4546;
	color: #ff4546;
}
.xian_section3 .center {
	padding: 10px;
}
.xian_section3 .center .center1{
	display: none;
}
.xian_section3 .center .center1 img{
	width: 100%;
	margin: 5px 0px;
}
.xian_section3 .center .center1 .p1{
	color: #000;
	font-size: 0.95rem;
}
/*选择插件*/
.contain{max-width: 640px; margin: 0 auto; position: relative;}

.fixWidth{
  width: 90%;
  margin: 0 auto;
  position: relative;
}


.contain {
  min-height: 400px;
  text-align: center;
}

.contain .demo div{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #999;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}


.whiteBG {
  background: white;
}
.fullHeight {
  height: 100%;
}
.guideView:before {
  display: none;
}
.blue {
  color: #1e83d3;
}

/* --------- nav ------------*/
.nav {
  width: 100%;
  max-width: 640px;
  text-align: left;
  line-height: 45px;
  padding: 25px 0 35px;
}

.nav h1 {
  font-size: 2.5em;
  font-weight: bold;
}
.mobileSelect {
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.mobileSelect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobileSelect .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: block;
}
.mobileSelect .content {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 889;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  bottom: -350px;
  left: 0;
  background: white;
}
.mobileSelect .content .fixWidth {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.mobileSelect .content .fixWidth:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .btnBar {
  border-bottom: 1px solid #DCDCDC;
  font-size: 15px;
  height: 45px;
  position: relative;
  text-align: center;
  line-height: 45px;
}
.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  height: 45px;
  width: 55px;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.mobileSelect .content .btnBar .cancel {
  left: 0;
  color: #666;
}
.mobileSelect .content .btnBar .ensure {
  right: 0;
  color: #1e83d3;
}
.mobileSelect .content .btnBar .title {
  font-size: 15px;
  padding: 0 15%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .panel .wheels {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.mobileSelect .content .panel .wheel {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 200px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.mobileSelect .content .panel .wheel .selectContainer {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}
.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel .selectLine {
  height: 40px;
  width: 100%;
  position: absolute;
  top: 80px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.9;
  pointer-events: none;
}
.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
}
.mobileSelect-show .content {
  bottom: 0;
}
#news_p1{font-size:1.2rem;}
.uss_section1{
	padding: 5px;
}
.uss_section1 p{
	margin: 5px 0px;text-indent:1rem;margin-bottom:15px;color:#666;
}
.uss_section1 .p1{
	color: #000;
	font-size: 0.9rem;
	font-weight: bold;
}
.uss_section1 .p2{
	color: #999;
	font-size: 0.8rem;
}

.page {margin-top:20px;text-align:center;}
.page a {display:inline-block;background:#fff url() 0 0 no-repeat;color:#888;padding:5px;min-width:15px;border:1px solid #E2E2E2;}
.page span {display:inline-block;padding:5px;min-width:15px;border:1px solid #E2E2E2;}
.page span.current {display:inline-block;background:#e2e2e2;color:#fff;padding:10px;min-width:15px;border:1px solid #e2e2e2;}
.page .pagination li {display:inline-block;margin-right:5px;text-align:center;}
.page .pagination li.active span {background:#e2e2e2;color:#fff;border:1px solid #e2e2e2;}
.page_left{float:left;height:40px;width:80px;}
.page_right{float:right;height:40px;width:80px;}
.uss_section1 .p3{clear:both;}
.uss_section1 p a{color:#000;font-size:0.8rem;}

#vcodediv{position:relative}
.captcha{position:absolute;right:16px;top:2px;border-radius:5px;;width:130px;height:43px;}

.sectionY{}
.sectionY .p1 .quit{position:fixed;right:10px;height:44px;line-height:44px;top:0;font-size:0.8rem;color:#fff;}