body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin:0;
	padding:0
}
img {
	border:0;
	vertical-align:top
}
li {
	list-style:none
}
iframe {
	border:none
}
html {
	min-width: 1300px;
	height:100%;
	font-size:16px
}
input,button,textarea,div{
	outline:none;
}
p{
	color: #949494;
}
body {
	min-width: 1300px;
	height:100%;
	background-color: #fff;
	font: 16px / 1.8 Arial, Helvetica, sans-serif;
}
img{
	width: 100%;
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}
a {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#c82126
}
.clearfix::before, 
.clearfix:after {
	content: "";
	display: table;
	clear:both
}
.clear {
	clear:both
}
.fl {
	float:left
}
.fr {
	float:right
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight:normal
}
.f12 {
	font-size:12px
}
.f14 {
	font-size:14px
}
.f16 {
	font-size:16px
}
.f18 {
	font-size:18px
}
.f20 {
	font-size:20px
}
.bold {
	font-weight:bold
}
.dis {
	display:block
}
.undis {
	display:none
}
.rel{
	position: relative;
}
.warp{
	display: block;
	width: 100%;
}
.white{
	color: #fff;
}
.container,
.layout{
	width: 85%;
	max-width:1400px;
	min-width: 1000px;
	margin:0 auto
}
.white-bg{
	background-color: #fff;
}

@media screen and (max-width:1440px) {
	.container {
		width:1200px;
	}
	.layout {
		width:980px;
	}
	body{
		font-size: 14px;
	}
}

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


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



.mainbox-pagination{
	position: fixed;
	top: 50%;
	right: 10px;
	width: 21px;
	z-index: 40;
}
.mainbox-pagination span{
	position: relative;
	display: block;
	width: 21px;
	height: 21px;
	margin: 5px 0;
	background: none;
	opacity: 1;
	border: 1px solid rgba(0,0,0,0);
}
.mainbox-pagination span::after{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 5px;
	height: 5px;
	background-color: #959595;
	border-radius: 50%;
}
.mainbox-pagination span.swiper-pagination-bullet-active{
	border: 1px solid #959595;
}
.mainbox-pagination span.swiper-pagination-bullet-active::after{
	background-color: #000;
}

.mainbox-pagination span:focus {outline-style:none; -moz-outline-style: none;}


/* index */
html, body {
	position: relative;
	height: 100%;
}
.index-main{
	width: 100%;
	height: 100%;
}
.index-main .main-bezier{
	transition: 1.5s cubic-bezier(0.85, 0.6, 0.5, 1.03) 0.3s;
}

.index-banner, .iban, .iban-wrapper, .iban-slide{
	width: 100%;
	height: 100%;
}
.iban-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}


/* 切换按钮 */
.iban-next,.iban-prev,.ml-tab-next,.ml-tab-prev,.vi-next,.vi-prev,.his-next,.his-prev{
	position: absolute;
	top: 50%;
    width: 60px;
    height: 60px;
	z-index: 20;
	background-image: url(ad_ctr.png);
    background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 1;
}
.iban-prev{
	left: 60px;
	background-position: 0 0;
}
.iban-next{
	right: 60px;
	background-position: 0 -60px; 
}
.index-banner .iban-pagination{
	position: absolute;
	left: 0;
	z-index: 19;
	display: block;
	width: 100%;
	text-align: center;
}
.index-banner .iban-pagination{
	bottom: 20px;
}
.iban-pagination span{
	display: inline-block;
	width: 14px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
}
.iban-pagination span.swiper-pagination-bullet-active{
	width: 30px;
	background-color: #c82126;
}
@media screen and (max-width:1440px) {
	.iban-next,.iban-prev{
		width: 50px;
		height: 50px;
		background-size: 100% auto;
	}
	.iban-next{
		right: 60px;
	    background-position: 0 -50px; 
	}
}



/**/
.header-top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 100%;
	min-width: 1100px;
	height: 90px;
	box-sizing: border-box;
	transition: none;
}
.header-top .logo{
	float: left;
	display: block;
	margin-top: 16px;
}
.header-top .nav > ul > li{
	float: left;
	padding: 0 23px;
	position: relative;
}
.header-top .nav > ul > li > a{
	position: relative;
	display: block;
	padding: 0 0;
	line-height: 90px;
}
.header .nav > ul > li > a > b{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 13px;
	display: block;
	width: 0;
	height: 2px;
	background-color: #c82126;
	transform: translateX(-50%);
}
.header .nav ul li a:hover b,
.header .nav ul li a.on b{
	width: 100%;
}

.subnav{
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 10;
	width: 210px;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 6px 10px rgba(0,0,0,.05);
	opacity: 0;
	visibility: hidden;
	transition: all ease-out .2s;
}
.subnav > li{
	width: 210px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	transition: 0s;
}
.subnav > li > a{
	display: block;
	height: 20px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
}
.subnav > li > a > span{
	color: #000;
	font-size: 14px;
	transition: 0s;
}
.subnav > li > a > i{
	display: inline-block;
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	background: url(../images/subnav.png);
	transition: all ease-out .2s;
}
.subnav > li:hover{
	background-color: #c82126;
}
.subnav > li > a:hover{
	padding: 10px 25px;
}
.subnav > li > a:hover > span{
	color: #fff;
}

.nav li:hover ul.subnav{
    top: 90px;
    opacity: 1;
    visibility: visible;
}

/**/
.ipro{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.ipad{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
.ipro-type{
	position: absolute;
	top: 24%;
	left: 13%;
	z-index: 2;
	width: 160px;
}
.ipro-type ul li{
	margin-bottom: 30px;
	border: 1px solid #fff;
	width: 160px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.ipro-type ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.ipro-type ul li.on{
	border-color: #c82126;
	background-color: #c82126;
}
.ipro-box,
.ipro-box a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}


.ijoin{
	background: url(../images/i_join.jpg) center center/cover no-repeat;
}
.ijoin-font{
	margin-top: 16%;
}
.ijoin-font h2{
	font: 66px/80px 'nssj';
}
.ijoin-font p{
	margin-bottom: 20px;
	font: 20px/60px '微软雅黑';
	color: #696e72;
}
.ijoin-font a{
	display: block;
	width: 160px;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	color: #fff;
	background-color: #c7000b;
	border-radius: 3px;
}
.ijoin-font a:hover{
	text-decoration: underline;
}
.iabout{
	background: url(../images/i_about.jpg) center center/cover no-repeat;
}
.iabout-font{
	float: right;
	width: 500px;
}
.iabout-font h2{
	margin-bottom: 30px;
	font: 50px/1 'nssj';
}
.iabout-font p{
	font-size: 18px;
	line-height: 2;
	margin-bottom: 35px;
}
.iabout-font a{
	position: relative;
	display: block;
	width: 160px;
	font-size: 16px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	background-color: #c82126;
	box-sizing: border-box;
	border-radius: 4px;
}
.iabout-font a i{
	position: absolute;
	right: 30px;
	top: 0;
	display: inline-block;
	width: 19px;
	height: 14px;
	background: url(../images/i_about_icon.png) center no-repeat;
	opacity: 0;
}
.iabout-font a:hover{
	padding-right: 30px;
}
.iabout-font a:hover i{
	top: 20px;
	opacity: 1;
}
.inews{
	background-color: #f5f5f5;
}
.inews .ipad{
	width: 85%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.inews ul li{
	float: left;
	width: calc(92%/3);
	margin-right: 3%;
	border-radius: 4px;
	overflow:hidden;
}
.inews ul li:last-child{
	margin-right: 0;
}
.inews ul li .inews-img{
	display: block;
	width: 100%;
	padding-bottom: 68%;
	background-position: center;
	background-size: cover;
}
.inews ul li .inews-box{
	padding: 20px;
	background-color: #fff;
}
.inews ul li .inews-box h3{
	font-size: 24px;
	line-height: 2;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.inews ul li .inews-box p{
	font-size: 16px;
	line-height: 2;
	height: 56px;
	margin-bottom: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews ul li .inews-box .clearfix{
	font-size: 16px;
	line-height: 2;
	color: #949494;
}
.inews ul li .inews-box .clearfix span{
	float: right;
}
.inews ul li:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.news-img{
	width: 100%;
	height: auto;
	background: url(logo.png) center no-repeat;
}
.icontact::after{
	content: "";
	float: right;
	display: block;
	width: 28%;
	height: 100%;
	background: url(../images/i_contact.jpg) center center/cover no-repeat;
}
.icontact-box{
	width: 65%;
}
.df-title{
	padding-bottom: 55px;
}
.df-title h2{
	font: 34px/1 'nssj';
}
.df-title h3{
	margin-top: 15px;
	font-size: 24px;
	line-height: 1;
}
.df-title p{
	font-size: 16px;
}
.df-title p.white{
	color: #fff;
}
.icotact-text{
	margin-bottom: 40px;
}
.icotact-text h3{
	font:28px/2 'nssj';
}
.icotact-text p{
	font-size: 16px;
	line-height: 2;
}
.icotact-text .fr{
	width: 125px;
}
.icotact-text .fr p{
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
.msg-name,.msg-email,.msg-tel{
	position: relative;
	width: 30%;
	margin-bottom: 15px;
}
.msg-name,.msg-email{
	margin-right: 5%;
}
.icotact-msg input[type="text"]{
	width: 100%;
	line-height: 45px;
	border: 0;
	border-bottom: 2px solid #f5f5f5;
}
.icotact-msg textarea{
	font-family: "微软雅黑";
	width: 100%;
	line-height: 35px;
	height: 105px;
	border: 0;
	border-bottom: 2px solid #f5f5f5;
}
.msg-content{
	margin-bottom: 30px;
}
.icotact-msg input[type="submit"]{
	width: 115px;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	background-color: #c7000b;
	border-radius: 4px;
	border: 0;
	color: #fff;
}

.Validform_checktip{
	position: absolute;
	right: 4px;
	top: 0;
	line-height: 45px;
	font-style: normal;
	font-size: 14px;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}

@media screen and (max-width:1440px) {
	.ijoin-font{
		margin-top: 13%;
	}
	.ijoin-font h2{
		font-size: 48px;
		line-height: 60px;
	}
	.ijoin-font p{
		font-size: 16px;
		line-height: 42px;
	}
	.ijoin-font a{
		width: 140px;
		font-size: 14px;
		line-height: 50px;
	}
	.iabout-font{
		width: 450px;
	}
	.iabout-font h2{
		margin-bottom: 20px;
		font-size: 40px;
	}
	.iabout-font p{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.iabout-font a{
		width: 150px;
		line-height: 50px;
	}
	.iabout-font a:hover i{
		top: 17px;
	}
	.inews ul li .inews-box h3{
		font-size: 18px;
	}
	.inews ul li .inews-box p{
		height: 56px;
	}
	.inews ul li .inews-box p,
	.inews ul li .inews-box .clearfix{
		font-size: 14px;
	}
	.df-title h2{
		font-size: 28px;
	}
	.df-title p{
		font-size: 14px;
	}
	.df-title h3{
		font-size: 20px;
	}
}



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


/*内页*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 300px;
	height: 100%;
}
.hor-box{
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}

.header .logo{
	width: 141px;
	height: 57px;
	margin: 25% auto;
	background: url(logo.png) no-repeat;
	background-size: cover;
}

.header .logo a{
	display: block;
	width: 100%;
	height: 100%;
}

.header .nav li {
	text-align: center;
	line-height: 50px;
}

.header .nav > li > a {
	position: relative;
	padding: 9px 18px;
	font-size: 14px;
}
.header .nav > li > a > span{
	position: relative;
	z-index: 1;
}
.header .nav > li > a > b{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 30px;
	overflow: hidden;
	opacity: 0;
	background-color: #c80e14;
}

.header .nav > li > a:hover,
.header .nav > li > a.on{
	padding: 9px 25px;
}
.header .nav > li > a:hover > span,
.header .nav > li > a.on > span{
	color: #fff;
}

.header .nav > li > a:hover > b,
.header .nav > li > a.on > b{
	opacity: 1;
}

.header_box{
	width: 150px;
	position: absolute;
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%);
}

.header_box i{
	display: block;
	width: 25px;
	height: 20px;
	margin-right: 10px;
	border-right: 1px solid #eee;
	background: url(head_icon.png) no-repeat 0 3px;
}
.header_box h4{
	display: block;
	font: 18px/20px 'arial';
	font-weight: normal;
	margin-bottom: 5px;
}
.header_box p{
	font-size: 14px;
	line-height: 1.5;
	color: #999;
}

.mainbox{
	height: 100%;
	position: relative;
	margin-left: 300px;
	width: calc(100% - 300px);
}

.nav-menu{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 180px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.nav-menu dl{
	position: absolute;
	top: 45%;
	width: 100%;
	transform: translate(0,-50%);
}
.nav-menu dl dd a{
	display: block;
	font-size: 15px;
	line-height: 50px;
}
.header .nav li .nav-menu dl dd a:hover{
	color: #fff;
	background-color: #c80e14;
}
.header .nav li:hover .nav-menu{
	left: 300px;
}
@media all and (max-width:1440px){
	.header .logo{
		margin: 22% auto;
		width: 110px;
		height: 44px;
	}
	.header{
		width: 220px;
	}
	.header .nav li,.nav-menu dl dd a{
		line-height: 45px;
	}
	.header_box{
		bottom: 5%;
	}
	.mainbox{
		margin-left: 220px;
		width: calc(100% - 220px);
	}
	.nav-menu{
		width: 150px;
	}
	.header .nav li:hover .nav-menu{
		left: 220px;
	}
}




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


@media all and (max-width:1680px){
	.ban{
		height: 550px;
	}
}

@media all and (max-width:1440px){
	.ban{
		height: 480px;
	}
}


/*about*/
.pack{
	padding: 100px 0;
}
.pack p{
	line-height: 2;
	color: #999;
}
.about-desc,.honor-desc{
	margin-bottom: 50px;
}
.about-desc h3{
	font: 36px/2 'nssj';
	line-height: 2;
	margin-bottom: 30px;
}
.about-desc p{
	font-size: 16px;
	line-height: 2;
}
.company ul li{
	float: left;
	width: calc(94%/4);
	margin-right: 2%;
	border-radius: 8px;
	overflow: hidden;
}
.company ul li:last-child{
	margin-right: 0;
}
.honor{
	width: 100%;
	background: url(../images/honor.jpg) center center/cover no-repeat;
}
.honor-desc p{
	font-size: 16px;
	line-height: 2;
	margin-right: 7%;
	color: #fff;
}
.honor-desc p:last-child{
	margin-right: 0;
}
.about-vi .swiper-slide{
	width: calc(93.4%/4);
	margin: 0 2.2% 0 0;
	border-radius: 6px;
	overflow: hidden;
}
.aboutvi-pagination{
	padding-top: 25px;
	text-align: center;
}
.aboutvi-pagination span{
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #fff;
}
.craftsman{
	background-color: #f8f8f8;
}
.craftsman-img,.craftsman-desc{
	width: 50%;
}
.craftsman-desc{
	position: relative;
	padding-bottom: 35.5%;
	background-color: #fff;
}
.craftsman-desc div.craftsman-desc-box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 78%;
	height: 220px;
}
.craftsman-desc-bottom p{
	font-size: 16px;
	line-height: 2;
}
.culture-img{
	margin-bottom: 50px;
	border-radius: 6px;
	overflow: hidden;
}
.culture ul li{
	float: left;
	width: 46%;
	padding-left: 60px;
	margin: 0 8% 3% 0;
	box-sizing: border-box;
}
.culture ul li:nth-child(2n){
	margin-right: 0;
}
.culture-01{
	background: url(../images/culture_01.png) left top no-repeat;
}
.culture-02{
	background: url(../images/culture_02.png) left top no-repeat;
}
.culture-03{
	background: url(../images/culture_03.png) left top no-repeat;
}
.culture-04{
	background: url(../images/culture_04.png) left top no-repeat;
}
.culture ul li h3{
	font: 22px/2 'nssj';
}
.culture ul li p{
	font-size: 14px;
	line-height: 2;
}
.copy{
	font-size: 14px;
	color: #6d6d6d;
	line-height: 70px;
	background-color: #f8f8f8;
}
.copy a{
	color: #6d6d6d;
}
@media all and (max-width:1680px){
	.pack{
		padding: 70px 0;
	}
	.about-desc,
	.honor-desc{
		margin-bottom: 40px;
	}
	.about-desc h3{
		font-size: 30px;
	}
	.about-desc p,
	.honor-desc p,
	.craftsman-desc-bottom p{
		font-size: 15px;
	}
	.honor-desc p{
		margin-right: 1.5%;
	}
	.copy{
		line-height: 60px;
	}
}
@media all and (max-width:1440px){
	.pack{
		padding: 50px 0;
	}
	.about-desc,
	.honor-desc{
		margin-bottom: 30px;
	}
	.about-desc h3{
		font-size: 26px;
	}
	.about-desc p,
	.honor-desc p,
	.craftsman-desc-bottom p{
		font-size: 14px;
	}
	.copy{
		line-height: 50px;
	}
}

/*join*/
.join{
	position: relative;
	width: 100%;
	padding-top: 55%;
	background: url(../images/join.jpg) top center/100% auto no-repeat;
}
.join .layout{
	padding: 60px 0;
}
.join-desc{
	position: absolute;
	top: 14%;
	left: 11%;
}
.join-desc h3{
	font-family: 'nssj';
	font-size: 67px;
	line-height: 1.3;
	color: #fff;
}
.join-desc h4{
	color: #fff;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 40px;
}
.join-desc p{
	font-size: 17px;
	line-height: 2;
	color: #fff;
}
.join-desc h2{
	color: #fff;
	font-size: 44px;
}
.join ul li{
	float: left;
	width: 25%;
	padding: 6% 0;
	text-align: center;
}
.join ul li:nth-child(1),
.join ul li:nth-child(3),
.join ul li:nth-child(6),
.join ul li:nth-child(8){
	background-color: #f5f5f5;
}
.join ul li:nth-child(2),
.join ul li:nth-child(4),
.join ul li:nth-child(5),
.join ul li:nth-child(7){
	background-color: #fff;
}
.join ul li .join-num{
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	margin: 0 auto 35px;
	transform: rotate(-45deg);
	border: 1px solid #eee2e6;
	background-color: #fefefe;
}
.join ul li .join-num i{
	display: block;
	font-size: 45px;
	font-style: normal;
	transform: rotate(45deg);
	color: #c80e14;
}
.join ul li p{
	font-size: 16px;
	color: #3b3b3b;
}
.advantage{
	background: url(../images/advantage.jpg) center no-repeat;
	background-size: cover;
}
.advantage ul li{
	float: left;
	width: calc(88%/4);
	padding: 60px 20px;
	margin-right: 4%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.advantage ul li:last-child{
	margin-right: 0;
}
.advantage-01,
.advantage-02,
.advantage-03,
.advantage-04{
	width: 180px;
	height: 80px;
	margin: 0 auto 20px;
}
.advantage-01{
	background: url(../images/advantage_01.png) center center/cover no-repeat;
}
.advantage-02{
	background: url(../images/advantage_02.png) center center/cover no-repeat;
}
.advantage-03{
	background: url(../images/advantage_03.png) center center/cover no-repeat;
}
.advantage-04{
	background: url(../images/advantage_04.png) center center/cover no-repeat;
}
.advantage ul li h3{
	font-size: 28px;
	line-height: 3;
}
.advantage ul li p{
	height: 225px;
	font-size: 16px;
	line-height: 2;
}
.advantage ul li i{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 42px;
	height: 42px;
}
.advantage ul li i::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #999;
}
.advantage ul li i::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #999;
}
.advantage ul li:hover{
	background-color: #b61f24;
}
.advantage ul li:hover h3,
.advantage ul li:hover p{
	color: #fff;
}
.advantage ul li:hover i{
	transform: rotateZ(90deg);
}
.advantage ul li:hover .advantage-01{
	background-image: url(../images/advantage_01_02.png);
}
.advantage ul li:hover .advantage-02{
	background-image: url(../images/advantage_02_02.png);
}
.advantage ul li:hover .advantage-03{
	background-image: url(../images/advantage_03_02.png);
}
.advantage ul li:hover .advantage-04{
	background-image: url(../images/advantage_04_02.png);
}
.advantage ul li:hover i::after,
.advantage ul li:hover i::before{
	background-color: #fff;
}
.label{
	width: 100%;
	max-height: 803px;
	padding-bottom: 49.56%;
	background: url(../images/label.jpg) center center/cover no-repeat;
}
.qua{
	background-color: #fff;
}
.qua-box .swiper-container{
	padding: 1.5%;
}
.qua-box .swiper-slide{
	width: calc(91%/4);
	margin: 0 3% 0 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.quavi-pagination{
	padding-top: 5px;
	text-align: center;
}
.quavi-pagination span{
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #333;
}
.quavi-pagination span.swiper-pagination-bullet-active{
	background-color: #b61f24;
}
.apply-info{
	position: relative;
	width: 100%;
	max-height: 618px;
	padding-bottom: 38.14%;
	background: url(../images/apply.jpg) center center/cover no-repeat;
}
.apply-info .layout{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 6%;
}
.apply-info .layout .df-title{
	padding-bottom: 30px;
}
.apply-info-font{
	font-size: 14px;
	line-height: 2;
	color: #606060;
	margin-bottom: 50px;
}
.apply-info-title{
	font-size: 18px;
}
.apply-info-tel{
	font-size: 40px;
	color: #a91815;
}
.apply-msg{
	margin-bottom: 60px;
}
.apply-msg input[type="text"]{
	width: 100%;
	line-height: 45px;
	border: 0;
	border-bottom: 1px solid #d2d2d2;
}
.apply-msg textarea{
	width: 100%;
	line-height: 35px;
	height: 105px;
	border: 0;
	font-family: "微软雅黑";
	border-bottom: 1px solid #d2d2d2;
}
.apply-msg input[type="submit"]{
	width: 190px;
	font-size: 15px;
	text-align: center;
	color: #1d1d1d;
	line-height: 45px;
	border-radius: 30px;
	border: 1px solid #1d1d1d;
	background-color: #fff;
	cursor: pointer;
}
.apply-msg input[type="submit"]:hover{
	color: #fff;
	border-color: #a91815;
	background-color: #a91815;
}
@media all and (max-width:1680px){
	.join-desc h3{
		font-size: 60px;
	}
	.join-desc h4{
		font-size: 18px;
	}
	.join-desc p{
		font-size: 15px;
	}
	.join-desc h2{
		font-size: 40px;
	}
	.join ul li{
		padding: 5% 0;
	}
	.join ul li .join-num{
		width: 75px;
		height: 75px;
		line-height: 75px;
		margin-bottom: 28px
	}
	.join ul li .join-num i{
		font-size: 40px;
	}
	.join ul li p,
	.advantage ul li p{
		font-size: 14px;
	}
	.advantage ul li h3{
		font-size: 24px;
	}
	.advantage ul li p{
		height: 200px;
	}
	.advantage-01, .advantage-02, .advantage-03, .advantage-04{
		width: 160px;
		height: 70px;
	}
	.advantage ul li i{
		width: 35px;
		height: 35px;
	}
	.apply-info .layout .df-title{
		padding-bottom: 20px;
	}
	.apply-info .layout{
		padding-top: 4%;
	}
	.apply-info-font{
		font-size: 13px;
		margin-bottom: 40px;
	}
	.apply-info-title{
		font-size: 16px;
	}
	.apply-info-tel{
		font-size: 36px;
	}
}
@media all and (max-width:1440px){
	.join-desc h3{
		font-size: 54px;
	}
	.join-desc h4{
		font-size: 16px;
	}
	.join-desc p{
		font-size: 13px;
	}
	.join-desc h2{
		font-size: 36px;
	}
	.join ul li{
		padding: 4% 0;
	}
	.join ul li .join-num{
		width: 65px;
		height: 65px;
		line-height: 65px;
		margin-bottom: 20px;
	}
	.join ul li .join-num i{
		font-size: 36px;
	}
	.join ul li p,
	.advantage ul li p{
		font-size: 13px;
	}
	.advantage ul li h3{
		font-size: 20px;
	}
	.advantage ul li p{
		height: 180px;
	}
	.advantage-01, .advantage-02, .advantage-03, .advantage-04{
		width: 140px;
		height: 50px;
	}
	.advantage ul li i{
		width: 28px;
		height: 28px;
	}
	.apply-info .layout .df-title{
		padding-bottom: 10px;
	}
	.apply-info .layout{
		padding-top: 3%;
	}
	.apply-info-font{
		font-size: 12px;
		margin-bottom: 30px;
	}
	.apply-info-title{
		font-size: 14px;
	}
	.apply-info-tel{
		font-size: 32px;
	}
}

/*brand*/
.brand_ban{
	padding-top: 5%;
	width: 38%;
}
.brand_ban h2{
	font: 54px/1.5 'nssj';
}
.brand_ban h3{
	font: 28px/1.5 'nssj';
	margin-bottom: 3%;
}
.brand_ban p{
	font-size: 16px;
	line-height: 2;
	color: #717171;
}
.brand-01-left{
	width: 55%;
}
.brand-01-right{
	width: 40%;
	padding-top: 5%;
}
.brand-01-right h3{
	font: 30px/2 'nssj';
	margin-bottom: 15px;
}
.brand-01-right p{
	font-size: 16px;
}
.brand-01-bottom{
	padding-top: 4%;
}
.brand-01-bottom .fl{
	width: 34%;
	padding-top: 3.5%;
}
.brand-01-bottom .fr{
	width: 60%;
}
.brand-02{
	background-color: #f5f5f5;
}
.brand-02-box{
	width: 100%;
	position: relative;
	background: url(../images/brand_04.jpg) top left/100% auto no-repeat;
	padding-bottom: 43%;
}
.brand-02-font{
	position: absolute;
	top: 45%;
	right: 8%;
	width: 40%;
}
.brand-02-font h3,.brand-03 h3{
	font:30px/2 'nssj';
}
.brand-03 h3{
	margin-bottom: 4%;
}
.brand-03 ul li{
	float: left;
	width: calc(95.5%/3);
	margin-right: 1.5%;
    margin-bottom:1.5%;
}
.brand-03 ul li:last-child{
	margin-right: 0;
}
@media all and (max-width:1680px){
	.brand-01-right h3,
	.brand-02-font h3,
	.brand-03 h3{
		font-size: 26px;
	}
	.brand-01-right p,
	.brand-01-bottom p,
	.brand-02-font p,
	.brand_ban p{
		font-size: 15px;
	}
	.brand_ban h2{
		font-size: 48px;
	}
	.brand_ban h3{
		font-size: 24px;
	}
}
@media all and (max-width:1440px){
	.brand-01-right h3,
	.brand-02-font h3,
	.brand-03 h3{
		font-size: 22px;
	}
	.brand-01-right p,
	.brand-01-bottom p,
	.brand-02-font p,
	.brand_ban p{
		font-size: 14px;
	}
	.brand_ban h2{
		font-size: 42px;
	}
	.brand_ban h3{
		font-size: 20px;
	}
}



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

.big_list .df-title{
	padding-bottom: 3%;
}

.big_list ul{
	margin-bottom: 3%;
}
.big_list ul li{
	float: left;
	width: calc(96%/5);
	margin: 0 1% 1.5% 0;
	
}
.big_list ul li em{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #c80e14;
	z-index: 100;
}
.big_list ul li a{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 76.315%;
	background: url(../images/pro_bg.png) center center/100% auto no-repeat;
}

.pro_text{
	position: absolute;
	width: 100%;
	height: 100%;
}
.big_list ul li .pro_icon{
	width: 30%;
	padding-bottom: 30%;
	margin: 9% auto 0;
	background-size: 100% auto;
}
.big_list ul li h3{
	font:16px/40px "宋体";
	color: #000;
}
.big_list ul li p{
	color: #8f8f8f;
	font: 14px/1.5 arial;
}

.big_list ul li:nth-child(5n){
	margin-right: 0;
}
.big_list ul li a:hover{
	background-image: url(../images/pro_01_bg.png);
}
.big_list ul li a:hover .pro_icon{
	background-position: 0 100%;
}
.big_list ul li a:hover h3,
.big_list ul li a:hover p{
	color: #fff;
}
@media all and (max-width:1680px){
	.product-ban{
		height: 500px;
	}
	.big_list ul li  h3{
		font-size: 15px;
		line-height: 35px;
	}
	.big_list ul li p{
		font-size: 13px;
	}
}
@media all and (max-width:1540px){
	.big_list ul li .pro_icon{
		margin-top: 7%;
	}
}
@media all and (max-width:1440px){
	.product-ban{
		height: 450px;
	}
	.big_list ul li img{
		width: 70px;
	}
	.big_list ul li h3{
		font-size: 15px;
		line-height: 36px;
	}
	.big_list ul li p{
		font-size: 12px;
	}
}




.pro_search {
	width: 35%;
	padding-bottom: 40px;
}
.pro_search h3 {
	font-weight: normal;
	color: #000;
	font-size: 31px;
	padding-bottom: 30px;
	text-align: center;
}
.pro_search form {
	border: 1px solid #ddd;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	overflow: hidden;
	background-color: #fff;
}
.pro_search input[type="text"] {
	width: calc(100% - 60px);
	line-height: 50px;
	background: none;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	border: 0;
}
.pro_search input[type="submit"] {
	float: right;
	width: 60px;
	height: 50px;
	background: url(../images/search_img.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
	border: 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: #c80e14;
}
.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;
}
.pro_menu .pro_sub li a.sub_link {
    display: block;
    padding: 5px 35px;
    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: #c80e14;
    border-color: #c80e14;
}
.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: #c80e14;
}

.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: #c80e14;
    margin-right: 15px;
}

.pro_img{
	width: 100%;
	overflow: hidden;
}

.web_prolist {
	width: 100%;
}
.web_prolist li {
	float: left;
	width: calc((100% - 60px)/4);
	box-sizing: border-box;
	background: #fff;
	margin: 0 20px 20px 0;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.web_prolist li:nth-child(4n){
	margin-right: 0;
}
.web_prolist li img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.web_prolist li em{
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #c80e14;
	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 0 rgba(0, 0, 0, 0.15);
}
.web_prolist li:hover span{
	color: #000;
}
.web_prolist li i {
	font-style: normal;
}
.web_prolist li a{
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}
.web_prolist li:hover img{
	transform: scale(1.05, 1.05);
}
.web_prolist li span{
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}



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

a.page {
	padding:0 10px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background: #c80e14;
	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;
}

.nodata{
	width: 100%;
	padding: 80px 0;
	text-align: center;
	box-sizing: border-box;
}
.data_icon{
	width: 350px;
	height: 240px;
	margin: 0 auto;
	background: url(../images/data_icon.png) no-repeat;
}
.nodata h3{
	font: 20px/1.5 '微软雅黑';
}




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

.pro_box{
	width: 30%;
	min-width: 200px;
}

.pro_font {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.pro_icon{
	padding: 4% 0;
}
.pro_icon img{
	width: 50%;
	margin-top: 3%;
}
.pro_font p {
	font-size: 16px;
	color: #000;
	line-height: 1;
}

.pro_font h2 {
	font-size: 24px;
	color: #000;
}

.pro_font h3 {
	font: 24px/45px 'nssj';
	color: #000;
}

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

.pro_desc{
	margin-top: 10%;
}

.pro_fl_recom h3{
	margin-top: 3%;
	font: 24px/3 'nssj';
}
.pro_fl_recom ul li{
	width: 100%;
	background: #f7f7f7;
	margin-bottom: 12px;
}
.pro_fl_recom ul li a{
	display: block;
	width: 100%;
	padding: 4%;
	overflow: hidden;
	box-sizing: border-box;
}
.pro_fl_recom ul li img{
	float: left;
	width: 35%;
	max-width: 100px;
	height: auto;
}
.pro_fl_recom ul li div{
	float: left;
	padding: 8% 8% 0;
}
.pro_fl_recom ul li span{
	color: #333;
	display: block;
	line-height: 20px;
}
.pro_fl_recom ul li p{
	line-height: 20px;
	color: #898989;
}

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

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

.pro_detailed {
	float: right;
	overflow: hidden;
	width: 65%;
	min-height: 1100px;
	padding: 30px;
	background-color: #f2f2f2;
	box-sizing: border-box;
}

.pro_detailed h3 {
	color: #000;
	overflow: hidden;
	margin-bottom: 30px;
	font: 24px/1 'nssj';
}

.pro_detailed .fl {
	width: 1100px;
	overflow: hidden;
}

.pro_detailed .fr ul li {
	padding: 10px;
	width: 228px;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
}

.pro_detailed .fr ul li img {
	display: block;
	margin-bottom: 0;
}

.pro_detailed .fr ul li em {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 20px;
	background: #000;
	font-style: normal;
	color: #fff;
}

.pro_detailed .fr ul li span {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
}

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

.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: 10px !important;
}

.pro_qrcode{
	position: relative;
	width: 30px;
	height: 20px;
	background: url(../images/wx.jpg) center no-repeat;
}
.proqocode{
	display: none;
	position: absolute;
	top: 35px;
	left: 50%;
	width: 100px;
	height: 100px;
	padding: 8px;
	transform: translateX(-50%);
	border: 1px solid #595b60;
	box-sizing: border-box;
}
.proqocode::before{
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #595b60;
	transform: translateX(-50%);
}
.proqocode canvas{
	width: 82px;
	height: 82px;
}
.pro_qrcode:hover .proqocode{
	display: block;
}
@media all and (max-width:1440px){
	.pro_font h3{
		font-size: 18px;
	}
	.pro_font ul li{
		font-size: 12px;
	}
	.pro_fl_recom h3{
		font-size: 18px;
	}
	.pro_font h2{
		font-size: 18px;
	}
}

.skill ul li{
	margin-bottom: 3%;
}




.ex_news {
	min-height: 800px;
}

.ex_news ul li {
	clear: both;
	padding: 2%;
	margin-bottom: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}

.ex_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
}

.ex_news ul li .news_img {
	float: left;
	width: 30%;
	height: 180px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: 80px;
	background-color: #f8f8f8;
}

.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: 40%;
	position: absolute;
	top: 10%;
	left: 35%;
}

.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-family: 'nssj';
	font-weight: normal;
}

.ex_news ul li .news_info p {
	line-height: 25px;
	overflow: hidden;
	color: #999;
}

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

.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 .news_date font {
	font-size: 24px;
	line-height: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	font-family: "gothic";
	margin-bottom: 8px;
}
.ex_news ul li .news_date span {
	font-size: 20px;
	line-height: 1;
	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 .news_info {
	padding-left: 20px;
}

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

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

.ex_news ul li:hover .news_img div {
	transform: scale(1.1, 1.1);
}


@media all and (max-width:1440px){
	.ex_news ul li .news_img{
		height: 160px;
	}
	.ex_news ul li .news_date font{
		font-size: 26px;
		margin-bottom: 4px;
	}
	.ex_news ul li .news_date span{
		font-size: 24px;
	}
	.ex_news ul li .news_date{
		height: 120px;
	}
	.ex_news ul li:hover .news_date item{
		bottom: 30px;
	}
}

.package_left {
	float: left;
	width: 28%;
	padding: 15px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.package_left h2{
	font-size: 22px;
	font-family: 'nssj';
}
.package_left p,.news_show_content p{
	font-size: 16px;
	color: #565656;
}
.news_show_content {
	float: right;
	width: 68%;
	padding: 25px;
	min-height: 500px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}
.news_show_time a {
	display: block;
	background: #c80e14;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	margin-top: 30px;
	width: 50%;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
}
.news_show_time a:hover {
	text-decoration: underline;
}
@media all and (max-width:1440px){
	.package_left h2{
		font-size: 20px;
	}
	.package_left p,.news_show_content p{
		font-size: 15px;
	}
}
@media all and (max-width:1440px){
	.package_left h2{
		font-size: 18px;
	}
	.package_left p,.news_show_content p{
		font-size: 14px;
	}
}


.contact_box h2{
	font: 35px/2 'nssj';
	margin-bottom: 1%;
}
.contact_box ul{
	overflow: hidden;
}
.contact_box ul li{
	float: left;
	padding-left: 45px;
	margin-right: 30px;
}
.contact_box ul li p{
	font-size: 14px;
	line-height: 1.5;
	color: #999;
}
.contact_box ul li h4{
	font-size: 18px;
	line-height: 1.5;
}
.con-tel{
	background: url(../images/con_tel.jpg) left no-repeat;
}
.con-email{
	background: url(../images/con_email.jpg) left no-repeat;
}

.contact_box .fr p{
	font-size: 14px;
}

.contact_box .fr{
	width: 130px;
	text-align: center;
}




.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: -17px;
    top: 18px;
	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(closed.png);
	background-size: cover;
}

.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;
	border: 10px solid #fff;
	background-color: #fff;
    display: grid;
}

.video_show iframe,
.video_show video{
	width: 100%;
	height: 500px;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: -40px;
	z-index: 99;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover .video_ise{
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.pro_video:hover .video_img{
	opacity: .9;
}

.pro_video{
	background-color: #000;
}
.provideo{
	position: relative;
}
.provideo img.videoico{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
}

.about-video{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
}
.about-video i{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	background: url(../images/i_icon.png) center center/cover no-repeat;
	cursor: pointer;
}

.about-video:hover i{
	transform: scale(1.05,1.05);
}