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

::-webkit-scrollbar-thumb:hover {
	background-color: #bb0227;
}

::-webkit-scrollbar-corner {
	background-color: #bb0227;
}

::-webkit-scrollbar-resizer {
	background-color: #bb0227;
}

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

.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{
	color: #fff;
}

/*首页banner*/

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

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


@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;
	}
}
@media all and (max-width:1440px){
	.top_banner{
		height: 620px;
	}
} 

/*top*/
.header_bk {
	position: fixed;
	left: 0;
	top: 15px;
	z-index: 9999;
}

.header_bg{
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}

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

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

.header_bg .header .logo{
	width: 200px;
	height: 28px;
	background-image: url(logo_b.png);
}

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

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

.header .nav li a.nav_link b {
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #bb0227;
	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: #fff;
}

/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(187,2,39,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	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: #bb0227;
	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: 0;
	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: #bb0227;
}

.header .head_search i {
    background-image: url(search_icon.png);
}

.header_bg .header .head_search i{
	 background-image: url(search.png);
}

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


.head_color .header .head_search i { background-image: url(search.png);}
.head_color .header .logo{ background-image: url(logo_b.png);}
.head_color .header .nav li a.nav_link{ color: #000;}

/*推荐产品*/
.recom_page{
	margin-bottom: 4.5%;
}
.big_img{
	display: block;
	width: 34%;
}
.big_img img{
	display: block;
}
.recom-list{
	width: 62%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.big_tit{
	margin-bottom: 30px;
}
.big_tit h3{
	font: 24px/2 "微软雅黑";
}
.big_tit p{
	color: #999;
}
.big_tit a{
	display: block;
	width: 120px;
	line-height: 40px;
	color: #bb0227;
	text-align: center;
	border: 1px solid #bb0227;
}
.big_tit a:hover{
	color: #fff;
	background-color: #bb0227;
}
.recom-list ul li{
	float: left;
	width: calc(97%/4);
	margin-right: 1%;
	border: 1px solid #ddd;
	text-align: center;
	box-sizing: border-box;
}
.recom-list ul li a{
	display: block;
	padding-bottom: 5px;
}
.recom-list ul li div{
	overflow: hidden;
	margin-bottom: 5px;
}
.recom-list ul li div img{
	display: block;
}
.recom-list ul li:last-child{
	margin-right: 0;
}
.recom-list ul li h3,
.recom-list ul li p{
	font: 14px/1.5 "微软雅黑";
}
.recom-list ul li:hover img{
	transform: scale(1.05,1.05);
}

.recom_page:nth-child(2n) .big_img{
	float: right;
}
.recom_page:nth-child(2n) .recom-list{
	left: 0;
	right: auto;
}



/*标题*/
.i_title{
	padding-bottom: 4%;
	overflow: hidden;
}
.i_title h3{
	color: #000;
	font-size: 52px;
	font-family: Gotham Black,"arial black";
}
.i_title p{
	color: #000;
	font-size: 24px;
	line-height: 45px;
}
@media only screen and (max-width:1440px){
	.i_title h3{
		font-size: 45px;
	}
	.i_title p{
		font-size: 20px;
	}
}


/*首页CSS*/
.i_box{
	width: 100%;
	background: url(../images/i_box.jpg) bottom no-repeat;
}
.i_about{
	padding: 70px 0 50px;
}
.i_about_box{
	padding: 35px 0;
	background-color: #fff;
}
.i_pro{
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.i_pro .pro_img{
	width: 100%;
	padding-bottom: 51.5%;
	background-position: center;
	background-size: cover;
}
.i_pro .swiper-slide{
	margin-bottom: 20px;
}
.i_pro .swiper-container {
	width: 85%;
	max-width: 1400px;
	min-width: 1200px;
	overflow: initial;
}
.i_pro .swiper-slide a .pro_img{
	width: 100%;
}
.i_pro .swiper-container .container{
	width: 100%;
}
.i_pro .swiper-pagination {
    bottom: -30px;
    left: 0;
}
.i_pro .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: 0;
	border-radius: 10px;
    position: relative;
    border: 1px solid #717171;
    transition: all 0.36s ease-out;
}
.i_pro .swiper-pagination-bullet-active {
    color: #353535;
    border-color: #bb0227;
    width: 32px;
	background-color: #bb0227;
}
.i_pro .swiper-button-next, .i_pro .swiper-button-prev {
    background-image: url(are_bg1.png);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    cursor: pointer;
	
    border-radius: 50%;
    background-color: #bb0227;
    overflow: hidden;
    background-size: 110px;
}
.i_pro .swiper-button-next{
	top: -120px;
	right: 70px;
}
.i_pro .swiper-button-prev{
	top: -120px;
	right: 0;
	background-position: -55px 0;
}
.i_pro .swiper-slide.swiper-slide-active{
	transform: scale(1,1);
}
.i_pro .swiper-slide a{
	display: block;
}
.i_pro .pro_icon{
	position: absolute;
	font-size: 80px;
	color: #000;
	line-height: 1;
	z-index: 30;
	margin-top: -40px;
	font-family: GothamBlack,arial;
	left: 35px;
}
.i_pro .pro_desc{
	position: absolute;
	left: 35px;
	bottom: 30px;
	width: 160px;
}
.i_pro .pro_desc h3{
	color: #000;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-family: GothamBold,arial;
}
.i_pro .pro_desc p{
	font-size: 20px;
	color: #000;
	line-height: 30px;
}
@media only screen and (max-width:1680px){
	.i_pro .pro_icon{
		font-size: 76px;
	}
	.i_pro .pro_desc h3{
		font-size: 28px;
	}
	.i_pro .pro_desc p{
		font-size: 18px;
	}
}
@media only screen and (max-width:1440px){
	.i_pro .pro_desc{
		bottom: 20px;
	}
	.i_pro .pro_icon{
		font-size: 72px;
	}
	.i_pro .pro_desc h3{
		font-size: 24px;
	}
	.i_pro .pro_desc p{
		font-size: 16px;
	}
}

.i_join{
	width: 100%;
	height: 710px;
}
.i_join .container{
	padding-top: 200px;
}
.i_join .fr{
	width: 410px;
}
.i_join h3{
	color: #000;
	font-size: 44px;
	margin-bottom: 20px;
}
.i_join h4{
	color: #666;
	font: 24px/1 '微软雅黑';
	font-weight: 100;
	margin-bottom: 60px;
}
.more{
	display: block;
	width: 186px;
	text-align: center;
	line-height: 51px;
	border-radius: 8px;
	color: #bb0227;
	border: 2px solid #bb0227;
}
.more:hover{
	color: #fff;
	background-color: #bb0227;
}

.i_news{
	margin-top: -180px;
	padding: 0 0 5%;
	overflow: hidden;
}
.i_news .news_img{
	width: 100%;
	height: 280px;
	overflow: hidden;
	background-color: #f8f8f8;
	background: url(logo_b.png) center no-repeat #f8f8f8;
}
.i_news a{
	display: block;
	margin: 20px;
}
.i_news .news_img span{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.i_news .news_desc{
	padding: 4%;
}
.i_news .news_desc h4{
	font: 22px/1.5 '微软雅黑';
	margin-bottom: 10px;
}
.i_news .news_desc p{
	color: #999;
	line-height: 2;
}
.i_news a:hover .news_img span{
	transform: scale(1.05,1.05);
}
.i_news a:hover{
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
}

.news-prev,
.news-next,
.about-01-next,
.about-01-prev,
.faq-next,
.faq-prev{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -25px;
	border-radius: 50%;
}
.news-prev,
.about-01-prev,
.faq-prev{
	left: -60px;
	background-image: url(../images/prev_icon.png);
	background-color: #aaa;
	background-position: 0 -50px;
}
.news-next,
.about-01-next,
.faq-next{
	right: -60px;
	background-image: url(../images/next_icon.png);
	background-color: #aaa;
	background-position: 0 -50px;
}
.news-prev:hover,
.news-next:hover,
.about-01-next:hover,
.about-01-prev:hover,
.faq-next:hover,
.faq-prev:hover{
	background-color: #bb0227;
}
@media only screen and (max-width:1440px){
	.i_news .news_img{
		height: 240px;
	}
}


.i_contact{
	width: 100%;
	height: 594px;
	border-bottom: 4px solid #bb0227;
	background: url(../images/i_contact.jpg) center no-repeat;
	background-size: cover;
}
.i_contact a{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_top{
	padding: 55px 0;
}
.foot_top h3{
	font: 28px/70px "微软雅黑";
}
.foot_top p{
	color: #6f7071;
	font-size: 16px;
	line-height: 30px;
}
.foot_tel{
	margin-left: 4%;
	padding-top: 68px;
}
.foot_tel h2{
	color: #000;
	font-size: 32px;
	font-weight: normal;
}
.foot_top .fr{
	width: 120px;
	text-align: center;
	line-height: 35px;
}
@media only screen and (max-width:1680px){
	.i_contact{
		height: 494px;
	}
}
@media only screen and (max-width:1440px){
	.i_contact{
		height: 394px;
	}
}


.footer{
	width: 100%;
	background-color: #f5f7fa;
}

.foot{
	color: #87888a;
	line-height: 65px;
	border-top: 1px solid #dcdee1;
}
.foot a{
	float: right;
	color: #87888a;
	line-height: 65px;
}
@media only screen and (max-width:1680px){
	.foot,
	.foot a{
		line-height: 60px;
	}
}
@media only screen and (max-width:1440px){
	.foot,
	.foot a{
		line-height: 50px;
	}
}


.foot_bottom{
	width: 100%;
	color: #bebebe;
	line-height: 65px;
	background-color: #303030;
}
.foot_bottom a{
	float: right;
	color: #bebebe;
	line-height: 65px;
}


.ban{
	width: 100%;
	height: 560px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width:1680px){
	.ban{
		height: 510px;
	}
}
@media only screen and (max-width:1440px){
	.ban{
		height: 470px;
	}
}



/*关于我们*/
.about_01{
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
}
.about_desc h3{
	font-size: 36px;
	color: #000;
	line-height: 1;
	margin-bottom: 35px;
}
.about_desc p{
	line-height: 2.5;
}
.about_01 .about_num{
	margin-top: 55px;
	padding: 40px 0;
	background-color: #2f2b2c;
}
.about_01 .about_num ul li h3,
.about_01 .about_num ul li p{
	color: #fff;
}
.about_01 .about_num ul li::after{
	background-color: rgba(255,255,255,0.32);
}
.about_num ul li{
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
}
.about_num ul li h3{
	color: #342c2a;
}
.about_num ul li b{
	font: 50px/1.5 "微软雅黑";
	font-weight: bold;
}
.about_num ul li span{
	font-weight: normal;
	margin-left: 5px;
	font-size: 16px;
}
.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;
}
.about_01_box{
	margin-top: 50px;
}
.about_overflow{
	overflow-x: hidden;
}
.about_02{
	height: 589px;
	background: url(../images/about_02.jpg) center no-repeat;
	background-size: cover;
}
.about_02 .fr{
	width: 556px;
}
.about_02_desc{
	color: #000;
	line-height: 30px;
}

.about_03_icon{
	position: absolute;
	right: -120px;
	top: -50px;
	width: 557px;
	height: 346px;
	background: url(../images/about_03_icon.png) center no-repeat;
	background-size: cover;
}
.about_03 ul li{
	float: left;
	width: calc((100% - 24px)/3);
	margin-right: 12px;
}
.about_03 ul li:last-child{
	margin-right: 0;
}
.about_03 ul li div{
	padding: 25px;
	background-color: #eee;
}
.about_03 ul li h4{
	color: #000;
	font-size: 20px;
	line-height: 34px;
}
.about_03 ul li p{
	line-height: 24px;
}

.about_04{
	padding-bottom: 3%;
	background: url(../images/white_bg.jpg) top repeat-x #eee;
}
.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: 9% 13%;
	font-size: 20px;
	background-color: #fff;
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.about_04 ul li:nth-child(1) h4{
	background-image: url(../images/about_05_icon01.jpg);
}
.about_04 ul li:nth-child(2) h4{
	background-image: url(../images/about_05_icon02.jpg);
}
.about_04 ul li:nth-child(3) h4{
	background-image: url(../images/about_05_icon03.jpg);
}
.about_04 ul li:nth-child(4) h4{
	background-image: url(../images/about_05_icon04.jpg);
}
.about_04 ul li:nth-child(5) h4{
	background-image: url(../images/about_05_icon05.jpg);
}
.about_04 ul li:nth-child(6) h4{
	background-image: url(../images/about_05_icon06.jpg);
}
.about_04 ul li:nth-child(7) h4{
	background-image: url(../images/about_05_icon07.jpg);
}
.about_04 ul li:nth-child(8) h4{
	background-image: url(../images/about_05_icon08.jpg);
}
@media only screen and (max-width:1680px){
	.about_02{
		height: 550px;
	}
	.about_03_icon{
		width: 500px;
		height: 300px;
	}
	.about_03 ul li p{
		height: 48px;
	}
}
@media only screen and (max-width:1440px){
	.about_02{
		height: 500px;
	}
}



/*视频播放*/

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


/*加盟*/
.join_01{
	width: 100%;
	height: 601px;
	background: url(../images/join_01.jpg) center no-repeat;
}
.join_01 .container{
	padding-top: 183px;
}
.join_01 h3{
	font-size: 44px;
	line-height: 66px;
}
.join_01 h4{
	font: 24px/50px '微软雅黑';
	font-weight: 100;
	margin-bottom: 30px;
}
.join_01 p{
	font-size: 16px;
	line-height: 32px;
}
.join_01 h2{
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 45px;
}
.join_02{
	width: 100%;
	background: url(../images/join_02.jpg) top no-repeat;
}
.join_02 ul{
	margin-top: 55px;
	margin-bottom: 40px;
}
.join_02 ul li{
	float: left;
	text-align: center;	
	width: calc((100% - 60px)/2);
	text-align: left;
	margin: 0 60px 40px 0;
}
.join_02 ul li:nth-child(2n){
	margin-right: 0;
}
.join_02 ul li h4{
	font-size: 24px;
	line-height: 3;
}
.join_02 ul li p{
	line-height: 30px;
}
.join_03,.join_04{
	width: 100%;
	background:#ededed;
}
.join_03 .fl{
	width: 35.35%;
}
.join_03 .fl img{
	border-bottom: 1px solid #d6d5d5;
}
.join_03 .fr{
	width: 55.71%;
	padding-bottom:43.7% ;
	background: url(../images/join_03.jpg) center no-repeat;
}
.join_04{
	padding-bottom: 4%;
}
.join_04 .about_03_icon{
	margin-top: -110px;
}
.join_04 ul li{
	float: left;
	width: calc((100% - 30px)/2);
	margin: 0 30px 25px 0;
	padding: 30px 45px;
	box-sizing: border-box;
	background-color: #fff;
}
.join_04 ul li:nth-child(2n){
	margin-right: 0;
}
.join_04 ul li h4{
	font: 24px/2 '微软雅黑';
}
.join_04 ul li p{
	height: 140px;
	line-height: 2;
}
.join_05{
	width: 100%;
	height: 785px;
	background: url(../images/join_05.jpg) center no-repeat;
	background-size: cover;
}
.join_05 .fr{
	padding-top: 190px;
}
.join_05_desc{
	color: #666;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}
.join_05 span{
	color: #666;
	display: block;
	font-size: 20px;
	line-height: 1.5;
}
.join_05 h2{
	color: #000;
	font-size: 40px;
}


@media only screen and (max-width:1680px){
	.join_04 ul li p{
		height: 168px;
	}
	.join_05{
		height: 700px;
	}
	.join_05 .fr{
		padding-top: 150px;
	}
}
@media only screen and (max-width:1440px){
	.join_05{
		height: 600px;
	}
	.join_05 .fr{
		padding-top: 100px;
	}
}



/*联系方式*/
.contact{
	width: 100%;
	background-color: #eee;
}

.msg{
	width: 100%;
	padding: 6% 3%;
	box-sizing: border-box;
	background-color: #fff;
}
.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: 50px;
	border-bottom: 1px solid #ddd;
}
.msg textarea{
	width: 100%;
	line-height: 35px;
	height: 135px;
	border-bottom: 1px solid #ddd;
}
.msg input[type="submit"]{
	color: #fff;
	width: 190px;
	line-height: 55px;
	border-radius: 30px;
	cursor: pointer;
	background-color: #e5202a;
}
.Validform_wrong{
	color: #fa7e42;
}
.Validform_right{
	color: #65ba00;
}
@media only screen and (max-width:1440px){
	.contact_desc h1{
		font-size: 24px;
	}
	.contact_desc p{
		font-size: 14px;
	}
	.contact_desc h2{
		font-size: 28px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	.qrcode{
		width: 110px;
	}
	.msg{
		padding: 6% 4%;
	}
	.msg_name,.msg_eml,.msg_tel{
		height: 75px;
	}
	.msg input[type="text"]{
		line-height: 45px;
	}
	.msg textarea{
		line-height: 30px;
		height: 120px;
	}
	.msg input[type="submit"]{
		width: 175px;
		line-height: 45px;
	}
}


/*匠心技术*/
.skill_list ul li{
	margin-bottom: 30px;
}
.skill_list ul li .skill_img{
	width: 44.1%;
	max-width: 580px;
}
.skill_list ul li .skill_info{
	width: 50.7%;
	padding-bottom: 26.5%;
}
.skill_list ul li .skill_info div{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.skill_list ul li .skill_info h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}
.skill_list ul li p{
	line-height: 2;
}
@media all and (max-width:1620px){
	.skill_list ul li .skill_info h3{
		font-size: 26px;
	}
}
@media all and (max-width:1500px){
	.skill_list ul li .skill_info h3{
		font-size: 24px;
	}
}



/*新闻动态*/

.ex_news {
    min-height: 800px;
	box-sizing: border-box;
}
.ex_news ul li {
    margin-bottom: 40px;
    overflow: hidden;
 
    position: relative;
    cursor: pointer;
   
}
.ex_news ul li a {
    width: 100%;
    height: 100%;
    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: 25px;
    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: 25px;
    right: 0;
}
.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: #bb0227;
    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: #bb0227;
	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: 34px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
	background-color: #fff;
}
.pro_search input[type="text"] {
	float: left;
    width: calc(100% - 70px);
    line-height: 34px;
    background: none;
    padding: 0 25px;
    font-size: 14px;
	box-sizing: border-box;
}
.pro_search input[type="submit"] {
    float: right;
    width: 70px;
    height: 34px;
    background: url(../images/search_img.png) center no-repeat;
    background-size:16px;
    cursor: pointer;
}
@media only screen and (max-width:1680px){

	
}
@media only screen and (max-width:1440px){
	
}


.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_bg{
	background-color: #ededed;
}


/*产品分类页*/
.big_list{
	padding-bottom: 4%;
}
.big_list ul li{
	float: left;
	width: calc(90%/5);
	margin: 0 2.5% 2.5% 0;
	background-color: #fff;
}
.big_list ul li a{
	display: block;
	padding: 10% 0 15%;
	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: 100px;
	margin: 0 auto;
}
.big_list ul li h3{
	font:18px/40px "微软雅黑";
	color: #000;
}
.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: #bb0227;
}
.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;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}
.pro_small a:last-child{
	border:0;
}
.pro_small a:hover,
.pro_small a.on{
	color: #bb0227;
}
.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: #bb0227;
    border-color: #bb0227;
}
.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: #bb0227;
}

.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, .pro_recom ul 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: #bb0227;
}

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

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


.maintain{
	background-color: #e5e5e5;
}
.maintain ul li {
    background: #fff;
    padding: 50px;
    margin-bottom: 18px;
    transition: all .3s ease-out 0s;
    position: relative;
}
.maintain ul li:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}
.maintain li h3 {
    font-weight: 100;
    font-size: 22px;
    line-height: 36px;
    color: #333;
    padding-bottom: 15px;
}
.service,.faq{
	padding-bottom: 5%;
}
.faq .news_img{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.faq .news_img span{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.faq .news_desc{
	padding: 4%;
}
.faq .news_desc h4{
	font: 18px/1.5 '微软雅黑';
	margin-bottom: 10px;
}
.faq .news_desc p{
	color: #999;
	line-height: 2;
}
.faq a:hover .news_img span{
	transform: scale(1.05,1.05);
}
.faq a:hover .news_desc{
	background-color: #f8f8f8;
}
.service ul li{
	float: left;
	width: calc(95%/2);
	margin: 0 5% 1.5% 0;
}
.service ul li:nth-child(2n){
	margin-right: 0;
}
.service ul li img{
	margin-bottom: 1.5%;
}
.service ul li h3{
	font-weight: normal;
	font-size: 22px;
	font-family: 'nssj';
	line-height: 2;
}
.service ul li p{
	color: #999;
	line-height: 2;
}
@media only screen and (max-width:1440px){
	.maintain ul li{
		padding: 40px;
	}
	.maintain li h3{
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 5px;
	}
	.maintain li p{
		font-size: 13px;
	}
	.faq .news_img{
		height: 200px;
	}
	.faq .news_desc h4{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.faq .news_desc p{
		font-size: 13px;
	}
}


/*共用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){
	margin-right: 0;
}


