@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}
@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

::-webkit-scrollbar-corner {
	background-color: #000
}

::-webkit-scrollbar-resizer {
	background-color: #000
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}
.gray_bg{background: #f8f8f8;}
.wrap {
	width: 100%;
	float: left;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	padding-top: 80px;
	background: #f8f8f8;
	font-family:arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}
:focus{outline:none;}
body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

img,a,div,b,em,i,li,p,h3,span{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
}
.header_bg{background: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, .1);}
.header {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width:110px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image:url(logo.png);
	margin-top: 8px;
	float: left;
}
.header .logo.b {
	width: 93px;height: 54px;}
.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a.nav_link{
	display: block;
	text-align: center;
	line-height: 80px;
	padding:0 25px;
	height: 80px;
	font-size: 15px;
	position: relative;
	color: #333;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #333;
}

.header .nav li a.nav_link b {
	display: block;
	width: 100%;
	height: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position:absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: #000;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.lang_btn{
	display: block;
	float: right;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #000;
	border: 1px solid #000;
	display: block;
	margin-top: 25px;
	margin-left: 20px;
}

.lang_btn.a_scroll {
	margin-top: 20px;
}

.lang_btn:hover {
	background: #fff;
	color: #000;
}
.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 9;
}

.sidebar ul {
	background: #242424;
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #242424;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}
.sidebar ul li span img{
width: 96px;}
.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #000;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.web_f {
	width: 100%;
	height: 485px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*分页*/

.curr {
	border: 1px solid #666;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #666;
}

a.page:visited {
	border: 1px solid #666;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	color: #666;
	text-decoration: none;
}

.ra a:hover {
	color: #666;
	text-decoration: underline;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}

/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc373171, endColorstr=#cc373171);
	background: rgba(0,0,0,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 80px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #000;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


.news_show_content {
	overflow: hidden;
	padding: 0 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 774px;
	height: auto;
	margin-left: -24px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}
.pt-480 {
	margin-top: 460px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.package {
	clear: both;
	padding: 60px 0 50px 0;
	overflow: hidden;
}
.new_package{
	clear: both;
	padding: 60px 0 50px 0;
}
.package p{line-height: 2;color: #666;font-size: 14px;}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.header_bk .topdown ul li a.pro_list_img {
	display: block;
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul .pro_list span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}


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

.news_show_content {
	float: right;
	width: 750px;
}


.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}
.header .head_search{float: right;width: 80px;height: 100%;margin-left: 0px;}
.header .head_search i{display: block;height: 100%;background-image: url(search.png);width: 80px;background-repeat: no-repeat;background-position: center;cursor: pointer;}
.header .head_search form{display: block;position: absolute;right: 0;top: 80px;padding:0 20px;height: 0;overflow: hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fba3231, endColorstr=#7fba3231);
	background: rgba(0,0,0,.5);}
.header .head_search input[type="text"]{display: block;float: left;width: 150px;line-height: 28px;height: 28px;overflow: hidden;border: 1px solid #eee;color: #999; padding: 0 10px;text-align: left;}
.header .head_search input[type="submit"]{display: block;float: left;width: 50px;height: 30px;background-image: url(search_icon.png);background-repeat: no-repeat;background-position: center;background-size: 60%;cursor: pointer;background-color: #000;}
.header .head_search:hover form{height: 30px;padding:15px 20px;}
.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}
.news_show_time a{display: block;background: #000;color: #fff;padding: 5px 10px;clear: both;margin-top: 30px;width:150px;cursor: pointer;text-align: center;}
.news_show_time a:hover{text-decoration: underline;}
.pro_search form{ border:1px solid #dbdbdb; width: 520px; height: 54px; margin: 0 auto; display: block; border-radius: 5px; overflow: hidden;}
.pro_search input[type="text"]{ width: 460px;line-height: 54px;background: none; box-sizing: border-box; padding: 0 18px;}
.pro_search input[type="submit"]{ float: right; width: 60px; height: 54px; background: url(../images/search_img.png) center no-repeat; background-size: 20px; cursor: pointer;}
.pro_bot{background: #eee;}
.pro_bot .package{padding: 60px 0;}
.pro_bot h2{text-align: center;line-height: 1;text-transform: uppercase;font-size: 36px;padding-bottom: 25px;}
.nav_menu {
	clear: both;
	width: 100%;
	line-height: 60px;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.nav_menu ul {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nav_menu ul li {
	float: left;
	position: relative;
}
.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	color: #444444;
	font-size: 14px;
	line-height: 60px;
	z-index: 1;
	position: relative;
}
.nav_menu font{display: block;float: left;background: #ddd;width: 1px;height: 14px;margin:23px 20px 0 20px;}
.nav_menu ul li:hover a em,.nav_menu ul li a.on em {width: 50%;left: 30%;}
.nav_menu ul li:hover a b,.nav_menu ul li a.on b{width: 50%;right: 30%;}
.nav_menu ul li a em{left: 50%;}
.nav_menu ul li a b{right: 50%;}
.nav_menu ul li a em,.nav_menu ul li a b{
	display: block;
	z-index: -1;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: #000;
}

.nav_menu ul li a.on,
.nav_menu ul li:hover a{
	color: #000;
}

.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.menu_down a:hover i {
	opacity: 1;
}

.nav_menu ul li:hover .menu_down {
	display: block;
}

.menu_down {
	display: none;
}

.menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 130px;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transition: 0.3s;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #666 !important;
}

.menu_down a.pro_menu:hover {
	color: #fff !important;
	background-color: #000;
}

.menu_down a.ck {
	background-color: #ddd;
	color: #666;
}

.menu_down a.ck i {
	opacity: 1;
}

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	left: 0;
	z-index: 99;
	top: 60px;    
}
.pro_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.pro_menu .menu_left {
	width: 100%;
	float: left;
	color: #000;
	height: 18px;
	line-height: 1;
}

.pro_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #000;
	margin-right: 15px;
}

.pro_menu .search {
	float: right;
	width: 288px;
	margin-top: 10px;
}

.pro_menu .search .search_input {
	display: block;
	float: right;
	width: 224px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border: 1px solid #333;
	color: #999;
	padding: 0 10px !important;
	text-align: left;
}

.pro_menu .search .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 38px;
	height: 38px;
	border: 0 !important;
	background: #333 url(../images/search.png) no-repeat center;
	background-size: 18px;
	color: #fff;
	width: 40px;
	cursor: pointer;
}

.pro_menu .pro_sub {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.pro_menu .pro_sub a {
	text-transform: capitalize;
	font-size: 13px;
	padding: 0 15px;
	display: block;
	float: left;
	color: #666;
	line-height: 14px;margin-bottom: 5px;
}

.pro_menu .pro_sub a:hover,.pro_menu .pro_sub a.on{
	color: #000;text-decoration: underline;
}
/*产品*/

.web_prolist {
	overflow: hidden;
	margin-left: -15px;
	width: 1215px;
	min-height: 300px;
}

.web_prolist li {
	float: left;
	margin-left: 15px;
	width: 228px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	border: 1px solid #f4f4f4;
}

.web_prolist li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #000;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.web_prolist li:hover span {
	color: #000;
}

.web_prolist li i {
	font-style: normal;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li:hover img {
	transform: scale(1.05, 1.05);
}

.web_prolist li span {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.top_ad{width: 100%;background: url(load.gif) no-repeat center;height:650px;}
.top_ad .ad_page{overflow: hidden;position: fixed;width: 100%;height:650px;z-index: 0;}
.top_ad .ad_page .swiper-container,.top_ad .ad_page .swiper-wrapper{width: 100%;height: 100%;}
.top_ad .ad_page .swiper-wrapper a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;background-repeat: no-repeat;background-position: center;}
.top_ad .ad_page .swiper-button-next,.top_ad .ad_page .swiper-button-prev{background: url(ad_ctr.png);width: 60px;height: 90px;background-repeat: no-repeat;cursor: pointer;}
.top_ad .ad_page .swiper-button-prev{background-position: 0 0;left: -60px;}
.top_ad .ad_page .swiper-button-next{background-position: 0 -90px;right: -60px;}
.top_ad .ad_page .swiper-container:hover .swiper-button-next,.top_ad .ad_page a:hover .swiper-button-prev{opacity: 1;}
.top_ad .ad_page .swiper-container:hover .swiper-button-prev{left: 0;}
.top_ad .ad_page .swiper-container:hover .swiper-button-next{right: 0;}
.top_ad .ad_page .swiper-pagination{left: 50%;bottom: 35px;transform: translateX(-50%);}
.top_ad .ad_page .swiper-pagination-bullet{margin:0 5px;background: #000;opacity: .6;border-radius: 25px;}
.top_ad .ad_page .swiper-pagination-bullet-active{background: #000;width: 15px;}
/*新闻页面*/
.ex_news{min-height: 800px;}
.ex_news ul li {clear: both;padding: 25px;overflow: hidden;background: #fff;position: relative;height:200px;cursor: pointer;margin-bottom: 25px;}
.ex_news ul li:last-of-type{margin-bottom: 0;}
.ex_news ul li a{display: block;width: 100%;height: 100%;overflow: hidden;clear: both;position: relative;}
.ex_news ul li .news_img {float: left;width: 300px;height: 200px;background-image: url(logo.png);background-repeat: no-repeat;background-position: center;overflow: hidden;}
.ex_news ul li .news_img div{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;overflow: hidden;background-size: cover;}
.ex_news ul li .news_info{float: left;width: 600px;position: absolute;top: 25px;left: 350px;}
.ex_news ul li .news_info h3{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;display: block;width: 100%;padding-bottom: 15px;font-weight: normal;}
.ex_news ul li .news_info p{height: 50px;line-height: 25px;overflow: hidden;color: #999;}
.ex_news ul li .news_date{float: right;text-align: right;width: 100px;height: 150px;overflow: hidden;position: absolute;top: 25px;right: 25px;}
.ex_news ul li .news_date item {display: block;width: 14px;height: 14px;background: url(r_arrow.png) no-repeat center;position: absolute;bottom: -50px;right: 5px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.ex_news ul li .news_date font {font-size: 32px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;display: block;font-family: "gothic";color: #666;}
.ex_news ul li:hover a{color: #333;}
.ex_news ul li:hover .news_info{padding-left: 20px;}
.ex_news ul li:hover .news_date font{color: #333;}
.ex_news ul li:hover .news_date item{bottom: 60px;}
.ex_news ul li:hover .news_img div{transform: scale(1.1, 1.1);}
/*首页*/
.i_tit{width: 100%;clear: both;padding-bottom: 40px;}
.i_tit h3{font-size: 31px;color: #000;line-height: 1;padding-bottom: 15px;font-weight: normal;}
.i_tit p{font-size: 14px;line-height: 1.8;color: #666;}
.i_tit a{display: block;width: 120px;height: 38px;border: 1px solid #000;text-align: center;color: #000;text-align: center;text-transform: uppercase;font-size: 14px;line-height: 38px;margin-top: 35px;}
.i_tit a:hover{background: #000;color: #fff;}
.i_menu{width: 100%;clear: both;position: relative;background-color: #f8f8f8;padding: 60px 0;background-image: url(../images/i_bg.jpg);background-repeat: no-repeat;background-position: bottom right;overflow: hidden;}
.i_menu .fl{width: 570px;padding-top: 69px;}
.i_menu .fl img{display: block;padding-top: 20px;}
.i_menu .fr{width: 620px;}
.i_menu .fr a{display: block;width: 300px;height: 280px;background: #fff;text-align: center;float: left;margin: 10px 0 0 10px;}
.i_menu .fr h3{font-weight: normal;line-height: 40px;color: #666;text-transform: capitalize;}
.i_menu .fr img{display: block;margin: 0 auto;margin-top: 90px;}
.i_menu .fr a:hover{box-shadow: rgba(0, 0, 0, .1) 0px 3px 5px}
.i_menu .fr a:hover img{transform: rotateY(180deg);}
.i_news{width: 100%;clear: both;overflow: hidden;padding: 50px 0;position: relative;background: #fff;}
.i_news ul{width: 1280px;margin: 0 0 40px -80px;clear: both;position: relative;overflow: hidden;}
.i_news ul a{display: block;width: 100%;height: 100%;cursor: pointer;overflow: hidden;}
.i_news ul li{float: left;width: 560px;margin-left: 80px;}
.i_news ul li .news_img{width: 100%;height: 280px;background: url(logo.png) center no-repeat #f8f8f8;background-size: 60%;overflow: hidden;clear: both;position: relative;}
.i_news ul li .news_img div{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.i_news ul li .news_info{width: 100%;position: relative;clear: both;position: relative;padding-top:35px;}
.i_news ul li .news_info font{display: block;float: left;font-family: "gothic";font-size: 36px;font-weight: normal;font-style: normal;color: #000;line-height: 1;width: 135px;}
.i_news ul li .news_info .fr{width: 425px;}
.i_news ul li .news_info .fr h3{line-height: 1.5;font-weight: normal;color: #000;font-size: 16px;padding-bottom: 20px;}
.i_news ul li .news_info .fr p{color: #666;font-size: 14px;line-height: 1.6;height: 44px;}
.i_news ul li .news_info .fr i{display: block;margin-top: 25px;position: relative;width: 45px;clear: both;height: 2px;background: #ddd;}
.i_news ul li:hover .news_img div{transform: scale(1.03,1.03);}
.i_news ul li:hover .news_info .fr i{width: 80%;}
.i_news a.news_more{display: block;width: 150px;height: 40px;border: 1px solid #000;text-align: center;color: #000;text-align: center;text-transform: uppercase;font-size: 14px;line-height: 40px;margin: 0 auto;clear: both;}
.i_news a.news_more:hover{background: #000;color: #fff;}
.about_img{width: 100%;clear: both;overflow: hidden;padding: 50px 0;background: #fff;}
.foot{width: 100%;clear: both;background-image: url(../images/foot.jpg);clear: both;position: relative;}
.foot ul li{float: left;padding: 85px 0;}
.foot ul li.add{width: 530px;}
.foot ul li.add p{width: 470px;}
.foot ul li.tel{width: 420px;}
.foot ul li.tel p{width: 360px;}
.foot ul li.email{width: 250px;}
.foot ul li.email p{width: 190px;}
.foot img{display: block;float: left;margin-top: 5px;margin-right: 20px;}
.foot p{display: block;float: left;color: #777;font-size: 14px;line-height: 2;width: 290px;}
.foot em{display: inline-block;width: 15px;}
.foot .bot_qrcode,.foot .bot-qrcode{display: block;cursor: pointer;background-image: url(../images/wx.png);width: 20px;height: 16px;position: relative;float: left;}
.foot .bot-qrcode{margin-left: 20px;}
.foot .bot_qrcode i,.foot .bot-qrcode i{display: block;position: absolute;left: 0;bottom: 30px;width: 150px;height: 150px;background-image: url(../images/qrcode.jpg);background-repeat: no-repeat;background-position: center;background-size: 100%;opacity: 0;}
.foot .bot-qrcode i{background-image: url(../images/qr_code.jpg);}
.foot .bot_qrcode:hover i,.foot .bot-qrcode:hover i{opacity: 1;}
.foot .footer{width: 100%;clear: both;line-height: 50px;color: #777;border-top: 1px solid #333;}
.foot .footer a{display: inline-block;float: right;color: #777;line-height: 50px;}
.foot .footer a:hover{color: #fff;text-decoration: underline;}
.ab_tit{width: 100%;text-align: left;clear: both;padding-bottom: 40px;text-transform: capitalize;overflow: hidden;}
.ab_tit h2{line-height: 1;font-size: 31px;font-weight: normal;color: #000;width: 100%;float: left;}
.ab_tit div{font-weight: normal;line-height: 2;font-size: 18px;color: #666;width: 100%;float: left;}
.ab_tit i{display: block;float: left;width: 20px;height: 2px;margin-top: 17px;background: #666;margin-right: 10px;}
.ab_tit span{display: block;float: left;}
.about_desc img{display: block;width: 100%;clear: both;}
.about_desc h3{font-weight: normal;text-transform: uppercase;display: block;width: 100%;line-height: 1;font-size: 31px;padding:30px 0 20px 0;clear: both;}
.news_menu {
	background: url(../images/icon01.png) 20px 15px no-repeat #d6d6d6;
	margin-bottom: 50px;
	line-height: 45px;
	padding: 0 40px;
	display: block;
	float: left;
	width: 1120px;
	overflow: hidden;

}

.news_menu a {
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.news_menu a:hover{text-decoration: underline;color: #333;}
.news_menu b {
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
}
.contact{background: #fff;overflow: hidden;padding: 50px;}


.contact .fr{
	float: right;
	width: 458px;
	line-height: 28px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 15px;
}

.contact .fr h3 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
}

.contact .fr span {
	display: inline-block;
	margin-right: 40px;
}

.contact .fr i {
	display: block;
	width: 530px;
	height: 1px;
	margin: 10px 0;
	background: #e3e3e3;
}
.contact .fr em{
    display: inline-block;
	width: 20px;}
.contact .qr {
	width: 100px;
	float: left;
	line-height: 15px;
	margin: 0 10px 0 0;
	text-align: center;
}

.contact .qr img {
	width: 120px;
}
.oem{width: 100%;clear: both;overflow: hidden;padding-bottom: 100px;background-image: url(../images/oem.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.oem .fl{padding: 50px;width: 500px;background: #fff;margin-top: 150px;margin-left: 50px;}
.oem .fl h3{font-weight: normal;font-size: 20px;color: #000;line-height: 1.5;text-transform: capitalize;padding-bottom: 15px;}
.oem .fl p{line-height: 1.6;}
.pro_show img{display: block;width: 100%;clear: both;line-height: 0;}