@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'oswald';
  src: url("fonts/oswald.eot");
  src: url("fonts/oswald.eot") format("embedded-opentype"), url("fonts/oswald.woff2") format("woff2"), url("fonts/oswald.woff") format("woff"), url("fonts/oswald.ttf") format("truetype"), url("fonts/oswald.svg#oswald") format("svg");
}
@font-face {
  font-family: 'baskoldface';
  src: url("fonts/baskoldface.eot");
  src: url("fonts/baskoldface.eot") format("embedded-opentype"), url("fonts/baskoldface.woff2") format("woff2"), url("fonts/baskoldface.woff") format("woff"), url("fonts/baskoldface.ttf") format("truetype"), url("fonts/baskoldface.svg#baskoldface") format("svg");
}
@font-face {
    font-family: 'CANDARAB';
    src: url('fonts/CANDARAB.eot');
    src: url('fonts/CANDARAB.eot') format('embedded-opentype'),
         url('fonts/CANDARAB.woff2') format('woff2'),
         url('fonts/CANDARAB.woff') format('woff'),
         url('fonts/CANDARAB.ttf') format('truetype'),
         url('fonts/CANDARAB.svg#CANDARAB') format('svg');
}
.w1600{
	width: 1600px;
	margin: 0 auto;
}
.nbanner{
	position: relative;
}
.nbanner img{
	display: block;
	width: 100%;
}
.nbanner .text{
	position: absolute;
	top: 33%;
	left: 0px;
	width: 100%;
	height: 100%;
}
.nbanner .text .en{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 102px;
	line-height: 102px;
	font-weight: bold;
}
.nbanner .text .ch{
	font-size: 42px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 24px;
}
.title{
	margin: 102px 0 78px;
}
.title .p1{
	font-size: 40px;
	color: #333;
	line-height: 40px;
	margin-bottom: 16px;
	text-align: center;
}
.title .p2{
	font-size: 20px;
	color: #333;
	line-height: 20px;
	text-transform: uppercase;
	opacity: 0.3;
	text-align: center;
	    font-family: 'baskoldface';
}
.equipment>.w1600{
	position: relative;
	top: 30px;
	opacity: 0;

	transition:all 1s;
}
.equipment>.w1600.cur{
	top: 0px;
	opacity: 1;
}
.equipment>.list{
	position: relative;
	top: 30px;
	opacity: 0;

	transition:all 1s;
}
.equipment>.list.cur{
	top: 0px;
	opacity: 1;
}
.equipment .list ul{
	width: 100%;
}
.equipment .list li{
	width: 100%;
	background: #fff;
	margin-bottom: 42px;
}
.equipment .list li .fll{
	width: 648px;
	float: left;
	overflow: hidden;
}
.equipment .list li .frr{
	width: 952px;
	float: left;
	/*box-sizing: border-box;*/
   /* padding: 6% 8%;*/
}
.equipment .list li .fll img{
	width: 100%;
	display: block;

	transition:all 0.3s;
}
.equipment .list li:hover .fll img{
	transform:scale(1.1);
}
.equipment .list li .frr .text{
	padding: 9.5% 12% 0;
	width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.equipment .list li .frr .text .p1{
	font-size: 30px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 4%;
	background: url(../img/img-03.jpg) no-repeat left bottom;
	margin-bottom: 4%;
	transition:background-size 1s;
	position: relative;
}
.equipment .list li .frr .text .p1 .kl{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 3px;
	background: #da251c;
	width: 0px;
	transition:all 0.3s;
}
.equipment .list li:hover .frr .text .p1 .kl{
	width: 54px;
}
.equipment .list li .frr .text .p2{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
}



.contact{
	padding-top: 102px;
}
.ntitle .ch{
	text-align: center;
	font-size: 40px;
	color: #333;
	line-height: 40px;
	margin-bottom: 18px;
}
.ntitle .en{
	font-size: 20px;
	text-align: center;
}
.contact .form{
	padding-top: 70px;
}
.contact .form .top{

}
.contact .form .top>div{
	float: left;
	width: 30%;
	margin-right: 5%;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.contact .form .top>div.sp{
	margin-right: 0px;
}
.contact .form .top>div input{
	display: block;
	border:0px none;
	padding: 0 5%;
	height: 75px;
	width: 100%;
	box-sizing:border-box;
	font-size: 24px;
}
.contact .form textarea{
	width: 100%;
	border:1px solid #ddd;
	box-sizing:border-box;
	margin-top: 3%;
	height: 439px;
	padding: 1.5%;
	font-size: 24px;
	color: #bcbcbc;
}
.contact .form .submit{
	width: 230px;
	height: 75px;
	background: #da251c;
	color: #fff;
	text-align: center;
	display: block;
	margin: 4% auto 6%;
	border:0px none;
	font-size: 24px;
}
input.in::-webkit-input-placeholder {
  color: #bcbcbc; 
}
input.in::-webkit-input-placeholder {
  color: #bcbcbc; 
}

textarea.in::-webkit-input-placeholder {
  color: #bcbcbc; 
}
textarea.in::-webkit-input-placeholder {
  color: #bcbcbc; 
}
.map{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 580px;
	overflow: hidden;
}
.map #allmap{
	width: 100%;
	height: 580px;
}
.map .table{
	position: absolute;
	left: 50%;
	margin-left: -800px;
	top: 0px;
	height: 100%;

	width: 785px;
	height: 317px;
	float: left;
	margin-top: 165px;
	border:1px solid #ddd;
}

.map .table .fll{
	width: 160px;
	overflow: hidden;
	background: #f4f4f4;
	float: left;
	border-right: 1px solid #ddd
}
.map .table .fll p.sp{
	border-bottom: 0px none;
}
.map .table .fll p{
	padding-left: 49px;
	float: left;
	width: 161px;
	height: 64px;
	border-bottom: 1px solid #ddd;
	background: url(../img/img-02.png) no-repeat 102px center;
	height: 63.4px;
	line-height: 63.4px;
	box-sizing:border-box;
	cursor: pointer;
	transition:all 0.3s;
}
.map .table .fll p.cur{
	background:#da251c url(../img/img-03.png) no-repeat 102px center;
	color: #fff;
}
.map .table .fll p:hover{
	background:#da251c url(../img/img-03.png) no-repeat 102px center;
	color: #fff;
}
.map .table .frr{
	float: left;
	height: 317px;
	width: 624px;
	position: relative;
	background:#fff url(../img/img-04.png) no-repeat right bottom;
}
.map .table .frr li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.map .table .frr li .p1{
	font-size: 24px;
	color: #333;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 20%;
	margin-top: 60px;
}
.map .table .frr li .p2{
	line-height: 34px;
	font-size: 18px;
	color: #666;
	padding-left: 20%;
}



/*index*/
.banner{
	position: relative;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
}
.bannerjs{
	position: relative;
}
.bannerjs img.placeimg{
	opacity: 0;
}
.bannerjs img{
	display: block;
	width: 100%;
}
.bannerjs .bd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bannerjs .bd ul{
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bannerjs .bd li{
	width: 100%!important;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bannerjs .bd li a{
	display: block;
}
.bannerjs .hd{
	position: absolute;
	height: 100%;
	width: 17px;
	right: 10%;
	top: 0px;
}
.bannerjs .hd ul{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.bannerjs .hd li{
	height: 17px;
	width: 17px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.bannerjs .hd li.on{
	background: #da251c;
}
.banner .four{
	position: absolute;
	right: -100%;
	bottom: 0px;
	z-index: 1;


}
.banner .four .videoimg{
	float: left;
	position: relative;
	cursor: pointer;
	width: 320px;
	height: 200px;
}
.banner .four .videoimg img{
	display: block;
}
.banner .four .videoimg .bc{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	z-index: 1;
	background: url(../img/img-05.png) no-repeat;
	background-size: 100%;
}
.banner .four .num{
	width: 320px;
	height: 200px;
	float: right;
	background: #fff url(../img/img-06.png) no-repeat right center;
}
.banner .four .num.sp{
	background:#fff;
}
.banner .four .num table{
	width: 100%;
	height: 200px;
}
.banner .four .num table td{
	vertical-align: middle;
}
.banner .four .num .top{
	text-align: center;
}
.banner .four .num .top .tnu{
	font-size: 60px;
	color: #da251c;
	font-family: 'oswald';
	margin-right: 3px;
	font-weight: bold;
}
.banner .four .num .top .tex{
	font-size: 18px;
	color: #da251c;
}
.banner .four .num .bot{
	text-align: center;
	font-size: 18px;
	color: #333;
}
.wel-pro>div{
	float: left;
	box-sizing:border-box;
}
.wel-pro .sp{
	width: 34%;
	background: #fff;

	position: relative;
	top: -50px;
	opacity: 0;
}
.wel-pro .sp.cur{
	top: 0px;
	opacity: 1;
}
.wel-pro .sp .spbox{
	padding:115px 21% 0; 
}
.wel-pro .box{
	width: 22%;

	position: relative;
	top: -50px;
	opacity: 0;

	overflow: hidden;
}
.wel-pro .sp .p1{
	font-size: 40px;
	color: #333;
	margin-bottom: 2%;
}
.wel-pro .sp .p2{
	text-transform: uppercase;
	font-family: 'baskoldface';
	color: #333;
	opacity: 0.4;
	margin-bottom: 6%;
}
.wel-pro .sp .p3{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6%;
	height: 120px;
}
.wel-pro .sp .p4 a{
	box-sizing:border-box;
	display: block;
	border-radius: 38px;
	width: 122px;
	height: 38px;
	padding-left: 20px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	background: #da251c url(../img/img-07.png) no-repeat 85% center;
}
.wel-pro .box .p1{
	font-size: 30px;
	color: #333;
	margin-bottom: 2%;

	position: relative;
	z-index: 2;
}
.wel-pro .box .p2{
	font-size: 14px;
	color: #666;
	margin-bottom: 4%;

	position: relative;
	z-index: 2;
}
.wel-pro .box .p3{
	position: relative;
	z-index: 2;
}
.wel-pro .box .p3 a{
	display: inline-block;
	padding-right: 30px;
	line-height: 12px;
	height: 12px;
	font-size: 12px;
	color: #da251c;
	background: url(../img/img-08.png) no-repeat 84% 1px;
}
.wel-pro .box:hover img{
	transform:scale(1.2);
}
.wel-pro .box img{
	display: block;
	width: 100%;
	transition:all 0.3s;
}
.wel-pro .box .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding-left: 15%;
	padding-top: 115px;
	box-sizing:border-box;
}
.wel-map .fll{
	width: 67%;
	height: 864px;
	float: left;
	position: relative;
	overflow: hidden;

	left: -50px;
	opacity: 0;
}
.wel-map .fll .bg{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -636px;
}
.wel-map .frr{
	float: left;
	width: 650px;
	height: 864px;
	background: #da251c url(../img/img-09.png) no-repeat right bottom;

	left: -50px;
	opacity: 0;
}
.wel-map .frr .text{
	padding: 221px 20% 0;
}
.wel-map .frr .p1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 2%;
}
.wel-map .frr .p2{
	text-transform: uppercase;
    font-family: 'baskoldface';
    color: #fff;
    opacity: 0.4;
    margin-bottom: 6%;
}
.wel-map .frr .p3{
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 14%;
    height: 120px;
    color: #fff;
    opacity: 0.65;
}
.wel-map .frr .p4 a{
	box-sizing:border-box;
	display: block;
	border-radius: 38px;
	width: 122px;
	height: 38px;
	padding-left: 20px;
	line-height: 39px;
	color: #da251c;
	font-size: 12px;
	background: #fff url(../img/img-08.png) no-repeat 85% center;
}
.wel-map .fll .click:hover img{
	animation: limit 1s infinite ease-in-out;
}
@keyframes limit {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-8px);
	}
	100% {
	    transform: translateY(0px);
	}
}
.wel-map .fll .click{
	cursor: pointer;
}
.wel-news .js .flex-direction-nav{
	margin-top: 5%;
}
.wel-map .fll .click1{
	position: absolute;
    left: 50%;
    top: 226px;
    margin-left: 133px;
    width: 75px;
    height: 61px;
    background: url(../img/img-11.png) no-repeat left bottom;
    cursor: pointer;
}
.wel-map .fll .click2{
	width: 75px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 338px;
    margin-left: -35px;
    background: url(../img/img-13.png) no-repeat left bottom;
}
.wel-map .fll .click3{
	width: 75px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 372px;
    margin-left: -3px;
    background: url(../img/img-16.png) no-repeat left bottom;
}
.wel-map .fll .click4{
	width: 75px;
    height: 87px;
    position: absolute;
    top: 356px;
    left: 50%;
    margin-left: -111px;
    background: url(../img/img-18.png) no-repeat left bottom;
}
.wel-map .fll .click5{
	width: 75px;
	height: 102px;
	position: absolute;
	left: 50%;
	top: 421px;
 	margin-left: -57px;
 	background: url(../img/img-20.png) no-repeat left bottom;
}
.wel-map .fll .ajax{
	width: 327px;
	height: 92px;
	position: absolute;
	top: 230px;
	left: 50%;
	border-radius: 92px;
	box-shadow: 0 0 10px #b5b5b5;
	margin-left: -280px;
	background: #fff;
	display: none;
}
.wel-map .fll .ajax ul{
	width: 327px;
	height: 92px;
}
.wel-map .fll .ajax ul li{
	padding: 14px;
	width: 327px;
	height: 92px;
	box-sizing:border-box;
}
.wel-map .fll .ajax ul li .pc {
	height: 64px;
	background: url(../img/img-08.png) no-repeat 93% center;
}
.wel-map .fll .ajax ul li .pc .img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.wel-map .fll .ajax ul li .pc .img img{
	width: 64px;
	height: 64px;
	display: block;
}
.wel-map .fll .ajax ul li .pc .p1{
	font-size: 16px;
	color: #333;
	height: 16px;
	line-height: 16px;
	margin-top: 7px;
	font-weight: bold;
}
.wel-map .fll .ajax ul li .pc .p2{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 12px;
}
.wel-map .mobile{
	position: relative;
	display: none;
}
.wel-map .mobile img.bg{
	display: block;
	width: 100%;
}
.wel-map .mobile .cl{
	position: absolute;
}
.wel-map .mobile .cl1{
	top: 20%;
    left: 74%;
}
.wel-map .mobile .cl1 img{
	width: 47px;
}
.wel-map .mobile .cl2{
    top: 31%;
    left: 48%;
}
.wel-map .mobile .cl2 img{
	width: 46px;
}
.wel-map .mobile .cl3{
	top: 42%;
    left: 55%;
}
.wel-map .mobile .cl3 img{
	width: 40px;
}
.wel-map .mobile .cl4{
    top: 48%;
    left: 44%;
}
.wel-map .mobile .cl4 img{
	width: 40px;
}
.wel-map .mobile .cl5{
    top: 37%;
    left: 35%;
}
.wel-map .mobile .cl5 img{
	width: 40px;
}

.wel-map .mob{
	width: 244px;
    height: 70px;
    position: absolute;
    top: 7%;
    left: 20px;
    box-shadow: 0 0 10px #b5b5b5;
    border-radius: 70px;
    background: #fff;
    padding: 7px;
    box-sizing:border-box;
    display: none;
}
.wel-map .mob .img{
	width: 56px;
	height: 56px;
	float: left;
	margin-right: 10px;
}
.wel-map .mob .img img{
	display: block;
	width: 56px;
}
.wel-map .mob .fl .p1{
	font-size: 14px;
    margin-bottom: 4px;
}
.wel-map .mob .fl .p2{
	font-size: 12px;
}
.wel-news{
	padding-top: 7%;
	padding-bottom: 7%;
	background: #fcfcfc;
	overflow: hidden;
}
.wel-news .ch{
	font-size: 40px;
    color: #333;
    margin-bottom: 10px;
    line-height: 40px;
}
.wel-news .en{
	text-transform: uppercase;
    font-family: 'baskoldface';
    color: #333;
    opacity: 0.4;
    margin-bottom: 6%;
}
.wel-news .js{
	padding-left: 150px;
}
.wel-news .js li.img .imgbox img{
	display: block;
	width: 100%;
}
.wel-news .js li.img .textbox{
	padding: 5%;
	background: #fff;
}
.wel-news .js li.img .z-tit{
	font-size: 20px;
	color: #333;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}
.wel-news .js li.img .s-tit{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	opacity: 0.6;
	margin-bottom: 5%;
	height: 72px;
}
.wel-news .js li.img .time{
	padding-left: 30px;
	background: url(../img/img-27.png) no-repeat left center;
	font-size: 14px;
	color: #000;
	font-family: "Arial";
	line-height: 18px;
	opacity: 0.6;
	line-height: 18px;
}
.wel-news .js .flex-control-nav.flex-control-paging{
	text-align: center;
	width: 100%;
}
.wel-news .js .flex-control-nav.flex-control-paging li{
	float: none;
	display: inline-block;
}
.wel-news .js .flex-control-nav.flex-control-paging a{
	width: 9px;
	height: 9px;
	background: #c5c5c5;
	overflow: hidden;
	display: block;
	text-indent: 99999999999px;
	border-radius: 50%;
	margin: 0 5px;
	display: none;
	margin-top: 20px;
	margin-bottom: 50px;
}
.wel-news .js .flex-control-nav.flex-control-paging a.flex-active{
	background: #da251c;
}
.wel-news .js .flex-nav-prev a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-28.png) no-repeat;
	margin-right: 29px;
}
.wel-news .js .flex-nav-prev a:hover{
	background: url(../img/img-30.png) no-repeat;
}
.wel-news .js .flex-nav-next a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-29.png) no-repeat;

}
.wel-news .js .flex-nav-next a:hover{
	background: url(../img/img-31.png) no-repeat;
}
.banner-mob{
	display: none;
	overflow: hidden;
}
.banner-mob img{
	display: block;
	width: 100%;
}



.product .textb{
	background: #fff;
	margin-top: 6%;
}
.product .textb .w1600{
	background: url(../img/img-32.png) no-repeat 91% bottom;
	padding-bottom: 6%;
}
.product .textb .ch{
	text-align: center;
	font-size: 30px;
    color: #333;
    line-height: 40px;
    margin-bottom: 16px;
}
.product .textb .en{
	text-align: center;
	font-size: 20px;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.3;
    font-family: 'baskoldface';
    margin-bottom: 2%;
}
.product .textb .te{
	text-align: center;
	width: 872px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	line-height: 27px;
}
.product .list-click{
	height: 143px;
	border-top: 1px solid #ddd;
	box-shadow: 0 5px 10px #f3eeee;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.product .list-click .w1600{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -800px;
	text-align: center;
}
.product .list-click .js{
	height: 143px;
	width: 984px;
}
.product .list-click .wu{
	text-align: center;
	background: url(../img/img-39.png) no-repeat right center;
}
.product .list-click .wu a{
	color: #666;
	font-size: 20px;
	display: block;
}
.product .list-click .js li.img{
	width: 328px;
	float: left;
	vertical-align: middle;
	line-height: 143px;
	position: relative;
	

	height: 468px;
	text-align: center;
	
	cursor: pointer;
}

.product .list-click .js li.img .slide{
	position: absolute;
	width: 100%;
	top: 143px;
	left: 0px;
	height:320px;
	background: #fff; 
	display: none;
}
.product .list-click .js li.img .slide a{
	line-height: 64px;
	height: 64px;
	display: block;
	color: #666!important;
}
.product .list-click .js li.img .slide a img{
	display: inline-block;
    float: none;
    margin-left: 24px;
    opacity: 0;
    vertical-align: top;
    margin-top: 27px;
}
.product .list-click .js li.img .slide a:hover{
	color: #da251c!important
}
.product .list-click .js li.img .slide a:hover img{
	opacity: 1;
}
.product .list-click .js li.img .pimg{
	width: 57px;
	height: 48px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}
.product .list-click .js li.img img{
	float: left;
}
.product .list-click .js li.img .pimg{
	display: inline-block;
	vertical-align: middle;
}
.product .list-click .js li.img .pimg .kimg{
	display: block;
}
.product .list-click .js li.img .pimg .cimg{
	display: none;
}
.product .list-click .js li.img:hover .wu{
	background: #da251c;
	color: #fff;
}
.product .list-click .js li.img:hover .pimg .kimg{
	display: none;
}
.product .list-click .js li.img:hover a{
	color: #fff;
}
.product .list-click .js li.img:hover .pimg .cimg{
	display: block;
}

.product .list-click .js li.img.cur .wu{
	background: #da251c;
	color: #fff;
}
.product .list-click .js li.img.cur a{
	color: #fff;
}
.product .list-click .js li.img.cur .pimg .kimg{
	display: none;
}
.product .list-click .js li.img.cur .pimg .cimg{
	display: block;
}


.product .list-click .js .flex-nav-prev a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-28.png) no-repeat;
	margin-right: 29px;
	position: absolute;
	right: 63px;
	top: 37px;
	text-indent: 99999px;
}
.product .list-click .js .flex-nav-prev a:hover{
	background: url(../img/img-30.png) no-repeat;
}
.product .list-click .js .flex-nav-next a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-29.png) no-repeat;

	position: absolute;
	right: 0px;
	top: 37px;
	text-indent: 99999px;
}
.product .list-click .js .flex-nav-next a:hover{
	background: url(../img/img-31.png) no-repeat;
}
.product .list-click .js .flex-control-nav.flex-control-paging{
	display: none;
}
.product .list-box{
	background: #fbfbfb;
	padding-top: 81px;
	overflow: hidden;
}
.product .list-box .w1600{
	text-align: center;
}
.product .list-box li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	box-shadow: 0 0 10px #ddd;
}

.product .list-box li:nth-child(3n){
	margin-right: 0px;
}
.product .list-box li .img{
	overflow: hidden;
}
.product .list-box li img{
	display: block;
	width: 100%;
	transition:all 0.3s; 
}
.product .list-box li:hover img{
	transform:scale(1.2);
}
.product .list-box li .text{
	/*height: 100%;*/
	line-height: 100px;
	font-size: 24px;
	padding-left: 5%;
	box-sizing:border-box;
	background: #fff;
	cursor: pointer;
	
}
.list-click:hover{
	overflow: inherit;
}
.page {
	display: block;
	text-align: center;
}
.page a{
	display: inline-block;
	height: 41px;
	padding: 0 17px;
	line-height: 41px;
	border-right: 1px solid #ddd;
	font-size: 14px;
	color: #666;
}
.page a:hover{
	background: #da251c;
	color: #fff;
}
.z-about{
	padding-top: 4%;
	padding-bottom: 4%;
}
.z-about .fll{
	width: 40%;
	float: left;
	margin-right: 1%;
	height: 1px;
	background: #f8f8f8;
	padding: 0 8.5%;
	box-sizing:border-box;
	overflow: hidden;

	position: relative;
	left: -50px;
	opacity: 0;
}
.z-about .box{
	width: 19%;
	margin-right: 1%;
	position: relative;
	float: left;

	position: relative;
	left: -50px;
	opacity: 0;
}
.z-about .box.sp{
	margin-right: 0px;
}
.z-about .box img.img{
	display: block;
	width: 100%;
}
.z-about .fll .ch{
	font-size: 40px;
	color: #333;
	line-height: 44px;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 15%;
}
.z-about .fll .en{
    text-transform: uppercase;
    font-family: 'baskoldface';
    color: #333;
    opacity: 0.4;
    margin-bottom: 10%;
}
.z-about .fll .te{
	line-height: 26px;
	font-size: 14px;
	color: #666;
	height: 156px;
}
.z-about .box .line{
	width: 0%;
	height: 5px;
	background: #da251c;
	bottom: -10px;
	position: absolute;
	left: 0px;
	transition:all 0.3s;
}
.z-about .box:hover .line{
	width: 100%;
}
.z-about .box .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/img-41.png) repeat center;
	top: 0px;
	left: 0px;
	display: none;
}
.z-about .box .bg .img img{
    display: block;
    margin-top: 95%;
    padding-left: 10%;
    margin-bottom: 10px;
}
.z-about .box .bg .te{
	font-size: 20px;
	color: #fff;
	padding-left: 10%;
}
.about-video{
	position: relative;
}
.about-video img.jk{
	display: block;
	width: 100%;
}
.about-video .w1600{
	position: absolute;
	left: 50%;
	margin-left: -800px;
	top: 0px;
}
.about-video .w1600 .fll{
	width: 50%;
	box-sizing:border-box;
	padding: 0 10% 0 4%;
	float: left;

	position: relative;
	left: -50px;
	opacity: 0;
}
.about-video .w1600 .frr{
	width: 50%;
	float: left;

	position: relative;
	left: -50px;
	opacity: 0;
}
.about-video .w1600 .fll .tit{
	font-size: 40px;
	color: #fff;
	line-height: 44px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 26%;
}
.about-video .w1600 .fll .tit2{
	font-size: 60px;
	color: #fff;
	padding-bottom: 9%;
	background: url(../img/img-26.jpg) no-repeat left bottom;
	margin-bottom: 9%;
}
.about-video .w1600 .fll .tit2 .sp{
	color: #da251c;
}
.about-video .w1600 .fll .te{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	height: 123px;
}
.about-video .w1600 .frr .img{
	margin-left: 5%;
	position: relative;
	display: inline-block;
}
.about-video .w1600 .frr img{
	display: block;
	max-width: 100%;
}
.about-video .w1600 .frr .click{
	width: 86px;
	height: 86px;
	background: url(../img/img-43.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -43px;
	margin-top: -43px;
}
.other-video{
	display: none;
}
.other-video video{
	width: 100%;
}
.about-deve{
	padding-top: 5%;
	overflow: hidden;
}
.about-deve .ch {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
    line-height: 40px;
}
.about-deve .en {
    text-transform: uppercase;
    font-family: 'baskoldface';
    color: #333;
    opacity: 0.4;
    margin-bottom: 6%;
}
.about-deve .js{
	padding-left: 150px;	
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing:border-box;
}
.about-deve .js .flex-viewport{
	border-left: 1px solid #ddd;
	overflow: inherit!important;
}
.about-deve .js .box{
	padding:10%;
}
.about-deve .js li.img{
	border:1px solid #ddd;
	border-left: 0px none;
	transition:all 0.3s;
	background: #fdfdfd;
	min-height: 300px;
	max-height: 300px;
}
.about-deve .js li.img:hover{
	box-shadow: 0 0 10px #ddd;
}
.about-deve .js .num{
	font-size: 55px;
	color: #666;
	font-family: 'oswald';
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.about-deve .js .te{
	height: 88px;
	overflow: hidden;
}
.about-deve .js li.img:hover .num{
	color: #da251c;

}

.about-deve .js .flex-nav-prev a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-28.png) no-repeat;
	margin-right: 29px;
}
.about-deve .js .flex-nav-prev a:hover{
	background: url(../img/img-30.png) no-repeat;
}
.about-deve .js .flex-nav-next a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-29.png) no-repeat;

}
.about-deve .js .flex-nav-next a:hover{
	background: url(../img/img-31.png) no-repeat;
}
.about-deve .js ol.flex-control-nav.flex-control-paging{
	display: none;
}
.about-deve .js ul.flex-direction-nav{
	float: right;
	margin-right: 4%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.thr-box{
	height: 860px;
	padding-top: 5%;
    box-sizing: border-box;
	background: url(../img/img-30.jpg) no-repeat center;
}
.thr-box .km{
	width: 1300px;
	margin: 0 auto;
	height: 515px;
	position: relative;
}
.thr-box .km div.orbit li img{
	display: block;
	width: 100%;
}
.thr-box .km div.orbit ul{
	height: 515px;
	width: 100%;
}
.thr-box .km div.orbit li{
	left: 439px;
	height: 515px!important;
}
.thr-box .km div.orbit span.prev{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-28.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -34px;
	cursor: pointer;
}
.thr-box .km div.orbit span.next{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../img/img-29.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -34px;
	cursor: pointer;
}
.thr-box .ch {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
    line-height: 44px;
    text-align: center;
}
.thr-box .en {
    text-transform: uppercase;
    font-family: 'baskoldface';
    color: #333;
    opacity: 0.4;
    margin-bottom: 4%;
    text-align: center;
}
.km-swp{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}
.km-swp img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.bgbg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/img-41.png) repeat center;
	display: none;
	z-index: 3;
}
.bgbg .love{
	width: 800px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -400px;
	background: #000;
}
.bgbg .love video{
	width:100%;
	height:100%;
}
.bgbg .hide{
	width: 35px;
	height: 35px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin: -295px 0 0 407px;
	cursor: pointer;
}
.bgbg .hide img{
	display: block;
	width: 100%;
}

.nj{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/img-41.png) repeat center;
	display: none;
	z-index: 3;
}
.header{
	height: 90px;
	background: #fff;
	position: relative;
	z-index: 23;
}
.header .nav{
	width: 163px;
	height: 90px;
	background: #da251c;
	float: right;
	cursor: pointer;
}
.header .nav .sli{
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0px;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
}
.header .nav .sli a{
	display: block;
	line-height: 60px;
	padding: 0 5%;
	border-bottom: 1px solid #ddd;
	color: #666;
}
.header .navbox{
	position: relative;
}
.header .nav .line{
	width: 30px;
	height: 1px;
	background: #fff;
	transition:all 0.3s;
	position: absolute;
	left: 66px;
}
.header .nav .line.l1{
	top: 35px;
}
.header .nav .line.l2{
	top: 44px;
	transform-origin: center; 
}
.header .nav .line.l3{
	top: 44px;
	transform-origin: center;
}
.header .nav .line.l4{
	top: 53px;
}
.header .nav .line.l2.cur{
	transform: rotateZ(45deg);
}
.header .nav .line.l3.cur{
	transform: rotateZ(-45deg);
}
.header .language{
	width: 183px;
	height: 90px;
	border-left: 1px solid #ddd;
	float: right;
	position: relative;
	cursor: pointer;
}
.header .language .top{
	height: 90px;
	background: url(../img/img-45.png) no-repeat 36px center;
}
.header .language .top p{
	margin-left: 81px;
	line-height: 90px;
	font-size: 14px;
	color: #000;
	padding-right: 18px;
	/*background: url(../img/img-46.png) no-repeat right center;*/
	display: inline-block;
}
.header .language .bot{
	height: 90px;
    background: #fff;
    width: 184px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    left: -1px;
    /*padding-left: 71px;*/
    line-height: 85px;
    display: none;
}
.header .language .bot a{
	display: block;
	color: #da251c;
	font-size: 14px;
	text-align: center;
}
.header .ul{
	height: 90px;
	float: right;
	display: inline-block;
	margin-right: 20px;
}
.header .ul a{
	display: block;
	line-height: 90px;
	padding: 0 20px;
	font-size: 14px;
	color: #6d6d6d;
}
.header .ul a:hover{
	color: #da251c;
}
.header .ul a.cur{
	color: #da251c;
}
.footer{
	background: #fff;
}
.footer .top{
	height: 267px;
	border-bottom: 1px solid #ddd;
	padding-top: 65px;
}
.footer .top .fll{
	float: left;
}
.footer .top li.sp{
	width: 44px;
}
.footer .top li {
	width: 83px;
	margin-right: 28px;
}
.footer .top li p{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .top li a{
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
}
.footer .top li a:hover{
	color: #666;
}
.footer .top .weixin{
	float: right;
}
.footer .top .weixin img{
	display: block;
	margin: 0 auto;
}
.footer .top .weixin p{
	margin-top: 21px;
	font-size: 14px;
	color: #666;
}
.footer .top .zha{
	float: right;
	margin-right: 56px;
}
.footer .top .zha .pt input{
	float: left;
}
.footer .top .zha .input{
	width: 182px;
	height: 34px;
	border:1px solid #ddd;
	border-radius: 34px;
	overflow: hidden;
	padding: 0 15px;
	box-sizing:border-box;
	color: #ddd;
}
.footer .top .zha .sub{
	width: 36px;
	height: 36px;
	background: url(../img/img-48.png) no-repeat center;
	border:0px none;
}
.footer .top .share .bds_weixin{
	width: 29px;
	height: 24px;
	background: url(../img/img-49.png) no-repeat;
	margin-left: 21px;
	margin-top: 21px;
}
.footer .top .share .bds_tsina{
	width: 29px;
	height: 24px;
	background: url(../img/img-50.png) no-repeat;
	margin-top: 21px;
}
.footer .top .share .bds_sqq{
	width: 29px;
	height: 24px;
	background: url(../img/img-51.png) no-repeat;
	margin-top: 21px;
}
.footer .top .tele{
	font-size: 14px;
	margin-top: 24px;
}
.footer .top .tele .sp{
	font-family: "CANDARAB";
	color: #da251c;
	font-size: 20px;
}
.footer .bot{
	height: 86px;
}
.footer .bot .fll{
	color: #666;
	line-height: 86px;
}
.footer .bot .fll img{
	display: inline-block;
	margin-right: 20px;
}
.footer .bot .fll p{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #cacaca;
}
.footer .bot .fll a{
	color: #666;
	line-height: 86px;
	font-size: 12px;
	color: #cacaca;
}
.mobile-footer {
	border-top: 1px solid #ddd;
	display: none;
}
.mobile-footer .top ul{
	width: 100%;
}
.mobile-footer .top li {
	width: 100%;
}
.mobile-footer .top li .tbox{
	text-align: center;
	vertical-align: middle;
	height: 69px;
	line-height: 69px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.mobile-footer .top li .tbox img{
	display: inline-block;
	margin-left: 10px;
	width: 20px;
}
.mobile-footer .top li .bbox{
	border-bottom: 1px solid #ddd;
	display: none;
	padding: 10px 0;
}
.mobile-footer .top li .bbox a{
	display: block;
	text-align: center;
	font-size: 18px;
	padding-right: 30px;
	color: #666;
	line-height: 35px;
}
.mobile-footer .top .mobshare{
	background: #000;
	height: 70px;
}
.mobile-footer .top .mobshare .bdsharebuttonbox{
	text-align: center;
}
.mobile-footer .top .mobshare a{
	display: inline-block;
	float: none;
	padding: 0px;
	margin: 21px 11px;
}
.mobile-footer .top .mobshare a{
	background-size: 24px;

}
.mobile-footer .top .bds_weixin{
	width: 	36px;
	height: 28px;
	background: url(../img/img-55.png) no-repeat;
}
.mobile-footer .top .bds_tsina{
	width: 	36px;
	height: 28px;
	background: url(../img/img-56.png) no-repeat;
}
.mobile-footer .top .bds_sqq{
	width: 	36px;
	height: 28px;
	background: url(../img/img-57.png) no-repeat;
}
.mobile-footer .top .lx{
	height: 60px;
	background: #000;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mobile-footer .top .lx .sp{
	font-family: 'CANDARAB';
	line-height: 65px;
	height: 65px;
	font-size: 24px;
	line-height: 57px;
}
.mobile-footer .top .end{
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	background: #000;
	color: #fff;
}



.news .topk{
	padding-top: 6%;
	padding-bottom: 6%;
	overflow: hidden;
}
.news .topk .ch{
	font-size: 40px;
    color: #333;
    line-height: 40px;
    margin-bottom: 16px;
    text-align: center;
}
.news .topk .en {
	font-size: 20px;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.3;
    text-align: center;
    font-family: 'baskoldface';
}
.news .two{
	margin-bottom: 6%;
	overflow: hidden;
}
.news .two li{
	width: 48%;
	margin-right: 4%;
}
.news .two li .img{
	overflow: hidden;
}
.news .two li .img img{
	display: block;
	width: 100%;
	transition:all 0.3s;
}
.news .two li.sp{
	margin-right: 0px;
}
.news .two .text{
	background:#fff;
	padding: 5%;
	box-sizing:border-box;
	border:1px solid #ddd;
}
.news .two .text .p1{
	font-size: 24px;
	color: #000;
	height: 28px;
	line-height: 28px;
	margin-bottom: 4%;
	overflow: hidden;

}
.news .two .text .p2{
	font-size: 18px;
	color: #999;
	padding-left: 38px;
	font-family: "Arial";
	background: url(../img/img-59.png) no-repeat left center;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin-bottom: 4%;
}
.news .two .text .p3{
	font-size: 18px;
	color: #666;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-bottom: 5%;
}
.mjj{
	margin-bottom: 3%;
}
.news .two li p{
	transition:all 0.3s;
}
.news .two li:hover .img img{
	transform:scale(1.2);
}
.news .ul ul{
	overflow: hidden;
}
.news .ul li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	background: #fff;
}
.news .ul li:nth-child(3n){
	margin-right: 0px;
}
.news .ul .text{
	padding: 15% 10% 8%;
}
.news .ul .text .p1{
	font-size: 20px;
	color: #000;
	height: 24px;
	line-height: 24px;
	margin-bottom: 8%;
	overflow: hidden;

}
.news .ul .text .p2{
	font-size: 14px;
	color: #999;
	padding-left: 38px;
	font-family: "Arial";
	background: url(../img/img-59.png) no-repeat left center;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
}
.news .ul .text .p3{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 5%;
}
.news .ul .text .p2 span{
	width: 34px;
	height: 34px;
	background: url(../img/img-58.png) no-repeat;
	display: inline-block;
	float: right;
}
.news .ul li:hover .text .p2 span{
	background: url(../img/ex.png) no-repeat;
}
.news .ul li:hover{
	background: #da251c;
}
.news .ul li:hover p{
	color: #fff!important;
}

.newinfo{
	padding: 6% 0; 
}
.newinfo .ktit{
	font-size: 30px;
	text-align: center;
	color: #333;
	margin-bottom: 2%;
}
.newinfo .ktime{
	text-align: center;
	font-size: 18px;
    color: #cdcdcd;
    margin-bottom: 6%;
}
.newinfo .kmian{
	min-height: 200px;
}
.pagea .fll{
	float: left;
}
.pagea .fll a{
	display: block;
	color: #333;
}
.pagea .fll a:hover{
	color: #cdcdcd;
}
.pagea .frr{
	float: right;
}
.pagea .frr a{
	width: 90px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #9e9e9e;
	border:1px solid #9e9e9e;
}
.pagea .frr a:hover{
	background: #9e9e9e;
	color: #fff;
}
.job-list{
	padding:6% 0;
}
.job-list .top{
	height: 60px;
	font-size: 24px;
	line-height: 60px;
}


.job-list {
	padding-bottom: 10%;
}
.job-list ul{
	width: 100%;
}
.job-list li{
	width: 100%;
	margin-bottom: 15px;
}
.job-list li.cur .top{
	background: #da251c url(../img/img-62.png) no-repeat right 20px center;
	background-size: 20px;
	color: #fff;
}
.job-list li .top{
	height: 56px;
	transition:all 0.3s;
	padding: 0 2%;
	box-sizing:border-box;
	line-height: 56px;
	font-size: 20px;
	overflow: hidden;
	cursor: pointer;
	background: #f9f8f8 url(../img/img-60.png) no-repeat right 20px center;
	background-size: 20px;


}
.job-list li .bot{
	margin-top: 10px;
	background: #ECECEC;
	padding:20px 2%;
	display: none;

	line-height: 30px;
	overflow: hidden;
}
.job-list li .bot a{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	background: #da251c;
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
	line-height: 30px;
}
.m3{
	margin-top: 3%;
	overflow: hidden;
}
.m3 img{
	display: block;
	float: left;
	height: 75px;
	margin-left: 20px;
}
#captcha{
	display: block;
    border: 0px none;
    padding: 0 5% 0 1.5%;
    height: 75px;
    width: 260px;
    box-sizing: border-box;
    font-size: 24px;
    border:1px solid #ddd;
    float: left;
}
.time-box {
	padding: 8px 0;
	background: url(../img/ex-01.png) no-repeat right center;
}
.wel-news .js li.img:hover .time-box{
	background: url(../img/ex.png) no-repeat right center;
}	
.wel-news .js li.img .imgbox{
	overflow: hidden;
}
.wel-news .js li.img:hover .imgbox img{
	transform:scale(1.2);
}


.topk{
	padding-top: 6%;
	padding-bottom: 6%;
	overflow: hidden;
}
.topk .ch{
	font-size: 40px;
    color: #333;
    line-height: 40px;
    margin-bottom: 16px;
    text-align: center;
}
.topk .en {
	font-size: 20px;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.3;
    text-align: center;
    font-family: 'baskoldface';
}

.submit1{
	border:0px none;
	background: #da251c!important;
	height: 
}
.inputj{
	height: 36px!important;
	font-size: 14px!important;
}
.form-recruit{
	padding-bottom: 5%;
}

.ki{
	background: url(../img/km.jpg) no-repeat center;
	height: 400px;
}