@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: #c52720;
}

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

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

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

* {
	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;
}


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../images/bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 680px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 13330;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

.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%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.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: 195px;
	height: 54px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image:url(logo.png);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	margin-top: 13px;
	float: left;
}
.header .logo.b {
	background-image: url(logo_b.png);width: 166px;height:46px;margin-top: 12px;}
.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 20px;
	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: #c52720;
}

.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%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #333;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #333 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #333;
	color: #fff;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height:712px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height:712px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height:712px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height:712px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2333px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(255,255,255,.6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
	width: 20px;
}
.foot{background-color: #fff;position:relative;clear: both;width: 100%;}
.foot .foot_info form{display: block;overflow: hidden;border-radius: 20px;float: left;margin-top: 20px;}
.foot .foot_info input[type="text"]{display: block;float: left;width: 200px;line-height: 35px;height:35px;padding: 0 20px;text-align: left;background-color: #f1f1f1;}
.foot .foot_info input[type="submit"]{display: block;float: left;width: 65px;height:35px;background-image: url(../images/foot_icon.png);cursor: pointer;background-repeat: no-repeat;background-position: center;background-color: #f1f1f1;}
.foot .foot_info{width: 100%;padding: 30px 0;clear: both;overflow: hidden;}
.foot .foot_info ul li{float: left;padding-right: 64px;}
.foot .foot_info ul li h3{font-size: 16px;line-height: 1;color: #333;font-weight: normal;}
.foot .foot_info i{display: block;width: 22px;height: 2px;background: #ccc;margin: 15px 0;}
.foot .foot_info ul{padding-top: 30px;float: left;}
.foot .foot_info ul li a{display: block;width: 100%;line-height: 30px;color: #838383;font-size: 14px;}
.foot .foot_info ul li a:hover{text-decoration: underline;color: #c52720;}
.foot .foot_info img{display: block;float: left;padding-right: 15px;}
.foot .foot_info p{display: block;float: left;color: #666;font-size: 14px;padding-top: 15px;}
.foot .foot_info b{font-size: 34px;line-height: 45px;color: #c52720;}
.foot .fr h3{font-size: 24px;color: #333;line-height: 80px;}
.foot .footer{line-height: 50px;text-align: left;color: #999;clear: both;overflow: hidden;background: #e3e3e3;}
.foot .footer a{display: inline-block;float: right;line-height: 50px;color: #999;}
.foot .footer a:hover {color: #c52720;text-decoration: underline;}
.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=#ccc81926, endColorstr=#ccc81926);
	background: rgba(200,25,38,.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: #c52720;
	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;
}
.apply_box {
	background: #fff;
	overflow: hidden;
	padding-left: 60px;
	border: 1px solid #eee;
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 538px;
}

/*用户登陆*/

.containers {
	width: 100%;
	margin: 0 auto;
	margin-top: 555px;
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
}

.apply {
	clear: both;
	width: 840px;
	min-height: 300px;
	padding-top: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.apply .apply_sub {
	width: 200px;
	background: #252766;
	color: #fff;
	height: 45px;
	text-align: center;
	border: 1px solid #252766;
	margin: 0 auto;
	float: none;
	line-height: 45px;
	padding: 0;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
	float: left;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}
.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color:green;
}

.Validform_wrong {
	color: #f60;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.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: #c52720;}
.header .head_search:hover form{height: 30px;padding:15px 20px;}
.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	color: #999;
	line-height: 30px;
	margin-bottom: 30px;
}
.news_show_time a{display: block;background: #c52720;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;}
/*次级菜单*/
.sidebar{opacity: 0;}
.sub_menu{position: absolute;height: 0;overflow: hidden;background: rgba(255,255,255,.9);text-align: center;box-shadow:rgba(0,0,0,.1) 0px 3px 3px}
.sub_pro{width: 500px;left: 50%;margin-left: -250px;}
.sub_brand{width: 660px;left: 50%;margin-left: -330px;}
.sub_skill{width: 340px;left: 50%;margin-left: -170px;}
.sub_menu .sub_box{margin: 20px;}
.sub_menu .sub_list{float: left;margin-left: 20px;display: block;line-height: 1;display: block;}
.sub_menu .sub_list:nth-of-type(3n-2){margin-left: 0;}
.sub_brand .sub_list:nth-of-type(4){margin-left: 20px;}
.sub_menu .pro_img{width: 140px;height: 80px;overflow: hidden;}
.sub_menu span{display: block;text-align: center;width: 100%;line-height: 30px;color: #666;}
.sub_menu a:hover img{transform:scale(1.05,1.05);}
.sub_menu a:hover span{color: #000;}
.header .nav li:hover .sub_pro,.header .nav li:hover .sub_skill,.header .nav li:hover .sub_brand{height: 138px;}
.bot_menu{position: fixed;right: 0;bottom: 240px;z-index: 1;width: 180px;font-family: arial,"microsoft yahei";box-shadow: 0 4px 10px rgba(0, 0, 0, .1);}
.bot_menu .menu_top{line-height: 54px;background: #c52720;color:#fff;padding:0 20px 0 24px;height: 54px;overflow: hidden;}
.bot_menu .menu_top span{display: block;float: left;line-height: 54px;}
.bot_menu .menu_top img{display: block;float: right;margin-top: 20px;cursor: pointer;}
.bot_menu .menu_top img:hover{transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);;}
.bot_menu .menu_mid{line-height: 45px;background: #f5f5f5;color:#333;padding:0 0 0 24px;height: 45px;overflow: hidden;}
.bot_menu .menu_mid span{display: block;float: left;line-height: 45px;font-size: 14px;}
.bot_menu .menu_mid img{display: block;float: left;padding: 5px 0;}
.bot_menu .menu_bot{background: #fff;padding:0 0 0 24px;height: 84px;}
.bot_menu .menu_bot h3{font-size: 14px;color: #666;font-weight:normal;line-height: 35px;padding-top: 12px;}
.bot_menu .menu_bot h2{color: #c52720;font-size: 22px;line-height: 1;}
.bot_list img{display: block;position: fixed;z-index: 1;cursor: pointer;}
.bot_list .bot_go_msg{right: -50px;bottom: 241px;}
.bot_list .bot_go_top{right: 0;bottom: 200px;}
/*ab_img2滚动循环*/
.i_pro .ipro_page{width:100%;position: relative;clear: both;background: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.i_pro .ipro_list{width:100%;position: relative;overflow: hidden;clear: both;}
.i_pro ul{width: 1200px;position: relative;overflow: hidden;height: 326px;}
.i_pro ul li{width: 260px;padding: 20px;float: left;}
.i_pro ul li div{width: 100%;height: 260px;overflow: hidden;}
.i_pro ul li p{text-align: center;color: #999;}
.i_pro ul li:hover img{transform: scale(1.03,1.03);}
.i_pro .ipro_page .pro_prv,
.i_pro .ipro_page .pro_next,
.honor .pro_prv,
.honor .pro_next,
.fhgc_page .pro_prv,
.fhgc_page .pro_next{width: 50px;height:50px;position: absolute;top: 50%;margin-top: -25px;background-color: #cccecf;background-position: top;cursor: pointer;}
.i_pro .ipro_page .pro_next,.honor .pro_next,.fhgc_page .pro_next{background-image: url(ab_next.png);right: -50px;}
.i_pro .ipro_page .pro_prv,.honor .pro_prv,.fhgc_page .pro_prv{background-image: url(ab_prv.png);left: -50px;}
.i_pro .ipro_page .pro_next:hover,
.i_pro .ipro_page .pro_prv:hover,
.honor .pro_next:hover,
.honor .pro_prv:hover,
.fhgc_page .pro_next:hover,
.fhgc_page .pro_prv:hover{background-color: #c52720;background-position: top;}
.honor,.fhgc_page{width: 100%;clear: both;position: relative;margin-top: 40px;}
.fhgc_page{margin-bottom: 40px;}
.honor .honor_list,.fhgc_page .fhgc_list{width: 100%;overflow: hidden;width:100%;position: relative;overflow: hidden;clear: both;}
.honor_list ul{width: 1220px;margin-left: -20px;position: relative;overflow: hidden;height: 210px;}
.fhgc_list ul{width: 1220px;margin-left: -20px;position: relative;overflow: hidden;height: 230px;}
.honor_list ul li,.fhgc_list ul li{width: 285px;float: left;overflow: hidden;background: #fff;margin-left: 20px;}
.honor_list ul li a,.fhgc_list ul li a{display: block;overflow: hidden;width: 285px;height: 210px;}
.honor_list ul li a{height: 210px;}
.fhgc_list ul li a{height: 230px;}
.honor_list li:hover img,.fhgc_list ul li :hover img{transform: scale(1.03,1.03);}
.i_menu{width: 100%;clear: both;overflow: hidden;padding: 40px 0;position: relative;background: #f8f8f8;}
.i_search{width: 100%;clear: both;overflow: hidden;height: 220px;position: relative;background-image:url(../images/i_search.jpg);background-repeat: no-repeat;background-position:center;text-align: center;}
.i_search h3{font-size: 38px;color: #fff;line-height: 105px;padding-top: 15px;text-transform: uppercase;}
.i_search form{display: block;width: 560px;margin: 0 auto;}
.i_search input[type="text"]{display: block;float: left;width: 370px;line-height: 42px;height: 42px;overflow: hidden;border: 1px solid #fff;color: #fff; padding: 0 20px;text-align: left;background: none;border-radius: 25px;}
.i_search input[type="submit"]{display: block;float: left;width: 130px;height: 42px;background: #fff;cursor: pointer;text-align: center;line-height: 42px;border: 1px solid #fff;color: #000;margin-left: 15px;border-radius: 25px;box-sizing:content-box}
.ab_tit{width: 100%;clear: both;overflow: hidden;padding-bottom: 30px;text-align: center;}
.ab_tit h3{font-size: 26px;line-height: 1;color: #333;}
.ab_tit p{line-height: 40px;color: #999;font-size: 16px;text-transform: uppercase;}
.about_desc h3{font-size: 23px;line-height: 1;text-transform: uppercase;color: #333;padding:30px 0;}
.about_img{width: 100%;clear: both;padding-top: 40px;}
.about_img .ab_tit{text-align: left;}
.cer h3{text-transform: uppercase;font-size: 28px;font-family: "gothic";color: #444;line-height: 1;padding-bottom: 15px;}
.cer p{padding-bottom: 30px;color: #666;font-size: 14px;line-height: 2;}
.cer_list{width: 1220px;margin-left: -20px;clear: both;}
.cer_list h3{font-size: 26px;font-weight: normal;line-height: 100px;padding-left: 50px;text-transform:uppercase;}
.cer_list li{width: 224px;position: relative;float: left;margin-left: 20px;text-align: center;overflow: hidden;}
.cer_list li div{width: 182px;height: 182px;overflow: hidden;border: 1px solid #fff;padding: 20px;background: #fff;}
.cer_list li:hover img{transform: scale(1.05,1.05);}
.cer_list li span{text-align: center;font-size: 14px;color: #666;padding: 10px 0;display: block;width: 100%;}
.room_menu{width: 100%;line-height: 35px;overflow: hidden;padding-bottom: 20px;}
.room_menu a{display: block;}
.room_menu .room_link{float: left;color: #999;}
.room_menu .room_link a{float: left;color: #999;line-height: 35px;}
.room_menu .room_link i{display: block;float: left;padding:0 15px;font-style: normal;}
.room_menu .room_link a:hover{text-decoration: underline;color: #333;}
.room_menu span{display: block;float: right;width: 80px;line-height: 35px;text-align: center;color: #fff;background: #333;cursor: pointer;}
.room_menu span:hover{background: #000;}
.room_top{clear: both;padding: 25px;overflow: hidden;background: #fff;margin-bottom: 40px;}
.room_top .fl{border: 1px solid #eee;}
.room_top .fr{width: 800px;text-align: left;}
.room_top .fr h3{line-height: 2;font-weight: normal;font-size: 26px;padding-bottom: 15px;}
.room_top .fr p{color: #666;line-height: 2;font-size: 14px;}
.big_list{width: 100%;clear: both;margin-bottom: 40px;overflow: hidden;}
.big_list .big_tit{width: 100%;clear: both;overflow: hidden;font-size: 24px;line-height: 24px;color: #000;padding-bottom: 40px;}
.big_list .big_tit i{display: block;float: left;width: 2px;height: 18px;background: #000;margin-top: 3px;margin-right: 15px;}
.big_list .big_tit span{display: block;float: left;text-transform: capitalize;}
.big_list .big_tit a{display: block;float: right;text-transform: uppercase;font-size: 14px;line-height: 24px;color: #000;}
.big_list .big_img{display: block;width: 556px;height: 712px;overflow: hidden;float: right;}
.big_list .big_img:hover img{transform: scale(1.03,1.03);}
.big_list ul{float: left;width: 644px;}
.big_list ul li{float: left;width: 302px;margin-right: 20px;background: #fff;margin-bottom: 20px;text-align: center;height: 346px;position: relative;}
.big_list ul li p{font-size: 14px;color: #000;}
.big_list ul li div{width: 302px;height: 302px;overflow: hidden;}
.big_list ul li em{display: block;color: #fff;font-weight: normal;font-size: 12px;font-style: normal;background: #c52720;width: 40px;height: 20px;font-size: 12px;line-height: 20px;text-align: center;position: absolute;top: 0;left: 0;z-index: 9;}
.big_list ul li:hover img{transform: scale(1.03,1.03);}
.big_0 .big_img,.big_2 .big_img,.big_4 .big_img,.big_6 .big_img,.big_8 .big_img,.big_10 .big_img{float: right;}
.big_0 ul,.big_2 ul,.big_4 ul,.big_6 ul,.big_8 ul,.big_10 ul{float: left;}
.big_0 ul li,.big_2 ul li,.big_4 ul li,.big_6 ul li,.big_8 ul li,.big_10 ul lii{margin-left: 0;margin-right: 20px;}
.big_1 .big_img,.big_3 .big_img,.big_5 .big_img,.big_7 .big_img,.big_9 .big_img,.big_11 .big_img{float: left;}
.big_1 ul,.big_3 ul,.big_5 ul,.big_7 ul,.big_9 ul,.big_11 ul{float: right;}
.big_1 ul li,.big_3 ul li,.big_5 ul li,.big_6 ul li,.big_9 ul li,.big_11 ul li{margin-left: 20px;margin-right: 0;}
.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: #f8f8f8;}
.pro_bot .ab_tit{padding-bottom: 30px;}
.pro_bot ul{ width: auto; min-width: 272px; max-width: 1360px; clear: both; margin: 0 auto; padding-bottom: 70px; display: table;}
.pro_bot ul:after{ content: ""; display: block; clear: both;}
.pro_bot ul li{float: left;width: 272px;text-align: center;overflow: hidden; padding: 30px 0; border-right: 1px solid #e0e0e0; box-sizing: border-box; border-bottom: 1px solid #e0e0e0;}
.pro_bot ul li:nth-child(n+6){border-bottom:0}
.pro_bot ul li:nth-child(5n){border-right: 0;}
.pro_bot ul li img{display: block;margin: 0 auto;padding: 25px 0 15px 0;}
.pro_bot ul li h3{font-weight: normal;font-size: 15px;color: #333;line-height: 1.5;}
.pro_bot ul li p{text-transform: capitalize;font-size: 14px; color: #888;}
.pro_bot ul li:hover{box-shadow: rgba(0,0,0,.1) 0px 4px 12px; background: #fff;}
.pro_bot ul li:hover p{ color: #c52720;}
.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: #c52720;
}

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

.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: #c52720;
}

.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: 900px;
	float: left;
	color: #c52720;
}

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

.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 {
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 25px;
	display: block;
	float: left;
	line-height: 2.5;margin:0 10px 5px 0;
}

.pro_menu .pro_sub a:last-of-type {
	border-right: 0;
}

.pro_menu .pro_sub a:hover,.pro_menu .pro_sub a.on{
	background: #c52720;
	border-color: #c52720;
	color: #fff;
}
/*产品*/

.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: #c52720;
	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: #c52720;
}

.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: 20px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	color: #666;
}
.pro_top ul{width: 1212.5px;padding-top: 20px;clear: both;margin-left: -12.5px;}
.pro_top ul li{float: left;width: 230px;text-align: center;margin-left: 12.5px;margin-bottom: 12.5px;overflow: hidden;background: #fff;padding-bottom: 15px;}
.pro_top ul li img{display: block;margin: 0 auto;padding-bottom: 10px;}
.pro_top ul li h3{font-weight: normal;font-size: 18px;color: #000;line-height: 1.5;}
.pro_top ul li p{text-transform: capitalize;font-size: 16px;}
/*产品内页*/
.pro_left{float: left;width: 528px;height: 528px;border: 1px solid #d5d5d5;background: #fff;overflow: hidden;}
.pro_right{width: 620px; height: 498px; overflow: hidden;position: relative; padding-top: 30px; float: right;}
.pro_right p{font-size: 16px;color: #000;line-height: 1;}
.pro_right h3{font-size: 20px;font-weight: normal;color: #000;line-height: 55px;}
.pro_right h3.pro_cs{border-bottom: 1px solid #d5d5d5;padding-top: 20px;margin-bottom: 20px;}
.pro_right h3.pro_biaoti{ padding:0 0 15px; line-height: 30px;}
.pro_right h4.pro_jiage{font-weight: normal; line-height: 2; font-size: 32px; margin-bottom: 18px;}
.pro_right h4.pro_jiage b{ font-weight: normal; color: #fe1313;}
.pro_right a.pro_url{ display: block; width: 200px; line-height: 45px; border-radius: 50px; text-align: center; color: #fff; background: #fe1616; font-size: 18px;}
.pro_right .right_menu{width: 100%;padding: 20px 0;border-bottom: 1px solid #d5d5d5;overflow: hidden;margin-bottom: 20px;}
.pro_right .right_menu span{display: block;text-align: center;cursor: pointer;float: left;width: 90px;height: 35px;border-radius: 20px;border: 1px solid #d5d5d5;line-height: 35px;margin-right: 10px;}
.pro_right .right_menu .on,.pro_right .right_menu span:hover{border-color:#c52720;color: #fff;background:#c52720;}
.pro_right ul li{color: #666;line-height: 2;font-size: 14px;text-align: left;float: left;width: 100%;}
.pro_right .pro_video iframe{display: block;width: 500px;height: 280px;}
.pro_left .swiper-container{width: 100%;height: 100%;position: relative;}
.pro_left .swiper-pagination{position: absolute;}
.pro_canshu {
	padding-bottom: 40px;
}
.pro_canshu li{
	width: 300px;
	float: left;
	line-height: 2;
	font-size: 14px;
	text-align: left;
}
.pro_detailed {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}
.pro_detailed .fl{width: 900px;overflow: hidden;}
.pro_detailed .fl_pic{}
.pro_detailed .fr,.desc .fr{width: 250px;}
.pro_detailed .fr ul li,.desc .fr ul li{padding: 10px;width: 228px;position: relative;margin-bottom: 15px;background: #fff;border: 1px solid #d5d5d5;}
.pro_detailed .fr ul li img,.desc .fr ul li img{display: block;margin-bottom: 0;}
.pro_detailed .fr ul li em,.desc .fr ul li em{position: absolute;left: 0;top: 0;width: 40px;text-align: center;line-height: 20px;background: #c52720;font-style: normal;color: #fff;}
.pro_detailed .fr ul li span,.desc .fr ul li span{display: block;width: 100%;text-align: center;color: #666;}
.pro_detailed img{display: block;max-width: 100%;margin: 0 auto;margin-bottom: 5px;}
.pro_qrcode {
	position: absolute;
	right: 0;
	bottom: 0;
	width:150px;
	height: 150px;border: 1px solid #000;float: left;background: #fff;margin-top: 10px;padding: 2px;
}
.pro_left .swiper-button-next,.pro_left .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
}
.pro_left .swiper-button-next {
    right: 0;
    background-image: url(ab_next.png);
}
.pro_left .swiper-button-prev {
    left: 0;
    background-image: url(ab_prv.png);
}
.pro_left:hover .swiper-button-next,.pro_left:hover .swiper-button-prev{opacity: 1;}
.pro_left .swiper-pagination{bottom: 15px !important;}
.i_tit{width: 100%;clear: both;overflow:hidden;padding-bottom: 40px;text-align: center;}
.i_tit h3{font-size: 28px;color: #474747;line-height: 55px;}
.i_tit p{line-height: 1;text-transform: uppercase;font-size: 16px;color: #aaa;}
.menu_link{width: 1230px;margin-left: -30px;clear: both;}
.menu_link a{display: block;width: 380px;height: 204px;float: left;margin-left: 30px;overflow: hidden;position: relative;border-radius: 10px;transform: rotate(0deg);}
.menu_link a:hover img{transform: scale(1.03,1.03);}
.i_pro{width: 100%;clear: both;overflow: hidden;padding-bottom: 40px;position: relative;background: #f8f8f8;}
.i_pro .ipro_link{display: block;width: 100%;height: 100%;overflow:hidden;cursor: pointer;line-height: 0;}
.contact img{display: block;float: left;}
.contact div{float: left;}
.contact h3{font-size: 26px;color:#333;line-height: 80px;padding-top: 200px;}
.contact h2{line-height: 60px;color: #333;font-size: 42px;}
.contact em{display: inline-block;width: 20px;}/*新闻页面*/
.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.ex_news ul {
	overflow: hidden;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	margin-top: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 195px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.ex_news ul li:first-of-type{margin-top: 0;}
.ex_news ul li:last-of-type {border-bottom: 0;}

.ex_news ul li .ex_news_img {
	float: left;
	width: 300px;
	height: 195px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.ex_news ul li .img_box {
	width: 300px;
	height: 195px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 600px;
	position: absolute;
	top: 20px;
	left: 350px;
}

.ex_news ul li .ex_news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	font-weight: normal;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

.ex_news ul li .ex_news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/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 .ex_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";
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .ex_news_date font {
	color: #333;
}

.ex_news ul li:hover .ex_news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .img_box {
	transform: scale(1.1, 1.1);
}
.desc{padding:40px 25px;background: #fff;overflow: hidden;}
.desc a.desc_link{display: block;width: 100%;text-align: right;color: #888;font-size: 14px;line-height:1;padding-bottom: 10px;}
.desc a.desc_link:hover{text-decoration: underline;color: #000;}
.desc .fl{width: 800px;}
.desc .fl h3{font-size: 24px;line-height: 24px;padding-bottom: 15px;}
.desc .fl p{font-size: 16px;line-height: 26px;}
.buy_tit{clear: both;width: 100%;overflow: hidden;position: relative;padding-bottom: 40px;}
.buy_tit b{display: block;float: left;font-size: 80px;color: #d9262c;line-height: 1;padding-right: 10px;font-weight: normal;}
.buy_tit div{float: left;}
.buy_tit h3{font-size: 22px;color: #000;font-weight: normal;line-height: 45px;}
.buy_tit h4{font-size: 22px;color: #000;font-weight: normal;text-transform: capitalize;}
.buy_01 .fl,.buy_02 .fl{width: 340px;}
.buy_01 .fr,.buy_02 .fr{width: 860px}
.buy_01{padding: 40px 0; border: 1px dashed #d5d5d5; border-left: 0; border-right: 0;width: 100%;clear: both;overflow: hidden;margin: 40px 0;}
.buy_02{width: 100%;clear: both;overflow: hidden;}
.buy_01 .fr h3,.buy_02 .fr h3,.buy_04 ul li h3{font-weight: normal;}
.skill_03 h3{font-size: 18px;line-height: 2;}
.skill_01 .fl h3{line-height: 1;font-size:18px;color: #000;padding-bottom: 15px;padding-top:60px;}
.buy_02 .fr p{padding-bottom: 20px;}
.buy_01 .fr ul li{float: left;width: 150px;margin-right: 25px;margin-top: 25px;}
.buy_page{width: 100%;clear: both;background: #f8f8f8;position: relative;overflow: hidden;z-index: 1;}
.buy_page .buy_bg{position: absolute;left: 0;top: 0;width: 100%;height: 480px;background: #e5e5e5;z-index: -1;}
.buy_03 .fl{padding-top: 40px;}
.buy_03{width: 1200px;margin: 0 auto;}
.buy_03 .fl img{display: block;padding-top: 150px;}
.buy_04 ul{width: 1224px;margin-left: -24px;}
.buy_04 ul li{float: left;width: 304px;margin-left: 24px;padding: 40px;overflow: hidden;height: 300px;border-radius: 10px;}
.buy_04 ul li h3{color: #fff;}
.buy_04 ul li p{color: #fff;line-height: 24px;}
.buy_04 ul li.buy_04_bg{background-image: url(../images/buy_04.jpg);}
.buy_05 .fr{width: 600px;}
.buy_05 p.wow{color: #000;padding-left: 100px;line-height: 1.8;}
.i_skill{width: 100%;background-image: url(../images/i_bg.jpg);height: 375px;clear: both;position: relative;background-repeat: no-repeat;background-position: center;}
.i_skill .fl h3{font-size: 26px;color: #444;line-height: 1;padding-top: 170px;}
.i_skill .fl h4{line-height: 40px;text-transform: uppercase;color: #aaa;font-size: 16px;font-weight: normal;}
.i_skill .fl p{line-height: 21px;font-size: 14px;padding: 15px 0 25px 0;color: #666;}
.i_skill .fl a,.i_honor .fr a{display: block;width: 100px;height: 28px;text-align: center;line-height: 28px;color: #fff;background: #d9262c;text-transform: uppercase;}
.i_skill .fl a:hover,.i_honor .fr a:hover{background: #c52720;}
.i_honor{width: 100%;background:#fff;clear: both;position: relative;padding: 40px 0;overflow: hidden;}
.i_honor h3{line-height: 1;font-size: 24px;color: #444;}
.i_honor p{font-size: 14px;color: #777;line-height: 40px;padding-bottom: 20px;}
.i_honor .fr img{display: block;padding: 15px 0 25px 0;}
.i_news{width: 100%;clear: both;overflow: hidden;background: #f8f8f8;position: relative;padding: 40px 0;}
.i_news ul{width: 1224px;margin-left: -24px;overflow: hidden;}
.i_news ul li{margin-left: 24px;overflow: hidden;margin-left: 24px;float: left;width: 384px;}
.i_news ul li a{display: block;width: 100%;height: 100%;overflow: hidden;cursor: pointer;}
.i_news ul li h3{line-height: 45px;padding: 10px 0 0 0;font-weight: normal;color: #000;font-size: 18px;}
.i_news ul li p{line-height: 2;color: #666;margin-bottom: 25px;}
.i_news ul li i{display: block;width: 100%;height: 1px;position: relative;background: #ccc;}
.i_news ul li em{display: block;width:0;height: 1px;position: absolute;background: #c52720;left: 0;top: 0;}
.i_news ul li .news_img{width: 100%;height:200px;overflow: hidden;}
.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:hover .news_img div{transform: scale(1.05,1.05);}
.i_news ul li:hover em{width: 100%;}
.i_news ul li .news_time{height: 60px;width: 100%;overflow: hidden;position: relative;}
.i_news ul li .news_time span{line-height: 60px;color: #999;}
.i_news ul li:hover span{color: #c52720;}
.cook_list{clear: both;background: #fff;padding: 50px;overflow: hidden;}
.cook_list ul{width: 1150px;margin-left: -50px;}
.cook_list ul li{float: left;width: 525px;overflow: hidden;margin-bottom: 40px;margin-left: 50px;}
.cook_list ul li .news_img{width: 100%;height: 300px;overflow: hidden;}
.cook_list ul li .news_img div{width: 100%;height: 100%;overflow: hidden;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cook_list ul li a,.left_list ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;cursor: pointer;}
.cook_list ul li:hover .news_img div,.left_list ul li:hover .news_img div{transform: scale(1.03,1.03);}
.cook_list ul li h3,.left_list ul li h3{line-height: 1;font-size: 24px;color: #444;}
.cook_list ul li p,.left_list ul li p{line-height: 36px;color: #666;padding-bottom: 15px;}
.left_list ul li{width: 350px;float: left;margin-bottom: 40px;}
.left_list ul li .news_img{width: 100%;height: 200px;overflow: hidden;}
.left_list ul li .news_img div{width: 100%;height: 100%;overflow: hidden;background-repeat: no-repeat;background-position: center;background-size: cover;}
.skill_tit{clear: both;width: 100%;overflow: hidden;position: relative;padding-bottom:40px;text-align: left;line-height: 30px;}
.skill_tit h3,.skill_tit h4{font-size: 24px;font-weight: normal;color: #000;}
.skill_tit h4{text-transform: uppercase;}
.skill_01{padding-top: 40px;overflow: hidden;}
.skill_01 .skill_tit{border-bottom:1px dashed #d5d5d5;padding-bottom: 20px;margin-bottom: 40px;}
.skill_01 .fl{width: 600px;}
.skill_01 .fl img{padding-top: 50px;}
.skill_02{background: #fff;}
.skill_02 .fr h3{font-size: 20px;line-height:35px;padding-top: 30px;}
.skill_02 .fr{width: 650px;}
.skill_02 .fr p{line-height: 22px;padding-bottom: 20px;font-size: 14px;color: #000;}
.skill_03 .fl{width: 550px;padding-right: 50px;border-right: 1px dashed #d5d5d5;}
.skill_03 p{height: 180px;}
.recom_list{width: 1215px;margin-left: -15px;clear: both;overflow: hidden;}
.recom_list li{float: left;border: 1px solid #eee;text-align: center;padding: 10px 10px 20px 10px;width:206px;margin-left: 15px;position: relative;background: #fff;margin-bottom: 15px;}
.recom_list li div{width: 206px;height: 206px;overflow: hidden;}
.recom_list li:hover img{transform: scale(1.03,1.03);}
.recom_list li span{display: block;width: 100%;font-size: 14px;line-height: 1;}
.recom_list li h3{font-weight: normal;color: #999;line-height:2;}
.recom_list li i{display: block;width: 0;height: 1px;background: #c52720;left: 0;bottom: 0;position: absolute;z-index: 1;}
.recom_list li:hover i{width: 100%;}
.recom_list li em{display: block;background: #c52720;text-align: center;height: 20px;line-height: 20px;color: #fff;position: absolute;left: 0;top: 0;width: 50px;z-index: 1;}
.i_new{background: #f1f1f1;clear: both;}
.big_tit{font-size: 21px;line-height: 26px;width: 100%;clear: both;overflow: hidden;padding-bottom: 15px;}
.big_tit a{display: inline-block;float: right;color: #666;line-height: 26px;font-size: 14px;}
.big_tit a:hover{text-decoration: underline;color: #333;}
.skill_h3{font-weight: normal;line-height: 1;font-size:18px;color: #000;padding: 40px 0 25px 0;}
.skill_list{background: #fafafa;padding: 50px 0;overflow: hidden;}
.skill_list .skill-list{position: relative;height: 325px;}
.ipro-next.swiper-button-disabled{opacity: .3;cursor: auto;pointer-events: none;}
.ipro-next,.ipro-prev{position: absolute;top: 50%;width: 27px;height: 44px;margin-top: -22px;z-index: 1;cursor: pointer; background-size: 27px 44px;background-position: center;background-repeat: no-repeat;opacity: .6;}
.ipro-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2000000'%2F%3E%3C%2Fsvg%3E");right: -50px;}
.ipro-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2000000'%2F%3E%3C%2Fsvg%3E");left: -50px;}
.ipro-next:hover,.ipro-prev:hover{opacity: 1;}
