ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

html,
body,
div,
p,
ul,
li {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 14px;
	line-height: 24px;
	background: #f9f9f9;
	color: #333;
	min-width: 1200px;
	font-family: "微软雅黑","黑体","宋体","OPENSANS"!important;
	overflow-x:hidden;
}

input,
button,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #333;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none {
	display: none;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}


/*header*/

.top_bg {
	width: 100%;
	height: 223px;
	position: absolute;
	top: 0px;
	z-index: 999;
	background: #fff;
	min-width: 1200px;
}

.toper {
	width: 100%;
	background: #f9f9f9;
	border-bottom: 1px solid #eeeff2;
	color: #999999;
	overflow: hidden;
	line-height: 36px;
}

.toper_left {
	width: 400px;
	float: left;
}

.toper_right {
	width: 800px!important;
	float: right;
}

.toper_right ul {
	float: right;

}

.toper_right li {
	float: left;
	margin-right: 30px;
}

.toper_right li:nth-last-child(1) {
	margin-right: 0px;
}

.toper_right li img {
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}

.toper_right li a {
	color: #666666;
	transition: all 0.3s;
}

.toper_right li a:hover {
	color: #337ce8;
}

.header {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
}

.header .logo {
	width: 224px;
	height: 74px;
	float: left;
	margin-top: 35px;
}

.header .search {
	width: 510px;
	float: left;
	margin-left: 140px;
	margin-top: 35px;
}

.header .search_bk {
	border: 2px solid #337ce8;
	height: 46px;
}

.header .search_keyword {
	width: 820px;
	padding-top: 12px;
	overflow: hidden;
	position:  relative;
}

.header .search_keyword li {
	float: left;
	color: #b3b3b3;
	font-size: 13px;
}

.header .search_keyword li a {
	padding: 15px 6px 15px 15px;
	color: #b3b3b3;
	transition: all 0.3s;
}

.header .search_keyword li a:hover {
	color: #337ce8;
}

.header .yxd {
	width: 135px;
	height: 48px;
	float: left;
	margin-top: 35px;
	background: #ff8600;
	color: #fff;
	font-size: 17px;
	line-height: 48px;
	margin-left: 25px;
}
.header .zxd {
	width: 135px;
	height: 48px;
	float: left;
	margin-top: 35px;
	background: #0045ac;
	color: #fff;
	font-size: 17px;
	line-height: 48px;
	margin-left: 25px;
}
.header .yxd img {
	float: left;
	margin: 12px 15px 0 15px;
}
.header .zxd img {
	float: left;
	margin: 12px 10px 0 12px;
	width:24px;
	height: 24px;
}
.header .yxd a,.header .zxd a {
	display: block;
	color: #fff;
}

.inputsr {
	width: 320px;
	float: left;
	line-height: 40px;
	color: #999999;
	padding: 0 10px;
	font-family: "微软雅黑";
	font-size: 16px;
}

.btnsr {
	width: 130px;
	height: 44px;
	line-height: 44px;
	float: right;
	background: #337ce8;
	color: #fff;
	font-size: 17px;
}

.btnsr img {
	float: left;
	margin: 13px 13px 0 20px;
}

.btnsr a {
	color: #fff;
	display: block;
}

.nav {
	width: 100%;
	background: #337ce8;
	height: 46px;
	clear: both;
	z-index: 10000;
	position: relative;
}

.menu {
	width: 1254px;
	float: left;
	line-height: 46px;
}
.menu li {
	position: relative;		
	float: left;
	transition: all 0.3s;
}
.menu li a.nav_a {
	color: #fff;
	_padding:0 50px;
	display: block;
	font-size: 16px;
	width: 135px;
	text-align: center;
}
.menu li a.nav_a:hover {
	background: #0749ab;
	
}
.hotpic {
	position: absolute;
	top: -15px;
	left: 65px;
}

.hotel {
	width: 160px;
	float: right;
	font-size: 17px;
	color: #fff;
	line-height: 46px;
}

.hotel img {
	float: left;
	margin: 10px 10px 0 0;
}


/*banner*/

.swiper-container {
	margin-top: 223px;
	position: relative;
}


/*footer*/

footer {
	width: 100%;
	background: #2d3845;
	padding-top: 55px;
	overflow: hidden;
	color: #fff;
}

.indexcontact {
	width: 360px;
	float: left;
}

.indexcontact .tel {
	width: 360px;
	padding: 20px 0;
	overflow: hidden;
	font-size: 15px;
}

.bottomnav {
	width: 706px;
	float: left;
}

.bottomnav .bnlist {
	width: 756px;
}

.bottomnav .bnlist::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	clear: both;
}

.bottomnav .bnlist .navcom {
	padding: 0 40px;
	float: left;
	border-right: 1px solid #384657;
	text-align: center;
}

.bottomnav .bnlist .navcom li {
	font-size: 14px;
	color: #999999;
}

.bottomnav .bnlist .navcom li a {
	font-size: 14px;
	color: #999999;
	transition: all 0.3s;
}

.bottomnav .bnlist .navcom li a:hover {
	font-size: 14px;
	color: #fff;
}

.ewm {
	width: 134px;
	float: left;
}

.bordernone {
	border: none !important;
}

.footerlink {
	color: #586677;
	padding: 25px 0;
}

.footerlink a {
	color: #586677;
	transition: all 0.3s;
}

.footerlink a:hover {
	color: #999999;
}

.bottom {
	width: 100%;
	background: #384657;
	line-height: 34px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.bottom a {
	color: #fff;
}

.customer_service {
	width: 100%;
	background: #337ce8;
	padding: 40px 0 60px 0;
	overflow: hidden;
}

.customer_service .top4 {
	width: 1200px;
	margin: 0 auto;
}

.customer_service .top4 h1 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-family: 'PINGFANG BOLD';
}

.customer_service .top4 h2 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 44px;
}

.customer_service .top4 h3 {
	width: 36px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
}

.customer_service .typelist {
	padding-top: 50px;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.customer_service .typelist li {
	width: 160px;
	float: left;
	text-align: center;
	color: #fff;
	margin: 0 45px 25px 45px;
}

.customer_service .typelist li img {
	width: 98px;
	height: 98px;
	transition: all 0.3s;
}

.customer_service .typelist li:hover img {
	transform: rotateY(180deg);
}

.customer_service .typelist li .font1 {
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}

.customer_service .typelist li .font1 p {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	line-height: 20px;
}

.ny_banner {
	width: 100%;
	min-width: 1200px;
	margin-top: 223px;
	height: 394px;
}
.aboutbaner{
	background: url(../images/about_02.png) no-repeat top center;
}
.about2baner{
	background: url(../images/gy_02.png) no-repeat top center;
}
.contactbaner{
	background: url(../images/px_02.png) no-repeat top center;
}
.hdbaner{
	background: url(../images/hd_02.png) no-repeat top center;
}
.neibaner{
	background: url(../images/as_02.png) no-repeat top center;
}
.rzbaner{
	background: url(../images/rz_02.png) no-repeat top center;
}
.page {
	width: 80%;
	clear: both;
	margin: 30px auto 50px auto;
}

.list_page {
	text-align: right;
}

.list_page1 {
	text-align: center;
}

.list_page a,
.list_page1 a {
	background: #fff;
	padding:0 5px;
	margin-right: 10px;
	height: 20px;
	line-height: 25px;
	color: #777777;
	font-weight: normal;color: #2d64b3;
	border: 1px solid #d6d6d6;
}

.list_page a.currt,
.list_page1 a.currt {
	background: #fff;
	color: #333333;
	border: 1px solid #fff;
}
	.clear-both::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		opacity: 0;
		clear: both;
	}

.n_honor{width:100%;}
.n_honor li  {
	float:left;
	display: block;
	text-align:center;
	margin:0 22px 0 8px;
	height: 310px;
	width:180px;

}
.n_honor li .name {
	padding: 10px 0 0 0;
	line-height: 20px;

}
.n_honor li:nth-child(4n) {

	margin-right:0px;

}
.n_honor li img {
	width: 160px;
	height: 230px;
	display: block;
	border: 10px solid #fff;
	box-shadow:0 0 10px #ccc;
}

.about2{
	padding:10px 0;
	overflow: hidden;
	color: #666666;
}

.about2 .ti2{
	background: url(../images/about3.png) no-repeat left;
	padding-left: 25px;
	font-size: 15px;
	clear: both;
	color: #666666;
	margin: 20px 0;
	font-weight: bold;
}
.abworkshop{
	width:100%;
	clear: both;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.abworkshop li{
	width:23%;
	float: left;
	margin-right: 2.5%;
}
.abworkshop li:nth-child(4){
	margin-right: 0;
}
.abworkshop li img{

	padding: 5px;
	width:95%;
	border: 1px solid #d9d9d9;
}
.aboutsr{
	width:100%;
	clear: both;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.aboutsr li{
	width:23%;
	text-align: center;
	float: left;
	margin-right: 2.5%;
}
.aboutsr li img{
	width:95%;
}
.aboutsr li:nth-child(4){
	margin-right: 0;
}

.quality .iso .number .pn  a b{display:none; }
.quality .iso .number .pn  a:hover{color:#333;   }
.quality .iso .number .pn  a:hover b{display:inline; position:absolute; padding:5px 5px 10px 10px; box-shadow:0 0 5px #ccc; background:#fff;}



.menu li .setNav {
	position: absolute;
	left: 44%;
	margin-left: -68px;
	top: 100%;
	z-index: 999;
	padding:;
	background:#337ce8;
	width: 150px;
	display: none;
}

.menu li .setNav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	margin-right: 0;
	padding:5px 10px;	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all 0.3s;
	
}

.menu li .setNav li  {
	display: block;

	width:100%;

	text-align: center;	
}
.menu li .setNav li a:hover {
	background: #0749ab;
	
}