* {
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: "microsoft yahei", arial;
	text-decoration: none;
	list-style: none;
}
.fl{ float: left;}
.fr{float: right;}
.clear:after{ content: ''; display: table; clear: both; }
.img100 img{vertical-align: bottom;width: 100%;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

img {
	border: none;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.maxw {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

header {
	height: 90px;
	border-top: 2px solid #309a9a;
	position: relative;
	z-index: 10;
}

.header-box {
	height: 100%;
}

.header-box .logo {
	float: left;
	overflow: hidden;
	margin-top: 18px;
}

.header-box .logo a {
	display: block;
	overflow: hidden;
}

.header-box .logo img {
	float: left;
	width: 243px;
	height: 59px;
}

.hr-right {
	float: right;
	height: 100%;
	position: relative;
	z-index: 1;
}

.hr-right .hr-nav {
	float: left;
	height: 45px;
	margin-top: 45px;
	margin-right: -23px;
}

.hr-right .hr-nav li {
	float: left;
	height: 45px;
	margin-left: 8px;
	position: relative;
}

.hr-right .hr-nav li .nav1 {
	font-size: 14px;
	height: 45px;
}

.hr-right .hr-nav li .nav1 a {
	display: block;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	color: #000000;
	line-height: 35px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (min-width: 861px) {
	.hr-right .hr-nav li.active .nav1 a {
		color: #309a9a;
	}
	.hr-right .hr-nav li:hover .nav1 a {
		padding-top: 5px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		color: #309a9a;
	}
	.hr-nav2 {
		position: absolute;
		width: 140px;
		top: 43px;
		text-align: center;
		left: 50%;
		margin-left: -70px;
		background: #FFFFFF;
		border-top: 3px solid #309a9a;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
	}
	.hr-right .hr-nav li:hover .hr-nav2 {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
	.hr-right {
		display: block !important;
	}
	.hr-nav2 a:hover {
		background: #309a9a;
		color: #FFFFFF;
	}
}

.hr-nav2 a {
	line-height: 36px;
	color: #3d3a46;
	font-size: 13px;
	display: block;
}

.hr-tbox {
	width: 205px;
	height: 25px;
	background: url(../images/hr-search.png) no-repeat center right;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

.hr-tbox .hr-fx {
	background: url(../images/hr-fx.png) no-repeat center center;
	width: 125px;
	height: 25px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	/*margin-right: 14px;*/
}

.hr-tbox .hr-fx span {
	display: block;
	float: left;
	font-size: 12px;
	color: #ffffff;
	line-height: 23px;
	margin-left: 12px;
}

.hr-tbox .hr-fx a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
}

.hr-tbox .hr-fx .wb {
	background-image: url(../images/hr-wb.png);
	margin-right: 3px;
}

.hr-tbox .hr-fx .qw {
	background-image: url(../images/hr-qw.png);
	margin-right: 2px;
}

.hr-tbox .hr-fx .wx {
	background-image: url(../images/hr-wx.png);
}

.hr-tbox .liuyan a {
	display: block;
	color: #FFFFFF;
	line-height: 25px;
}

.hr-tbox .ch-la {
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	color: #747177;
	font-weight: bold;
}

.hr-tbox .ch-la a {
	color: #747177;
	font-weight: bold;
}

.wap-open {
	height: 40px;
	width: 40px;
	position: absolute;
	background: #309a9a;
	right: 10px;
	top: 10px;
	cursor: pointer;
	overflow: hidden;
	display: none;
}

.wap-open span {
	display: block;
	height: 4px;
	width: 28px;
	background: #FFFFFF;
	position: absolute;
	left: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wap-open span:nth-child(1) {
	top: 10px;
}

.wap-open span:nth-child(2) {
	top: 18px;
}

.wap-open span:nth-child(3) {
	top: 26px;
}

.wap-open.active span:nth-child(2) {
	opacity: 0;
}

.wap-open.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 9px;
}

.wap-open.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
}

.main-banner {
	overflow: hidden;
	width: 100%;
	height: 297px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.main-box {
	overflow: hidden;
	padding-top: 16px;
}

.main-box .pin-wrapper {
	height: 0px !important;
}

.main-left {
	overflow: hidden;
	width: 237px;
	float: left;
}

.main-left .top-title {
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #548b8b;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 12px;
}

.main-lnav {
	overflow: hidden;
}

.main-lnav ul,
.main-lnav ul li {
	overflow: hidden;
}

.main-lnav ul li {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #030303;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}

.main-lnav ul li a {
	display: block;
	padding-left: 12%;
	padding-right: 12%;
	color: #030303;
	background-color: #FFFFFF;
	background-image: url(../images/main-lnav.png);
	background-repeat: no-repeat;
	background-position: 92% 9px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main-lnav ul li:hover a {
	padding-left: 17%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main-lnav ul li.active a {
	background-color: #309a9a;
	color: #FFFFFF;
}

.main-right {
	width: 935px;
	overflow: hidden;
	float: right;
}

.main-nav {
	overflow: hidden;
	line-height: 46px;
}

.main-nav a {
	display: block;
	float: left;
	font-size: 14px;
	color: #333333;
}

.main-nav a.active {
	color: #309a9a;
}

.main-nav span {
	background: url(../images/nav2.png) no-repeat center center;
	width: 20px;
	height: 46px;
	float: left;
	display: block;
	padding: 0px 1%;
}

.main-tops {
	height: 235px;
	overflow: hidden;
}

.main-tops .tt-box {
	float: left;
	width: 42.5%;
	overflow: hidden;
	height: 100%;
	background: #309a9a;
}

.main-tops .en {
	font-size: 44px;
	color: #e5e5e5;
	font-style: italic;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 116px;
	padding-left: 50px;
}

.main-tops .cn {
	font-size: 24px;
	color: #e5e5e5;
	line-height: 26px;
	padding-left: 50px;
}

.main-tops .tt-img {
	overflow: hidden;
	width: 57.5%;
	float: left;
	height: 100%;
	position: relative;
}

.main-tops .tt-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.main-body {
	overflow: hidden;
}

footer {
	/*overflow: hidden;*/
}

.footer-box {
	overflow: hidden;
	margin-bottom: 35px;
}

.footer-box .ft-logo {
	float: left;
	overflow: hidden;
	margin-top: 4px;
	margin-right: 51px;
}

.footer-box .ft-nav {
	overflow: hidden;
}

.footer-box .ft-nav .ft-li {
	float: left;
	overflow: hidden;
	padding-top: 4px;
	position: relative;
	padding-left: 52px;
	padding-bottom: 8px;
	min-height: 145px;
}

.ft-nav .ft-li1 {
	width: 142px;
}

.ft-nav .ft-li2 {
	width: 160px;
}

.ft-nav .ft-li3 {
	width: 185px;
}

.ft-nav .ft-li4 {
	width: 150px;
}

.ft-nav .ft-li5 {
	width: 130px;
}

.footer-box .ft-nav .ft-li:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #dedede;
	position: absolute;
	left: 0px;
	top: 0px;
}

.footer-box .ft-nav .top {
	overflow: hidden;
	margin-bottom: 12px;
}

.footer-box .ft-nav .top a {
	display: inline-block;
}

.footer-box .ft-nav .top .en {
	font-size: 12px;
	color: #8c8b8f;
	line-height: 16px;
	text-transform: uppercase;
}

.footer-box .ft-nav .top .cn {
	font-size: 14px;
	color: #3d3a46;
	line-height: 18px;
}

.footer-box .ft-nav .ns {
	overflow: hidden;
	font-size: 14px;
}

.footer-box .ft-nav .ns a {
	line-height: 22px;
	color: #b2b2b2;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-box .ft-nav .ns a:hover {
	color: #309a9a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

footer .cop {
	/*overflow: hidden;*/
	background: #275c5c;
	padding: 20px 0px;
}

footer .cop-left {
	/*overflow: hidden;*/
	float: left;
}

footer .cop-nav {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	/*overflow: hidden;*/
}

footer .cop-nav a {
	display: block;
	float: left;
	color: #FFFFFF;
}

footer .cop-nav span {
	width: 2px;
	height: 14px;
	background: #FFFFFF;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

footer .banquan {
	font-size: 12px;
	color: #b0baba;
	line-height: 20px;
}

footer .cop-right {
	/*overflow: hidden;*/
	float: right;
}

footer .cop-right .guanzhu {
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	/*overflow: hidden;*/
	margin-top: 6px;
}

.guanzhu span {
	float: left;
	padding-right: 7px;
}

.guanzhu a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 10px;
}

.guanzhu .wb {
	background-image: url(../images/wb.png);
}

.guanzhu .qw {
	background-image: url(../images/qw.png);
}

.guanzhu .wx {
	background-image: url(../images/wx.png);
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
	.header-box {
		margin-left: 15px;
		margin-right: 15px;
	}
	.hr-right .hr-nav {
		margin-right: 10px;
	}
	.main-banner {
		height: 260px;
	}
	.main-box,
	.footer-box,
	.cop-box {
		margin-left: 15px;
		margin-right: 15px;
	}
	.main-right {
		width: calc(100% - 235px);
	}
	.main-left {
		width: 210px !important;
	}
	.footer-box .ft-logo {
		width: 15%;
		margin-right: 0px;
	}
	.footer-box .ft-nav .ft-li {
		padding-left: 4%;
		width: 14%;
	}
	.footer-box .ft-nav .ft-li2,
	.footer-box .ft-nav .ft-li3 {
		width: 19%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1080px) {
	header {
		height: 70px;
	}
	.header-box .logo {
		margin-top: 13px;
	}
	.header-box .logo img {
		width: 185px;
		height: 45px;
	}
	.hr-right .hr-nav {
		margin-top: 25px;
	}
	.hr-right .hr-nav li .nav1 a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hr-nav2 {
		width: 120px;
		margin-left: -60px;
	}
	.main-banner {
		height: 240px;
	}
	.main-left {
		display: none;
	}
	.main-right,
	.main-tops .tt-box {
		width: auto;
		float: none;
	}
	.main-tops .tt-img {
		display: none;
	}
	.main-tops {
		height: auto;
		padding: 25px;
		background: #309a9a;
	}
	.main-tops .en,
	.main-tops .cn {
		margin-top: 0px;
		padding: 0px;
	}
	.main-box {
		padding-top: 0px;
	}
	footer {
		border-top: 2px solid #309a9a;
		box-shadow: 0px -2px 5px #CACACA;
	}
	.footer-box {
		overflow: hidden;
		margin-top: 15px;
		margin-bottom: 4px;
	}
	.footer-box .ft-logo {
		width: auto;
		float: none;
		margin-bottom: 15px;
	}
	.footer-box .ft-nav .ft-li:before {
		display: none;
	}
	.footer-box .ft-nav .ft-li {
		padding-left: 0;
		width: auto;
		float: none;
		min-height: inherit;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	.footer-box .ft-nav .ns p {
		display: inline-block;
		margin-right: 15px;
	}
	.footer-box .ft-nav .top {
		float: left;
		margin-right: 15px;
		width: 140px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
	.wap-open {
		display: block;
	}
	header {
		height: 60px;
		position: fixed;
		width: 100%;
		background: #FFFFFF;
		top: 0px;
		left: 0px;
		z-index: 999;
	}
	.header-box {
		margin: auto;
		padding: 0px 5px;
		position: relative;
	}
	.header-box .logo {
		margin-top: 12px;
	}
	.header-box .logo img {
		width: 144px;
		height: 35px;
	}
	.hr-tbox {
		position: relative;
		background: #FFFFFF;
		height: auto;
		width: 300px;
		padding: 15px 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.hr-tbox .liuyan {
		background: #309a9a;
		border-radius: 12px;
	}
	.hr-tbox .liuyan,
	.hr-search,
	.hr-tbox .ch-la {
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin: 0px 5px;
	}
	.hr-search,
	.hr-tbox .ch-la {
		width: 45px;
	}
	.hr-right {
		display: none;
		position: fixed;
		width: 100%;
		height: auto;
		top: 60px;
		left: 0px;
		background: #FFFFFF;
		border-top: 2px solid #309a9a;
		box-shadow: 0px 1px 5px #CACACA;
		overflow: auto;
		max-height: calc(100% - 62px);
	}
	.hr-right .hr-nav li {
		float: none;
		margin: auto;
		height: auto;
		border-top: 1px solid #eaeaea;
	}
	.hr-right .hr-nav {
		float: none;
		margin: auto;
		height: auto;
		border-bottom: 2px solid #309a9a;
	}
	.hr-right .hr-nav li .nav1 a {
		padding: 0px;
		line-height: 40px;
		text-align: center;
		font-size: 15px;
		color: #309a9a;
		font-weight: bold;
		position: absolute;
		z-index: -1;
		text-align: center;
		width: 100%;
	}
	.hr-right .hr-nav li .nav1 {
		height: 40px;
		position: relative;
		z-index: 1;
	}
	.hr-right .hr-nav li .nav1.active a {
		background: #309a9a;
		color: #FFFFFF;
	}
	.hr-nav2 {
		position: relative;
		width: auto;
		top: auto;
		text-align: center;
		left: auto;
		margin: auto;
		background: #FFFFFF;
		border-top: none;
		overflow: hidden;
		display: none;
	}
	.hr-nav2 a {
		line-height: 32px;
		color: #309a9a;
	}
	.main-banner {
		height: 170px;
		margin-top: 62px;
	}
	.main-tops .en {
		line-height: 20px;
	}
	.main-tops .en img {
		height: 18px;
	}
	.main-tops .cn {
		font-size: 15px;
	}
	.main-tops {
		padding: 10px 15px;
	}
	.footer-box,
	.guanzhu span {
		display: none;
	}
	footer {
		border: none;
		box-shadow: none;
	}
	footer .cop-left,
	footer .cop-right {
		float: none;
		text-align: center;
	}
	footer .cop-nav a,
	footer .cop-nav span,
	.guanzhu a {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-top: 0px;
	}
	.cop-right .guanzhu {
		text-align: center;
	}
	.guanzhu a {
		margin: 0px 5px;
	}
}