@charset "utf-8";
/* CSS Document */

body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	overflow-x: hidden;
}
td, th {
	padding: 0;
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	padding: 0;
	margin: 0; /*box-sizing: border-box;*/
}
body, table, td, tr, th, input, select {
	font: 14px/25px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: 'Microsoft YaHei', Helvetica;
}
li {
	list-style: none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	/*height: auto!important;*/

	max-width: 100%!important;
	image-rendering: -webkit-optimize-contrast;
}
.clear {
	clear: both;
	visibility: hidden;
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #57391f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
i, cite, em {
	font-style: normal
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none
}
h1 {
	font-size: 34px;
	line-height: 45px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
/*********************/

.skinw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
}
 @media (max-width:1299px) {
.skinw {
	width: 95%;
}
.container {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
}
/*Header*/

.header {
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #eeee;
}
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	color: #818080;
	font-size: 12px;
}
.top_main li {
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main li a {
	color: #818080;
}
.logo {
	/*width: 405px;*/

	float: left;
	padding-top: 13px;
}
.h_dw {
	font-size: 17px;
	color: #000;
	width: 420px;
	line-height: 30px;
	float: left;
	padding: 25px 0 0 22px;
	background: url(../images/t_line.png) no-repeat 0 28px;
	margin-left: 15px;
}
.h_dw b {
	/*display: block;*/

	font-size: 24px;
	color: #000;
	/*font-family: "Source Han Sans CN", SimHei, 微软雅黑;*/

	padding-right: 122px;
}
.md_rt {
	float: right;
	height: 90px;
}
.md_rt dl dt {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: 35px;
}
.md_rt dl dd {
	float: left;
	/*margin-left: 10px;*/

	margin-top: 17px;
}
.md_rt dl dd label {
	display: block;
	margin-top: 22px;
}
.md_rt dl dd label span {
	font-size: 17px;
	color: #505050;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	padding-right: 10px;
}
.md_rt dl dd label em {
	font-weight: bold;
	color: #000;
	font-size: 26px;
	font-family: "Impact";
}
.navtop {
	height: 60px;
	background: #0e6fda;
	/*overflow:hidden;*/
	/*box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);*/
}
.headerNav {
	line-height: 60px;
}
.headerNav li {
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	position: relative;
	width: 14.1%;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.headerNav li:nth-child(1) {
	border-left: 1px solid rgba(255,255,255,0.3);
}
.headerNav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
	height: 60px;
	line-height: 60px;/*padding: 0 16px;*/
}
.headerNav li a.navbg:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ffc231;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.headerNav li:hover a.navbg:before {
	transform: scaleX(1);
}
.headerNav li:hover a.navbg {
	color: #fff;
	transition: ease .65s;
}
.headerNav li .subnav {
	background: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 199;
}
.headerNav li .subnav {
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc2727, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.headerNav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.headerNav li .subnav a {
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	background: rgba(14,111,218,0.95);
	box-sizing: border-box;
}
.headerNav li .subnav a:hover {
	color: #fff;
	background: #ffa200;
}
.headerNav li .current {
	color: #fff;
}
.headerNav li .current:hover {
	color: #fff;
	border-bottom: none;
}
/*手机端*/
.hidden-g {
	display: none;
}
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #0e6fda;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .h-nav-g .i_tel {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/tel.png);
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	width: 40px;
}
.hidden-g .ul-small {
	background: #0e6fda;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	transform: translateX(220px);
	transition: 300ms;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}
.hidden-g .ul-small ul li a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	display: block;
	font-size: 16px;
}
.hidden-g .translate {
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.hidden-g .translate2 {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

 /*@media (min-width: 768px) and (max-width: 1024px) {

.top_main, .header, .navtop {

	display: none;

}

.hidden-g {

	display: block;

}

.swiper-container {

	padding-top: 60px

}

}*/

 @media (max-width: 768px) {
.top_main, .header, .navtop {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-container {
	padding-top: 60px
}
}
.swiper-container img {
	display: block
}
/*FOOTER*/

footer {
	width: 100%;
	height: auto;
	background-size: cover;
	overflow: hidden;
}
.ft_contain {
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
	background: #0e6fda;
}
.ft_contact {
	width: 30%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}
.ft_contact h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}
.ft_contact h5 a {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}
.ft_logo {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ft_logo img {
	display: block;
}
.ft_contact .follow_tel {
	display: block;
	margin: 30px 0px;
	overflow: hidden;
}
.ft_contact .follow_tel p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	font-family: "Arial";
	margin-bottom: 10px;
}
.ft_nav {
	width: 40%;
	margin: 0 5%;
	float: right;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.ft_nav_li {
	width: 100%;
	margin-bottom: 25px;
	height: auto;
	overflow: hidden;
}
.ft_nav_li h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ft_nav_li h5 a {
	color: #FFF;
}
.ft_nav_li li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
	font-size: 16px;
	color: #cacaca;
	line-height: 1.5;
	transition: 0.36s;
}
.ft_nav_li li a {
	color: #fff;
	font-size: 15px;
}
.ft_nav_li li:hover a {
	text-decoration: underline;
	color: #fff;
	opacity: 1;
}
.ft_share {
	/*width: 20%;*/

	float: right;
	overflow: hidden;
	box-sizing: border-box;
}
.ft_share .follow_share {
	display: block;
}
.ft_share .follow_share .code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.ft_share .follow_share .code .codeimg {
/*padding: 0 20px;*/

}
.ft_share .follow_share .code .codeimg img {
	display: block;
	width: 130px;
	margin: auto;
}
.ft_share .follow_share .code .title {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 5px 0;
}
.copyright {
	padding: 20px 0;
	background: #0056ab;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	font-family: "Arial";
}
.copyright p {
	line-height: 26px;
	color: #cacaca;
}
.copy {
	width: 80%;
	float: left;
}
.copy a {
	color: #fff;
}
.copyright p a {
	color: #cacaca;
}
.copyright p a:hover {
	text-decoration: underline;
	color: #FFF;
	transition: 0.5s;
}
.foot-rtlink {
	float: right;
}
.foot-rtlink a {
	color: #fff;
}
.otherinfo a {
	color: #cacaca;
}
.otherinfo a:hover {
	text-decoration: underline;
	color: #FFF;
	transition: 0.5s;
}
 @media only screen and (max-width:996px) {
.ft_nav {
	display: none;
}
.ft_share {
	display: none;
}
.ft_contact {
	text-align: center;
	width: 100%;
	max-width: none;
	margin-bottom: 20px;
}
.ft_logo img {
	margin: auto;
}
.copyright {
	display: block;
	text-align: center;
}
}
