body {
	font-size: 14px;
	/* [disabled]font-family:Microsoft Yahei; */
	color: #333;
	background: #fff;
}

textarea {
	font-family: auto
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;

}

table {
	border-collapse: collapse;
}

input,
select,
textarea,
button {
	border: 0;
	-webkit-appearance: none;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
	min-width: 320px;
	margin: 0px auto;
	max-width: 640px;
	box-sizing: border-box;
	position: relative;
}

/*鍏叡鏍峰紡鍕垮垹闄?/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.f_b {
	font-weight: bold;
}

.v_m {
	vertical-align: middle;
}

.v_t {
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	color: #ccc;
}

input:-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #ccc;
}

.main {
	padding-bottom: 55px;
}

input[type=radio] {
	vertical-align: middle;
	margin-right: 5px;
}

input[type=radio]:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
}

input[type=radio]:checked:after {
	content: '鈭?;
	display: block;
	width: 15px;
	height: 15px;
	color: #fff;
	background: #54a6f8;
	border: 1px solid #54a6f8;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

html,
body {
	min-height: 100%;
}
input[type=checkbox]{
	vertical-align: middle;
	position: relative;
}
input[type=checkbox]::before{
	content:'鈭? ;
	background: #fff;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	margin-top: -4px;
}
input[type=checkbox]:checked::before{
	background: #82cdd3;
	border: 1px solid #82cdd3;
}

/**/
.header {
	height: 45px;
	position: relative;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.header .search {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/1_06.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.header .navicon {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.homepage .a {
	padding: 0 0 15px 15px;
	border-bottom: 1px solid #eee;
}

.homepage .a .swiper-container1 .swiper-slide {
	display: inline-block;
	width: 70%;
}

.homepage .a .swiper-container1 a {
	display: block;
	position: relative;
}

.homepage .a .swiper-container1 p {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	bottom: 15px;
}

.homepage .title {
	text-align: center;
	padding: 20px 0 15px;
}

.homepage .title h2 {
	font-size: 17px;
}

.homepage .title h4 {
	font-size: 12px;
	color: #b8b8b8;
}

.homepage .b {
	padding: 0 15px 15px;
}

.homepage .b li p {
	color: #999;
	font-size: 12px;
	line-height: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
}

.homepage .b li .flex .data {
	color: #c6a47e;
}

.homepage .b li .flex h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 90%;
}

.homepage .b li {
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}

.homepage .b li:last-child {
	border: none;
}

.frendlink {
	padding: 0 15px;
	border-top: 1px solid #eee;
}

.frendlink h3 img {
	width: 10px;
	margin-right: 5px;
}

.frendlink h3 {
	border-bottom: 1px solid #eee;
	line-height: 30px;
	background: url(../images/1_24.png) right center no-repeat;
	background-size: 8px auto;
}

.frendlink h3.on {
	background: url(../images/11-1_14.png) right center no-repeat;
	background-size: 8px auto;
}

.frendlink .dropdown,
.menu .dropdown {
	display: none;
}

.frendlink li ul,
.menu li ul {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.frendlink li li,
.menu li li {
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 21px;
}

.frendlink li li a,
.menu li li a {
	display: block;
	color: #666;
	padding-left: 20px;
}

.footer {
	text-align: center;
	padding: 15px 10px;
	color: #666;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 19px;
}

.footer div {
	padding: 10px 0 5px;
}

.footer img {
	width: 18px;
}

.footer span {
	font-size: 16px;
	vertical-align: middle;
}

.footer p {
	color: #949494;
	font-size: 9px;
}

.navbox {
	position: fixed;
	z-index: 99;
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
}

.menu {
	padding: 0 15px;
}

.menu>ul>li>a {
	display: block;
	line-height: 38px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.menu>ul>li>a::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
}

.menu>ul>li.drop>a::after {
	display: none;
}

.menu>ul>li.drop>a {
	background: url(../images/1_24.png) right center no-repeat;
	background-size: 8px auto;
}

.menu>ul>li.drop>a.on {
	background: url(../images/11-1_14.png) right center no-repeat;
	background-size: 8px auto;
}

.menu>ul>li img,
.navbox>.flex img {
	margin-right: 5px;
}

.navbox>.flex {
	line-height: 40px;
	padding: 0 15px;
	background: #f5f5f5;
}

.navbox>.flex a {
	padding: 0 5px;
}

.navbox>.flex .en {
	color: #888;
}

/**/
.aboutpage .hd{
	margin-top: 15px;
	border-top: 1px solid #eee;
	text-align: center;
	position: relative;
	padding: 0 15px;
	
}
.aboutpage .hd::after{
	content: '';
	border-bottom: 1px solid #eee;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
}
.aboutpage .hd a{
	display: block;
	position: relative;
	line-height: 40px;
	border-right: 1px solid #eee;
	margin-bottom: 10px;
}
.aboutpage .hd a.on{
	background:  #82cdd3;
	color: #fff;
}
.aboutpage .hd a.on::after{
	content: '';
	width:0;
		height:0;
		border-right:5px solid transparent;
		border-left:5px solid transparent;
		border-top:5px solid #82cdd3;
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%,0);
}
.aboutpage .hd .swiper-button-next,.aboutpage .hd  .swiper-button-prev{
	background: none;
	margin: 0;
	top: 0;
	height: 40px;
	line-height: 34px;
	width: 18px;
}
.aboutpage .hd .swiper-button-next{
	right: 0;
}
.aboutpage .hd  .swiper-button-prev{
	left: 0;
}
.aboutpage .hd .swiper-button-next i{
	 display: inline-block;
	    height: 7px;
	    width: 7px;
	    border-width: 1px 1px 0 0;
	    border-color: #c8c8cd;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
		vertical-align: middle;
}
.aboutpage .hd .swiper-button-prev i{
	 display: inline-block;
	    height: 7px;
	    width: 7px;
	    border-width:0 0 1px 1px ;
	    border-color: #c8c8cd;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
		vertical-align: middle;
}
.aboutpage .about1 .a{
	text-align: center;
	padding: 15px;
}
.aboutpage .about1 .a p{
	line-height: 22px;
	font-size: 12px;
	color: #666;
	margin: 10px 0;
}
.aboutpage .about1 .a h3::after{
	content: '';
	display: block;
	margin:10px auto 0;
	width: 50px;
	border-bottom: 2px solid #82cdd3;
}
.aboutpage .about1 .a .pl5{
	padding-left: 5px;
}
.aboutpage .about1 .b{
	padding: 15px;
	background: #f9f9f9;
	line-height: 22px;
	font-size: 12px;
	color: #666;
}
.aboutpage .about1 .b p{
	margin-top: 10px;
}
.aboutpage .about1 .c{
	background: #82cdd3;
	margin-bottom: 15px;
	padding: 15px;
	color: #fff;
}
.aboutpage .about1 .c p{
	font-size: 12px;
	line-height: 22px;
	margin: 8px 0;
}
.aboutpage .about1 .c a{
	display: inline-block;
	color: #fff;
	background: #333333;
	padding: 7px 20px;
	font-size: 12px;
}
.aboutpage .about2{
	padding: 15px;
}
.aboutpage .about2 .title{
	text-align: center;
	font-size: 15px;
	background: url(../images/2_05.png) center bottom no-repeat;
	background-size: 134px auto;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.aboutpage .about3,.aboutpage .about4,.about5 {
	padding: 15px;
}
.aboutpage .about3 ul{
	margin: -7px;
}
.aboutpage .about3 li{
	float: left;
	width: 50%;
	padding: 7px;
	text-align: center;
}
.aboutpage .about3 li a{
	display: block;
	border: 1px solid #eee;
	height: 188px;
	overflow: hidden;
}
.aboutpage .about3 li p{
	margin-top: 10px;
	height: 38px;
	overflow: hidden;
}
.aboutpage .about3 li img,.aboutpage .about4 li img{
	width: 100%;
}
.aboutpage .about4 ul{
	margin: -3px;
}
.aboutpage .about4 li{
	float: left;
	width: 33.333%;
	padding: 3px;
}
.aboutpage .about4 li a{
	display: block;
	border: 1px solid #eee;
	overflow: hidden;
	height: 57px;
}
.aboutpage .about4 p{
	color: #666;
	margin-top: 10px;
}
.about5 ul{
	margin: -7px -7px 10px;
}
.about5 ul li{
	float: left;
	width: 50%;
	padding: 7px;
	font-size: 12px;
}
.about5 ul li p{
	margin-top: 10px;
}
.about5 ul li img{
	width: 100%;
}
.about5 ul li a{
	display: block;
	overflow: hidden;
	height: 121px;
}
.about6 {
	padding:0 15px 30px;
}
.about6 table{
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
}
.about6 table tr{
	border-bottom: 1px solid #eee;
}
.about6 table th{
	background: #f6f6f6;
	color: #a8a8a8;
	font-weight: normal;
}
.about2 img,.about1 img,.homepage img{
	width: 100%;
}
.about7 {
	text-align: center;
}
.about7 li img{
	height: 21px;
	margin-bottom: 10px;
}
.about7 li {
	padding: 20px 0;
	line-height: 20px;
}
.about7 li:nth-child(2){
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.about7 .pd{
	padding:0 15px 15px;
}
/**/
.videoitem {
	padding: 15px;
}
.videoitem h1{
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 16px;
}
.videoitem .box{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.videoitem li{
	line-height: 22px;
	font-size: 10px;
}
/**/
.joinus {
	padding: 15px 15px 25px;
	font-size: 10px;
}
.joinus .h{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.joinus .h h3{
	font-weight: bold;
	font-size: 16px;
}
.joinus .h .flex {
	margin: 10px 0;
}
.joinus .h .flex a{
	color: #00457d;
}
.joinus .h span{
	color: #ccc;
	padding: 0 10px;
}
.joinus dt{
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	border-left: 3px solid #82cdd3;
	line-height: 16px;
	margin-bottom: 10px;
}
.joinus dl{
	margin-top: 15px;
}
.joinus dd{
	line-height: 20px;
}

/**/
.about8{
	padding: 15px;
	position: relative;
	margin-top: 30px;
}
.about8 .flex{
	font-size: 12px;
	position: relative;
	padding: 10px 0;
}
.about8 .flex span{
	display: inline-block;
	color: #fff;
	background: #82cdd3;
	padding: 5px 0;
	width: 50px;
	text-align: center;
	margin-right: 10px;
}
.about8 .flex::after{
	content: '';
	display: block;
	border-left: 1px solid #82cdd3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 64px;
}
.about8 .flex img{
	position: relative;
	z-index: 3;
}
.about8 .flex p{
	position: relative;
	padding-left: 30px;
	margin-left: 10px;
}
.about8 .flex p::after{
	content: '';
	display: block;
	border-bottom: 1px solid #82cdd3;
	width: 16px;
	position: absolute;
	margin-top: 2px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.about8 .swiper-button-next,
.about8 .swiper-button-prev{
	background: none;
	width: 21px;
	height: 21px;
	border: 1px solid #82cdd3;
	border-radius: 50%;
	text-align: center;
	top: 0;
	bottom: auto;
}
.about8 .swiper-button-next:hover,
.about8 .swiper-button-prev:hover{
	background: #82cdd3;
}
.about8 .swiper-button-next:hover i,
.about8 .swiper-button-prev:hover i{
	border-color: #fff;
}
.about8 .swiper-button-prev::after{
	content: '';
	display: block;
	width: 20px;
	right: 100%;
	border-bottom: 1px solid #82cdd3;
	top: 9px;
	position: absolute;
}
.about8 .swiper-button-next::after{
	content: '';
	display: block;
	width: 20px;
	left: 100%;
	border-bottom: 1px solid #82cdd3;
	top: 9px;
	position: absolute;
}
.about8 .swiper-button-prev{
	left: 42%;
}
.about8 .swiper-button-next {
	right: 42%;
}
.about8 .swiper-button-next i{
	display: inline-block;
	    height: 6px;
	    width: 6px;
		vertical-align: middle;
	    border-width: 1px 1px 0 0;
	    border-color: #82cdd3;
	    border-style: solid;
		margin: -4px 0 0 -3px;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
}
.about8 .swiper-button-prev i{
	display: inline-block;
	    height: 6px;
	    width: 6px;
		vertical-align: middle;
	    border-width: 0 0 1px 1px;
	    border-color: #82cdd3;
	    border-style: solid;
		margin: -4px 0 0 2px;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
}
/**/
.about9 {
	padding: 15px;
}
.about9 img{
	width: 100%;
}
.about9 dd{
	color: #787878;
	line-height: 18px;
	font-size: 10px;
	margin: 15px 0;
}
.about9 b{
	display: block;
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 10px;
}
.about9 h4::after{
	content: '';
	display: block;
	width: 25px;
	margin-top: 10px;
	border-bottom: 2px solid #82cdd3;
}
.about9  .title{
	margin-bottom: 10px;
}
.about9  .title span{
	font-size: 10px;
	color: #c6a47e;
}
.about9  .title h2{
	font-size: 16px;
}
.about9 .tabtitle{
	text-align: center;
	margin-bottom: 15px;
}
.about9 .tabtitle span{
	display: inline-block;
	background: #b8b8b8;
	padding: 6px 20px;
	border-radius: 20px;
	color: #fff;
	margin: 0 5px;
}
.about9 .tabtitle span.on{
	background: #82cdd3;
}
.hidden{
	display: none;
}
/**/
.prolist {
	padding: 15px;
}
.prolist ul{
	margin: -7px;
}
.prolist li{
	float: left;
	width: 50%;
	padding: 7px;
	text-align: center;
	font-size: 12px;
}
.prolist li img{
	width: 100%;
}
.prolist li p{
	margin-top: 8px;
}
.prolist li a{
	display: block;
	height: 165px;
	overflow: hidden;
}
/**/
.proitem img{
	width: 100%;
}
.proitem .b{
	padding: 15px;
}
.proitem .b h1{
	font-weight: bold;
	font-size: 16px;
	color: #82cdd3;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.proitem .b p{
	line-height: 20px;
	font-size: 12px;
	margin: 10px 0;
}
/**/
.banner_info{
	background: url(../images/6-1_02.jpg) center no-repeat;
	height: 110px;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.banner_info h2{
	font-size: 24px;
	padding-top: 17px;
}
.banner_info p{
	font-size: 7px;
}
.banner_info h4{
	margin: 5px 0;
}
.videoitem h1 span{
	display: block;
	font-size: 10px;
	color: #999;
	margin-top: 5px;
}
.videoitem .box img,.videoitem .box video{
	width: 100%;
}
/**/
.caselist{
	padding: 15px;
}
.caselist ul{
	margin: -3px;
}
.caselist ul li{
	float: left;
	width: 33.333%;
	padding: 3px;
	font-size: 12px;
}
.caselist ul li img{
	width: 100%;
}
.caselist ul li a{
	display: block;
	background: #f5f5f5;
	padding-bottom: 10px;
	text-align: center;
	
}
.caselist ul li .pic{
	overflow: hidden;
	height: 93px;
}
.caselist ul li p{
	margin-top: 7px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/**/
.banner_info_1 {
	background: url(../images/5_02.jpg) center no-repeat;
	background-size: cover;
}
.tiyanlist{
	padding: 15px;
}
.tiyanlist ul{
	margin: -7px;
}
.tiyanlist ul li{
	float: left;
	width: 50%;
	padding: 7px;
}
.tiyanlist ul li img{
	width: 100%;
}
.tiyanlist ul li p{
	margin-top: 7px;
	font-size: 12px;
}
/**/
.proitem .c{
	padding: 15px;
}
.proitem .c h3{
	font-size: 12px;
	color: #666;
}
.proitem .c h3 span{
	display: inline-block;
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	margin-right: 10px;
	border-bottom: 2px solid #82cdd3;
}
.proitem .c dd{
	line-height: 20px;
	font-size: 12px;
	margin-top: 8px;
	color: #666;
}
.proitem .c dl{
	padding: 10px 0;
}
/**/
.banner_info_2 {
	background: url(../images/4-1_02.jpg) center no-repeat;
	background-size: cover;
}
.jscenter{
	padding: 15px;
}
.jscenter img{
	width: 100%;
}
.jscenter p,.jscenter  ul{
	font-size: 12px;
	line-height: 20px;
	color: #5a5a5a;
	margin-bottom: 10px;
}
.jscenter .title{
	font-size: 16px;
}
.jscenter .title::after{
	content: '';
	display: block;
	width: 30px;
	margin: 10px 0 15px;
	border-bottom: 2px solid #82cdd3;
}
.jscenter .a{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.jscenter .b{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.jscenter .b li{
	background: url(../images/4-1_08.jpg) left 8px no-repeat;
	background-size: 3px auto;
	padding-left: 10px;
}
.jscenter .c{
	text-align: center;
	padding: 15px 0;
}
.jscenter .c .title::after{
	margin: 10px auto 15px;
}
/**/
.banner_info_3 {
	background: url(../images/n_02.jpg) center no-repeat;
	background-size: cover;
}
.newlist {
	padding: 0 15px;
}
.newlist .pic{
	width: 125px;
	height: 85px;
	margin-right: 15px;
}
.newlist li{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.newlist li:last-child{
	border: none;
}
.newlist li p{
	font-size: 10px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 5px;
}
.newlist li h4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.newlist li span{
	font-size: 10px;
	color: #999999;
}
/**/
.videoitem .box p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	text-indent: 2em;
	margin: 10px 0;
}
.videoitem .box h4{
	text-align: center;
	margin-top: 10px;
	color: #0070c0;
	line-height: 24px;
	font-size: 12px;
}
/**/
.searchbox{
	padding: 15px;
}
.searchbox .flex{
	background: #eeeeee;
	border-radius: 30px;
	padding: 0 15px;
}
.searchbox .flex input{
	width: 100%;
	line-height: 40px;
	background: none;
	padding-left: 15px;
}
/**/
.tabtitle_pro {
	margin: 0 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
.tabtitle_pro a{
	padding: 10px 0;
	position: relative;
}
.tabtitle_pro a::before{
	content: '';
	display: block;
	border-left: 1px solid #eee;
	height: 15px;
	position: absolute;
	left: 0;
	top: 12px;
}
.tabtitle_pro a:first-child::before{
	display: none;
}
.tabtitle_pro a.on{
	color: #85ced4;
}
.tabtitle_pro a.on::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	border-bottom: 2px solid #85ced4;
}
/**/
.banner_info_4 {
	background: url(../images/banner3.jpg) center no-repeat;
	background-size: cover;
}
.aboutpage .hd1 a{
	background: #f5f5f5;
	border-right: 1px solid #fff;
}
.aboutpage .hd1{
	border: none;
}
.aboutpage .hd1::after,.aboutpage .hd1 a.on::after{
	display: none;
}
.about6 .table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.about6 .table th,.about6 .table td{
	border-right: 1px solid #eee;
}
/**/
.bg{
	background: #f5f5f5;
}
.login{
	padding: 15px;
}
.login .form{
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.login .form input{
	line-height: 41px;
	height: 40px;
	width: 100%;
	padding-left: 15px;
}
.login .forget{
	text-align: right;
	
}
.login .forget a{
	color: #999;
}
.login .btn{
	width: 100%;
	height: 42px;
	color: #fff;
	margin-top: 15px;
	border-radius: 5px;
	background: #82cdd3;
}
.login .btn_mn {
	width: 106px;
	margin: 0 0 15px 10px;
}
.login ul{
	line-height: 24px;
	font-size: 12px;
	margin-bottom: 12px;
}
.login ul a{
	color: #82cdd3;
	text-decoration: underline;
}
.login ul span{
	color: #82cdd3;
}
/**/
.videopage video{
	width: 100%;
}
.videopage .bd{
	padding: 15px;
}
.videopage .bd h2{
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.videopage .bd ul{
	line-height: 21px;
	font-size: 12px;
	padding: 10px 0;
}
.videopage .bd ul span{
	color: #999999;
}
.videopage .bd .btn{
	display: block;
	margin: 15px auto;
	width: 127px;
	line-height: 35px;
	border-radius: 20px;
	background: #82cdd3;
	color: #fff;
	text-align: center;
}
/**/
.mask{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	position: fixed;
	display: none;
}
.mask .dialog{
	width: 80%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 15px;
}
.mask .dialog .title{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.mask .dialog .bd{
	padding: 20px;
}
.mask .dialog .close{
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	background: url(../images/close_03.png) center no-repeat;
	background-size: 100% 100%;
}
.mask .dialog .input{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left: 10px;
	line-height: 42px;
}
.mask .dialog .btn{
	width: 100%;
	background: #82cdd3;
	color: #fff;
	height: 42px;
	border-radius: 3px;
	margin-top: 15px;
}
/**/
/**/
.banner_info_5 {
	background: url(../images/8-1_02.jpg) center no-repeat;
	background-size: cover;
}
.partenter {
	padding: 15px;
}
.partenter .title{
	text-align: center;
	    font-size: 15px;
	    background: url(../images/2_05.png) center bottom no-repeat;
	    background-size: 134px auto;
	    padding-bottom: 20px;
	    margin-bottom: 15px;
}
.partenter .title h2{
	margin-bottom: 6px;
}
.partenter .title p{
	font-size: 8px;
	color: #888888;
}
.partenter .box{
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
	margin-top: 15px;
}
.partenter .box .pic{
	width: 132px;
	height: 95px;
}
.partenter .box .icon{
	position: absolute;
	bottom: 0;
	left: 0;
}
.partenter .box dl{
	padding: 0 15px;
	position: relative;
	z-index: 3;
}
.partenter .box dl dd{
	font-size: 10px;
	margin-top: 8px;
	color: #666;
}
.partenter .box:nth-child(odd) .icon{
	left: auto;
	right: 0;
}
/**/
.videopage .a img{
	width: 100%;
}
/**/
.school {
	padding-bottom: 10p;
}
.school .tabtitle{
	text-align: center;
	padding: 15px 15px 0;
	font-size: 12px;
}
.school .tabtitle span{
	display: block;
	margin-left: 1px;
	background: #f5f5f5;
	line-height: 32px;
}
.school .tabtitle .on span{
	background: #82cdd3;
	color: #fff;
}
.textpage {
	padding: 0 15px;
}
.textpage li{
	border-bottom: 1px solid #eee;
	padding: 15px 15px 15px 20px;
	background: url(../images/9-3_03.png) left 18px no-repeat;
	background-size: 11px auto;
}
.textpage li:last-child{
	border: none;
}
.textpage li p{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.tiyanlist ul li .pic{
	position: relative;
	height: 120px;
	overflow: hidden;
}
.tiyanlist ul li .pic span{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/9-4_06.png) 5px center no-repeat rgba(0,0,0,0.5);
	background-size: 8px auto;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	color: #fff;
}
/**/
.smc {
	padding: 15px;
}
.smc li{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.smc .flex{
	align-items: stretch;
}
.smc .flex .pic{
	width: 22px;
	margin-right: 10px;
}
.smc .flex p{
	color: #5a5a5a;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
}
.smc .flex h4{
	line-height: 25px;
	font-size: 16px;
	margin-top: -4px;
}
.material .tabtitle{
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #82cdd3;
	padding:15px 30px 0;
}
.material .tabtitle span{
	display: block;
	margin: 1px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #82cdd3;
	padding: 10px 0;
	background: #f4f4f4;
	border-radius: 3px 3px 0 0;
	position: relative;
	margin-bottom: -1px;
}
.material .tabtitle .on span{
	background: #fff;
	border: 1px solid #82cdd3;
	border-bottom: 1px solid #fff;
}
.material .tabtitle .on span::after{
	content: '';
	display: block;
	border-top: 3px solid #82cdd3;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
}
.material .b{
	padding: 15px;
}
.material .b img{
	width: 100%;
}
.material .b .flex{
	margin: 15px 0;
}
.material .b .flex_item{
	padding: 0 2px;
}
.material .b p{
	font-size: 12px;
	color: #5a5a5a;
	line-height: 22px;
	margin-top: 10px;
}
.material .b .title{
	padding-left: 10px;
	border-left: 3px solid #82cdd3;
}
.material .b ul{
	margin: 10px -3px;
}
.material .b ul li{
	float: left;
	width: 33.333%;
	padding: 3px;
}
.material .b ul img{
	width: 100%;
}
/**/
.theme li{
	float: left;
	width: 15%;
	overflow: hidden;
	position: relative;
	height: 210px;
	transition: all 0.6s;
}
.theme li .m{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.theme li .m dl{
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
}
.theme li .m dd{
	font-size: 12px;
	line-height: 22px;
	display: none;
	
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.theme li .m dt{
	width: 14px;
	margin-bottom: 5px;
}
.theme{
	padding: 15px;
}
.theme li.on .m{
	background: none;
}
.theme li.on .m dt{
	width: auto;
}
.theme li.on .m dd{
	display: -webkit-box;
}
.theme li.on {
	width: 55%;
}
.theme li  img{
	height: 100%;
}










