
body {
	/*font-family: 'Microsoft YaHei', "Open Sans", sans-serif;*/
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	/*font-family: 微软雅黑, "Open Sans", sans-serif;*/
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../image/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}

.header {
	line-height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	/*background: rgba(0,0,0,0.70)*/
	background:#3377d4;
}
.header.fixed {
	/*background: rgba(0,0,0,0.70)*/
	background:#3377d4;
}
.head {
	line-height: 42px;
	border-bottom: 1px solid #eee
}
.logo img {
	vertical-align: middle;
}
#header_logo {
    background: url(/tpl/leyikang/static/picture/logo.png) no-repeat;
    overflow: hidden;
    text-indent: -99em;
    display: block;
    width: 130px;
    height: 63px;
    cursor: pointer;
    float: left;
	background-size: 100% 100%;
	margin-right:10px;
}
.menu ul li {
	float: left;
	/*margin-left: 40px;*/
	text-align:center;
}
.menu ul li a {
	color: #fff;
	border-bottom: 2px solid transparent;
	display: inline-block;
	line-height: 34px;
	padding: 0 20px 0 20px;
	width:70px;
	text-align:center;
}
.menu ul li:hover a, .menu ul li.on a {
	color: #fff;
	/*border-bottom-color: #fff;*/
}
.menu ul li:hover, .menu ul li.on{
	background:#1957ab;
}
.menu_drop{position: relative;}
/*.menu .menu_drop_list {left: -30px;background: rgba(0,0,0,0.70); width: 130px;background-position: 0px -32px; position: absolute; overflow: hidden;}*/
.menu .menu_drop_list {left: -10px; background:#3377d4; width: 160px;background-position: 0px -32px; position: absolute; overflow: hidden;}
.menu .menu_drop_list li {width: 160px; border-bottom: 0px solid #484848; text-align: center; margin-left:0px;}
.menu .menu_drop_list li a{font-size: 14px; color:#fff;border-bottom:1px solid transparent; width:130px;}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .item .text {
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 24px;
}
.banner .text h2 {
	font-size: 2em;
	margin-bottom: 1em;
}
.owl-theme .owl-dots .owl-dot span {
	width: 22px;
	height: 22px;
	border-radius: 0;
	margin: 0 5px;
	background: url(../image/icon2.png) no-repeat center center;
}
.owl-theme .owl-dots {
	margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: url(../image/icon1.png) no-repeat center center;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
}
.owl {
	position: relative;
}
.banner_cur {
	/*position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	z-index: 10*/
}
.banner_cur span {
	display: block;
	width: 54px;
	height: 54px;
	background: url(../image/cur1.png) no-repeat center center;
	float: left;
	cursor: pointer;
	border-radius: 100%;
}
.banner_cur span.next {
	float: right;
	background: url(../image/cur2.png) no-repeat center center;
}
.banner_cur span:hover {
	background-color: rgba(255,255,255,0.1)
}
 
.page {
	padding: 65px 0;
}
.page1 {
	background: url(../image/bg1.jpg) no-repeat top center;
}
.page_tit {
	color: #3377d4;
	text-align: center;
	margin-bottom: 60px;
}
.page_tit h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 65px;
}
.page_tit p {
	text-align: center;
	font-size: 16px;
	color: #1957ab;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #3377d4 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #3377d4;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../image/full1.png);
}
.full li a span.span2 {
	background-image: url(../image/full2.png);
}
.full li a span.span3 {
	background-image: url(../image/full3.png);
}
.full li a span.span4 {
	background-image: url(../image/full4.png);
}
.page4 {
	padding-bottom: 0;
	background: #f7f6fa
}
.hj_owl {
	position: relative;
}
.hj_owl .owl {
	padding-bottom: 6px;
}
.owl_cur {
	z-index: 10;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.owl_cur>div {
	position: relative;
	width: 20%;
	background: rgba(255,255,255,0.5);
}
.owl_cur > div span {
	position: absolute;
	top: 50%;
	display: block;
	width: 54px;
	height: 54px;
	background: url(../image/cur1.png) no-repeat center center;
	cursor: pointer;
	border-radius: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -27px;
}
.owl_cur span.next {
	background: url(../image/cur2.png) no-repeat center center;
}
.owl_cur span:hover {
	background-color: rgba(255,255,255,0.1)
}
.owl_cur>div .img {
	opacity: 0;
}
.tit_tag li {
	text-align: center;
	display: inline-block;
	width: 208px;
	line-height: 52px;
	margin-left: -5px;
	font-size: 16px;
}
.tit_tag {
	text-align: center;
}
.tit_tag li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	right: 0;
	background: #3377d4;
	height: 2px;
	margin: 0 auto;
}
.tit_tag li a {
	display: block;
	position: relative;
	border: 1px solid #e7e7e7;
}
.tit_tag li a:hover, .tit_tag li.on a {
	font-weight: bold;
	border-color: #e5dbf5;
	z-index: 10;
	background: #fbf9fd;
	color: #3377d4;
}
.tit_tag li a:hover:after, .tit_tag li.on a:after {
	width: 100%;
}
.tit_tag {
	margin-top: 30px;
}

.zs {
	max-width: 1198px;
	;
	margin: 0 auto;
	position: relative;
}
.zsvod {
	width:100%;
	height:620px;
}
.zstxt{
	margin-top:10px;
	font-size:16px;
	line-height:25px;
	text-align:left;
}
.news .lt .text {
	background: url(../image/bg3.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}
.news {
	max-width: 1190px;
	margin: 0 auto;
	position: relative;
}
.news .bg {
	width: 187px;
	height: 393px;
	position: absolute;
	background: url(../image/img8.jpg) no-repeat center center;
	right: 100%;
	bottom: -20px;
}
.news .lt {
	width: 50%;
	float: left;
	margin-right: 18px;
}
.news .lt .img img {
	display: block;
	width: 100%;
	height:310px;
}
.news .lt .text {
	padding: 40px;
	line-height: 24px;
	color: #e9daff;
}
.news .lt .text span.time {
	display: block;
	padding-left: 30px;
	background: url(../image/icon4.png) no-repeat left center;
	color: #fff;
	margin-bottom: 20px;
}
.news .lt .text h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.news .lt .text h3 a {
	color: #fff;
}
.news .lt .text h3 a:hover {
	color: #ffcc00
}
.news .lt .text p {
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .list {
	overflow: hidden;
}
.news .list li {
	width: 25%;
	float: left;
}
.news .list a {
	display: block;
	margin: 9px;
}
.news .list ul {
	margin: -9px;
}
.news .list .text {
	padding: 0 20px;
	border: 1px solid #ebebeb;
	border-top: 0;
}
.news .list img {
	display: block;
	width: 285px;
	height:285px;
}
.news .list p {
	font-size: 12px;
	color: #909098;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px
}
.news .list .time {
	line-height: 40px;
	color: #909098;
	padding-left: 22px;
	background: url(../image/icon5.png) no-repeat left center;
	border-top: 1px solid #e8e8e8
}
.news .list h3 {
	font-size: 16px;
	color: #3377d4;
	line-height: 45px;
	padding-top: 5px;
}

.footer {
	background: #3377d4;
	padding: 1px 0;
	;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.footer p {
	text-align: center;
}
.f_nav li {
	display: inline-block;
	padding: 0 20px;
	margin-left: -3px;
	border-left: 1px solid #a8a8a8
}
.f_nav {
	padding: 10px 0;
}
.footer a {
	color: #fff
}
.footer a:hover {
	/*color: #656565*/
}
.pagesize {
	text-align: center;
	margin-top: 85px;
}
.pagesize a {
	margin: 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #262626;
}
.pagesize a:hover, .pagesize a.on {
	color: #6b3fae;
}
.page {
	overflow: hidden;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.page1_list li {
	width: 25%;
	float: left;
}
.page1_list .box {
	padding: 12px;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}
.page1_list .tit {
	padding: 20px 0;
	text-align: center;
	color: #3377d4
}
.page1_list .tit h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.page1_list .tit p {
	text-align: center;
}
.page1_list .d_txt {
	padding: 0 10px;
	line-height: 24px;
	color: #909098;
	height: 72px;
	overflow: hidden;
}
p {
	/*text-align: justify;*/
}
.btn a {
	display: block;
	width: 138px;
	line-height: 40px;
	border-radius: 40px;
	background: #3377d4;
	color: #fff;
	box-shadow: 0 2px 10px rgba(85,50,139,.2);
	text-align: center;
	margin: 0 auto;
}
.btn .a2 {
	margin-left: 0;
	border: 2px solid #fff;
	background: none;
}
.btn span {
	display: inline-block;
	/*padding-right: 40px;
	background: url(../image/icon3.png) no-repeat right center;*/
}
.btn {
	padding: 30px 0;
}
.btn a:hover span {
	padding-right: 20px;
}
.page2 {
	/*background: url(../image/img_15.jpg) no-repeat center center;*/
	background: #3377d4;
	background-size: cover;
}
.page2 .tit {
	/*padding: 30px 0*/
}
.page2 .text {
	width: 37%;
	padding: 0 6.5%;
	line-height: 30px;
	color: #fff;
}
.page2 .text p {
	margin-bottom: 30px;
}
.page2 .img {
	display: none;
}
.page2 .tit h3 {
	line-height: 63px;
	font-size: 34px;
	color: #ffe800;
	font-weight: normal;
	font-family: 'Times New Roman'
}
.page2 .vod{
	float:left;
	width:50%;
}
.page2 .vod .vv{
	width:100%;
	height:320px
}

.page21 {
	/*background: url(../image/img_15.jpg) no-repeat center center;*/
	background: #3377d4;
	background-size: cover;
}
.page21 .tit {
	/*padding: 30px 0*/
}
.page21 .text {
	width: 100%;
	padding: 0 6.5%;
	line-height: 30px;
	color: #fff;
}
.page21 .text p {
	margin-bottom: 30px;
}
.page21 .img {
	display: none;
}
.page21 .tit h3 {
	line-height: 63px;
	font-size: 34px;
	color: #ffe800;
	font-weight: normal;
	font-family: 'Times New Roman'
}
.page21 .vod{
	float:right;
	width:50%;
}
.page21 .vod .vv{
	width:100%;
	height:320px
}
.page21 .ltxt{
	float:left;
	width:50%;
}

.team_list li {
	width: 33.333%;
	float: left;
}
.team_list li .box {
	padding-bottom: 62px;
	position: relative;
	background: url(../image/bg2.png) no-repeat bottom center;
	margin-bottom: 20px;
}
.team_list li .box .img1 {
	width: 102px;
	height: 102px;
	padding: 4px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto;
}
.team_list li .box .img1 img {
	width: 102px;
	border-radius: 100%;
	height: 102px;
}
.team_list li .box h3 {
	text-align: center;
	color: #3377d4;
	max-width: 80%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
}
.team_list li .box h3 label {
	display: inline-block;
	vertical-align: middle;
	color: #ffcc00;
	padding: 0 5px;
}
.team_list li .box p {
	max-width: 60%;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 24px;
	color: #909098;
}
.xhs{
	width:360px;
	height:250px;
}
.bot_nav ul{
	margin-top:20px;
	margin-left:60px;
}
.bot_nav ul li{
	float:left;text-align:left;
	margin:0 40px 0 40px;
}
.bot_nav ul li dt{
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-align:center;
}
.bot_nav ul li dd{
	font-size:14px;
	height:30px;
	line-height:30px;
}
.b_tmall{
	width:135px;
	padding-left:48px;
	background: url(../image/b_tmall.jpg) no-repeat;
}
.b_jd{
	width:135px;
	padding-left:48px;
	background: url(../image/b_jd.jpg) no-repeat;
}
.b_wp{
	display:none;
}
.b_sc{
	/*width: 50%;*/
	float:left;
	margin:0 80px 0 80px;
}
.b_tel{
	width: 90%;
	border: #fff 2px solid;

}
.b_t_bg{
	width:140px;
	padding-left:25px;
	background: url(../image/b_tel.jpg) no-repeat;
	margin:0 70px 0 70px;
}
.b_line{
	width:555px;border-bottom:#fff 1px solid;display:inline-block;height:20px;margin-left:55px;
}
 @media only screen and (max-width: 750px) {
	.b_line{
		width:250px;border-bottom:#fff 1px solid;display:inline-block;height:20px;margin-left:20px;
	}
	.b_wp{
		display:block;
	}
	.pc{
		display:none;
	}
	.bot_nav ul{
		margin-left:0px;
	}
	.bot_nav ul li{
		float: left;
		text-align: center;
		margin: 0 10px 0 10px;
		width: 100%;
	}
	.bot_nav ul li dt{
		font-size:16px;
		font-weight:bold;
		height:30px;
		line-height:30px;
	}
	.bot_nav ul li dd{
		font-size:14px;
		height:30px;
		line-height:30px;
	}
	.bot_about{
		float: left;
		width: 33%;
		text-align: center;
	}
	.goumai{
		font-size:24px;font-weight:bold;
	}
	.b_tel{
		width: 90%;
		border: #fff 1px solid;
		margin: 15px 10px 15px 10px;
	}
	.b_t_bg{
		width:135px;
		padding-left:25px;
		background: url(../image/b_tel.jpg) no-repeat;
		margin:0 0 0 0;
	}
	.b_sc{
		width: 50%;
		float:left;
		margin:0 0 0 0;
	}
	.b_tmall{
		width:135px;
		padding-left:48px;
		background: url(../image/b_tmall.jpg) no-repeat;
	}
	.b_jd{
		width:135px;
		padding-left:43px;
		background: url(../image/b_jd.jpg) no-repeat;
	}
	.news .list li {
		width: 50%;
		float: left;
	}
	 .xhs{
		width:100%;
		height:250px;
	}
	 #maximg{ max-width:100% !important; height:auto !important}
	.menu {
		z-index: 1000;
		position: fixed;
		top: 60px;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.menu ul li {
		float: none;
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 0
	}
	.menu ul li a {
		line-height: 45px;
		font-size: 18px;
		width:100%;
		text-align:left;
	}
	.header .logo {
		position: relative;
		z-index: 1001;
		line-height: 60px;
	}
	.menu ul li:hover a, .menu ul li.on a {
		color: #3377d4
	}
	.menu ul li:hover, .menu ul li.on{
		background:#fff;
	}
	.menu_wrap {
		position: absolute;
		top: 10px;
		width: 40px;
		height: 40px;
		background: url(../image/menu.png) no-repeat center center #1957ab;
		background-size: 25px auto;
		right: 5px;
	}
	.h_menu .menu_wrap {
		background: url(../image/menu-1.png) no-repeat center center #1957ab;
		background-size: 25px auto;
	}
	.header {
		z-index: 100
	}
	.menu ul li {
		margin: 0 20px;
		;
	}
	.menu ul li a {
		display: block;
	}
	.h_menu .menu {
		left: 0;
	}
	.header {
		line-height: 60px;
	}
	.menu ul li a {
		color: #3377d4;
		border-bottom: 2px solid transparent;
		display: inline-block;
		line-height: 34px;
		padding: 0 5px;
	}
	.menu .menu_drop_list {width: 100%; background-color:#fff ; width: 200px;background-position: 0px -32px; position: relative; overflow: hidden;}
	.menu .menu_drop_list li {width: 100%; border-bottom: 0px solid #ddd; text-align: center; margin-left:0px; padding-left:10px;}
	.menu .menu_drop_list li a{font-size: 14px; color:#000;}
}
.header1 {
	background: #fff !important;
	position: static;
}
.header1 .menu li a {
	color: #46434a;
}
.header1 .menu li.on a, .header1 .menu li a:hover {
	color: #3377d4
}
.main_banner {
	height: 300px;
	margin-top: 50px;
	background: url(../image/banner1.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.main_banner h2 {
	font-size: 44px;
	font-family: 'Trajan Pro';
	margin-bottom: 20px; margin-top:20px
}
.main_banner p {
	font-size: 18px;
}
.ry_list {
	margin: 40px 0;
}
.ry_list li {
	text-align: center;
	width: 33.33%;
	float: left;
}
.ry_list li:nth-child(3n+1) {
	clear: both;
}
.ry_list li .box {
	margin: 20px;
}
.ry_list li .img {
	border: 15px solid #fcf9e7;
}
.ry_list li p {
	text-align: center;
	color: #3377d4;
	font-size: 18px;
	margin-top: 20px;
}
.ry_list li img {
	display: block;
	width: 100%;
}
.page_about {
	padding-top: 20px;
}
.about_list {
	margin-top: 20px;
	text-align:center;
}
.about_list img {
	/*display: block;*/
}
.about_list .text{
	margin:0 auto;
	/*width:850px;*/
	text-align:center;
}
.about_list .text1{
	margin:0 auto;
	/*width:850px;*/
	text-align:left;
}
.about_list .text1 h3{
	font-size:24px;
	line-height:50px;
}
.about_list .text1 p{
	font-size:18px;
	line-height:35px;
	margin-top:20px;
}
.about_list .item {
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb;
	line-height: 30px;
	color: #333
}
.about_list .item:last-child {
	border-bottom: 0
}
.about_list .item:after {
	content: '';
	display: block;
	clear: both;
}
.about_list .img {
	float: left;
	margin-right: 35px;
}
.about_list h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
}
.about_list p {
	/*margin-top: 20px;*/
}
.about_list div {
	max-width:900px;
	margin:auto;
	line-height:35px;
}
.about_list .tit.center {
	text-align: center;
}
.about_list .tit h2 {
	font-size: 22px;
	font-weight: normal;
}
.about_list .tit label {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 20px;
	display: block;
}
.his_list {
	max-width: 1050px;
	margin: 0 auto;
}
.his_list li {
	width: 45%;
	clear: both;
	float: left;
	position: relative;
	padding-right: 5%;
	text-align: right;
}
.his_list li h3 {
	font-size: 38px;
}
.his_list li:after {
	width: 19px;
	height: 19px;
	background: url(../image/icon6.png) no-repeat center center;
	left: 100%;
	position: absolute;
	margin-left: -9px;
	content: '';
	display: block;
	top: 36px;
}
.his_list li .txt {
	overflow: hidden;
}
.his_list li .txt p {
	line-height: 24px;
}
.his_list li:nth-child(2n) {
	float: right;
	padding-left: 5%;
	padding-right: 0;
}
.his_list li .img {
	float: left;
	margin-right: 40px;
	margin-top: 60px;
}
.his_list li:nth-child(2n+1) .txt p {
	text-align: right;
}
.his_list li:nth-child(2n) {
	text-align: left;
}
.his_list li:nth-child(2n):after {
	left: auto;
	margin-left: 0px;
	right: 100%;
	margin-right: -9px;
}
.his_list li:nth-child(2n) .img {
	float: right;
	margin-left: 40px;
	margin-right: 0
}
.his_list {
	position: relative;
	padding: 40px 0;
	margin: 40px auto;
}
.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1px;
	margin: 0 auto;
	background: #e5e5e5
}
.his_list .line:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 1px solid #d7d7d7;
	background: #fff;
	margin-left: -6px;
}
.about2_list {
	max-width: 1050px;
	margin: 20px auto;
}
.about2_list li {
	position: relative;
	padding: 25px 0;
	padding-left: 257px;
}
.about2_list li:after {
	content: '';
	display: block;
	clear: both;
}
.about2_list .tit {
	position: absolute;
	width: 276px;
	border-bottom: 6px solid #3377d4;
	left: 0;
	z-index: 10
}
.about2_list .tit h3 {
	font-size: 26px;
	font-weight: normal;
	padding-top: 30px;
}
.about2_list .tit p {
	line-height: 60px;
	font-size: 20px;
	color: #818181;
}
.about2_list .img {
	float: left;
	margin-right: 33px;
}
.about2_list .text {
	overflow: hidden;
	line-height: 27px;
	color: #5b5b5b
}
.about2_list .text h3 {
	font-size: 16px;
	color: #000;
	line-height: 60px;
}
.zp_list .tit {
	padding: 30px 0;
	text-align: center;
}
.zp_list .tit h3 {
	font-size: 34px;
	font-weight: normal;
	line-height: 60px;
}
.zp_list .tit p {
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #454545;
}
.zp_list .tit a {
	color: #3377d4
}
.zp_list li {
	border: 1px solid #dedede;
	border-top: 2px solid #3377d4;
	margin-bottom: 15px;
}
.zp_list li:after {
	content: '';
	display: block;
	clear: both;
}
.zp_list li .lt {
	min-height: 280px;
	width: 70%;
	float: left;
	border-right: 1px solid #dedede
}
.zp_list li .rt {
	padding: 30px 38px;
	line-height: 30px;
	overflow: hidden;
}
.zp_list li .rt h3 {
	font-size: 18px;
	color: #3377d4;
	margin-bottom: 20px;
}
.zp_list li .rt .btn a {
	margin-left: 0;
	margin-top: 20px;
}
.zp_list li .title {
	margin: 0 35px;
	padding: 20px 0;
	border-bottom: 1px solid #ececec
}
.zp_list li .title h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.zp_list li .text {
	margin: 0 35px;
	line-height: 30px;
	color: #4c4c4c;
	padding: 20px 0;
}
.main_banner2 {
	background: url(../image/banner2.jpg) no-repeat center center;
}
.main_banner3 {
	background: url(../image/banner3.jpg) no-repeat center center;
}
.case_list {
}
.case_list li {
	width: 33.333%;
	float: left;
}
.case_list li:nth-child(3n+1) {
	clear: both;
}
.case_list li a {
	display: block;
	margin: 10px;
}
.case_list ul {
	margin : -10px;
}
.case_list {
	max-width: 1117px;
	margin: 0 auto;
	margin-top: 30px;
}
.case_list li .text {
	border: 1px solid #eee;
	border-top: 0;
	padding: 0 20px;
}
.case_list li img {
	display: block;
}
.case_list h3 {
	font-size: 16px;
	line-height: 62px;
	border-bottom: 1px solid #e4e4e4;
}
.case_list h3 label {
	float: right;
	color: #3377d4;
	font-size: 14px;
	font-weight: normal;
}
.case_list p {
	line-height: 46px;
	padding-right: 100px;
	background: url(../image/icon7.png) no-repeat right center;
}
.case_list a:hover p, .case_list a:hover h3 span {
	color: #3377d4
}
.div_pos {
	color: #515151;
	line-height: 48px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}
.div_pos a:hover, .div_pos a.on {
	color: #3377d4
}
.details {
	max-width: 960px;
	margin: 0 auto;
}
.details .tit {
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.details .tit p {
	text-align: center;
	font-size: 18px;
	color: #3377d4;
}
.details .tit h2 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.details .tit h1 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.details .text {
	line-height: 25px;
}
.details .text p {
	margin-bottom: 15px;
}
.details_owl {
	position: relative;
}
.details_owl .num {
	z-index: 10;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 101px;
	width: 100px;
	line-height: 50px;
	background: rgba(0,0,0,0.54)
}
.details2 {
	max-width: 910px;
}
.details_owl .owl-theme .owl-controls {
	width: 101px;
	left: auto;
	right: 0;
	height: 50px;
	background: #fff;
}
.details_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	float: left;
	border-left: 1px solid #e1e6e6;
	margin: 0;
	padding: 0;
	margin-left: -1px;
}
.details_owl .owl-theme .owl-controls .owl-nav [class*=owl-]:first-child {
	border-left: 0;
}
.details_owl .owl-theme .owl-controls .owl-nav .owl-prev {
	background: url(../image/cur3.png) no-repeat center center;
}
.details_owl .owl-theme .owl-controls .owl-nav .owl-next {
	background: url(../image/cur4.png) no-repeat center center;
}
.details_owl .owl-theme .owl-dots .owl-dot {
	display: none;
}
.txt_cur {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #f0f0f0
}
.txt_cur span {
	display: inline-block;
	max-width: 45%;
}
.txt_cur span a {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #e1e5e2;
	color: #505050;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.txt_cur span a:hover {
	border-color: #3377d4;
	color: #3377d4
}
.main_banner.main_banner4 {
	background: url(../image/banner4.jpg) no-repeat center center;
	background-size: cover;
}
.information {
	max-width: 1080px;
	margin: 0 auto;
}
.information .left {
	float: left;
	width: 49%;
}
.information .left .box {
	border: 1px solid #e6e9ee;
	padding: 37px 60px 39px;
}
.information .left h3 {
	font-size: 18px;
}
.information .left .list {
	margin-top: 17px;
}
.information .left .list ul li {
	line-height: 52px;
	border-bottom: 1px solid #d4cce2;
}
.information .left .list ul li span {
	display: block;
	float: left;
	margin-right: 10px;
	color: #3377d4;
}
.information .left .list ul li .web {
	overflow: hidden;
}
.information .left .list ul li .web .div_inp {
}
.information .left .list ul li .web .div_inp input {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: none;
}
.information .left .btn {
	padding: 0;
	margin-top: 30px;
}
.information .left .btn a {
	margin: 0;
}
.information .right {

	background: #f7f7f7;
}
.information .right .box {
	padding: 37px 25px 30px;
}
.information .right h3 {
	font-size: 18px;
}
.information .right .web {
}
.information .right .web p {
	margin-top: 35px;
}
.information .right .web p span {
	font-size: 20px;
	font-weight: bold;
	color: #3377d4;
}
.information .right .ewm {
	margin-top: 25px;
}
.information .right .ewm .pic {
	width: 132px;
	height: 132px;
	float: left;
	margin-right: 24px;
}
.information .right .ewm .pic img {
	display: block;
	width: 100%;
}
.information .right .ewm .text {
	overflow: hidden;
	line-height: 132px;
}
.information .right .ewm .text p {
}
.addres {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 28px;
}
.addres img {
	display: block;
	width: 100%;
}
.news_list {
}
.news_list ul li {
	margin-top: 50px;
}
.news_list ul li .pic {
	float: left;
	width: 300px;
	margin-right: 40px;
}
.news_list ul li .pic img {
	display: block;
	width: 100%;
	height: 200px;
}
.news_list ul li .web {
	overflow: hidden;
}
.news_list ul li .web h3 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list ul li .web h3 a {
	color: #3377d4;
}
.news_list ul li .web p {
	line-height: 28px;
	color: #6e6e6e;
	height: 84px;
	overflow: hidden;
	text-align: justify;
	margin-top: 25px;
}
.news_list ul li .web .btn {
	padding: 0;
	margin-top: 27px;
}
.news_list ul li .web .btn a {
	display: inline-block;
}
.news_list ul li .web .btn label {
	display: inline-block;
	line-height: 40px;
	padding-left: 22px;
	background: url(../image/icon8.png) no-repeat left center;
	color: #3194d9;
	margin-left: 30px;
}
.main_banner.main_banner5 {
	background: url(../image/banner5.jpg) no-repeat center center;
	background-size: cover;
}
.page_service {
	padding-left: 65px;
	padding-right: 10px;
}
.ser_box {
	position: relative;
}
.ser_box .pic {
	max-width: 638px;
}
.ser_box .pic img {
	display: block;
	width: 100%;
}
.ser_box .web {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 580px;
}
.ser_box .web .top {
	padding-left: 160px;
}
.ser_box .web .top p {
	font-size: 12px;
	color: #2e194f;
	text-transform: uppercase;
}
.ser_box .web .top h3 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 40px;
}
.ser_box .web .text {
	margin-top: 55px;
	background: #3377d4;
	padding: 50px 75px 48px 95px;
	color: #fff;
}
.ser_box .web .text h4 {
	font-family: Arial;
	font-weight: normal;
	color: #ffe800;
}
.ser_box .web .text h3 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 25px;
}
.ser_box .web .text p {
	line-height: 28px;
	text-align: justify;
	height: 112px;
	overflow: hidden;
	margin-top: 20px;
}
.ser_box .web .text .pr_ne {
	margin-top: 40px;
}
.ser_box .web .text .pr_ne label {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	vertical-align: top;
	margin-right: 5px;
}
.ser_box .web .text .pr_ne label.prev {
	background: url(../image/cur3-1.png) no-repeat center center;
}
.ser_box .web .text .pr_ne label.next {
	background: url(../image/cur4-1.png) no-repeat center center;
}
.ser_box .web .text .pr_ne label.prev:hover {
	background: #fff url(../image/cur3.png) no-repeat center center;
}
.ser_box .web .text .pr_ne label.next:hover {
	background: #fff url(../image/cur4.png) no-repeat center center;
}
.page_service .owl-theme .owl-controls {
	width: 65px;
	top: 0;
	bottom: 0;
	left: -65px;
	text-align: center;
}
.page_service .owl-theme .owl-dots .owl-dot {
	display: block;
	margin: 0 auto;
}
.page_service .owl-dots {
	counter-reset: nav;
}
.page_service .owl-theme .owl-dots .owl-dot span {
	width: 100%;
	line-height: 40px;
	height: auto;
	color: #a0a0a0;
	position: relative;
	padding: 5px 0;
}
.page_service .owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	height: 0;
	width: 1px;
	background: #000;
	margin: 0 auto;
}
.page_service .owl-theme .owl-dots .owl-dot:last-child span:after {
	display: none;
}
.page_service .owl-theme .owl-dots .owl-dot.active span:after, .page_service .owl-theme .owl-dots .owl-dot:hover span:after {
	height: 50px;
}
.page_service .owl-theme .owl-dots .owl-dot.active span, .page_service .owl-theme .owl-dots .owl-dot:hover span {
	color: #000
}
.page_service .owl-dots .owl-dot span:before {
	text-align: center;
	display: block;
	counter-increment: nav;
	content: "0" counter(nav);
}
 @media only screen and (max-width: 1000px) {
.owl_cur>div {
	width: 33.33%;
}
.ser_box .pic {
	max-width: 500px;
}
.ser_box .web .text {
	margin-top: 20px;
	padding: 40px;
}
.ser_box .web .top {
	padding-left: 250px;
}
}
@media only screen and (max-width: 1024px) {
.page1_list li {
	width: 50%;
}
.page1_list li img {
	width: 100%;
}
.page_tit {
	margin-bottom: 30px;
}
.page_tit h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.page {
	padding: 30px 0;
}
.page2 .tit h3,.page21 .tit h3 {
	line-height: 40px;
	font-size: 20px;
	color: #ffe800;
	font-weight: normal;
	font-family: 'Times New Roman'
}
.team_list li {
	width: 50%;
}
.information .left .box {
	padding: 30px;
}
}
 @media only screen and (max-width: 900px) {
.about2_list li {
	padding: 10px 0;
	padding-left: 200px;
}
.tit_tag li {
	width: 180px;
}
.ry_list li {
	width: 50%;
}
.ry_list li:nth-child(3n+1) {
	clear: none;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.about_list .img {
	width: 100%;
	/*margin-right: 20px;*/
}
.about_list h3 {
	margin-top: 20px;
}
.his_list li .img {
	width: 126px;
}
.about2_list .img {
	margin-right: 20px;
}
.about2_list .text h3 {
	line-height: 40px;
}
.ser_box .pic {
	width: 100%;
	max-width: initial;
}
.ser_box .web {
	max-width: 80%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ser_box .web .top {
	padding-left: 0
}
}
 @media only screen and (max-width: 750px) {
	.p_link{
		display:none;
	}
	 .about_list .text1{
		/*width:850px;*/
		text-align:left;
	}
	 .about_list .text1 h3{
		overflow:visible;
		font-size:18px;
		line-height:30px;
	}
	.about_list .text1 p{
		font-size:14px;
		line-height:25px;
	}
	 .details .tit h2{ font-size:22px !important}
	 .details .tit h1{ font-size:22px !important}
	 .hj_owl {
	padding:0 10%
	}
	.team_list li {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.team_list li .box p {
		max-width: 280px;
	}
	.full {
		display: none;
	}
	.owl_cur {
		display: none;
	}
	.zs {
		width: 100%;
		float: none;
	}
	.zsvod {
		width:100%;
		height:220px;
	}
	.zstxt{
		font-size:16px;
		line-height:25px;
		margin:10px 5px 0 5px;
		color:#909098;
	}
	.news .lt {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.news_list ul li .pic {
		margin-right: 20px;
	}
	.news_list ul li {
		margin-top: 20px;
	}
	.news .list img {
		display: block;
		width: 100%;
		height:150px;
	}

	.news .lt .img img {
		display: block;
		width: 100%;
		height:230px;
	}

	.information .right, .information .left {
		width: 100%;
		float: none;
		margin: 10px auto;
	}
	.tit_tag li {
		width: auto;
	}
	.tit_tag li a {
		padding: 0 20px;
	}
	.tit_tag {
		margin-top: 10px;
	}
	.ry_list {
		margin: 20px 0
	}
	.about_list .item {
		padding: 15px 0
	}
	.about_list .text{
		margin:0 auto;
		width:100%;
		text-align:left;
	}
	.his_list li {
		margin-bottom: 20px;
		width: 100%;
		text-align: left;
	}
	.his_list li .img {
		float: left !important;
		margin: 0 auto !important;
		margin-right: 20px !important;
		margin-top: 20px !important;
	}
	.his_list .line {
		left: 0;
		margin-left: 0;
		display: none;
	}
	.his_list li h3 {
		font-size: 20px;
	}
	.his_list li .txt p {
		margin-top: 10px;
	}
	.his_list {
		padding: 0;
		margin: 0;
	}
	.his_list li p {
		text-align: left !important;
	}
	.about2_list .tit {
		position: initial;
		width: 100%;
		border-bottom: 0
	}
	.about2_list .tit h3 {
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
		padding-top: 0
	}
	.case_list li {
		width: 50%;
	}
	.case_list li:nth-child(3n+1) {
		clear: none;
	}
	.case_list li:nth-child(2n+1) {
		clear: both;
	}
	.about2_list .tit p {
		display: inline-block;
		vertical-align: middle;
	}
	.about2_list li {
		padding-left: 0
	}
	.news_list ul li .web p {
		margin-top: 10px;
	}
	.news_list ul li .web h3 {
		padding-top: 10px;
	}
	.main_banner h2 {
		font-size: 22px;    margin-bottom: 10px;
	}
	.main_banner p{ font-size:15px !important}
	.main_banner {
		height: auto;
		padding: 50px 0;
		background-size: cover;
	}
	.banner img {
		max-width: initial;
		width: 150%;
		margin-left: -25%;
	}
	.owl-theme .owl-dots {
		margin-bottom: 20px;
	}
	.banner_cur {
		/*display: none;*/
	}
	.page1_list li {
		width: 100%;
	}
	.page2 .img {
		display: block;
	}
	.page2 .img img {
		width: 100%;
		display: block;
	}
	.page2 {
		background: none;
	}
	.page2 .text {
		box-sizing: border-box;
		width: 100%;
		background: #3377d4;
		padding-bottom: 30px;
	}
	.hj_owl img {
		width: 100%;
	}
	.page2 .tit {
		padding: 5px 0;
	}
	.page2 .text p {
		margin-bottom: 20px;
	}
	.page2 .vod{
		float:left;
		width:100%;
	}
	.page2 .vod .vv{
		width:100%;
		height:230px
	}
	
	.page21 .img {
		display: block;
	}
	.page21 .img img {
		width: 100%;
		display: block;
	}
	.page21 {
		background: none;
	}
	.page21 .text {
		box-sizing: border-box;
		width: 100%;
		background: #3377d4;
		padding-bottom: 30px;
	}
	.page21 .tit {
		padding: 5px 0;
	}
	.page21 .text p {
		margin-bottom: 20px;
	}
	.page21 .vod{
		float:left;
		width:100%;
	}
	.page21 .vod .vv{
		width:100%;
		height:230px
	}
	.page21 .ltxt{
		float:left;
		width:100%;
	}
	
	.news .lt .text {
		padding: 20px;
	}
	.news .list ul {
		margin: 0
	}
	.news .bg {
		display: none;
	}
	.f_nav li {
		padding: 0 5px;
	}
	.f_nav {
		padding: 20px 0
	}
	.footer p {
		line-height: 20px;
	}
	.footer {
		padding: 20px 0
	}
	.page_service .owl-theme .owl-controls {
		width: 30px;
		left: -40px;
	}
	.page_service {
		padding-left: 30px;
	}
	.ser_box .web {
		position: initial;
		transform: none;
		max-width: 100%;
		margin-top: 20px;
	}
	.ser_box .web .text {
		padding: 20px;
	}
	.ser_box .web .top h3 {
		font-size: 24px;
		margin-top: 5px;
	}
	.news_list ul li .pic {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
		float: none;
	}
	.txt_cur span {
		max-width: 100%;
		float: none !important;
	}
	.txt_cur span a {
		max-width: 100%;
	}
	.tit_tag li {
		line-height: 40px;
	}
	.tit_tag ul {
		white-space: nowrap;
	}
	.tit_tag {
		overflow-x: auto;
	}
	.case_list li {
		width: 100%;
	}
	.case_list li img {
		width: 100%;
	}
	.zp_list li .lt {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.zp_list li .rt {
		padding: 20px;
	}
	.about2_list .text h3 {
		white-space: normal;
		line-height: 20px;
	}
	.about2_list .text {
		overflow: initial;
	}
	.about_list h3 {
		white-space: normal;
	}
	.ry_list li .box {
		margin: 5px;
	}
	.ry_list li p {
		line-height: 40px;
		margin-top: 0
	}
	.ry_list li .img {
		border-width: 10px;
	}
	.zp_list li .text, .zp_list li .title {
		margin: 0 20px;
	}
}
.f_nav li {
	margin: 5px 0
}
.f_nav li:first-child {
	border-left: 0;
}


.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}