@charset "utf-8";
/* CSS Document */
/*前景色*/
/*#073f7e*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
table{
	margin-left: auto;margin-right: auto;
}
body {
	font-size: 13px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	text-align: justify;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
.header {
	height: 60px;
	width: 100%;
	min-width: 1020px;
	background-color: #fafafa;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.headerk {
	width: 1020px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	float: left;
	width: 205px;
	height: 40px;
	margin-top: 13px;
}
.logo img {
	height: 34px;
}
.nav {
	float: left;
	width: calc( 100% - 205px - 205px );
	height: 40px;
	line-height: 40px;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}
.nav_line {
	width: 86px;
	height: 4px;
	background-color: #073f7e;
	top: 50px;
	position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav ul {
	width: 100%;
	display: block;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.nav ul li {
	float: left;
	height: 50px;
	position: relative;
}
.nav ul li>a {
	text-decoration: none;
	color: #4A4A4A;
	padding-left: 19px;
	padding-right: 19px;
	display: block;
}
.nav ul li:hover a, .nav ul li.on a {
	color: #073f7e;
}
.nav ul li:last-child {
	padding-right: 0;
}
.nav ul li .child {
	position: absolute;
	width: auto;
	background-color: #fff;
	z-index: 100;
	top: 44px;
	display: none;
	min-width: 100%;
}
.nav ul li .child p {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	white-space: nowrap
}
.nav ul li .child a {
	/*    color: #073f7e;*/
	color: #4A4A4A;
}
.nav ul li:hover .child {
	display: block;
}
.nav ul li .child p:hover {
	background-color: #073f7e;
}
.nav ul li .child p:hover a {
	color: #fff;
}
.search {
	float: left;
	width: 205px;
	height: 30px;
	margin-top: 15px;
}
.search_input {
	height: 30px;
	width: calc( 100% - 30px );
	box-sizing: border-box;
	border: solid 1px #ccc;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.search_input::placeholder {
 font-size: 14px;
 color: #aaa;
}
.search_btn {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background-color: #073f7e;
	border: 0;
	color: #fff;
	float: left;
	position: relative;
}
.search_btn2{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: transparent;
	z-index: 2
}
.search_btn svg {
	width: 70%;
	height: 70%;
	margin-left: 15%;
	margin-top: 15%;
}
.search_btn svg path {
	fill: #fff;
}
.more {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
}
.more a {
	display: inline-block;
	width: auto;
	height: 44px;
	position: relative;
	line-height: 42px;
	overflow: hidden;
	background-color: #073f7e;
	border: solid 1px #073f7e;
	color: #fff;
	border-radius: 22px;
	box-sizing: border-box;
}
.more1 {
	width: 100%;
	height: 42px;
	position: relative;
	z-index: 2;
	text-align: center;
	display: block;
	border-radius: 22px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.more2 {
	width: 100%;
	height: 42px;
	border: solid 1px rgba(0,0,0,0);
	color: #073f7e;
	text-align: center;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	border-radius: 22px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.more a:hover .more1 {
	color: #073f7e;
}
.more a:hover .more2 {
	left: 0;
}
.more1 svg {
	width: 20px;
	height: 20px;
	margin-left: 11px;
	margin-top: 11px;
	float: right;
}
.more1 svg path {
	fill: #fff;
}
.more a:hover .more1 svg path {
	fill: #073f7e;
}
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1020px;
	background-color: #031236;
	padding-top: 80px;
	padding-bottom: 80px;
}
.footk {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.footl {
	width: 300px;
	/*    height: 230px;*/
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
}
.foot_logo {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 32px;
}
.foot_logo img {
	height: 35px;
	display: block;
}
.foot_copyright {
	font-size: 12px;
	color: rgba(255,255,255,.7);
}
.foot_copyright p {
	line-height: 16px;
	margin-bottom: 14px;
	text-align: left;
}
.foot_copyright p a {
	color: rgba(255,255,255,.7);
}
.foot_copyright p img {
	display: block;
	float: left;
	height: 16px;
	margin-right: 8px;
}
.foot_share {
	width: 100%;
	height: auto;
	display: none;
}
.share_item {
	float: left;
	width: 28px;
	height: 28px;
	position: relative;
	margin-right: 28px;
}
.share_item>img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.share_list_pop {
	position: absolute;
	bottom: 20px;
	width: 175px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	left: 50%;
	margin-left: -82px;
	display: none;
}
.share_item:hover .share_list_pop {
	display: block;
}
.share_list_popk {
	background-color: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}
.share_list_pop img {
	display: block;
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}
.share_list_pop i {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: -6px;
}
.share_list_pop i svg {
	width: 20px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
.share_list_pop i svg path {
	fill: #fff;
}
.footc {
	float: left;
	width: calc( 100% - 300px - 300px );
	height: auto;
	box-sizing: border-box;
}
.footc_item {
	float: left;
	height: auto;
	overflow: hidden;
	margin-right: 22px;/*	margin-bottom: 17px;*/
}
.footc_item:last-child {
	margin-right: 0;
}
.footc_item h1 a {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #fff;
	display: block;
}
.footc_item p a {
	font-size: 12px;
	line-height: 14px;
	color: rgba(255,255,255,.7);
	margin-bottom: 15px;
	display: block;
}
.footr {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 30px;
}
.ewm_item {
	float: left;
	width: 100px;
	margin-right: 15px;
}
.ewm_item:last-child {
	margin-right: 0;
}
.ewm_h1 {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
}
.ewm_item img {
	width: 100%;
}
.customer {
	width: 100%;
	min-width: 1020px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
.customer_tit {
	width: 1020px;
	height: auto;
	overflow: hidden;
	font-size: 34px;
	line-height: 36px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	color: #333;
}
.customer_tit span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75px;
	height: 3px;
	background-color: #073f7e;
	margin-top: 25px;
}
.customer_box {
	width: 1020px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.customer_h1 {
	font-size: 16px;
	text-align: center;
	color: #073f7e;
	font-weight: bold;
	padding-top: 15px;
}
.customer_slide {
	padding-bottom: 50px;
}
.customer_slide img {
	display: block;
	width: 100%;
}
.consult {
	width: 100%;
	min-width: 1020px;
	height: auto;
	overflow: hidden;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-image: url(../images/consultbg.jpg);
	text-align: center;
}
.consultk {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: rgba(0,0,0,0.2);
}
.consult_h1 {
	font-size: 28px;
	/*    font-weight: bold;*/
	margin-bottom: 15px;
}
.consult_p {
	font-size: 16px;
}
.consult_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
}
.consult_more a {
	display: inline-block;
	width: auto;
	height: 44px;
	position: relative;
	line-height: 42px;
	overflow: hidden;
	background-color: #073f7e;
	border: solid 1px #073f7e;
	color: #fff;
	border-radius: 22px;
	box-sizing: border-box;
}
.consult_more .more1 {
	width: 100%;
	height: 42px;
	position: relative;
	z-index: 2;
	text-align: center;
	display: block;
	border-radius: 22px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.consult_more .more2 {
	width: 100%;
	height: 42px;
	border: solid 1px rgba(0,0,0,0);
	color: #073f7e;
	text-align: center;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	border-radius: 22px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.consult_more a:hover .more1 {
	color: #073f7e;
}
.consult_more a:hover .more2 {
	left: 0;
}
.consult_more a:hover .more1 svg path {
	fill: #073f7e;
}
.news_box_page {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.pagination {
	display: inline-block;
}
.pagination li {
	float: left;
	display: block;
	margin-right: 5px;
}
.pagination li span, .pagination li a {
	display: block;
	color: #666;
	background: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
}
.pagination li.disabled a {
	color: #aaa;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li.active a {
	color: #aaa
}
.pagination li:hover a {
	border-color: #073f7e;
	color: #073f7e;
}
.right_fiexd {
	position: fixed;
	right: 0px;
	top: 50%;
	background: #fff;
	z-index: 9;
}
.right_fiexd ul li {
	width: 70px;
	height: 70px;
	position: relative;
	margin-bottom: 1px;
}
.right_fiexd ul li.email {
	margin-bottom: 0px;
}
.right_fiexd ul li p {
	background: url("../images/right_mask.png") no-repeat;
	width: 230px;
	height: 70px;
	top: 0;
	left: -240px;
	position: absolute;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	display: none;
}
.right_fiexd ul li.email p {
	font-size: 18px;
}
.right_fiexd ul li:hover p {
	display: block;
}
