@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;
}
body, table, td, tr, th, input, select {
	font: 14px/25px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑";
}
li {
	list-style: none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	height: auto!important;
	max-width: 100%!important;
	image-rendering: pixelated;
}
.clear {
	clear: both;
	visibility: hidden;
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #0074bd;
}
.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: 1200px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
}
@media (max-width:1190px) {
.container {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
}
/*Header*/
.top_main {
	width: 100%;
	height: 51px;
	line-height: 51px;
	background-color: #efefef;
	color: #9e9e9e;
	font-size: 14px;
}
.top_main p {
	float: right;
	margin-right: 10px;
}
.top_main p a {
	padding: 0 15px 0 28px;
	display: inline-block;
	color: #9e9e9e;
}
.top_main .tico1 {
	background: url(../images/tico1.jpg) no-repeat 0 15px;
}
.top_main .tico2 {
	background: url(../images/tico2.jpg) no-repeat 0 15px;
}
.top_main .tico3 {
	background: url(../images/tico3.jpg) no-repeat 0 15px;
}
.top_main .tico3 em {
	font-size: 18px;
	font-weight: bold;
	color: #c51616;
	font-family: Arial;
}
.btright {
	float: right;
}
.btright a {
	padding: 0 15px 0 28px;
	display: inline-block;
	color: #666;
}
.btright a.china {
	background: url(../images/china.png) no-repeat 0 15px;
}
.btright a.english {
	background: url(../images/english.png) no-repeat 0 15px;
}
.header {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #f0f0f0;
}
.logo {
	float: left;
	padding-top: 15px;
}
.logo img {
	display: block;
}
.Navlist {
	height: 110px;
}
.Navlist li {
	float: left;
	font-size: 16px;
	line-height: 110px;
	position: relative;
}
.Navlist li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
}
.Navlist li.cur>a {
	color: #2a9ac5;
}
.Navlist li a:hover {
	color: #2a9ac5;
}
.item2 {
	display: none;
}
.Navlist li:hover .item2 {
	width: 100%;
	display: block;
	z-index: 999;
	position: absolute;
}
.item2 li {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 5px;
	background: rgba(0, 0, 0, 0.5);
}
.item2 li a {
	padding: 0;
	text-align: center;
	color: #fff
}
.item2 li:hover {
	background: rgba(62, 179, 223, 0.67);
}
.item2 li:hover a {
	color: #fff;
	font-weight: normal;
}
.m_Nav {
	display: none
}
@media only screen and (max-width:1108px) {
.Navlist li a {
	padding: 0 12px;
}
}
.swiper-container img {
	display: block;
	max-width: 100%;
}
/*------------手机站导航开始----------*/
.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: #fff;
	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: #000000;
	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: #3a3a3a;
	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;
}
.hidden-g .translate {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @media (max-width: 1024px) {
.header {
	display: none;
}
.top_main {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-container {
	padding-top: 60px
}
}
/*底部*/
.footer {
	padding-top: 40px;
	box-sizing: border-box;
	background: #313131 url(../images/f_bg.jpg) repeat-x center bottom;
	color: #fff
}
.foot-top {
	padding: 50px 0;
}
.foot-top .blo-box {
	padding: 0 5% 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
}
.foot-top .bl1 {
	width: 25%;
}
.foot-top .bl2 {
	width: 25%;
}
.foot-top .bl3 {
	width: 15%;
}
.foot-top .bl4 {
	width: 22%;
	float: right;
}
.foot-top .bl1 .dn1 {
	font-size: 18px;
	margin: 10px 0 0;
}
.foot-top .bl2 .bl-n .dn1 {
	font-size: 18px;
	color: #ffffff;
}
.foot-top .bl2 .bl-n .dn2 {
	font-size: 32px;
	color: #ffffff;
	margin: 2px 0 12px;
}
.foot-top .bl2 .bl-n .dn3 {
	font-size: 16px;
	line-height: 26px;
}
.foot-top .bl3 {
	text-align: center;
	padding: 0;
}
.foot-top .bl3 .dn1 {
	color: #ffffff;
	font-size: 18px;
}
.foot-top .bl3 .im1 {
	width: 98px;
	margin: 4px auto 8px;
}
.foot-top .bl4 {
	padding: 0
}
.foot-top .bl4 .dn1 {
	color: #ffffff;
	font-size: 18px;
}
.foot-top .bl4 a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 6px;
	opacity: 0.8;
	padding-right: 5px;
}
.foot-bot {
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding: 16px 0;
	overflow: hidden;
}
.foot-bot a {
	color: #8e8e8e;
}
.links {
	margin: 0 auto;
	height: 35px;
	margin-top: 8px
}
.links span {
	width: 90px;
	float: left;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #fff
}
.links a {
	margin-right: 20px;
	color: #afafaf;
	display: inline-block;
	line-height: 35px
}
@media (max-width: 768px) {
.foot-top {
	padding: 50px 0;
	overflow: hidden;
}
.foot-top .bl1 {
	width: 95%;
	text-align: center
}
.foot-top .bl2 {
	width: 95%;
	text-align: center
}
.foot-top .bl3 {
	width: 95%;
	text-align: center
}
.foot-top .bl4 {
	width: 95%;
	text-align: center
}
.foot-top .bl4 a {
	display: inline-block;
	padding: 5px;
}
.foot-top .bl2 i {
	display: none
}
}
