
@charset "utf-8";
/* CSS Document */

body{ font:12px/18px "Microsoft YaHei","微软雅黑"; color:#666; background-color:#17002c; word-wrap:break-word;max-width: 750px;margin: 0 auto; text-align: justify; word-break: break-all;}
*{ margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);  -webkit-overflow-scrolling: touch; }
body, html { width: 100%; height: 100%; overflow-x: hidden;}
body{
    cursor: pointer;
}
ul,ol,li{ list-style:none outside;}
.nowrap{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a{ color:#666; display: block; text-decoration:none;}
a:hover{  text-decoration:none;}
.left{ float:left;}
.right{ float:right;}
.center{ text-align:center;}
.bold{ font-weight:bold;}
img{ border:medium none; vertical-align:middle;width: 100%;}
textarea{ resize:none; vertical-align:middle;}
input,button,select,textarea{ -webkit-appearance:none; border:medium none; background:none; outline:none; font:1em/normal "Microsoft YaHei","微软雅黑";}
.btn{ cursor:pointer; border: medium none; outline: none;}
.clearfix { *zoom: 1; } 
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } 
.clearfix:after { clear: both; } 
.ailgn_right{text-align: right;}
p {
    margin-bottom: 0;
}
span {
    box-sizing: content-box;
}

.pic_box {
	width: 100%;
	position: relative;
}
.pic_box img {
	display: block;
	vertical-align: bottom;
}
.tit_box {
	background: url("../img/img02.jpg") no-repeat;
	width: 80%;
	-webkit-background-size: 100% 100%;
	padding: 5% 10% 10%;
	font-size: 18px;
	line-height: 36px;
	color: #17002c;
}
.orange {
	color: #ff6f2e;
}
.num {
	font-size: 28px;
	color: #ff6f2e;
	font-weight: bold;
}
.font22 {
	font-size: 22px;
	color: #ff6f2e;
	font-weight: bold;
}
.tit_txt {

}
.line {
	border-top: 1px dashed #ded9e2;
	height: 2px;
	margin: 10px 0;
	position: relative;
}
.ball_left {
	background-color: #17002c;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	top: -9px;
}
.ball_right {
	background-color: #17002c;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	right: -24px;
	top: -9px;
}
.tit_box .link {
	width: 60%;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	border: medium none;
	outline: none;
}
.bg {
	background: url("../img/img03.jpg") no-repeat;
	width: 100%;
	-webkit-background-size: 100% 100%;
	padding-bottom: 30px;
}
.expert_list_box {
	background-color:#fff;
	width: 90%;
	padding: 25px 3%;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin: 0 5%;
}
.expert_list_box .ball_left {
	top: 50%;
	margin-top: -9px;
	left: -9px;
}
.expert_list_box .ball_right {
	 top: 50%;
	 margin-top: -9px;
	 right: -9px;
 }
.expert_list_block {
	display: -webkit-box;
	display: -webkit-flex;
	width: 100%;
	margin-bottom: 10px;
}
.expert_list_block:last-child {
	margin-bottom: 0;
}
.expert_list_block a {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #ff6f2e;
}
.expert_list_block .exp_pic {
	width: 80%;
	margin: 0 auto;
}
.expert_list_block .exp_pic img {
	border-radius: 50%;
}
.expert_list_block .exp_name {
	font-size: 16px;
	color: #17002c;
	padding-top: 8px;
	font-weight: bold;
}
.txt_box {
	font-size: 14px;
	line-height: 24px;
	color: #1a002a;
	background-color:#fff;
	width: 90%;
	padding: 25px 5%;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin: 0 5%;
}
.txt_block {
	padding-bottom: 20px;
}
.txt_block .tit {
	font-size: 17px;
	color: #ff6f2e;
	line-height: 30px;
	font-weight: bold;
}
.txt_box .ball_left {
	top: 50%;
	margin-top: -9px;
	left: -9px;
}
.txt_box .ball_right {
	top: 50%;
	margin-top: -9px;
	right: -9px;
}
.tit1_pic {
	width: 40%;
	margin: 0 auto;
	padding: 8% 0 5%;
}
.tit2_pic {
	width: 48%;
	margin: 0 auto;
	padding: 8% 0 5%;
}
.tit3_pic {
	width: 26%;
	margin: 0 auto;
	padding: 8% 0 5%;
}
.font17 {
	font-size: 17px;
	color: #ff6f2e;
	font-weight: bold;
}
