/*公共类---------------------------*/
/*<!---->去掉苹果短的样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {-webkit-appearance: none;}
*{
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar{
  display:none;
}
button{
	outline:none;
}
/*网站灰白色*/
/*html{
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}
*/

::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
}





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;
	white-space: nowrap;
}
.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{
	background: #13161f;
	letter-spacing: 0.3px;
	font-family: "PingFang SC";
	position: relative;
	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: fixed;
	height: 44px;
	top: 0px;
	width: 100%;
	z-index: 99;
	background: #444;
	line-height: 44px;
	text-align: center;
}
.section_qie a{
	display: inline-block;
	margin: 0px 20px;
	color: #fff;
	font-size: 0.9rem;
}
.section_qie a.select{
	color: #DFBD7E;
}

.sectionY{
	position: fixed;
	height: 44px;
	top: 0px;
	width: 100%;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.sectionY .p1{
	background: #13161f;
	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: 13px;
	width: 1.1rem;

}
.sectionY .a1_x{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 0.6rem;
}
.sectionY .a2{
	position: absolute;
	right: 10px;
	top: 12px;
	width: 1.2rem;

}
.sectionY .a3{
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 0.8rem;
	color: #868686;
}


.sectionYx{
	position: fixed;
	height: 44px;
	top: 0px;
	width: 100%;
	/*border-bottom: 1px solid #eee;*/
	z-index: 99;
	background: #FF4546;
}
.sectionYx .p1{
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.sectionYx .a1{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 1.5rem;
}
.sectionYx .a1_x{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 0.6rem;
}
.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: #13161f;
	z-index: 999;
	box-shadow: 0px 0px 10px #FFF;
}
.footer ul li{
	float: left;
	width: 50%;
	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.45rem;
	position: relative;
	top: 5px;
}
.footer ul li a p{
	font-size: 0.6rem;
	color: #FFF;
	line-height: 1.2rem;
	vertical-align: middle;
}
.footer ul li a p.select{
	color: #00A0E9;
}
.login_section1{
	text-align: center;
}
.login_section1 img{
	width: 102px;
}
.login_section2{
	padding: 10px 13px;
	text-align: right;
	margin-bottom: 10px;
}
.login_section2 img{
	width: 14px;
}
.login_section3{
	margin-top: 40px;
}
.login_section3 .title {
	padding: 13px 15px;
}
.login_section3 .title li{
	float: left;
	margin-right: 20px;
}
.login_section3 .title li .s1{
	color: #FFF;
	font-size: 1rem;
	padding-bottom: 10px;
	display: inline-block;
}
.login_section3 .title li .st{
	display: block;
	margin:  auto;
	width: 28px;
	height: 3px;
	background: #13161f;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.login_section3 .title li.select .s1{
	color: #00A0E9;
	border-color: #00A0E9;
}
.login_section3 .title li.select .st{
	background: #00A0E9;
}
.login_section3 .center {
	padding: 13px 15px;
}
.login_section3 .center .f1{
	padding: 15px 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.login_section3 .center .f1 .sr_btn {
    position: absolute;
    right: 0px;
    color: #00A0E9;
    font-size: 0.8rem;
    width: 85px;
    text-align: center;
    border-left: 1px solid #ccc;
    top: 15px;
}
.login_section3 .center .f1 input{
	width: 100%;
	border: none;
	color: #FFF;
	background: none;
	font-size: 1rem;
}
.login_section3 .center .sub{
	padding: 15px 10px;
	margin-top: 30px;
}
.login_section3 .center .sub button{
	width: 100%;
	border: none;
	background: linear-gradient(to bottom,#00C0FA,#015EEA);
	border-radius: 25px;
	height: 44px;
	color: #fff;
	font-size: 1rem;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.login_section4{
	padding: 0px 15px;
	text-align: center;
	font-size: 0.9rem;
}
.login_section4 .p1{
	color: #666;
}
.login_section4 img{
	width: 14px;
	position: relative;
	top: 1px;
	display: none;
}
.login_section4 a{
	color: #00A0E9;
}
.jiao_section1 .title{
	background: #fff;
	border-bottom: 1px solid #eee;
}
.jiao_section1 .title li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.jiao_section1 .title li .s1{
	display: inline-block;
	padding: 13px 0px;
	width: 100%;
	background: #13161f;
	color: #FFF;
}
.jiao_section1 .title li.select .s1{
	background: rgb(30, 140, 227);
	color: #fff;
}
.jiao_section1 .center1 .f1{
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}
.jiao_section1 .center1 .f1 .p1{
	float: left;
	color: #FFF;
	font-size: 1rem;
}
.jiao_section1 .center1 .f1 .sel{
	float: right;
	color: rgb(43, 176, 139);
	font-size: 1rem;
	background: none;
	border: none;
}
.jiao_section1 .center1 .f1 .p2{
	float: right;
	color: rgb(43, 176, 139);
	font-size: 1rem;
}
.jiao_section1 .center1 .sub{
	padding: 25px 10px;
	text-align: center;
}
.jiao_section1 .center1 .sub button{
	width: 85%;
	border: none;
	background: linear-gradient(to bottom,#00C0FA,#015EEA);
	border-radius: 25px;
	height: 44px;
	color: #fff;
	font-size: 1rem;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.jiao_section1 .center1 .list .top{
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}
.jiao_section1 .center1 .list .top img{
	width: 16px;
	padding-right: 5px;
	position: relative;
	top: 1px;
}
.jiao_section1 .center1 .list .top .s1{
	color: #FFF;
	background: #13161f;
	font-size: 1rem;
}
.jiao_section1 .center1 .list .bottom {
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
}
.jiao_section1 .center1 .list .bottom li{
	float: left;
	width: 16.6%;
	text-align: center;
	font-size: 0.9rem;
	color: #FFF;
}
.jiao_section2 .f1{
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}
.jiao_section2 .f1 .p1{
	float: left;
	width: 120px;
	font-size: 1rem;
	color: #FFF;
}
.jiao_section2 .f1 .p2{
	float: left;
	font-size: 1rem;
	color: #FFF;
}
.jiao_section2 .f1 .im1{
	float: left;
	width: 30px;
}
.jiao_section2 .f1 .p3{
	float: left;
	font-size: 1rem;
	color: #015EEA;
}
.jiao_section2 .f1 .p4{
	margin-bottom: 20px;
	font-size: 1rem;
	color: #FFF;
}
.jiao_section2 .f1 .ad{
	text-align: center;
}
.jiao_section2 .f1 .ad img{
	width: 140px;
	height: 140px;
}
.jiao_section2 .f1 .ad .p5{
	color: #FFF;
	font-size: 0.8rem;
	margin-top: 10px;
}
.jiao_section2 .sub {
	text-align: center;
	padding: 15px 10px;
}
.jiao_section2 .sub  button{
	margin: 0 auto;
	width: 90%;
	border: 1px solid #00C0FA;
	background: linear-gradient(to bottom,#00C0FA,#015EEA);
	border-radius: 25px;
	height: 42px;
	color: #fff;
	font-size: 1rem;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.jiao_section2 .sub .button2{
	margin: 0 auto;
	width: 90%;
	border: 1px solid #00C0FA;
	background: #FFF;
	border-radius: 25px;
	height: 42px;
	color: #00C0FA;
	font-size: 1rem;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.jiao_section1 .center1 .list .next li{
	margin: 15px 0px;
}
.jiao_section1 .center1 .list .next li span{float: left;
	width: 16.6%;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.jiao_section1 .center1 .list .next li .s2{
	float: left;
	width: 16.6%;
	color: #015EEA;
	font-size: 0.85rem;
	text-align: center;
}
.jiao_section1 .center1 .list .next li .d1{float: left;
	width: 16.6%;
	text-align: center;
	font-size: 0.85rem;
}
.jiao_section1 .center1 .list .next li .d2{
	word-wrap:break-word;
}
.jiao_section1 .center1 .list .next li .d1 .b1{
	color: #FFF;
}
.jiao_section1 .center1 .list .next li .d1 .y1{
	color: #FFF;
	white-space:nowrap;
}
.jiao_section1 .center1 .list .next li .d1 .z1{
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
	font-size: 0.65rem;
	background: rgb(30, 140, 227);
	margin-top: 3px;
	white-space:nowrap;
}
.jiao_section1 .center1 .list .next li .d1 .bt{
	padding-top: 8px;
	font-size: 0.8rem;
}
.us_section1{
	padding: 15px 10px;
}
.us_section1 li{
	float: left;
	width: 50%;
}
.us_section1 li .big{
	width: 90%;
	margin: 0 auto;
	background-size: 100% 100%;
	height: 20vw;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.us_section1 li .big p{
	padding: 0px 10px;
}
.us_section1 li .big .p2{
	color: #fff;
	font-size: 0.8rem;
	position: relative;
	top: -3px;
}
.us_section1 li .big .p1{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 4vw;
}

.us_section1 li:nth-child(1) .big{
	background-image: url(../images/image_1.png);

}

.us_section1 li:nth-child(2) .big{
	background-image: url(../images/image_2.png);
}

.us_section1 li:nth-child(3) .big{
	background-image: url(../images/image_3.png);
}
.jiao_section1 .center1 .list .bottom_x li{
	width: 20% !important;
}
.jiao_section1 .center1 .list .next_x li .d1{
	width: 20% !important;
	word-wrap:break-word !important;
	
}
.jiao_section1 .center1 .list .next_x li{
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
}
.login_section3 .center .f1 .eye{
	position: absolute;
	right: 10px;
	top: 20px;
	width: 22px;
}
.login_section3 .center .f1 .eye2{
	display: none;
}
.login_section3 .center .sub .p1{
	text-align: right;
	margin-top: 10px;
	font-size: 0.9rem;
	color: #666;
}
.login_section3 .center .sub .p1 a{
	color: rgb(30, 140, 227);
}
.jiao_section1 .center .sousuo{
	padding: 15px 15px;
	position: relative;
}
.jiao_section1 .center .sousuo .ft{
	position: relative;
}
.jiao_section1 .center .sousuo input{
	width: 90%;
	background: rgb(241, 241, 241);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border: none;
	height: 38px;
	text-align: center;
	font-size: 1rem;
	color: #000;
}
.jiao_section1 .center .sousuo .search_btn{
	position: absolute;
	width: 24px;
	right: 0;
	top: 6px;
}

.down_section1 img{
	width: 100%;
}
.down_section2{
	text-align: center;
	margin-top: 10px;
}
.down_section2 .title .p1{
	color: #000000;
	font-size: 22.5px;
}
.down_section2 .center{
	margin-top: 10px;
}
.down_section2 .center a{
	display: inline-block;
	width: 200px;
	background-color: #ccc;
	border-radius: 25px;
	padding: 7px 0px;
	color: #fff;
	font-size: 1rem;
}
.down_section2 .center p{
	margin: 20px 0px;
}
.down_section2 .center a img{
	width: 24px;
	position: relative;
	top: 1px;
}
.down_section2 .center .a1{
	background-color: #4A9BF7;
}
.down_section2 .center .a2{
	background-color: #E64B51;
}
.down_section2 .center a span{
	position: relative;
	top: -4px;
}
.down_section2 .bottom img{
	width: 40px;
}
.down_section2 .bottom{
	margin-top: 30px;
	margin-bottom: 10px;
}
.down_section2 .bottom .p1{
	color: #000;
	font-size: 13px;
}


.open{
	display: none;
	width: 100%;
	height: 100% !important;
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
}
.open div{
	padding-top: 2%;
	width: 100%;
}
.open div img{
	display: block;
	width: 65%;
	margin-left: 35%;
}

/****ajax加载****/
/**加载效果旋转**/
@-webkit-keyframes rotate {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotate {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
.loadmore {display:block;line-height: 50px;text-align:center;color:#FFF;font-size:14px;}
.loadmore span{height:20px;width:20px;border-radius:100%;display:inline-block;margin:10px;border:2px solid #00A0E9;border-bottom-color: transparent;vertical-align: middle;-webkit-animation: rotate 1.1s infinite linear;animation: rotate 1.1s infinite linear;}
.loadover{position:relative;margin:0 12px;padding:24px 0;height:20px;line-height:20px;color:#FFF;text-align: center;}
.loadover span{position:relative;display:inline-block;padding:0 6px;height:20px;font-size:0.8rem;z-index:2}
.loadover:after {content:'';position: absolute;left: 0;top:50%;width: 100%;height:1px;z-index:1;display:block;}
#no_msg{display:none;padding:30% 0;text-align: center;font-size: 0.8rem;color: #FFF;}
/***ajax加载****/

.team_section1{
	text-align: center;
	padding: 25px 0px;
	background: url(../images/bg_bg.png);
	background-size: 100% 100%;
}
.team_section1 .p1{
	color: #fff;
	font-size: 1rem;
	margin-bottom: 10px;
}
.team_section1 .p2 .fa{
	color: rgb(201,201,201);
	font-size: 1.2rem;
}
.team_section1 .p2 .fa.select{
	color: rgb(251, 206, 58);
}
.team_section2{
	padding: 0px 10px;
	margin-top: 20px;
}
.team_section2 li{
	float: left;
	width: 33.1%;
	text-align: center;
	height: 30px;
	border-right: 1px solid #eee;
}
.team_section2 li:last-child{
	border-right: none;
}
.team_section2 li p{
	position: relative;
	top: -15px;
}
.team_section2 li .p1{
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 4px;word-break:break-all;
}
.team_section2 li .p2{
	color: #fff;
	font-size: 0.9rem;
}
.team_section3{
	margin-top: 30px;
}
.team_section3 li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.team_section3 li .p1{
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	word-break:break-all;
	margin-bottom: 5px;
}
.team_section3 li .s1{
	display: inline-block;
	font-size: 0.7rem;
	color: rgb(199, 132, 70);
	border-radius: 25px;
	background: rgb(254, 244, 233);
	border: 1px solid rgb(199, 132, 70);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 3px 4px;
}
.team_section4{
	margin-top: 30px;
}
.team_section4 .list{
	padding: 15px;
}
.team_section4 .list .top img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: middle;
}
.team_section4 .list .top{

}
.team_section4 .list .top .s1{
	display: inline-block;
	max-width: 50%;
	color: #fff;
	font-size: 0.9rem;
	position: relative;
	top: 5px;
	font-weight: bold;
}
.team_section4 .list .top .s2{
	display: inline-block;
	font-size: 0.7rem;
	color: rgb(60, 65, 163);
	border-radius: 25px;
	background: rgb(197, 201, 255);
	border: 1px solid rgb(60, 65, 163);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 3px 4px;
}
.team_section4 .list .top .s3{
	display: inline-block;
	font-size: 0.7rem;
	color: rgb(199, 132, 70);
	border-radius: 25px;
	background: rgb(254, 244, 233);
	border: 1px solid rgb(199, 132, 70);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 3px 4px;
}
.team_section4 .list .num{

}
.team_section4 .list .num .p1{
	color: #fff;
	font-size: 0.8rem;
	margin-left: 35px;
}
.team_section4 .list .center{
	padding: 20px;
	padding-bottom: 0px;
}
.team_section4 .list .center .p1{
	color: #fff;
	font-size: 0.95rem;
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.team_section4 .list .center .p1 .s1{
	color: rgb(60, 65, 163);
}
.team_section4 .list .last .p1{
	color: #fff;
	opacity: 0.8;
	font-size: 0.9rem;
}


.d_section1{
	margin-top: 20px;
}
.d_section1_1{
	background: url("../images/image_2.png");
	background-size: 100% 100%;
	padding: 15px 20px;
}
.d_section1_1 .top .p1{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bolder;
	margin-bottom: 5px;
}
.d_section1_1 .top .p2{
	color: #fff;
	font-size: 1rem;
}
.d_section1_1 .bottom{
	margin-top: 20px;
}
.d_section1_1 .bottom .a1{
	float: left;
	margin-right: 30px;
}
.d_section1_1 .bottom .a1 .p1{
	color:#fff;
	font-size: 1.1rem;
	margin-bottom: 3px;
}
.d_section1_1 .bottom .a1 .p2{
	color:#fff;
	font-size: 1rem;
}
.d_section2{
	margin-top: 20px;
}
.d_section2 .d_title{
	color:#666;
	font-size: 1rem;
	margin-bottom: 20px;
}
.d_section2 .d_center {

}
.d_section2 .d_center li{
	margin-bottom: 25px;
}
.d_section2 .d_center li .a1{
	float:left;
	width: 9.5%;
	margin-top: 2px;
}
.d_section2 .d_center li .a1 img{
	width: 100%;
	border-radius: 50%;
}
.d_section2 .d_center li .a2{
	float: left;
	margin-left: 2%;
	max-width: 70%;
}
.d_section2 .d_center li .a2 .p1{
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
.d_section2 .d_center li .a2 .p2{
	color: #666666;
	font-size: 0.7rem;
}
.d_section2 .d_center li .a3{
	float: right;
	max-width: 17%;
	word-break: break-all;
}
.d_section2 .d_center li .a3 .p1{
	color:#FF5C80;
	font-size: 1rem;
}
.d_section2 .d_center li .a3 .p2{
	color:#00A0E9;
	font-size: 1rem;
}