﻿@charset "utf-8";
.prev,
.next {
	cursor: pointer;
}


/*product star*/

.product {
	width: 100%;
	background: rgba(224, 228, 234, 0.42);
	overflow: hidden;
	padding-bottom: 100px;
}

.product_b {
	font-size: 36px;
	color: #0e83d0;
	text-align: center;
	padding-top: 50px;
	font-weight: 700;
	letter-spacing: 4px;
}

.product_s {
	text-align: center;
	font-size: 18px;
	color: #555555;
	letter-spacing: 3px;
	margin-top: 6px;
}

.pro_scroll {
	width: 960px;
	height: 420px;
	margin: -96px auto 0;
	/* transform: scale(0.6); */
}

.pro_scroll .bd {
	width: 1660px;
	height: 490px;
	/* background: skyblue; */
	transform: translateX(-353px) scale(0.58);
	overflow: hidden;
}

.pro_scroll .bd li {
	width: 400px;
	height: 490px;
	overflow: hidden;
	background: #fff;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}

.pro_scroll .bd li .pro_img {
	width: 400px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

.pro_scroll .bd li .pro_img img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
}

.pro_scroll .bd li:hover .pro_img img {
	transform: translateX(-50%) scale(1.05);
}

.pro_scroll .bd li .pro_name {
	color: #444;
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	margin-top: 21px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_scroll .bd li:hover .pro_name {
	color: #0003fc;
}

.pro_scroll .bd li .pro_more {
	display: block;
	width: 240px;
	border-top: 1px solid #ccc;
	margin: 9px auto 0;
	text-align: center;
	font-size: 20px;
	color: #999999;
	padding: 9px 0;
}


/*product end*/


/*local star*/

.local_bb {
	max-width: 1440px;
	min-width: 960px;
	height: 590px;
	overflow: hidden;
	position: relative;
	transform: translateY(-110px);
}

.local_big {
	width: 100%;
	height: 700px;
	height: 580px;
	position: relative;
	/* overflow: hidden; */
	transform: scale(.8);
}

.local_big:after {
	content: '';
	display: block;
	width: 1440px;
	height: 580px;
	background: url(../images/bluebg.jpg) no-repeat center top 0px;
	background: #37a9f1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.local_top {
	height: 178px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 40px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	/*background: #6eb8e8;*/
}

.local_top h5 {
	font-weight: 400;
	font-size: 33px;
	color: #444;
	color: #fff;
}

.local_top h4 {
	font-size: 42px;
	margin-top: 10px;
	color: #333;
	font-weight: 500;
}

.local_top h4 span {
	position: relative;
	color: #fff;
}

.local_top h4 span:before {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-40px);
}

.local_top h4 span:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(40px);
}

.local {
	width: 100%;
	height: 400px;
	/* overflow: hidden; */
	/* background: #4c535d; */
}

.local_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.local_img {
	width: 720px;
	height: 426px;
	position: absolute;
	left: 48%;
	top: 0;
	transform: translateX(-718px);
	overflow: hidden;
}

.local_img img {
	position: absolute;
	right: 0;
	top: 0;
}

.local_cont {
	width: 513px;
	color: rgba(253, 253, 253, 0.91);
	float: right;
	position: relative;
}

.local_cont:before {
	content: '';
	display: block;
	width: 1px;
	height: 200px;
	background: #fff;
	position: absolute;
	right: -90px;
	top: 190px;
}

.local_cont:after {
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -100px;
	top: 380px;
}

.local_cont_en {
	font-size: 18px;
	font-family: arial;
	text-transform: uppercase;
	padding-top: 63px;
}

.local_cont_cn {
	font-size: 38px;
	font-weight: bold;
	margin-top: 6px;
	font-weight: 500;
	letter-spacing: 2px;
}

.local_cont_icon {
	display: block;
	width: 1px;
	height: 35px;
	background: rgba(255, 255, 255, 0.49);
	margin: 16px 0 0 7px;
}

.local_nr_cn {
	font-size: 20px;
	font-weight: bold;
	margin: 24px 0 4px;
	letter-spacing: 1px;
}

.local_nr_en {
	width: 200%;
	font-size: 16px;
	/* color: #666; */
	letter-spacing: 1px;
	transform: scale(.5) translate(-50%, 0);
}

.local_cont_more {
	display: block;
	width: 169px;
	height: 40px;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #37a9f1;
	/* padding-left: 36px; */
	/* border-radius: 40px; */
	margin-top: 28px;
	/* background: #1856ba url(../images/localmore.png) no-repeat center right 31px; */
	box-sizing: border-box;
	position: relative;
	background: #fff;
}

.local_cont_more:hover {
	text-decoration: underline;
}


/*local end*/


/*process star*/

.process {
	width: 100%;
	height: 430px;
	background: #fff;
	overflow: hidden;
}

.process_tib {
	text-align: center;
	color: #333333;
	font-size: 30px;
	padding-top: 54px;
}

.process_tis {
	text-align: center;
	font-size: 15px;
	color: #555555;
	margin-top: 6px;
	letter-spacing: 3px;
}

.process_box {
	width: 1200px;
	height: 225px;
	margin: 26px auto 0;
}

.process_box ul {
	width: 1330px;
	height: 100%;
	transform: translateX(-65px);
}

.process_box ul li {
	width: 190px;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #393e46;
	padding-top: 106px;
	box-sizing: border-box;
}

.process_box ul li:hover {
	color: #fff;
	background: #0003fc;
	position: relative;
}

.process_box ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 70px;
	background: #d7d8da;
	position: absolute;
	right: -1px;
	top: 82px;
}

.process_box ul li:last-child:after,
.process_box ul li:hover:after {
	display: none;
}

.process_box ul li:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/processicon.png);
	position: absolute;
	left: 50%;
	top: 57px;
	transform: translateX(-50%);
}

.process_box ul li:hover:before {
	background: url(../images/processicon.png) left 0 top -50px;
}

.process_box ul li:nth-child(2):before {
	background: url(../images/processicon.png) left -50px top 0px;
}

.process_box ul li:nth-child(2):hover:before {
	background: url(../images/processicon.png) left -50px top -50px;
}

.process_box ul li:nth-child(3):before {
	background: url(../images/processicon.png) left -100px top 0px;
}

.process_box ul li:nth-child(3):hover:before {
	background: url(../images/processicon.png) left -100px top -50px;
}

.process_box ul li:nth-child(4):before {
	background: url(../images/processicon.png) left -150px top 0px;
}

.process_box ul li:nth-child(4):hover:before {
	background: url(../images/processicon.png) left -150px top -50px;
}

.process_box ul li:nth-child(5):before {
	background: url(../images/processicon.png) left -200px top 0px;
}

.process_box ul li:nth-child(5):hover:before {
	background: url(../images/processicon.png) left -200px top -50px;
}

.process_box ul li:nth-child(6):before {
	background: url(../images/processicon.png) left -250px top 0px;
}

.process_box ul li:nth-child(6):hover:before {
	background: url(../images/processicon.png) left -250px top -50px;
}

.process_box ul li:nth-child(7):before {
	background: url(../images/processicon.png) left -300px top 0px;
}

.process_box ul li:nth-child(7):hover:before {
	background: url(../images/processicon.png) left -300px top -50px;
}

.process_num {
	position: absolute;
	bottom: 63px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-family: arial;
	color: #393e46;
}

.process_box ul li:hover .process_num {
	color: #fff;
}

.process_num:before {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: -10px;
	top: 6px;
}

.process_num:after {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: -10px;
	top: 6px;
}


/*process end*/


/*advantage star*/

.gsys {
	width: 100%;
	height: 1250px;
	/* background: url(../images/advanbg.jpg) no-repeat center top; */
	/* background: rgba(183, 227, 255, 0.4); */
	overflow: hidden;
	/* background: skyblue; */
	padding-bottom: 40px;
}

.gsys_tib {
	text-align: center;
	font-size: 36px;
	color: #333333;
	padding-top: 61px;
	margin-bottom: 120px;
}

.gsys_tis {
	text-align: center;
	font-size: 24px;
	color: #222222;
	padding-top: 10px;
	font-weight: 300;
	margin-bottom: 78px;
}

.gsys .product_tien {
	margin-top: -17px;
}

.gsys_box {
	width: 1200px;
	height: 906px;
	margin: -50px auto 0;
	position: relative;
	transform: scale(.8);
}

.gsys_box:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 599px;
	top: 0;
}

.gsys_one {
	height: 280px;
	margin-bottom: 0;
}

.gsys_one_img {
	width: 500px;
	height: 260px;
	border: 1px solid #fff;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .15);
	float: left;
	margin-left: 17px;
}

.gsys_one_img1 {
	width: 520px;
	height: 260px;
}

.gsys_one_img2 {
	float: right;
	margin-right: 17px;
}

.gsys_img_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gsys_one_cont {
	width: 516px;
	float: right;
	position: relative;
}

.gsys_one_cont1 {
	padding-top: 18px;
}

.gsys_one_cont:before {
	content: '';
	width: 1px;
	height: 150px;
	background: #ccc;
	position: absolute;
	left: -72px;
	top: 1px;
}

.gsys_one_cont2:before {
	left: 587px;
}

.gsys_one_cont2 {
	float: left;
	padding-left: 10px;
	padding-top: 25px;
}

.gsys_one_cont3 {
	padding-top: 39px;
}

.gsys_num {
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #2f7eb0;
	font-family: "PingFang SC";
	font-weight: 300;
}

.gsys_one_ti {
	font-size: 32px;
	font-weight: 600;
	font-family: "PingFang SC";
	color: #ef9813;
	margin-top: 13px;
	line-height: 34px;
}

.gsys_one_nr {
	width: 520px;
	font-size: 16px;
	line-height: 36px;
	color: #555555;
	margin-top: 26px;
	padding-left: 40px;
	box-sizing: border-box;
}

.gsys_one4 .gsys_one_cont2 .gsys_one_nr4 {
	width: 500px;
	line-height: 36px;
}

.gsys_one_cont2 .gsys_one_nr {
	margin-top: 11px;
	line-height: 30px;
}

.gsys_one_cont2 .gsys_one_nr {
	margin-top: 20px;
	line-height: 30px;
	padding-left: 40px;
	box-sizing: border-box;
}

.gsys_one_nr p {
	position: relative;
}

.gsys_one_nr p:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #ef9813;
	border-radius: 50%;
	position: absolute;
	left: -27px;
	top: 12px;
}

.gsys_one_nr strong,
.gsys_one_nr b {
	color: #006cb0;
}


/*advantage end*/


/*about star*/


/*
.about {
	width: 100%;
	height: 750px;
}


.about_box {
	width: 1200px;
	height: 430px;
	margin: 50px auto 0;
}

.about_b {
	font-size: 30px;
	text-align: center;
	color: #333;
	padding-top: 77px;
}

.about_s {
	text-align: center;
	color: #444;
	font-size: 15px;
	margin-top: 13px;
	letter-spacing: 3px;
	position: relative;
}

.about_s:before {
	content: '';
	display: block;
	width: 600px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.about_s:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #006cb0;
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
}

.about_left {
	width: 500px;
	float: left;
	padding-top: 18px;
}

.about_left_line {
	width: 80px;
	height: 2px;
	background: #006cb0;
	margin: 50px 0 40px;
}

.about_right {
	width: 612px;
	height: 416px;
	float: right;
	position: relative;
}

.about_right:before {
	content: '';
	display: block;
	width: 5px;
	height: 80%;
	background: #006cb0;
	position: absolute;
	right: -5px;
	bottom: 0;
}

.about_right:after {
	content: '';
	display: block;
	width: 90%;
	height: 5px;
	background: #006cb0;
	position: absolute;
	right: -5px;
	bottom: -5px;
}

.about_right_box {
	overflow: hidden;
	width: 612px;
	height: 416px;
}

.about_nr {
	font-size: 14px;
	line-height: 36px;
	color: #555;
}

.about_nr p {
	margin-bottom: 11px;
}

.about_more {
	display: block;
	width: 136px;
	height: 36px;
	background: url(../images/reme.png) no-repeat;
	margin: 40px 0 0;
	transition: .3s;
}

.about_more:hover {
	transform: translateX(10px);
}

.about_nav {
	height: 47px;
	margin-top: 45px;
}

.about_nav a {
	display: inline-block;
	width: 150px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #fff;
	background: #016cb2;
	font-size: 14px;
	margin-right: 5px;
	position: relative;
}

.about_nav a:hover {
	text-decoration: underline;
}*/

.about {
	width: 100%;
	height: 470px;
	background: #37a9f1;
	overflow: hidden;
}

.about_box {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.about_img {
	width: 720px;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0;
	overflow: hidden;
}

.about .about_img img {
	transition: .3s;
	
}
.about:hover .about_img img {
	transform: scale(1.1);

}

.about_cont {
	width: 427px;
	background: url(../images/aboutti.png) no-repeat left 0 top 67px;
	height: 100%;
	float: right;
	padding-top: 121px;
	box-sizing: border-box;
	color: #fff;
}

.about_name {
	font-size: 26px;
}

.about_name:after {
	content: '';
	display: block;
	width: 960px;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	margin: 24px 0 18px 0;
}

.about_nr {
	font-size: 14px;
	line-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 136px;
}

.aboutmore {
	display: block;
	width: 135px;
	height: 36px;
	line-height: 36px;
	margin-top: 32px;
	background: #fff;
	font-size: 16px;
	color: #37a9f1;
	text-align: center;
}

.aboutmore:hover {
	animation: aboutmore 1s ease-in-out;
}

@keyframes aboutmore {
	from {
		transform: scale(1);
	}
	50% {
		transform: scale(.8);
	}
	to {
		transform: scale(1);
	}
}

.jdal {
	width: 100%;
	height: 470px;
	overflow: hidden;
	position: relative;
	background: rgba(102, 182, 232, 0.14);
	margin-top: -100px;
}

.photos_scroll {
	width: 1200px;
	height: 420px;
	margin: -23px auto 0;
	position: relative;
	/* padding-top: 20px; */
	box-sizing: border-box;
}

.photos_scroll .prev {
	width: 45px;
	height: 45px;
	background: url(../images/photojt.png) left -45px top 0;
	position: absolute;
	left: 45px;
	top: 43%;
	transform: translateY(-50%);
}

.photos_scroll .next {
	width: 45px;
	height: 45px;
	background: url(../images/photojt.png) left -45px top 0;
	position: absolute;
	right: 45px;
	top: 43%;
	transform: translateY(-50%) rotateZ(180deg);
}

.photos_scroll .prev:hover,
.photos_scroll .next:hover {
	background: url(../images/photojt.png) left -45px top 0;
}

.photos_scroll:before {
	content: '';
	display: block;
	width: 1306px;
	height: 100%;
	/* background: #e8ebef; */
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.photos_scroll .bd {
	width: 1200px;
	/* height: 182px; */
	margin: 0 auto 0;
	transform: scale(.8);
}

.photos_scroll .bd li {
	width: 288px;
	/* background: skyblue; */
	height: 182px;
	height: 386px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 16px;
	padding-top: 20px;
}

.photos_scroll .bd li a {
	display: block;
	width: 288px;
	height: 288px;
	position: relative;
}

.photos_scroll .bd li a img {
	width: 100%;
	transition: .5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.photos_scroll .bd li:hover img {
	transform: translateY(-50%) scale(1.05);
}

.photos_scroll .bd li p {
	text-align: center;
	margin-top: 40px;
	font-weight: 400;
	font-size: 18px;
}

.photos_scroll .bd li:hover p {
	color: #006cb0;
}


/*about end*/


/*news star*/

.news {
	width: 100%;
	height: 540px;
	background: #fff;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
	padding-top: 75px;
}

.news_box {
	width: 960px;
	margin: 0 auto;
	/* transform: scale(.8); */
}

.news_left {
	width: 460px;
	float: left;
}

.news_right {
	width: 460px;
	float: right;
}

.news_ti {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-left: 16px;
	margin-bottom: 33px;
	position: relative;
}

.news_ti:before {
	content: '';
	display: block;
	width: 5px;
	height: 24px;
	background: #333333;
	position: absolute;
	left: 0;
	top: 5px;
}

.news_ti span {
	font-size: 14px;
	font-family: arial;
	color: rgba(51, 51, 51, .7);
	text-transform: uppercase;
	font-weight: normal;
}

.news_ti a {
	font-size: 14px;
	font-family: arial;
	color: #333333;
	float: right;
	font-weight: normal;
	display: inline-block;
	transform: translate(-6px, 18px);
}

.news_ti a:hover {
	color: #0003fc;
}

.news_img {
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.news_te {
	height: 150px;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 28px;
}

.news_te_ti {
	font-size: 18px;
	color: #333;
	position: relative;
	height: 24px;
	padding: 0 80px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_te_ti a {
	color: #333;
}

.news_te_ti a:hover {
	color: #0003fc;
}

.news_te_ti span {
	font-size: 12px;
	color: rgba(51, 51, 51, .6);
	position: absolute;
	right: 0;
	top: 6px;
}

.news_te_line {
	display: block;
	width: 60px;
	height: 2px;
	background: #393e46;
	margin: 19px 0 16px;
}

.news_te_nr {
	color: #393e46;
	font-size: 14px;
	height: 56px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gsnews {
	margin-top: 8px;
}

.gsnews li {
	width: 100%;
	height: 60px;
	line-height: 71px;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	box-sizing: border-box;
	font-size: 15px;
	color: #333333;
	padding: 0 40px 0 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsnews li:first-child {
	display: none;
}

.gsnews li a {
	color: #333;
}

.gsnews li a:hover {
	color: #0003fc;
}

.gsnews li:nth-child(2n 1) {
	float: right;
}

.gsnews li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: rgba(51, 51, 51, .6);
}

.hynews li {
	width: 460px;
	height: 140px;
	background: #e8ebef;
	margin-bottom: 14px;
	padding: 33px 43px 0 58px;
	box-sizing: border-box;
	position: relative;
}

.hynews li:hover {
	background: #4c8cc9;
}

.hynews_ti {
	box-sizing: border-box;
	font-size: 16px;
	color: #222222;
	position: relative;
	height: 21px;
	padding-right: 80px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hynews_ti a {
	padding: 0 60px 0 25px;
	position: relative;
	color: #222;
}

.hynews_ti a:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #858789;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 8px;
}

.hynews li:hover .hynews_ti a:before {
	background: #fff;
}

.hynews_ti span {
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 0;
	top: 2px;
}

.hynews li:hover .hynews_ti span {
	color: rgba(255, 255, 255, .5);
}

.hynews_nr {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #666666;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hynews li:hover .hynews_ti,
.hynews li:hover .hynews_nr,
.hynews li:hover .hynews_ti a {
	color: #fff;
}

.hynews_more {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about_ti {
	width: 1200px;
	margin: 0 auto 0;
	padding-top: 43px;
	font-size: 32px;
	font-weight: 800;
	/*font-family: "PingFang SC";*/
	color: #006cb0;
}

.about_ti span {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	font-family: arial;
}


/*.fangan{
	width: 100%;
	height: 539px;
	background: url(../images/bluebg.jpg) top 0 center;
}*/

.public_title {
	width: 100%;
	height: 136px;
	/* background: #fff; */
	padding-bottom: 3px;
}

.public_title_box {
	width: 960px;
	/*height: 100%;*/
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding: 42px 0px 8px 0px;
	box-sizing: border-box;
	position: relative;
}

.public_title_big {
	font-size: 30px;
	color: #006cb0;
}

.public_title_big span {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 0 3px;
	transform: translateY(-3px);
	color: #666;
	font-family: arial;
}

.public_title_big span b {
	color: #017fcb;
}

.public_more {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 12px;
	color: #999;
	font-family: arial;
}

.public_more:hover {
	color: #006cb0;
}

.public_nav {
	width: 770px;
	height: 47px;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.public_nav a {
	font-size: 15px;
	color: #444;
	padding: 0 2px 21px 2px;
	margin-right: 35px;
}

.public_nav a:hover {
	border-bottom: 3px solid #0da08d;
	color: #0da08d;
}

.hzms_en {
	text-align: center;
	color: #0779c2;
	font-size: 44px;
	padding-top: 64px;
	letter-spacing: 4px;
	font-weight: bold;
	position: relative;
}

.hzms_en:before {
	content: 'ADVANTAGE';
	position: absolute;
	left: 50%;
	top: 103%;
	transform: translate(-50%, -50%);
	color: rgba(0, 0, 0, .02);
	/* font-family: auto; */
	font-size: 110px;
	z-index: -1;
	text-shadow: 3px 4px;
}

.hzms_en span {
	font-size: 54px;
	font-family: georgia;
}

.hzms_cn {
	font-size: 24px;
	color: #666;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 1px;
}


/*news end*/