/*general start*/

@font-face {
  font-family: 'iconfont';  /* project id 1312011 */
  src: url('//at.alicdn.com/t/font_1312011_bol5h7b8tfv.eot');
  src: url('//at.alicdn.com/t/font_1312011_bol5h7b8tfv.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1312011_bol5h7b8tfv.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1312011_bol5h7b8tfv.woff') format('woff'),
  url('//at.alicdn.com/t/font_1312011_bol5h7b8tfv.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1312011_bol5h7b8tfv.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	padding: 3px 0px;
}

.color_a {
	font-size: 24px;
	color: #81655a;
}

.color_b {
	font-size: 30px;
	color: #785949;
}

* {
	padding: 0px;
	margin: 0px;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

body {
	width: 100%;
	height: auto;
	padding: 0px;
	text-align: center;
	background-color: #fff;
}

body,
td,
th {
	font-size: 12px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:active {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	padding: 0px;
	margin: 0px;
}

ul,
li,
p,
dl,
dd,
dt,
h,
td,
th {
	margin: 0px;
	padding: 0px;
}

i,
em {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle
}

a,
a * {
	cursor: pointer;
}

a img {
	border: 0;
}

ul,
li,
ol {
	list-style-type: none;
	list-style-position: outside;
}

input {
	border: 0px solid transparent;
	background-color: transparent;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

h5 {
	margin: 0px;
	padding: 0px;
}

h6 {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.hl1 {
	width: 100%;
	height: 10px;
	margin: 0px auto;
}

.hl2 {
	width: 100%;
	height: 12px;
	margin: 0px auto;
}

.hl3 {
	width: 100%;
	height: 15px;
	margin: 0px auto;
}

.hl4 {
	width: 100%;
	height: 40px;
	margin: 0px auto;
}

.hl5 {
	width: 100%;
	height: 60px;
	margin: 0px auto;
}

.demoOver {
	background-color: #fff;
}

.demoBg {
	background-color: #288ec5;
}

.hide {
	display: none;
}

.flex_1 {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.flex_2 {
	-moz-box-flex: 2;
	-webkit-box-flex: 2;
	box-flex: 2;
}

.flex_5 {
	-moz-box-flex: 5;
	-webkit-box-flex: 5;
	box-flex: 5;
	position: relative;
}


/*api_box*/
.api_box {
	width: 100%;
	height: auto;
	min-height: 500px;
	margin: 0px auto;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	background-color: #f2f2f2;
}
.focus_box {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: flex;
	position: relative;
}
.focus{
	width: 100%;
	height: auto;
	min-height: 220px;
	display: block;
	margin: 0px auto;
}
/*swipe_box*/
.swipe_box{
	width:100%;
	position:relative;
}
.swipe{
	position:relative;
	z-index: 1;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
    width: 100%;
	overflow:hidden;
}
.swipe ul{
    margin: 0px; 
	width: 100%; 
	transition: 0ms; 
	-webkit-transition: 0ms;
	-webkit-transform: translate3d(0px, 0, 0);
	overflow:hidden;
}
.swipe ul dd{
    width: 100%;
}
.swipe ul dd img{
	width:100%;
	max-height:160px;
}
.swipe ul li{
	overflow: hidden; 
	display: table-cell; 
    width: 100%;
	vertical-align: top;
}
.swipe ul li img{
	width:100%;
}
.in_slider{
	height: 12px;
	list-style: none;
	margin: 0;
	padding-top: 3px;
	overflow: hidden;
	right: 25px;
	bottom: 10px;
	position: absolute;
	z-index: 9;
    min-width:12px;
	max-width: 570px;
}
.in_slider span{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	float: left;
	background: rgba(255,255,255,.8);
	margin: 0 3px;
}
.in_slider .sel{
	background: #a50301;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: -1px 3px;
}
.focus_hl1{
	width: 100%;
	height: 40px;
	display: block;
	margin: 0px auto;
}
.logo{
	width: 100%;
	height: 130px;
	bottom: 0px;
	position: absolute;
	z-index: 9999;
}
.logo h1{
	width: 100%;
	height: 130px;
	margin: 0px auto;
	position: relative;
}
.logo section{
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 42%;
	z-index: 10005;
}

@media screen and (max-height: 568px) {
.logo section{
	bottom: 30%;
}	
}
@media only screen and (min-height: 480px) and (max-height: 568px){
.logo section{
	bottom: 34%;
}	
}
@media only screen and (min-height: 667px) and (max-height: 736px){
.logo section{
	bottom: 42%;
}
}
@media only screen and (min-height: 700px) and (max-height: 784px){
.logo section{
	bottom: 38%;
}
}
.logo section img{
	width: 20%;
}
.logo span{
	width: 100%;
	height: 80px;
	background:url(../images/title_bg.png) no-repeat center center;
	background-size:90%;
	position: absolute;
	bottom: 2%;
	left: 0px;
	z-index: 10002;
}
@media only screen and (min-height: 568px) and (max-height: 667px){
.logo span{
	bottom: 5%;
}
}
.logo span i{
	font-size: 100%;
	color: #fff;
	display: block;
	padding-top: 30px;
	text-shadow:1px 1px 5px #235ebd;
}
.logo b{
	width: 100%;
	height: 80px;
	background:url(../images/title_bg_a.png) no-repeat center center;
	background-size:90%;
	position: absolute;
	bottom: 2%;
	left: 0px;
	z-index: 10002;
}
.logo b i{
	font-size: 140%;
	color: #fff;
	display: block;
	padding-top: 16px;
	text-shadow:1px 1px 5px #235ebd;	
}
/*type_box*/
.type_box{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: flex;
	background-color: #fff;
}
.type_box dl{
	width: 90%;
	height: 80px;
	margin: 12px auto 12px auto;
}
.type_box dl dd{
	width: 49%;
	height: 80px;
	float: left;
	border-radius: 2px;
}
.type_box dl dd:nth-child(1){
	background-color: #ebf8fe;
}
.type_box dl dd:nth-child(2){
	background-color: #fef7ef;
	margin-left: 2%
}
.type_box dl dd img{
	width: 40px;
	height: 40px;
	float: left;
	margin: 20px 4px 0px 8px;
}
.type_box dl dd b{
	display: block;
	text-align: left;
	padding-top: 20px;
	font-size: 14px;
}
.type_box dl dd span{
	display: block;
	text-align: left;
	padding-top: 2px;
	color: #666;
}
.type_box dl p{
	width: 100%;
	display: block;
	text-align:center;
	padding: 20px;
	color: #999;
}
.about_box{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	background-color: #fff;
}
.about_box h1{
	width: 90%;
	height: 50px;
    margin: 0px auto;
    border-bottom: solid 1px #eee;	
}
.about_box h1 span{
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.about_box dl{
	width: 90%;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
    margin: 0px auto;
}
.about_box dl dd{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: flex;
    justify-content: center;
    flex-direction: column;		
}
.about_box dl dd img{
	width: 40px;
	height: 40px;
	margin: 12px auto 0px auto;
}
.about_box dl dd b{
	width: 110px;
	display: block;
	font-weight: normal;
	padding: 4px 0px 12px 0px;
	margin: 0px auto;
}
.about_box dl p{
	width: 100%;
	display: block;
	text-align:center;
	padding: 20px;
	color: #999;
}
.item_box{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	background-color: #fff;
}
.item_box h1{
	width: 90%;
	height: 50px;
    margin: 0px auto;
    border-bottom: solid 1px #eee;	
}
.item_box h1 span{
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.item_box dl{
	width: 90%;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
    margin: 0px auto;
}
.item_box dl dd{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: flex;
    justify-content: center;
    flex-direction: column;			
}
.item_box dl dd img{
	width: 40px;
	height: 40px;
	margin: 12px auto 0px auto;
}
.item_box dl dd b{
	width: 110px;
	display: block;
	font-weight: normal;
	padding: 4px 0px 12px 0px;
	margin: 0px auto;
}
.item_box dl p{
	width: 100%;
	display: block;
	text-align:center;
	padding: 20px;
	color: #999;
}
.adpic_box{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: flex;
	background-color: #fff;
}
.adpic_box dl{
	width: 90%;
	height: auto;
	min-height: 100px;
	margin: 0px auto;
}
.adpic_box dl dd{
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
}
.adpic_box dl dd:last-child{
	padding-bottom: 10px;
}
.adpic_box dl dd img{
	width: 100%;
	border-radius: 2px;
}
.adpic_box dl p{
	width: 100%;
	display: block;
	text-align:center;
	padding: 20px;
	color: #999;
}
/*top_menu*/
.top_menu{
	width: 100%;
	height: 40px;
	margin:0px auto;
	background-color: #187def;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.top_menu dl{
	width: 100%;
	height: 40px;
	display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
}
.top_menu dl dd{
	display: flex;
    justify-content: center;
    flex-direction: column;	
}
.x_left{
	width: 50px;
}
.x_left img{
	width: 22px;
	height: 22px;
	margin: 0px auto;
}
.x_con{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.x_right{
	width: 50px;
}
.x_right img{
	width: 22px;
	height: 22px;
	margin: 0px auto;
}
.search_box{
	width: 100%;
	height: 60px;
	margin:0px auto;
	background-color: #187def;
	position: fixed;
	top: 40px;
	left: 0px;
	z-index: 999;
}
/*foot_box*/
.foot_box{
	width: 100%;
	height: auto;
	min-height: 34px;
	display: block;
	margin: 0px auto;
	background-color: #f2f2f2;
}
.foot_box span{
	color: #333;
	display: block;
	line-height: 34px;
	text-align: center;
}
/*.sider*/
.info_box {
  height: 100%;
  width: 100%;
  position: relative;
}
.info_box .cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
}
.sider {
  position: absolute;
  top: 0;
  left: -38%;
  width: 38%;
  overflow: auto;
  background-color: #fff;
  transform: translateX(-100%);
}
.sider dt{
	width: 100%;
	height: 80px;
	margin: 30px auto 0px auto;
}
.sider dt img{
	width: 50%;
	margin: 0px auto;
	display: block;
}
.sider dd{
	width: 100%;
	height: 35px;
	margin: 5px auto 0px auto;
	border-bottom: solid 1px #eee;
}
.sider dd img{
	width: 20px;
	height: 20px;
	float: left;
	margin: 6px 3px 0px 12%;
}
.sider dd b{
	float: left;
	line-height: 35px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
.info_box,
.sider {
  -webkit-transition: all .8s;
}
.sider-in .info_box {
  transform: translateX(38%);
}
.sider-in .info_box .cover {
  display: block;
}
.sider-in .sider {
  transform: translateX(0);
}
.info_list{
	width: 100%;
	height: auto;
	min-height: 500px;
	margin: 0px auto;
}
.info_list dl{
	padding: 0px;
}
.info_list dl p{
	padding-top: 40px;
}
.info_list dl dd{
	width: 100%;
	height: 90px;
	margin: 0px auto;
	border-bottom: solid 1px #eee;
}
.info_list dl dd section{
	width: 18%;
	float: left;
	text-align: center;
	border-right: solid 1px #ddd;
	margin-top: 18px;
}
.info_list dl dd section b{
	display: block;
	padding-top: 6px;
	font-size: 20px;
	font-weight: normal;
}
.info_list dl dd section i{
	display: block;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
}
.info_list dl dd span{
	width: 82%;
	float: right;
	text-align: left;
}
.info_list dl dd span b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0px 0px 12px;
}
.info_list dl dd span i{
	display: block;
	font-size: 12px;
	color: #666;
	padding: 4px 0px 0px 12px;
}
/*info_show*/
.info_show{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
	padding-bottom: 14px;
}
.info_show h2{
	width:96%;
	height:auto;
	font-size:18px;
	min-height:50px;
	line-height:24px;
	padding-bottom:12px;
	margin:30px auto 0px auto;
	text-align:left;
	color:#333;
}
.info_show h3{
	width:96%;
	height:34px;
	font-size:13px;
	line-height:34px;
	margin:0px auto;
	text-align:left;
	color:#999;
	text-indent:5px;
	font-weight:normal;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}
.info_show h3 span{
	float:right;
	color:#999;
	padding-right:8px;
}
.info_show dl{
	width:96%;
	height:auto;
	min-height:200px;
	margin:0px auto;
}
.info_show dl dt{
	width:70%;
	height:10px;
	margin:0px auto;
}
.info_show dl dt img{
	width:100%;
	-webkit-box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.01);
	border-radius:2px;
	margin-top: 14px;
}
.info_show dl dt span{
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	padding: 10px 0px 20px 0px;
	border-bottom: solid 1px #eee;
	display: block;
}
.info_show dl dd{
	width:94%;
	height:auto;
	min-height:300px;
	margin:12px auto 20px auto;
	font-size:120%;
	line-height:25px;
	text-align:left;
	color:#666;
}
.info_show dl dd a{
	color:#f00;
	text-decoration:underline;
}
.info_show dl dd img{
	width:100%;
	border-radius:3px;
	margin-top:7px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.info_show dl dd em{
	color: #333;
	font-weight: bold;
}
.info_show dl dd i{
	color: #333;
	line-height: 28px;
}
 .info_show h1{   
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #10afb5;
    font-size: 15px;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    }
/*pic_show*/
.pic_show{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
	padding-bottom: 14px;
}
.pic_show dl{
	padding: 0px;
	height: auto;
	min-height: 400px;
}
.pic_show dl dt{
	width: 92%;
	height:auto;
	margin: 0px auto;
	border-bottom: solid 1px #ddd;
}
.pic_show dl dt i{
	width: 70px;
}
.pic_show dl dt i img{
	width: 100%;
	border-radius: 3px;
}
.pic_show dl dt section strong{
	height: 40px;
}
.pic_show dl dd{
	width: 92%;
	margin: 0px auto;
	border: solid 1px #eee;
	margin-top: 20px;
}
.pic_show dl dd b{
	border-bottom: solid 1px #eee;
}
/*pic_list*/
.pic_list{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
}
.pic_list_wx{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;	
}
.class_list{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;	
}
.p_list_two{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;	
}
.p_list_two dl{
	padding: 0px;
}
.p_list_two dl dd{
	width: 90%;
	height: auto;
	margin: 20px auto 0px auto;
}
.p_list_two dl dd b{
	width: 100%;
	height: auto;
	min-height: 80px;
	display: block;
	overflow: hidden;
}
.p_list_two dl dd b img{
	width: 100%;
	border-radius: 2px 2px 0px 0px;
}
.p_list_two dl dd b span{
	width: 100%;
	height: 32px;
	bottom: 0px;
	left: 0px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background:rgba(0,0,0,0.7);
}
.p_list_two dl dd section{
	font-size: 14px;
	text-align: left;
	padding: 8px 0px 14px 0px;
}

.p_list_four{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;	
}
.p_list_four dl{
	padding: 0px;
}
.p_list_four dl dd{
	width: 80%;
	height: auto;
	margin: 26px auto 0px auto;
}
.p_list_four dl dd img{
	width: 100%;
	border-radius: 2px
}
.p_list_four dl dd section{
	padding-top: 5px;
	font-size: 14px;
	text-align: left;
}
.p_list_three{
	width:100%;
	height:auto;
	min-height:200px;
	display: block;
	margin:0px auto;	
}
.p_list_three dl{
	width: 92%;
	height: auto;
	display: block;
	margin: 20px auto 0px auto;
}
.p_list_three dl dd{
	width: 48%;
	height: auto;
	float: left;
	margin-left: 4%;
}
.p_list_three dl dd:nth-child(odd){
	margin-left: 0px;
}
.p_list_three dl dd img{
	width: 100%;
	border-radius: 2px;
}
.p_list_three dl dd span{
	font-size: 14px;
	display: block;
	padding: 8px 0px 16px 0px;
}
.class_list h1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #10afb5;
	font-size: 15px;
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.class_list dl dd{
	width: 92%;
	height: auto;
	margin: 0px auto;
	border-bottom: solid 1px #f2f2f2;
}
.class_list dl dd:last-child{
	border: none;
}
.class_list dl dd b{
	width: 70px;
	padding-right: 8px;
}
.class_list dl dd b img{
	width: 100%;
	border-radius: 3px;
}
.class_list dl dd span{
	font-size: 14px;
	text-align: left;
	color: #333;
}
.class_list dl dd section{
	width: 80px;
	font-weight: normal;
	color: #187def;
	text-align: left;
	font-size: 13px;
	padding: 1px 0px 8px 0px;
}
.class_list dl dd font{
	float: right;
	font-size: 13px;
	color: #f00;
}
.class_list dl dd i{
	width: 25px;
}
.class_list dl dd i img{
	width: 25px;
	height: 25px;
}
.pic_list dl{
	width:96%;
	height:auto;
	min-height:200px;
	margin:12px auto 0px auto;
}
.pic_list_wx dl{
	width:96%;
	height:auto;
	min-height:200px;
	margin:12px auto 0px auto;
}
.pic_list dl li{
	width:100%;
	height:auto;
	min-height:90px;
	padding-bottom: 4px;
	margin:0px auto;
    display:-moz-box;
    display:-webkit-box;
    display:box;
	border-bottom:solid 1px #f2f2f2;
}
.pic_list dl li section{
    -moz-box-flex:2;
    -webkit-box-flex:2;
    box-flex:2;
}
.pic_list dl li section:nth-child(1){
	width:26%;
	background:url(../images/onLoad.gif) no-repeat center center;
}
.pic_list dl li section:nth-child(2){
	width:72%;
}
.pic_list dl li img{
	width:94%;
	padding:10px 10px 0px 0px;
	border-radius:2px;
	padding-bottom: 10px;
}
.pic_list dl li b{
	font-weight: normal;
	float: right;
	font-size: 12px;
	color: #999;
	padding-right: 6px;
}
.pic_list dl li section span{
    min-height: 30px;
    color: #333;
    text-align: left;
    display: block;
    padding-top: 6px;
    font-size: 15px;
}
.pspan{
    min-height: 30px;
    color: #333;
    text-align: left;
    display: block;
    padding-top: 6px;
    font-size: 15px;
}
.pic_list dl li section strong {
    text-align: left;
    display: block;
    margin: 4px 0px 4px 0px;
    color: #999;
    font-weight: normal;
    font-size: 12px;
 }
 .pic_list dl li section strong i{
 	float: right;
 }
.pic_list dl dd{
	width: 98%;
    height: auto;
    min-height: 100px;
    margin: 0px auto;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.pic_list dl dd section{
	width: 20%;
    float: left;
}
.pic_list dl dd section img{
	width: 100%;
	display: block;
    border-radius: 3px;
    margin-top: 12px;
}
.pic_list dl dd span{
	display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
}
.pic_list dl dd article{
	width: 80%;
    float: right;
}
.pic_list dl dd article span{
	width: 94%;
	height: auto;
	min-height: 100px;
	margin: 0px auto;
	font-size: 13px;
	text-align: left;
	margin-left: 6%;
	color: #666;
}
.pic_list dl dd article span em{
	color: #333;
	font-weight: bold;
}
.pic_list dl dd article span i{
	color: #333;
	line-height: 28px;
}
.pic_list dl dt{
	float: left;
	height: 20px;
}
.pic_list_wx dl dd{
	width: 33%;
    height: auto;
    min-height: 100px;
	float: left;
    padding-bottom: 20px;
}
.pic_list_wx dl dd span{
	display: block;
	font-size: 14px;
	padding-top: 2px
}
.pic_list_wx dl dd img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0px auto;
	border-radius: 100px;
}
.p_list_odd{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
	background-color: #f2f2f2;	
}
.p_list_odd dl{
	padding: 0px;
}
.p_list_odd dl dd{
	width: 94%;
	height: auto;
	border-radius: 3px;
	text-align: left;
	font-size: 14px;
	padding: 12px 12px;
	background-color: #fff;
	margin: 12px auto 0px auto;
}
.p_list_odd dl dd section{
	display: block;
}
.p_list_odd dl dd span{
	display: block;
	color: #999;
	text-align: right;
	font-size: 12px;
}
/*info_h*/
.info_h{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
}
.info_h h1{
	width: 94%;
	height: auto;
	min-height: 110px;
	margin: 0px auto;
	background-color: #f2f2f2;
	border-radius: 3px;
	font-weight: normal;
    display:-moz-box;
    display:-webkit-box;
    display:box;
}
.info_h h1 section{
    -moz-box-flex:2;
    -webkit-box-flex:2;
    box-flex:2;	
}
.info_h h1 section:nth-child(1){
	width:40%;
	background:url(../images/onLoad.gif) no-repeat center center;
}
.info_h h1 section:nth-child(2){
	width:60%;
}
.info_h h1 section span{
    min-height: 30px;
    color: #333;
    text-align: left;
    display: block;
    padding: 10px 5px 14px 0px;
    font-size: 13px;	
}
.info_h h1 img{
	width: 86%;
	margin: 10px auto 0px auto;
	border-radius: 3px;
}
.info_h dl{
	padding: 0px;
	margin-top: 12px;
}
.info_h dl dd{
	width: 94%;
	height: auto;
	min-height: 150px;
	margin: 0px auto;
	background-color: #f2f2f2;
   	border-bottom: solid 1px #ddd;	
}
.info_h dl p{
	padding-top: 10px;
}
.info_h dl dd section{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.info_h dl dd span{
	width: 90%;
	height: 50px;
    min-height: 50px;
    margin: 0px auto;
    color: #333;
    text-align:center;
    display: block;
    padding-top: 10px;
    font-size: 15px;
}
.info_h dl dd:last-child{
	border: none;
}
.info_h dl dd img{
	width: 90%;
	margin: 14px auto 0px auto;
	border-radius: 3px;
}
.info_h dl dd section i{
    width: 29px;
    height: 29px;
    position: absolute;
    left: 10%;
    bottom: 10%;
    background: url(https://www.323000.net/template/index/images/video_icons.png) no-repeat 0 0;	
}
/*user_box*/
.user_box{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
}
.user_box dl{
	width:90%;
	height:auto;
	min-height:100px;
	margin:0px auto;	
}
.user_box dl dd{
	width:100%;
	height:auto;
	position:relative;
	margin:10px auto 0px auto;
}
.user_box section{
	width:100%;
	height:42px;
	padding:2px 0px;
	line-height:36px;
	font-size:15px;
	text-align: left;
	text-indent:5px;
	border-radius:2px;
	margin: 0px auto;
	color:#333;
      border:1px solid #ddd;
      text-indent:5px;
  	background:url(https://happy-growth-input.oss-cn-hangzhou.aliyuncs.com/content/video/1527666444/select_icon.png) no-repeat right center; 
  	background-size:8%;	   
	background-color:#fff;
}
.user_box dl dd i{
	width:100%;
	height:50px;
	display:none;
	font-size:14px;
	text-align:center;
	color:#333;
	left:0px;
	top:0px;
	background-color:#eee;
	border-radius:5px;
	position:absolute;
	z-index:999;
}
.user_box dl dd i img{
	width:20px;
	height:20px;
	float:none;
	margin:-2px 5px 0px 0px;
}
.user_box dl dd span{
	display:block;
	text-align:left;
	margin-bottom:6px;
	color:#999;
	font-size:13px;
}
.user_box dl dd a{
	width:100%;
	height:42px;
	margin:0px auto;
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
    border-radius:3px;
}
.messagecss{	
	height:42px;
	display:block;
	border-radius:5px;
	font-size:15px;
	line-height:50px;
	position:relative;
	text-align:center;
}
.messagecss a{
	background-color:#f87f3a;
	text-align:center;
}
.msg_input{
	width:100%;
	height:42px;
	padding:2px 0px;
	line-height:20px;
	font-size:15px;
	border-radius:2px;
	-webkit-appearance: none;
	border:none;
	color:#333;
	text-indent:5px;
    border:1px solid #eee;
	background-color:#fff;
	display: block;
}
.search_input{
	width:92%;
	height:36px;
	padding:2px 5px;
	line-height:20px;
	font-size:15px;
	border-radius:2px;
	margin: 10px auto 0px auto;
	-webkit-appearance: none;
	border:none;
	color:#999;
	background-color:#fff;
	display: block;
}
.search_result{
	width:100%;
	height:auto;
	min-height:300px;
	margin:0px auto;
}
.search_result dl{
	width:90%;
	height:auto;
	min-height:300px;
	margin:0px auto;
	border:1px solid #eee;
}
.search_result dl dt{
	width: 100%;
	height: 40px;
	margin: 0px auto;
	display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
    background-color: #eee;		
}
.search_result dl dt span{
	width: 24%;
    display: flex;
    line-height: 40px;
    text-indent: 10px;
    font-size: 12px;
	-webkit-justify-content:flex-start;
	justify-content:flex-start; 	
}
.search_result dl dt span:last-child{
	width: 28%;	
}
.search_result dl dd{
	width: 100%;
	height: 50px;
	margin: 0px auto;
	display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
    border-bottom: solid 1px #eee;		
}
.search_result dl dd span{
	width: 24%;
    display: flex;
    line-height: 20px;
    padding-top: 4px;
     text-indent: 10px;
     color: #999;
    font-size: 12px;   
	-webkit-justify-content:flex-start;
	justify-content:flex-start;	
}
.search_result dl dd span:last-child{
	width: 28%;	
}
.search_result dl dd i{
	width: 100%;
    display: flex;	
    line-height: 50px;
    color: #999;
    justify-content: center;
    flex-direction: column;	  	
}
/*inquiry_box*/
.inquiry_box{
	width:100%;
	height:auto;
	min-height:300px;
	margin:10px auto;
}
.inquiry_box dl{
	padding:0px;
}
.inquiry_box dl em{
	width:80%;
	height:auto;
	min-height: 80px;
	display:block;
	margin:0px auto;
	color:#333;
	font-style:normal;
	text-align: center;
	background-color:#fff;
}
.inquiry_box dl em span{
	width:100%;
	font-size:15px;
	display:block;
	margin:0px auto;
}
.inquiry_box dl b{
	width: 80%;
	height: 40px;
	display: block;
	margin: 0px auto;
	font-size: 15px;
	border-radius: 3px;
	line-height: 40px;
	background-color: #07c160;
}
.inquiry_box dl b a{
	color: #fff;
	display: block;
}
.inquiry_box dl em img{
	width:90%;
	display:block;
	margin:0px auto;
	padding: 10px 0px;
}
.no_p{
	padding-top:16px;
	color:#333;
}
.no_l{
	padding-top:7px;
	font-weight:normal;
	font-size:16px;
}