.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slideBox .hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0%;
	bottom: 5%;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 20px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
	margin-bottom: 15px;
}

.slideBox .hd ul li.on {
	background: #1d70a8;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 50%;
	left: 10%;
	color: #7d4717;
	transition: 0.3s;
	font-weight: bold;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 50px;
	font-family: "宋体";
}

.slideBox .next {
	left: auto;
	right: 10%;
}

.slideBox .prev:hover,
.slideBox .next:hover {}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.toper {
	width: 100%;
	height: 35px;
	overflow: hidden;
	background-color: #f0f0f0;
}

.w-1200 {
	width: 1200px;
	position: relative;
	margin: auto;
}

.toper .welcome {
	width: 600px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	letter-spacing: 0.8px;
}

.toper .right_nav {
	width: 210px;
	float: right;
}

.toper .right_nav a {
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	transition: 0.3s;
}

.toper .right_nav i {
	width: 5px;
	height: 1px;
	float: left;
	background-color: #999999;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 17px;
}

.toper .right_nav a:hover {
	color: #1d70a8;
}

.header {
	width: 100%;
	height: 100px;
	clear: both;
	background-color: #fff;
	z-index: 99999;
	position: relative;
}

.header .logo {
	width: 241px;
	height: 74px;
	float: left;
	margin-top: 13px;
	margin-right: 20px;
	position: relative;
}
.header .logo .jies{
    width: 440px;
    height: 395px;
    position: absolute;
    top: 86px;
    left: 0;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 7px;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    overflow: hidden;
    display: none;
}
.header .logo:hover .jies{
	display: block;
}
.header .logo img {
	width: 100%;
}

.header .word {
	width: 340px;
	float: left;
	margin-left: 20px;
	margin-top: 22px;
	height: 66px;
	background: url(../images/line_left.png) no-repeat left center;
	padding-left: 20px;
}

.header .word p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #1d70a8;
	font-weight: bold;
	line-height: 18px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.header .word span {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 12px;
}

.header .tel {
	width: 225px;
	float: right;
	margin-top: 27px;
}

.header .tel img {
	width: 50px;
	height: 50px;
	float: left;
}

.header .tel p {
	width: 168px;
	float: right;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 12px;
	margin-top: 7px;
}

.header .tel span {
	width: 168px;
	float: right;
	text-align: left;
	font-size: 24px;
	color: #1d70a8;
	line-height: 18px;
	margin-top: 10px;
}

.nav {
	width: 100%;
	height: 50px;
	clear: both;
	background-color: #1d70a8;
	z-index: 9999;
	position: relative;
}

.nav ul {
	width: 100%;
	float: left;
	height: 50px;
}

.nav ul li {
	width: 120px;
	height: 50px;
	float: left;
	position: relative;
	background: url(../images/nav_line.png) no-repeat right center;
}

.nav ul li:first-child {
	width: 60px;
}

.nav ul li:hover .first a {
	background-size: 100% 100%;
}

.nav ul li .first a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	background: linear-gradient(#0e598c, #0e598c) bottom/100% 0% no-repeat;
	transition: 0.3s;
}

.nav ul li .second {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	background: #0e598c;
	display: none;
}
.nav ul li .second.on{
	display: block;
}
.nav ul li .second a {
	width: 100%;
	height: 42px;
	 overflow:hidden;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	background: url(../images/liend.png) no-repeat top center;
}

.nav ul .care_us {
	width: 123px;
	height: 50px;
	float: left;
	background: url(../images/nav_line.png) no-repeat right center;
	position: relative;
}

.nav ul .care_us p {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	transition: 0.3s;
	cursor: pointer;
}

.nav ul .care_us p:hover {
	background-color: #0e598c;
}

.nav ul .care_us .c_ewm {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50px;
	left: -15px;
	overflow: hidden;
	display: none;
}

.nav ul .care_us .c_ewm img {
	width: 100%;
	height: 100%;
}

.nav ul .care_us .c_ewm.on {
	display: block;
}

.nav ul li:last-child {
	width: 57px;
	text-align: right;
}

.serk {
	width: 100%;
	height: 78px;
	overflow: hidden;
	background: url(../images/ser_line.png) no-repeat bottom center;
}

.serk .ser_tel {
	width: 220px;
	float: left;
	margin-top: 20px;
}

.serk .ser_tel img {
	width: 29px;
	height: 38px;
	float: left;
	margin-right: 7px;
}

.serk .ser_tel p {
	width: 180px;
	float: right;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 12px;
	margin-bottom: 7px;
}

.serk .ser_tel span {
	width: 180px;
	float: right;
	text-align: left;
	font-size: 24px;
	color: #1d70a8;
	line-height: 18px;
}

.serk .gjc {
	width: 530px;
	float: left;
	margin-left: 150px;
	margin-top: 30px;
}

.serk .gjc img {
	width: 18px;
	height: 17px;
	float: left;
}

.serk .gjc p {
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 17px;
	margin-left: 6px;
}

.serk .gjc a {
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 17px;
	margin-left: 9px;
}

.serk .gjc a:first-child {
	margin-left: 0;
}

.serk .ser {
	width: 300px;
	height: 40px;
	float: right;
	margin-top: 18px;
	box-sizing: border-box;
	border: 2px solid #c1bfbf;
}

.service {
	width: 100%;
	height: 440px;
	overflow: hidden;
}

.service .service_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	margin-top: 90px;
	margin-bottom: 50px;
}

.service .service_box {
	width: 100%;
	float: left;
}

.service .service_box ul li {
	width: 145px;
	float: left;
	margin-left: 30px;
}

.service .service_box ul li .tb {
	width: 100%;
	height: 140px;
	float: left;
	text-align: center;
	filter: grayscale(10);
}

.service .service_box ul li p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	transition: 0.3s;
}

.service .service_box ul li:first-child {
	margin-left: 0;
}

.service .service_box ul li:hover p {
	color: #1d70a8;
}

.service .service_box ul li:hover .tb {
	filter: grayscale(0);
}

.qyys {
	width: 100%;
	height: 832px;
	overflow: hidden;
	background: url(../images/advan_bg.jpg) no-repeat center;
}

.qyys .advan_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	margin-top: 90px;
	margin-bottom: 40px;
}

.qyys .three {
	width: 100%;
	float: left;
	height: 65px;
}

.qyys .three ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.qyys .three ul li {
	width: 238px;
	height: 65px;
	float: left;
	background-color: #1d70a8;
	margin-left: 12px;
	position: relative;
}

.qyys .three ul li:first-child {
	margin-left: 0;
}

.qyys .three ul li a {
	width: 230px;
	height: 57px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #8eb8d4;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	color: #fff;
	transition: 0.3s;
}

.qyys .three ul li a:hover {
	background-color: #8eb8d4;
	color: #fff;
}

.qyys .advan_ad {
	width: 597px;
	height: 480px;
	position: absolute;
	top: 280px;
	left: -10px;
}

.qyys .advan_ad1 {
	width: 597px;
	height: 480px;
	position: absolute;
	top: 280px;
	right: -10px;
}

.qyys .advan_tel {
	width: 275px;
	height: 45px;
	position: absolute;
	top: 695px;
	left: 463px;
	box-sizing: border-box;
	border: 2px solid #ababab;
}

.qyys .advan_tel img {
	width: 17px;
	height: 21px;
	float: left;
	margin-top: 12px;
	margin-left: 15px;
	margin-right: 4px;
}

.qyys .advan_tel p {
	float: left;
	font-size: 14px;
	color: #777777;
	line-height: 41px;
	font-weight: bold;
}

.qyys .advan_tel span {
	float: left;
	font-size: 18px;
	color: #7e7e7e;
	font-weight: bold;
	line-height: 41px;
}

.our_team {
	width: 100%;
	height: 668px;
	overflow: hidden;
}

.our_team .team_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	margin-top: 90px;
	margin-bottom: 50px;
}

.our_team .team_box {
	width: 100%;
	float: left;
	position: relative;
}

.our_team .team_box .t_mid {
	width: 100%;
	float: left;
	overflow: hidden;
}

.our_team .team_box .t_mid ul li {
	width: 370px;
	float: left;
	margin-right: 45px;
}

.our_team .team_box .t_mid ul li .tu {
	width: 100%;
	height: 236px;
	float: left;
	overflow: hidden;
}

.our_team .team_box .t_mid ul li .tu img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.our_team .team_box .t_mid ul li .tu img:hover {
	transform: scale(1.1);
}

.our_team .team_box .t_mid ul li .des {
	width: 100%;
	float: left;
}

.our_team .team_box .t_mid ul li .des p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom: 7px;
}

.our_team .team_box .t_mid ul li .des i {
	width: 40px;
	height: 2px;
	float: left;
	background-color: #727272;
	margin-bottom: 8px;
	margin-left: 165px;
}

.our_team .team_box .t_mid ul li .des span {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #888888;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.our_team .team_line {
	width: 100%;
	position: absolute;
	top: 569px;
	left: 0;
}

.our_team .team_box .prev {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 373px;
	left: 551px;
	background-color: #c7c7c7;
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	font-family: "宋体";
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s;
}

.our_team .team_box .prev:hover {
	background-color: #1d70a8;
}

.our_team .team_box .next {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 373px;
	left: 612px;
	background-color: #c7c7c7;
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	font-family: "宋体";
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s;
}

.our_team .team_box .next:hover {
	background-color: #1d70a8;
}

.value {
	width: 100%;
	height: 498px;
	overflow: hidden;
	background: url(../images/ser_line.png) no-repeat bottom center;
}

.value .value_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 50px;
}

.value .value_box {
	width: 100%;
	float: left;
}

.value .value_box ul li {
	width: 186px;
	height: 313px;
	float: left;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-top-left-radius: 90px;
	position: relative;
	margin-left: 16px;
	transition: 0.3s;
}

.value .value_box ul li:hover {
	background-color: #1d70a8;
}

.value .value_box ul li a {
	width: 172px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-top-left-radius: 90px;
	transition: 0.3s;
}

.value .value_box ul li:hover a {
	border: 1px solid #8eb8d4;
}

.value .value_box ul li a .tub {
	width: 84px;
	height: 84px;
	float: left;
	border-radius: 100%;
	background-color: #939393;
	position: relative;
	margin-left: 44px;
	margin-top: 28px;
	transition: 0.3s;
}

.value .value_box ul li:hover a .tub img {
	filter: brightness(1);
}

.value .value_box ul li:hover a .bit i {
	background-color: #fff;
}

.value .value_box ul li:hover a .tub {
	background-color: #fff;
}

.value .value_box ul li:hover a .bit p {
	color: #fff;
}

.value .value_box ul li:hover a .bit em {
	background-color: #fff;
}

.value .value_box ul li:hover a .eng {
	color: #fff;
}

.value .value_box ul li:hover a .nr {
	color: #fff;
}

.value .value_box ul li a .tub img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	filter: brightness(11);
}

.value .value_box ul li a .bit {
	width: 100%;
	float: left;
	height: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.value .value_box ul li a .bit i {
	width: 20px;
	height: 1px;
	float: left;
	margin-left: 36px;
	margin-top: 7.5px;
	background-color: #b0b0b0;
}

.value .value_box ul li a .bit p {
	width: 65px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
}

.value .value_box ul li a .bit em {
	width: 20px;
	height: 1px;
	float: left;
	margin-top: 7.5px;
	background-color: #b0b0b0;
}

.value .value_box ul li a .eng {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #999999;
	line-height: 8px;
	text-transform: uppercase;
}

.value .value_box ul li a .nr {
	width: 142px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-left: 17px;
	margin-top: 16px;
}

.value .value_box ul li:first-child {
	margin-left: 0;
}

.vedio_center {
	width: 100%;
	height: 715px;
	overflow: hidden;
	background: url(../images/ser_line.png) no-repeat bottom center;
}

.vedio_center .vedio_tit {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	margin-top: 90px;
	margin-bottom: 50px;
}

.vedio_center .vedio_box {
	width: 872px;
	height: 441px;
	float: left;
	margin-left: 164px;
}

.news {
	width: 100%;
	height: 505px;
	overflow: hidden;
}

.news .news_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	margin-top: 80px;
	margin-bottom: 26px;
}

.news .information {
	width: 100%;
	float: left;
}

.news .information .hd {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.news .information .hd ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.news .information .hd ul li a {
	width: 100px;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
}

.news .information .hd ul li:hover a {
	color: #1d70a8;
}

.news .information .list_news {
	width: 100%;
	float: left;
}

.news .information .list_news .l_mid ul {
	width: 100%;
	float: left;
}

.news .information .list_news .l_mid ul li {
	width: 370px;
	height: 197px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 45px;
}

.news .information .list_news .l_mid ul li .ns {
	width: 100%;
	height: 197px;
	float: left;
	overflow: hidden;
}

.news .information .list_news .l_mid ul li .ns img {
	width: 100%;
	height: 100%;
}

.news .information .list_news .l_mid ul li .ds {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.news .information .list_news .l_mid ul li .ds p {
	width: 340px;
	float: left;
	margin-left: 15px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	margin-top: 165px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}



.news .information .list_news .l_mid ul li:hover .ds {
	background: rgba(0, 0, 0, 0);
}

.news .news_line {
	width: 100%;
	position: absolute;
	top: 490px;
	left: 0;
}

.footer {
	width: 100%;
	height: 467px;
	clear: both;
}

.footer .footer_ad {
	width: 100%;
	height: 208px;
	overflow: hidden;
	float: left;
	margin-top: 50px;
}

.footer .footer_ad img {
	width: 100%;
	height: 100%;
}

.footer .footer_nav {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.footer .footer_nav>ul>li {
	width: 160px;
	float: left;
	position: relative;
}

.footer .footer_nav>ul>li:first-child {
	margin-left: 130px;
}

.footer .footer_nav>ul>li .dianji {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}

.footer .footer_nav>ul>li .tan {
	width: 340px;
	height: 238px;
	position: absolute;
	top: -260px;
	left: -90px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 #ccc;
	border-radius: 10px;
	background-color: #fff;
	display: none;
}

.footer .footer_nav>ul>li .tan.on {
	display: block;
}

.footer .footer_nav>ul>li .tan .lvse {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #000;
	line-height: 35px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	    padding-left: 15px;
}

.footer .footer_nav>ul>li .tan .f_two {
	width: 155px;
	float: left;
	margin-left: 10px;
}

.footer .footer_nav>ul>li .tan .f_two p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: 15px;
}

.footer .footer_nav>ul>li .tan .f_two .f_ewmt {
	width: 140px;
	height: 140px;
	float: left;
	overflow: hidden;
	margin-left: 5px;
}

.footer .footer_nav>ul>li .tan .f_two .f_ewmt img {
	width: 100%;
	height: 100%;
}

.footer .footer_nav>ul>li .dtdh a{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
}
.footer .footer_nav>ul>li .all_nav{
	width: 1200px;
	height: 350px;
	position: absolute;
	top: -365px;
	left: -450px;
	border-radius: 10px;
	box-shadow: 0 0 14px 0 #ccc;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
.footer .footer_nav>ul>li .all_nav.on{
	display: block;
}
.footer .footer_nav>ul>li .all_nav>ul>li{
	width: 118px;
	float: left;
}
.footer .footer_nav>ul>li .all_nav>ul>li .one{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer .footer_nav>ul>li .all_nav>ul>li .one p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}
.footer .footer_nav>ul>li .all_nav>ul>li .one span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	line-height: 15px;
}
.footer .footer_nav>ul>li .all_nav>ul>li .two{
	width: 100%;
	float: left;
}
.footer .footer_nav>ul>li .all_nav>ul>li .two a{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #6a6a6a;
	line-height: 30px;
	transition: 0.3s;
}
.footer .footer_nav>ul>li .all_nav>ul>li .two a:hover{
	color: #1d70a8;
}
.footer .copys {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

#serl .search {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#serl .search input[type="text"] {
	width: 100%;
	height: 100%;
	background: none;
	color: #797575 !important;
	font-size: 14px;
	background: none;
	text-indent: 10px;
}

#serl .search>a {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 7.5px;
	right: 9px;
	background: url(/public/images/ser.png) no-repeat center;
}

#serl .search input::-webkit-input-placeholder {
	color: #797575 !important;
}




.videos {
	width: 100%;
	float: left;
	height: 100%;
}

.videos li {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
	position: relative;
}

.videos-pic {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.videos-pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.videos li p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 12px
}

.videos-pic i {
	width: 95px;
	height: 95px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/vedio.png) no-repeat center;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.videos li:hover img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.videos li:hover i {
	animation: moves 2s infinite linear
}

@keyframes moves {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.video-show {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none
}

.video-play {
	width: 860px;
	height: 590px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 30px;
}

.video-play h2 {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	font-family: "楷体"
}

#mp4 {
	width: 700px;
	height: 370px;
	background: #000;
	margin: 30px auto;
	display: block;
}

#mp4 video {
	width: 100%;
	height: 100%;
}

.video-play span {
	background: #df0716;
	color: #fff;
	transition: all 0.2s;
	width: 160px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	margin: 20px auto;
	font-size: 20px;
	cursor: pointer;
	font-family: "楷体"
}

.video-play span:hover {
	background: #aa1620
}

.about-img {
	height: 670px;
	width: 22%;
	position: absolute;
	right: 2%;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}

.about-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.about-img a {
	display: block;
	width: 100%;
	height: 100%
}

.about-img img:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}


.ko_about {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.ko_about .ko_about_tit {
	width: 261px;
	height: 43px;
	float: left;
	background: url(../images/xk.png) no-repeat center;
	margin-left: 469.5px;
	margin-top: 80px;
}

.ko_about .ko_about_tit p {
	width: 185px;
	float: left;
	margin-left: 38px;
	text-align: center;
	font-size: 16px;
	color: #757575;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: -7px;
}

.ko_about .ko_about_tit span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #1d70a8;
	line-height: 29px;
	margin-top: 15px;
}

.ko_about .lo_des a {
	width: 1040px;
	float: left;
	margin-left: 80px;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 25px;
	overflow: hidden;
	margin-top: 80px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	text-align: center;
	line-height: 32px;
}

.about_introduce {
	width: 100%;
	height: 610px;
	overflow: hidden;
}

.about_introduce .ko_about_tit {
	width: 261px;
	height: 43px;
	float: left;
	background: url(../images/xk.png) no-repeat center;
	margin-left: 469.5px;
	margin-top: 10px;
}

.about_introduce .ko_about_tit p {
	width: 185px;
	float: left;
	margin-left: 38px;
	text-align: center;
	font-size: 16px;
	color: #757575;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: -7px;
}

.about_introduce .ko_about_tit span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #1d70a8;
	line-height: 29px;
	margin-top: 15px;
}

.about_introduce .in_img {
	width: 608px;
	height: 380px;
	float: left;
	overflow: hidden;
	margin-top: 100px;
}

.about_introduce .in_img img {
	width: 100%;
	height: 100%;
}

.about_introduce .left_about {
	width: 592px;
	float: right;
	height: 380px;
	background-color: #f8f8f8;
	margin-top: 100px;
}

.about_introduce .left_about p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #445151;
	line-height: 19px;
	margin-top: 45px;
	margin-bottom: 18px;
}

.about_introduce .left_about span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #ced3d1;
	text-transform: uppercase;

}

.about_introduce .left_about i {
	width: 32px;
	height: 2px;
	float: left;
	background: #008836;
	margin-left: 280px;
	margin-top: 18px;
}

.about_introduce .left_about em {
	width: 495px;
	float: left;
	margin-left: 60px;
	font-size: 16px;
	color: #646f79;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-top: 20px;
	line-height: 30px;
}

.ko_Culture {
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.ko_Culture .cul_title {
	width:
}

.ko_Culture .cul_title {
	width: 261px;
	height: 43px;
	float: left;
	background: url(../images/xk.png) no-repeat center;
	margin-left: 469.5px;
	margin-top: 10px;
}

.ko_Culture .cul_title p {
	width: 185px;
	float: left;
	margin-left: 38px;
	text-align: center;
	font-size: 16px;
	color: #757575;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: -7px;
}

.ko_Culture .cul_title span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #1d70a8;
	line-height: 29px;
	margin-top: 15px;
}

.ko_Culture .ds {
	width: 700px;
	float: left;
	margin-left: 250px;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	color: #757575;
	line-height: 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ko_Culture .cul_tup {
	width: 100%;
	height: 485px;
	float: left;
	overflow: hidden;
	margin-top: 40px;
}

.ko_Culture .cul_tup img {
	width: 100%;
	height: 100%;
}

.glgj {
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.glgj .cul_title {
	width: 261px;
	height: 43px;
	float: left;
	background: url(../images/xk.png) no-repeat center;
	margin-left: 469.5px;
	margin-top: 10px;
}

.glgj .cul_title p {
	width: 185px;
	float: left;
	margin-left: 38px;
	text-align: center;
	font-size: 16px;
	color: #757575;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: -7px;
}

.glgj .cul_title span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #1d70a8;
	line-height: 29px;
	margin-top: 15px;
}

.glgj .g_img {
	width: 100%;
	height: 530px;
	float: left;
	overflow: hidden;
	margin-top: 90px;
}

.glgj .g_img img {
	width: 100%;
	height: 100%;
}

.dfry {
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.dfry .df_title {
	width: 261px;
	height: 43px;
	float: left;
	background: url(../images/xk.png) no-repeat center;
	margin-left: 469.5px;
	margin-top: 10px;
}

.dfry .df_title p {
	width: 185px;
	float: left;
	margin-left: 38px;
	text-align: center;
	font-size: 16px;
	color: #757575;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: -7px;
}

.dfry .df_title span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #1d70a8;
	line-height: 29px;
	margin-top: 8px;
}

.dfry .df_ry {
	width: 100%;
	float: left;
	margin-top: 80px;
}

.dfry .df_ry ul li {
	width: 282px;
	float: left;
	margin-right: 24px;
}

.dfry .df_ry ul li .rys {
	width: 100%;
	float: left;
	height: 280px;
	overflow: hidden;
}

.dfry .df_ry ul li .rys img {
	width: 100%;
}

.dfry .df_ry ul li p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 58px;
	overflow: hidden;
	height: 58px;
}

.dfry .df_ry ul li i {
	width: 40px;
	height: 1px;
	background-color: #000000;
	margin-left: 122px;
	float: left;
}


.dfgy {
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.dfgy .gy_title {
	width: 261px;
	height: 43px;
	float: left;
	background: url(../images/xk.png) no-repeat center;
	margin-left: 469.5px;
	margin-top: 10px;
}

.dfgy .gy_title p {
	width: 185px;
	float: left;
	margin-left: 38px;
	text-align: center;
	font-size: 16px;
	color: #757575;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: -7px;
}

.dfgy .gy_title span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #1d70a8;
	line-height: 29px;
	margin-top: 15px;
}

.dfgy .gy_box {
	width: 100%;
	float: left;
	margin-top: 80px;
}

.dfgy .gy_box ul li {
	width: 354px;
	float: left;
	margin-right: 69px;
}

.dfgy .gy_box ul li .tups {
	width: 100%;
	height: 255px;
	float: left;
	overflow: hidden;
}

.dfgy .gy_box ul li .tups img {
	width: 100%;
	height: 100%;
}

.dfgy .gy_box ul li p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 55px;
	overflow: hidden;
	height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.dfgy .gy_box ul li span {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}






















/* maodian */
.maodian {
	width: 1200px;
	height: 40px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: auto;
	justify-content: center;
}

.maodian a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	transition: .4s;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 40px;
	text-align: center;
}

.maodian a:hover {
	background-color: #eee;
}

.maodian a:last-child {
	border-right: 1px solid #ddd;
}



/* contact_sec */
.contact_sec {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.contact_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.contit {
	width: 100%;
	height: 175px;
	position: relative;
	padding-top: 68px;
	text-align: center;
}

.contit h1 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
}

.contit p {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}

.contact_main>ul {
	width: 1200px;
	height: 72px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.contact_main>ul li {
	display: block;
	width: auto;
	height: 100%;
	background-position: left center;
	padding-left: 85px;
	padding-top: 13px;
}

.contact_main>ul li:nth-child(1) {
	background: url(../images/con1.png) no-repeat;
}

.contact_main>ul li:nth-child(2) {
	background: url(../images/con2.png) no-repeat;
}

.contact_main>ul li:nth-child(3) {
	background: url(../images/con3.png) no-repeat;
}

.contact_main>ul li:nth-child(4) {
	background: url(../images/con4.png) no-repeat;
}

.contact_main>ul li span {
	font-size: 16px;
	color: #000;
}

.contact_main>ul li p {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
}

.conmap {
	width: 100%;
	height: 335px;
	margin-top: 40px;
}

.contact_main>h1 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.contact_main>h1 img {
	margin-right: 10px;
}

/* code_sec */
.code_sec {
	width: 100%;
	height: 470px;
	position: relative;
	overflow: hidden;
	background-color: #eeeeee;
}

.code_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.codetit {
	width: 100%;
	height: 120px;
	position: relative;
	padding-top: 45px;
	text-align: center;
	color: #000;
}

.codetit p {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 30px;
}

.codeimp {
	width: 250px;
	height: 250px;
	position: relative;
	margin: auto;
	margin-top: 10px;
}

.codeimp img {
	width: 100%;
	height: 100%;
}

.code_main>p {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}

/* ly_sec */
.ly_sec {
	width: 100%;
	height: 470px;
	position: relative;
	overflow: hidden;
}

.ly_main {
	width: 1040px;
	height: 100%;
	position: relative;
	margin: auto;
}

.lytit {
	width: 100%;
	height: 170px;
	position: relative;
	text-align: center;
	padding-top: 60px;
	color: #000;
}

.lytit p {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 30px;
}

.ly_box {
	width: 100%;
}

.lyra {
	height: 30px;
}

.lyra label {
	font-size: 14px;
	color: #333;
	font-weight: 400 !important;
	margin-right: 20px;
}

.lyra input {
	margin-right: 3px !important;
}

.iptsec {
	width: 100%;
	height: auto;
}

.iptsec input {
	width: 49%;
	height: 60px;
	border: 1px solid #a0a0a0 !important;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 18px;
	color: #333 !important;
}

.uname {
	float: left;
}

.utel {
	float: right;
}

.uare {
	width: 100%;
	height: 150px;
	border: 1px solid #a0a0a0 !important;
	padding: 0 15px;
	line-height: 60px;
	font-size: 18px;
	outline: none !important;
	resize: none;
	background: none;
	display: block;
	color: #333 !important;
}

.ly_btn {
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	background-color: #6cad64;
	line-height: 40px;
	transition: .4s;
	color: #fff !important;
	margin-top: 15px;
	font-size: 18px;
	float: right;
	letter-spacing: 6px;
}

.ly_btn:hover {
	background-color: #568a4f;
}


.beizhu {
	float: left;
	display: block;
	margin-top: 25px;
	color: #666;
	font-size: 14px;
}

.iptsec input::-webkit-input-placeholder {
	color: #2a2a2a;
}

.iptsec input:-moz-placeholder {
	color: #2a2a2a;
}

.iptsec input::-moz-placeholder {
	color: #2a2a2a;
}

.iptsec input:-ms-input-placeholder {
	color: #2a2a2a;
}

.uare::-webkit-input-placeholder {
	color: #2a2a2a;
}

.uare:-moz-placeholder {
	color: #2a2a2a;
}

.uare::-moz-placeholder {
	color: #2a2a2a;
}

.uare:-ms-input-placeholder {
	color: #2a2a2a;
}


/* ko_about_tit */
.ko_about_tit a,.cul_title a,.title a,.i-title-box a,.df_title a,.gy_title a{
	display: block;
	clear: both;
	text-align: center;
	width: 150px;
	/* padding: 20px; */
	margin: auto;
	/* margin-top: 325px; */
	position: relative;
	top: 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	transition: .4s;
	color: #333!important;
}


.ko_about_tit a:hover,
.cul_title a:hover,
.title a:hover,
.i-title-box a:hover,
.df_title a:hover,
.gy_title a:hover{
	background-color: #eee;
	border: 1px solid #eee;
	color: #333!important;
}



.form_list p{
    height: auto;
    float: left;
    margin-bottom: 4px;
    overflow: hidden;
    line-height: 40px;
}
.form_list p.zxfg{
    height: 22px;
}
.form_list p.zxfg > *{
    height: 22px;
    line-height: 22px;
}
.form_list p.zxfg input{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.form_list p span{
    color: #666666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    float: left;
}
.form_list p > input{
    height: 14px !important;
    background: #ffffff;
    border: none;
    color: #000000;
    float: left;
    font-size: 14px;
    outline: none;
    text-indent: 12px;
    width: 10px;
}
.form_list p > label{
    color: #888888;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-right: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}


.float_nav{
	width: 90px;
	height: 410px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 9999;
	background: url(../images/neik.png) no-repeat center;
	display: none;
}
.float_nav ul{
	width: 100%;
	float: left;
	margin-top: 48px;
}
.float_nav ul li{
	width: 100%;
	height: 90px;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
	position: relative;
	cursor: pointer;
}
.float_nav ul li .weixin{
	width: 100%;
	height: 90px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}
.float_nav ul li .weixin p{
	font-size: 14px;
	color: #6a6a6a;
	line-height: 28px;
}
.float_nav ul li .w_ewm{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: -150px;
	overflow: hidden;
	display: none;
}
.float_nav ul li .w_ewm img{
	width: 100%;
	height: 100%;
}
.float_nav ul li .w_tel{
	width: 215px;
	height: 90px;
	position: absolute;
	top: 0;
	left: -215px;
	text-align: center;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
	background-color: #1d70a8;
	display: none;
}
.float_nav ul li:hover .w_ewm{
	display: block;
}
.float_nav ul li:hover .w_tel{
	display: block;
}


.link_f{
    width: 1200px;
    height: 350px;
    position: absolute;
    top: -365px;
    left: -610px;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 #ccc;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}
.link_f.on{
	display: block;
}
.link_f ul{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.link_f ul li a{
	width: 380px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	transition: 0.3s;
}
.link_f ul li a:hover{
	color: #1d70a8;
}

















































