@charset "utf-8";

/*全局*/

@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: 5px;
	height: 5px;
	border-radius: 4px;
}

::-webkit-scrollbar-track {
	background-color: #f8f8f8;
}

::-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;
}

.container {
	width: 85%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}

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

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 14px;
	background: #fff;
	padding-top: 90px;
	font-family: arial;
	-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 ul li,
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;
}


/*简易*/

.wrap{
	width: 100%;
}

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

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

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

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.rel {
	position: relative;
}

.abs{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

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

.package {
	clear: both;
	padding: 5% 0;
}

.package p {
	color: #5e5e5e;
	line-height: 2;
	font-size: 14px;
}

.gray_bg {
	background-color: #f4f4f4;
}

.white_bg{
	background-color: #fff;
}

/*首页banner*/

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

.top_banner .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.top_banner .ad_page .swiper-container,.top_banner .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_banner .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_banner .ad_page .swiper-button-next,.top_banner .ad_page .swiper-button-prev {
	background-image: url(are_bg.png);
	width: 80px;
	height: 80px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
	background-size: 100% auto;
}

.top_banner .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: 60px;
}

.top_banner .ad_page .swiper-button-next {
	background-position: 0 100%;
	right: 60px;
}
.top_banner .ad_page .swiper-button-prev:hover,.top_banner .ad_page .swiper-button-next:hover{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}
.top_banner .ad_page .swiper-button-next:after,.top_banner .ad_page .swiper-button-prev:after{
	content: "";
}

.top_banner .ad_page .swiper-container:hover .swiper-button-next,.top_banner .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}


.top_banner .ad_page .swiper-pagination {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}

.top_banner .ad_page .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	background: #fff;
	width: 28px;
	height: 3px;
	margin-right: 8px;
	opacity: 0.5;
}

.top_banner .ad_page .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 38px;
	opacity: 1;
}


/*top*/
.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}

.header {
	max-width: 1400px;
	min-width: 1200px;
	width: 85%;
	height: 90px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 105px;
	height: 33px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	margin-top: 28px;
	float: left;
}

.header_bg .header .logo{
	width: 90px;
	height: 28px;
}

.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: 90px;
	margin: 0 25px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #a1a1a1;
	font-weight: bold;
}

.header_bg .header .nav li a.nav_link{
	line-height: 80px;
	height: 80px;
}

.header .nav li a.nav_link b {
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #000;
	z-index: -1;
	border-radius: 30px;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 100%;
}
.header .nav li a:hover,
.header .nav li a.on{
	color: #000;
}

/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	position: absolute;
	width: 210px;
	top: 90px;
	left: 0;
}

.header_bg .header .nav li ul.subnav {
	top: 80px;
}

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

.header .head_search {
	float: right;
	width: 50px;
	height: 100%;
	margin-left: 0px;
}

.header .head_search i {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
}

.header .head_search form {
	display: block;
	position: absolute;
	right: 2.3%;
	top: 90px;
	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=#7f003065, endColorstr=#7f003065);
	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 i {
    background-image: url(search.png);
}


.head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}




/*标题*/
.i_title{
	padding-bottom: 4%;
	overflow: hidden;
}
.i_title h3{
	color: #323232;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.i_title h6{
	color: #cacaca;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.over_hidden{
	overflow: hidden;
}


/*首页CSS*/
.i_pro_search{
	padding-bottom: 4%;
}
.i_pro_search input[type="text"]{
	width: 40%;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 30px 0 60px;
	box-sizing: border-box;
	background: url(search_img.png) no-repeat #f4f4f4 23px 13px;
	background-size: 25px auto;
}
.i_pro_search input[type="submit"]{
	width: 10.28%;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
	background-color: #000;
}
.i_pro_right{
	width: 38.785%;
	overflow: hidden;
}
.i_pro_img{
	width: 100%;
	padding-bottom: 95.596%;
	background: url(i_pro_right.jpg) center no-repeat;
	background-size: cover;
}
.i_pro_right a:hover .i_pro_img{
	transform: scale(1.05,1.05);
}
.i_pro ul{
	width: 59.214%;
}
.i_pro ul li{
	float: left;
	width: calc(93.2%/3);
	margin: 0 3.4% 3.4% 0;
	background-color: #f4f4f4;
}
.i_pro ul li:nth-child(3n){
	margin-right: 0;
}
.i_pro ul li a{
	display: block;
	padding-bottom: 95.719%;
}
.i_pro ul li .i_pro_desc{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.i_pro ul li img{
	width: 55%;
	max-width: 140px;
}
.i_pro ul li h3{
	font-size: 16px;
	line-height: 2;
	font-weight: normal;
}
.i_pro ul li em{
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #000;
}
.i_pro ul li:hover{
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.i_pro ul li:hover em{
	width: 100%;
}
.i_about{
	width: 100%;
	height: 620px;
	background: url(i_about.jpg) top no-repeat;
	background-size: cover;
}
.i_about::after{
	content: "";
	display: block;
	width: 201px;
	height: 117px;
	position: absolute;
	top: -117px;
	left: 50%;
	margin-left: 536px;
	background: url(i_about_img.png) center no-repeat;
	background-size: cover;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.i_about_box{
	width: 50.714%;
}
.i_about_box h2{
	color: #fff;
	font-size: 40px;
	line-height: 75px;
	text-transform: uppercase;
}
.i_about_box p{
	color: #fff;
}
.about_num ul{
	margin: 70px 0;
}
.about_num ul li{
	float: left;
	position: relative;
	text-align: center;
}
.about_num ul li:nth-child(1){
	width: 28.45%
}
.about_num ul li:nth-child(2){
	width: 28.169%
}
.about_num ul li:nth-child(3){
	width:40%;
}
.about_num ul li h3,
.about_num ul li p{
	color: #fff;
}
.about_num ul li p{
	line-height: 1.4;
}
.about_num ul li b{
	font: 43px/1.5 "微软雅黑";
	font-weight: bold;
}
.about_num ul li h3 span{
	font-size: 1.17em;
}
.about_num ul li::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	width: 2px;
	height: 50px;
	background-color: #f2f2f2;
}
.about_num ul li:last-child::after{
	width: 0;
}

.more{
	display: block;
	width: 175px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	border: 2px solid #fff;
}
.more:hover{
	color: #000;
	background-color: #fff;
}


.i_news ul li{
	float: left;
	width: calc(96%/2);
	margin: 0 4% 3% 0;
}
.i_news ul li:nth-child(2n){
	margin-right: 0;
}
.i_news ul li:nth-last-child(1),
.i_news ul li:nth-last-child(2){
	margin-bottom: 0;
}
.i_news ul li .news_img{
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: url(logo.png) center no-repeat #f8f8f8;
	background-size: 135px;
}
.i_news ul li .news_img span{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.i_news ul li .news_desc{
	padding-left: 145px;
	position: relative;
	margin-top: 40px;
}
.i_news ul li .news_time{
	position: absolute;
	left: 0;
	top: 0;
	color: #a3a3a3;
	font: 36px/1 '微软雅黑';
}
.i_news ul li .news_desc h3{
	font: 20px/1 '微软雅黑';
	margin-bottom: 20px;
}
.i_news ul li .news_desc p{
	line-height: 2;
	height: 48px;
	margin-bottom: 35px;
	overflow: hidden;
}
.i_news ul li .news_desc i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #cfcdce;
}
.i_news ul li a:hover span{
	transform: scale(1.05,1.05);
}
.i_news ul li a:hover i{
	width: 100%;
	background-color: #000;
}




.footer{
	width: 100%;
	background-color: #f1f1f1;
}
.foot_top{
	padding: 3% 0;
	border-bottom: 1px solid #c1c1c1;
}
.foot_top .fl h3,
.contact_desc .fl h3{
	font-size: 40px;
	text-transform: uppercase;
	line-height: 65px;
}
.foot_top .fl p,
.contact_desc .fl p{
	color: #6d6d6d;
	font-size: 16px;
	line-height: 2;
}
.foot_top .fl,
.contact_desc .fl{
	padding-top: 10px;
}
.qrcode{
	text-align: center;
}
.foot_bottom{
	line-height: 60px;
}
.foot_bottom a{
	float: right;
	line-height: 60px;
}
.foot{
	color: #989898;
	line-height: 60px;
	background-color: #333;
}
.foot a{
	color: #989898;
	float: right;
	line-height: 60px;
}





.ban{
	width: 100%;
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




/*关于我们*/
.about_01{
	width: 100%;
	height: 812px;
	background: url(about_01.jpg) center no-repeat;
	background-size: cover;
}
.about_desc{
	width: 46.785%;
}
.about_desc h1{
	color: #fff;
	font-size: 40px;
	line-height: 75px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about_desc p{
	font-size: 15px;
	color: rgba(255,255,255,0.5);
	line-height: 2;
}
.about_02 .fl{
	width: 45.64%;
}
.about_02 .fr{
	width: 49.64%;
	padding-bottom: 28.01%;
}
.about_02_desc p{
	color: #000;
	font-size: 14px;
	line-height: 2;
}
.ab_tit{
	padding: 40px 0;
}
.ab_tit h3{
	font-size: 30px;
	text-transform: uppercase;
}
.about_02 ul li{
	float: left;
	width: calc((100% - 24px)/4);
	margin-right: 8px;
}
.about_03{
	background-color: #f8f8f8;
}
.about_03 .fl{
	width: 49.14%;
	padding-bottom: 42.5%;;
	background-color: #333;
}
.about_03 .fr{
	width: 49.14%;
}
.about_03_desc{
	padding: 0 6.3%;
}
.about_03_desc h4{
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 2.2;
}
.about_03_desc p{
	color: #a0a0a0;
}
.about_04 ul li{
	float: left;
	width: calc(92.5%/4);
	margin: 0 2.5% 2.5% 0;
}
.about_04 ul li:nth-child(4n){
	margin-right: 0;
}
.about_04 ul li h4{
	padding: 10% 7%;
	font-size: 20px;
	background-color: #eee;
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.about_04 ul li:nth-child(1) h4{
	background-image: url(about_05_icon01.jpg);
}
.about_04 ul li:nth-child(2) h4{
	background-image: url(about_05_icon02.jpg);
}
.about_04 ul li:nth-child(3) h4{
	background-image: url(about_05_icon03.jpg);
}
.about_04 ul li:nth-child(4) h4{
	background-image: url(about_05_icon04.jpg);
}
.about_04 ul li:nth-child(5) h4{
	background-image: url(about_05_icon05.jpg);
}
.about_04 ul li:nth-child(6) h4{
	background-image: url(about_05_icon06.jpg);
}
.about_04 ul li:nth-child(7) h4{
	background-image: url(about_05_icon07.jpg);
}
.about_04 ul li:nth-child(8) h4{
	background-image: url(about_05_icon08.jpg);
}




/*视频播放*/

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1#0000;
	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.7;
	}
}

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

	to {
		opacity: 0.7;
	}
}

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

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1#000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1#000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 1#0001;
	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: -1#000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1#000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1#000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1#000px;
	}

	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,
.video_show video{
	width: 100%;
	height: 500px;
}





/*联系方式*/
.contact_desc{
	margin-bottom: 4%;
}
.msg{
	width: 100%;
	padding: 4%;
	box-sizing: border-box;
	background-color: #eee;
}
.msg em{
	display: block;
	line-height: 25px;
}
.msg_name,.msg_eml,.msg_tel{
	float: left;
	width: 30%;
	height: 80px;
}
.msg_name,.msg_eml{
	margin-right: 5%;
}
.msg_content{
	clear: both;
	margin-bottom: 30px;
}
.msg input[type="text"]{
	width: 100%;
	line-height: 45px;
	box-sizing: border-box;
	background: none;
	border-bottom: 1px solid #d6d6d6;
}
.msg textarea{
	width: 100%;
	line-height: 35px;
	height: 120px;
	font-family: arial;
	box-sizing: border-box;
	background: none;
	border-bottom: 1px solid #d6d6d6;
}
.msg input[type="submit"]{
	color: #fff;
	padding: 1.4% 5.5%;
	border-radius: 30px;
	cursor: pointer;
	background-color: #000;
}
.Validform_wrong{
	color: #e5202a;
}
.Validform_right{
	color: #58bd62;
}
.map{
	width: 100%;
	height: 350px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}
.map.on,
.msg.on{
	opacity: 1;
	visibility: inherit;
	z-index: 10;
}




/*新闻动态*/

.ex_news {
    min-height: 800px;
	box-sizing: border-box;
}
.ex_news ul li {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.ex_news ul li a {
    width: 100%;
    height: 100%;
	padding: 20px;
	box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.ex_news ul li .news_img {
    float: left;
    width: 30%;
    height: 200px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: 150px;
}
.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: 35%;
    position: absolute;
    top: 45px;
    left: 36%;
}
.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;
    color: #666;
    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: 45px;
    right: 40px;
}
.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";
}
.ex_news ul li .news_date item {
    display: block;
    width: 13px;
    height: 26px;
    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:hover .news_date item {
    bottom: 60px;
}
.ex_news ul li:hover .news_info {
    padding-left: 20px;
}


/*新闻内页*/
.package_left {
    float: left;
    width: 25%;
}
.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_content {
    float: right;
    width:70%;
	line-height: 2;
}
.news_show_content h3,
.news_show_content h2,
.news_show_content h5,
.news_show_content h1,
.news_show_content h4,
.news_show_content .package p{
	line-height: 3;
}
.news_show_content img{
	vertical-align: bottom;
}

.nodata {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}
.nodata h3{
	font: 18px/2 '微软雅黑';
}

/*分页*/

.curr {
	padding:0 12px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background: #b5b5b5;
	margin-right: 1px;
	border-radius: 4px;
}

a.page {
	padding:0 12px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background: #000;
	margin-right: 1px;
	border-radius: 4px;
}

a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}

.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%;
	line-height: 30px;
	padding-top: 30px;
	text-align: center;
	margin-left: 0px;
}

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

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


/*产品搜索*/
.pro_search{
	padding: 0;
	margin: 0;
}
.pro_search form {
    border: 1px solid #ddd;
    width: 320px;
    height: 40px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
	background-color: #fff;
}
.pro_search input[type="text"] {
	float: left;
    width: calc(100% - 70px);
    line-height: 40px;
    background: none;
    padding: 0 25px;
    font-size: 14px;
	box-sizing: border-box;
}
.pro_search input[type="submit"] {
    float: right;
    width: 70px;
    height: 40px;
    background: url(search_img.png) center no-repeat;
    background-size:16px;
    cursor: pointer;
}


.pro_tit{
	padding-bottom: 40px;
}
.pro_tit h2{
	color: #333;
	font: 30px/1 "nssj";
}
.pro_tit h2 b{
	color: #8c8c8c;
	font-size: 18px;
	font-weight: normal;
}




/*产品分类页*/
.pro_top a{
	display: block;
	width: 49.5%;
}
.pro_top a .pro_img{
	width: 100%;
	overflow: hidden;
}
.pro_top a h3{
	color: #616161;
	font-size: 18px;
	font-weight: normal;
	padding: 0 30px;
	line-height: 4;
	background-color: #fff;
}
.pro_top a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 0 solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro_top a:hover{
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.pro_top a:hover::after{
	border: 15px solid #fff;
}
.pro_top a:hover h3{
	color: #000;
	padding-left: 15px;
}
.big_list{
	padding-bottom: 4%;
}
.big_list ul li{
	float: left;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	background-color: #f4f4f4;
}
.big_list ul li a{
	display: block;
	padding: 14% 0 18%;
	box-sizing: border-box;
	position: relative;
}
.big_list ul li .pro_img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
.big_list ul li img{
	display: block;
	width: 55%;
	max-width: 140px;
	margin: 0 auto;
}
.big_list ul li h3{
	font:15px/40px "arial";
	color: #8f8f8f;
}
.big_list ul li p{
	color: #8f8f8f;
	font: 14px/1.5 arial;
}
.big_list ul li em{
	width: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}
.big_list ul li:hover{
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.big_list ul li:hover em{
	width: 100%;
}
.big_list ul li:hover img{
	transform: rotateY(180deg);
}
.big_list ul li:nth-child(5n){
	margin-right: 0;
}



/*产品页面*/
.pro_menu{
	padding-bottom: 30px;
}
.pro_menu .pro_sub {
    width: 100%;
	margin-bottom: 15px;
}
.pro_small{
	padding-bottom: 40px;
}
.pro_small a{
	display: inline-block;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0 15px;
	color: #bfbfbf;
	border-right: 1px solid #ccc;
}
.pro_small a:last-child{
	border:0;
}
.pro_small a:hover,
.pro_small a.on{
	color: #000;
}
.pro_menu .pro_sub li {
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    float: left;
    color: #999;
    margin: 0 10px 10px 0;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    position: relative;
    line-height: 2;
	background-color: #fff;
}
.pro_menu .pro_sub li a.sub_link {
    display: block;
    padding: 4px 25px;
    cursor: pointer;
}
.pro_menu .pro_sub li .menu_down {
    display: none;
    padding-bottom: 0px;
    position: absolute;
    background: rgba(162,4,39,0.8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    left: 0;
    z-index: 99;
    top: 38px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.pro_menu .pro_sub li .menu_down a.pro_menu {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    border: 0px;
    line-height: 42px;
    height: 42px;
    transform-origin: bottom;
    margin: 0;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
}
.pro_menu .pro_sub li:hover a, 
.pro_menu .pro_sub li.on a {
    color: #fff;
}
.pro_menu .pro_sub li:hover, 
.pro_menu .pro_sub li.on {
    background: #000;
    border-color: #000;
}
.pro_menu .pro_sub li:hover .menu_down {
    display: block;
}
.pro_menu .pro_sub li .menu_down a.pro_menu:hover {
    color: #fff;
    background-color: #000;
}

.pro_menu .menu_left {
    width: 100%;
    color: #000;
    height: 18px;
	font-size: 18px;
    line-height: 1;
}
.pro_menu .menu_left i {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #0093dd;
    margin-right: 15px;
}

.web_prolist {
    width: 100%;
    min-height: 300px;
}
.web_prolist li {
    float: left;
    width: calc(95.5%/4);
    margin: 0 1.5% 1.5% 0;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.web_prolist li .pro_img{
	overflow: hidden;
	margin-bottom: 10px;
}
.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 a{
    display: block;
    overflow: hidden;
    width: 100%;
	padding-bottom: 10px;
    line-height: 0;
}
.web_prolist li img {
    display: block;
    margin: 0 auto;
}
.web_prolist li span{
    display: block;
    width: 100%;
    line-height: 1.7;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #666;
	padding: 0 15px;
	box-sizing: border-box;
}

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


/*产品内页*/
.pro_box{
	width: 31.2%;
}

.pro_box a{
	display: block;
	width: 48%;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}
.pro_box a.fl{
	background-color: #444;
}
.pro_box a.fr{
	background-color: #939393;
}
.pro_box a:hover{
	background-color: #000;
}

.pro_left {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
}

.pro_font {
	width: 100%;
	padding-bottom: 15px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #cfd0d0;
	margin-bottom: 15px;
}

.pro_font p {
	font-size: 16px;
	color: #000;
	line-height: 1;
}

.pro_font h2 {
	font-size: 40px;
	line-height: 1;
	color: #4b4b4b;
	padding: 20px 0;
}
.pro_font h4{
	color: #4b4b4b;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
}

.pro_font h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
}

.pro_font ul li {
	color: #666;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	width: 100%;
}

.pro_left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_left .swiper-pagination {
	position: absolute;
}

.pro_detailed {
	float: right;
	width: 64%;
	padding: 4%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

.pro_detailed_top{
	margin-bottom: 30px;
}

.pro_detailed_top span{
	display: inline-block;
	padding: 8px 25px;
	cursor: pointer;
	margin-right: 5px;
	background-color: #ededed;
	border-radius: 30px;
}
.pro_detailed_top span:hover,
.pro_detailed_top span.on{
	color: #fff;
	background-color: #000;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pro_qrcode {
	width: 80px;
	height: 80px;
	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;
}



.video_img{
	width: 100%;
	cursor: pointer;
	padding-bottom: 48%;
	background-size: cover;
	background-position: center;
}
.video_img::before{
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -6px;
    margin-left: -2.5px;
    opacity: 1;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
}
.video_img::after {
    transition: 0.36s ease;
    content: "";
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin: -30px;
    z-index: 1;
	background-color: rgba(0,0,0,0.2);
}
.video .swiper-slide:hover .video_img::after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    width: 110px;
    height: 110px;
    margin: -62px -60px;
    opacity: 0;
    border-width: 5px;
}


/*认证*/
.cer_list li {
	
}
.cer_list li{
	float: left;
	width: calc(97%/4);
	margin: 0 1% 1% 0;
	text-align: center;
}
.cer_list li .cer_img{
	border: 1px solid #d9d9d9;
}
.cer_list li:hover a .cer_img{
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.cer_list li h3{
	padding: 20px;
	font-weight: normal;
	line-height: 1.5;
}


.cer_menu {
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    padding-bottom: 20px;
}
.cer_menu a {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;
}
.cer_menu a:first-child {
    margin-left: 0;
}
.cer_menu .room_link a:hover {
    text-decoration: underline;
    color: #333;
}
.cer_menu .menu_back {
    float: right;
    width: 120px;
    height: 40px;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.cer_menu .menu_back:hover{
	 text-decoration: underline;
}
.cer_top {
    clear: both;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}
.cer_top .fl {
    border: 1px solid #ddd;
}
.cer_top .fr {
    width: calc(100% - 350px);
	padding-top: 10px;
}
.cer_top .fr h3 {
	font-weight: normal;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 5px;
}
.cer_top .fr p {
    font-size: 14px;
    line-height: 2;
}
.recom_list li {
    float: left;
    width: calc(94%/5);
    margin: 0 1.5% 1.5% 0;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}
.recom_list li div {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.recom_list li a {
    display: block;
    padding-bottom: 15px;
}
.recom_list li h3{
	font-weight: normal;
}
.recom_list li:nth-child(5n) {
    margin-right: 0;
}




/*推荐产品*/
.pro_recom_top{
	padding-top: 5%;
}
.pro_recom_top .fr{
	padding-top: 20px;
}
.pro_recom_top .i_title{
	padding-bottom: 0;
}
.pro_recom .recom_page:nth-child(2n){
	background-color: #eee;
}
.big_img{
	float: left;
	width: 100%;
	padding-bottom: 47%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pro_recom .recom_page:nth-child(2n) .recomlist{
	float: left;
}
.recom_box{
	position: absolute;
	width: 90%;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
}
.big_tit{
	margin-bottom: 5%;
}
.big_tit h3{
	color: #000;
	font-size: 36px;
	line-height: 1.5;
	text-transform: uppercase;
}
.pro_recom .recom_page:nth-child(1) .big_tit div,
.pro_recom .recom_page:nth-child(2) .big_tit div{
	float: right;
}
.pro_recom .recom_page:nth-child(3) .big_tit div{
	float: left;
}
.big_tit a{
	display: block;
	width: 120px;
	line-height: 40px;
	color: #000;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #000;
}
.big_tit a:hover{
	color: #fff;
	background-color: #000;
}
.recom_box ul{
	padding: 2% 4%;
	min-height: 230px;
	background: #fff;
}
.recom_box ul li{
	float: left;
	width: calc(88%/4);
	padding: 10px;
	margin-right: 3%;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
.recom_box ul li:last-child{
	margin-right: 0;
}
.recom_box ul li:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.recom_box ul li:hover img{
	transform: scale(1.05,1.05);
}
.recom_box ul li div{
	overflow: hidden;
}
.recom_box ul li h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}


/*共用CSS*/
.ex_news ul li:hover .news_img div,
.web_prolist li:hover img{
	transform: scale(1.05,1.05);
}

.web_prolist li:nth-child(4n),
.cer_list li:nth-child(4n),
.about_02 ul li:last-child{
	margin-right: 0;
}



/*屏幕尺寸兼容性*/
@media all and (max-width:1680px){
	.top_banner{
		height: 720px;
	}
	.top_banner .ad_page .swiper-button-next,.top_banner .ad_page .swiper-button-prev {
		width: 60px;
		height: 60px;
	}
	
	.big_list ul li h3{
		font-size: 14px;
		line-height: 35px;
	}
	.big_list ul li p{
		font-size: 13px;
	}
	
	.i_pro ul li h3{
		font-size: 15px;
	}
	
	.i_about{
		height: 600px;
	}
	.i_about::after{
		width: 194px;
		height: 113px;
		top: -113px;
		margin-left: 520px;
	}
	.i_about_box h2{
		font-size: 38px;
	}
	.about_num ul li b{
		font-size: 40px;
	}
	.about_num ul{
		margin: 65px auto;
	}
	
	.foot_top .fl h3, .contact_desc .fl h3{
		font-size: 36px;
	}
	.foot_top .fl p, .contact_desc .fl p{
		font-size: 15px;
	}
	
	.about_01{
		height: 740px;
	}
	.about_desc h1{
		font-size: 36px;
		line-height: 60px;
	}
	.about_desc p{
		font-size: 14px;
	}
	
	.about_02_desc p{
		line-height: 1.8;
	}
	
	.about_03_desc h4{
		font-size: 18px;
		line-height: 2;
	}
	
	.about_04 ul li h4{
		font-size: 18px;
	}
	
	.ban{
		height: 650px;
	}
	
	
}
@media all and (max-width:1440px){
	.top_banner{
		height: 620px;
	}
	
	.big_tit h3{
		font-size: 32px;
	}
	
	.i_pro_search input[type="text"]{
		line-height: 45px;
		padding: 0 25px 0 50px;
		box-sizing: border-box;
		background: url(search_img.png) no-repeat #f4f4f4 18px 13px;
		background-size: 20px auto;
	}
	.i_pro_search input[type="submit"]{
		width: 10.28%;
		font-size: 16px;
		text-align: center;
		line-height: 45px;
		color: #fff;
		cursor: pointer;
		border-radius: 30px;
		background-color: #000;
	}
	
	.big_list ul li h3{
		font-size: 13px;
	}
	
	.i_pro ul li h3{
		font-size: 14px;
	}
	
	.i_about{
		height: 560px;
	}
	.i_about::after{
		width: 182px;
		height: 106px;
		top: -106px;
		margin-left: 484px;
	}
	.i_about_box h2{
		font-size: 34px;
	}
	.about_num ul{
		margin: 55px auto;
	}
	.about_num ul li b{
		font-size: 36px;
	}
	.more{
		width: 160px;
		line-height: 45px;
	}
	
	.i_news ul li .news_img{
		height: 200px;
	}
	.i_news ul li .news_desc{
		margin-top: 30px;
		padding-left: 120px;
	}
	.i_news ul li .news_time{
		font-size: 30px;
	}
	.i_news ul li .news_desc h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.i_news ul li .news_desc p{
		margin-bottom: 30px;
	}
	
	.about_01{
		height: 680px;
	}
	
	.about_02_desc p{
		font-size: 13px;
	}
	
	.about_03_desc h4{
		font-size: 16px;
		line-height: 1.8;
	}
	.about_03_desc p{
		font-size: 13px;
	}
	
	.about_04 ul li h4{
		font-size: 16px;
	}
	
	.ban{
		height: 600px;
	}
}