﻿@charset "utf-8";
/* CSS Document */
body, html {
	background-color: #195db3;
	font-size: 100%;
	font-size: 14px;
	color: #333;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: Roboto,"Helvetica Neue", Arial, sans-serif, sans-serif,"苹方";
}

img {
	border: none;
	outline: none;
}

* {
	padding: 0;
	margin: 0;
}
ol,ul{
	margin: 0
}
body, html {
	color: #333;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

input, button, select, option, textarea {
	outline: none;
	border: none;
}
label{
	margin-bottom: 0 !important
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, p {
	padding: 0;
	margin: 0;
	list-style: none;
}

textarea {
	resize: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}

.bold {
	font-weight: bold;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10px;
	background: url(../images/down.png) no-repeat 95% center #fff;
	background-size: 15px;
}
/*点击之前*/
a:link {
	color: initial;
}
/*鼠标悬停状态*/
a:hover {
	color: initial;
}
/*点击状态*/
a:active {
	color: initial;
}
/*点击之后状态*/
a:visited {
	color: initial;
}

label {
	font-weight: initial;
	margin: 0;
}
/*点击之前*/
a:link {
	text-decoration: none;
}
/*鼠标悬停状态*/
a:hover {
	text-decoration: none;
}
/*点击状态*/
a:active {
	text-decoration: none;
}
/*点击之后状态*/
a:visited {
	text-decoration: none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'iconfont';  /* project id 1613663 */
  src: url('http://at.alicdn.com/t/font_1613663_owuo03kn88f.eot');
  src: url('http://at.alicdn.com/t/font_1613663_owuo03kn88f.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1613663_owuo03kn88f.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1613663_owuo03kn88f.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1613663_owuo03kn88f.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1613663_owuo03kn88f.svg#iconfont') format('svg');
}
.main{
	width: 100%;
	margin: 0 auto;
}
.mian_wid{
	width: 1200px;
	margin: 0 auto;
}
/*以上为全局*/
.index_ban{
	overflow: hidden;
}
.index_ban img{
	width:100%
}
.index_cont{
	overflow: hidden;
	padding:55px 50px;
}
.index_kepu{
	overflow: hidden;
}
.index_kepu_title{
	overflow: hidden;
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;;
}
.index_kepu_what{
	overflow: hidden;
}
.index_kepu_where{
	float: left;
	margin-right: 25px;
}
.index_kepu_where img{
	height: 34px;
	width: 34px;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
}
.index_kepu_name{
	height: 34px;
	line-height: 34px;
	font-size:16px;
	margin-right: 8px;
	float: left;
	color: #fff;
}
.index_kepu_jiang{
	height: 24px;
	line-height: 24px;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	background: #3095f3;
	font-size: 13px;
	color: #fff;
	margin-top: 5px;
	float: left;
}
.index_kepu_time{
	float: left;
}
.index_kepu_time img{
	width: 18px;
	margin-top: 8px;
	margin-right: 10px;
	float: left;
}
.index_kepu_time span{
	font-size: 15px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	float: left;
} 
.index_kepu_box{
	overflow: hidden;
	margin-top: 35px;
}
.index_kepu_left{
	padding-right:325px; ;
}
.index_kepu_left video{
	height: 570px;
	width: 100%;
}
.index_kepu_right{
	float: right;
	width: 325px;;
	height: 570px;
	background-color: #e8edf1;
}
.index_kepu_rul{
	overflow: hidden;
	background-color: #3095f3;
}
.index_kepu_rul li{
	float: left;
	width: 50%;
	text-align: center;
}
.index_kepu_rul li span{
	display: inline-block;
	height: 50px;
	line-height: 50px;;
	color: #fff;
	font-size: 16px;;
	border-bottom: 5px solid #3095f3;
}
.index_kepu_rul li.active span{
	
	border-bottom: 5px solid #fff;
}
.index_kepu_rbox{
	overflow: hidden;
	display: none;
}
.index_kepu_rtop{
	padding: 18px 15px;
	height: 355px;
	overflow-y: auto;
}
.index_kepu_rdiv{
	overflow: hidden;
	margin-bottom: 10px;
}
.index_kepu_rimg{
	float: left;
}
.index_kepu_rimg img{
	width: 34px;
	height: 34px;
	border-radius: 50%;;
}
.index_kepu_rcot{
	padding-left: 45px;;
}
.index_kepu_rname{
	overflow: hidden;
	font-size: 14px;
	color: #797979;
	margin-top: 5px;;
}
.index_kepu_rtext{
	margin-top: 8px;
	background-color: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 15px;
	color: #3095f3;
	border-radius: 5px;
}
.index_kepu_rbtm{
	overflow: hidden;
	background-color: #fff;
	padding: 15px 20px 20px 15px;;
}
.index_kepu_rbtm textarea{
	width: 100%;
	font-size:15px;;
	margin-bottom: 20px;
	border: none;
}
.index_kepu_rbtn{
	float: right;
	height: 34px;
	line-height: 34px;
	width: 80px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	background-color: #3095f3;
}
.index_kepu_cheng{
	padding: 18px 15px;
	height: 475px;
	overflow-y: auto;
}
.index_kepu_cheng_cont{
	margin-left: 10px;
	border-left: 1px solid #3095f3;

}
.index_kepu_cheng_box{
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: -3px;
}
.index_cheng_dian{
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #3095f3;
	margin-right: 10px;
	margin-top: 8px;
}
.index_cheng_time{
	color:#3095f3;
	font-size: 16px;
	margin-right: 10px;
	float: left;
	height: 22px;
	line-height: 22px;
}
.index_cheng_jie{
	color:#777e86;
	font-size: 15px;
	margin-right: 10px;
	float: left;
	width:50%
}
.index_bo{
	overflow: hidden;
	margin-top: 60px;
}
.index_bo_title{
	overflow: hidden;
	font-size: 24px;;
	color: #fff;
	margin-bottom: 20px;
}
.index_bo_box{
	overflow: hidden;
}
.index_bo_list{
	overflow: hidden;
	float: left;
	margin-right: 16px;
	border-radius: 5px;
	background-color: #fff;
	padding: 45px 25px;
	position: relative;
}
.index_bo_right{
	float: right;
	height: 75px;
	width: 125px;;
	border-radius: 5px;
}
.index_bo_left{
	padding-right: 150px;;
}
.index_bo_time{
	font-size: 16px;
	color: #333;
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
margin-bottom: 5px;
font-weight: bold;

}
.index_bo_name{
	font-size: 17px;
	color: #333;
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
margin-bottom: 6px;

}
.index_bo_where{
	font-size: 15px;
	color: #686868;
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width: 180px;
}
.index_bo_tai{
	height: 28px;
	line-height: 28px;
	width: 54px;
	text-align: center;
	font-size: 13px;
background-color:#3095f3;
color: #fff;
	position: absolute; left: 0; top: 0;
}
.index_jian{
	overflow: hidden;
	margin-top: 60px;
}
.index_jian_text{
	overflow: hidden;
	font-size:16px;
	color: #fff;
	line-height: 30px;;
}
.index_jian_text span{
	font-weight: bold;
}
.index_zhu{
	overflow: hidden;
	margin-top: 60px;
}
.index_zhu_box{
	overflow: hidden;
}
.index_zhu_list{
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 15px;;
	padding: 22px;
	margin-bottom: 15px;
	width: 45%;
	min-height: 95px
}
.index_zhu_list:nth-child(2n){
	float: right;
}
.index_zhu_left{
	float: left;
}
.index_zhu_left img{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	margin-top: 10px;
}
.index_zhu_right{
	padding-left: 110px;
}
.index_zhu_name{
	font-size: 20px;
	height:26px;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
}
.index_zhu_text{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	width: initial;
	overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
min-height: 72px;
}
.app_1eft{
	display: none;

}
.pc_left{
		display: block;
	}
@media screen and (max-width: 480px){
	.app_1eft{
		display: block;
	}
	.pc_left{
		display: none;
	}
	.mian_wid{
		width: initial;
	}
	.main {
    width:initial;
    margin: 0 auto;
}
.index_cont {
    overflow: hidden;
    padding: 17px 15px;
}
.index_kepu_title {
    overflow: hidden;
    font-size: 16px;
    
}
.index_kepu_time{
	float: initial;
	overflow: hidden;
	clear: both;
}
.index_kepu_where{
	margin-bottom: 5px
}
.index_kepu_box {
    overflow: hidden;
    margin-top: 20px;
}
.index_kepu_right {
    float: initial;
    clear: both;
    width: 100%;
    height: 570px;
    background-color: #e8edf1;
}
.index_zhu_list:nth-child(2n){
	float: initial;
}
.index_kepu_left {
    padding-right: 0;
    margin-top: 20px
}
.index_kepu_left video {
    height: 250px;
    width: 100%;
}
.index_bo {
    overflow: hidden;
    margin-top: 30px;
}
.index_bo_list {
    overflow: hidden;
    float: initial;
    margin-right: 0;
    border-radius: 5px;
    background-color: #fff;
    padding:  35px 15px 25px;
    position: relative;
    margin-bottom: 10px
}
.index_jian {
    overflow: hidden;
    margin-top: 30px;
}
.index_zhu_list {
    float: initial;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 0;
    padding: 12px 5%;
    margin-bottom: 15px;
    width: 90%
}
.index_zhu_text{
	width: initial;
	font-size: 14px;
   
    line-height: 20px;
    
    min-height:initial;
    -webkit-line-clamp: initial;
}
.index_zhu_name {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    color: #333;
     margin-bottom: 0; 
}
.index_zhu_left img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-top: 4px;
}

.index_jian_text {
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    
}
.index_jian_text span{
	font-weight: bold;
}
.index_bo_time,.index_bo_name,.index_bo_where{
	width: initial;
}
.index_bo_right{
	width: 100px;
}
.index_bo_left {
    padding-right: 110px;
}
.index_bo_title{
	font-size: 16px;
}
}