@charset "utf-8";
/* CSS Document */
/* fixed */
html,body{
	font:14px/1.8 "微软雅黑";
	font-family:"微软雅黑",Arial;
	color:#666;
	}
.pw{ 
	width:1200px; 
	margin:0 auto;
	}
.pw2{ 
	width:1000px; 
	margin:0 auto;
	}
.tx{
	font-size:15px;
	line-height:30px !important;
	} 
.freeTx{
	font-size:15px;
	line-height:2;
	}
@font-face {
	font-family: 'Futura';
	src: url('../fonts/futura-bold .eot');
	src: local('☺'), url('../fonts/futura-bold .woff') format('woff'), url('../fonts/futura-bold .ttf') format('truetype'), url('../fonts/futura-bold .svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}
/* fixed end */
.content { 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	}
	
	
	
	
	

.list{width: 210px;/*border-bottom:solid 1px #316a91;margin:40px auto 0 auto;*/}
.list ul li{/*background-color:#467ca2;*/
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #316a91;*/
}
.list ul li a{padding-left: 10px;color: #333; font-size:16px; display: block; font-weight:bold; height:46px;line-height: 46px;position: relative;
}
.list ul li .inactive{ background:url(../images/off.png) no-repeat 184px center;}
.list ul li .inactives{background:url(../images/on.png) no-repeat 184px center;} 
.list ul li ul{display: none;}
.list ul li ul li { border-left:0; border-right:0;/* background-color:#6196bb; border-color:#467ca2;*/}
.list ul li ul li ul{display: none;}
.list ul li ul li a{ padding-left:20px;font-size: 14px;color: #666;}
.list ul li ul li ul li { background-color:#d6e6f1; border-color:#6196bb; }
.last{ /*background-color:#d6e6f1; border-color:#6196bb; */}
.list ul li ul li ul li a{ color:#316a91; padding-left:30px;}


.txin{color: #333333;}
	
	
	
	
	
	
	
	
	
.row{
	background:#000;
	background-color: rgb(34,34,34);
	}
.ibox { 
	position: relative; 
	height: 100%;
	overflow:hidden; 
	transition:0.8s cubic-bezier(0.445, 0.145, 0.355, 1); 
	-webkit-transition:0.8s cubic-bezier(0.445, 0.145, 0.355, 1);
	}
.disappear .ibox{ 
	transform: scale(0.8);
	-webkit-transform: scale(0.8);  
	opacity: 0.5;   
	}
.row.active .ibox{ 
	transform: scale(1);
	-webkit-transform: scale(1);  
	opacity: 1; 
	}
.row.active2 .ibox{ 
	transform: scale(1);
	-webkit-transform: scale(1);  
	opacity: 0.5; 
	}
.header{
	height:84px;
	overflow:hidden;
	transition:300ms;
	-webkit-transition:300ms;
	}
.sheader{
	height:60px;
	}
.logo{
	width:147px;
	position:relative;
	float:left;
	margin:22px 0 0 5%;
	}
.sheader .logo{
	width:118px;
	margin-top:6px;
	}
.logo:before { 
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	}
.logo:hover:before { 
	animation: _cyLogoShow .8s 1;
	-webkit-animation: _cyLogoShow .8s 1; 
	} 
		.yuyan {
    float: right;
    margin-right: 2%;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 22px;}
	
			.yuyan a{ color:#333333;}
	
.nav{
	float:right;
	margin-right:6%;
	}
.nav li{
	float:left;
	}
.nav li > a{
	display:block;
	font-size:16px;
	line-height:24px;
	padding:30px 22px;
	color:#333;
	}
.sheader .nav li > a{
	padding:18px 22px;
	}
.nav li > a:hover,
.nav li > a.act{
	background:#ef7c33;
	color:#fff;
	}
.banner{
	position:relative;
	margin-top:84px;
	background:#fff;
	} 
.banner .item{
	position:relative;
	}
.banner .pic{
	position:absolute;
	top:0;
	left:0;
	}
.banner .slick-active .pic img {
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { -webkit-transform: scale(1); transform: scale(1); }
	}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { -webkit-transform: scale(1); transform: scale(1); }
	}
.bannertxts{
	position:absolute;
	left:18%;
	top:32%;
	}
.bannertxts .tx1{
	display:block;
	margin-bottom:30px;
	}
.bannertxts .ch{
	line-height:1;
	font-size:60px;
	color:#c00202;
	font-weight:bold;
	margin-bottom:40px;
	}
.bannertxts .tx{
	line-height:22px !important;
	height:44px;
	width:488px;
	color:#333;
	margin-bottom:57px;
	}
.bamore{
	display:block;
	border:2px solid #bea369;
	width:163px;
	height:41px;
	color:#bea369;
	line-height:41px;
	position:relative;
	}
.bamore:after,
.bamore:before{
	content:"";
	position:absolute;
	height:100%;
	width:10px;
	background:url(../images/aw1.png) no-repeat;
	top:0;
	transition:300ms;
	-webkit-transition:300ms;
	}
.bamore:after{
	right:34px;
	background-position:right center;
	}
.bamore:before{
	background-position:left center;
	left:34px;
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	opacity:0;
	visibility:hidden;
	}
.bamore p{
	padding-left:41px;
	transition:300ms;
	-webkit-transition:300ms;
	}
.banner .slick-active .transX{
	transform:translate(0); 
	-webkit-transform:translate(0); 
	opacity:1;
	visibility:visible; 
	}
.banner .slick-dots { position:absolute; left:0; right:0; bottom: 30px; z-index: 104; text-align:center; font-size:0; }
.banner .slick-dots li { position: relative; display: inline-block;*zoom: 1;*display: inline; margin: 0px 5px; width: 24px; height: 7px; padding: 0px; cursor: pointer; border-radius: 4px; overflow: hidden; background-color: #fff;}
.banner .slick-dots li a{ text-align: left; height: 7px; width: 24px; line-height: 7px; text-indent: -10em; display: block; overflow: hidden; padding: 0; position: relative; z-index: 1;}
.banner .slick-dots li a:before { border-radius: 4px; position: absolute; left: 0; top: 0; content: ""; height: 7px; width: 0px; display: block;background-color: #c00202; z-index: -1;}
.banner .slick-dots li a:focus { outline: none; }
.banner .slick-dots li.slick-active ,.banner .slick-dots li:hover{ background-color: #bea369;}
.banner .slick-dots li.slick-active a:before{ -webkit-animation: a_slidercurrent 6s linear; animation: a_slidercurrent 6s linear; }
/* .banner .slick-active .binbox{transform: translate(0,0); -webkit-transform: translate(0,0); opacity: 1; visibility: visible; transition: 800ms 480ms; -webkit-transition: 800ms 480ms;} */
@-webkit-keyframes a_slidercurrent { from { width: 0%; }to { width: 100%; }}
@keyframes a_slidercurrent {from { width: 0%; } to { width: 100%; }}

.goup{
	width:66px;
	height:66px;
	border-radius:100%;
	background:#666;
	position:fixed;
	z-index:100;
	left:18%;
	bottom:50px;
	cursor:pointer;
	transition:400ms 400ms;
	-webkit-transition:400ms 400ms;
	}
.goup .aw{
	width:100%;
	height:100%;
	background-image:url(../images/aw2.png);
	}
.goup:hover{
	animation: logoShow .5s 1;
	-webkit-animation: logoShow .5s 1;
	}
.pagesider3 .goup,
.pagesider2 .goup{
	opacity:0;
	visibility:hidden;
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	transition:400ms;
	-webkit-transition:400ms;
	}
/*.footer{
	background:#333;
	padding:34px 5% 36px 5%;
	color:#999;
	}
.footer a{
	color:#999;
	}*/
.fL{
	float:left;
	}
.fR{
	float:right;
	padding-top:50px;
	}
.fctas{
	margin-bottom:27px;
	}
.fctas a{
	line-height:25px;
	position:relative;
	display:block;
	padding-left:28px;
	float:left;
	margin-right:55px;
	}
.fctas a:last-child{
	margin-right:0;
	}
.fctas .ico{
	width:28px;
	height:25px;
	position:absolute;
	top:0;
	left:0;
	background-position:left top;
	transition:0ms;
	-webkit-transition:0ms;
	}
.fctas .addr .ico{
	background-image:url(../images/addr.png);
	}
.fctas .tel .ico{
	background-image:url(../images/tel.png);
	}
.flinkmore{
	position:relative;
	width:192px;
	}
.flinkmore .t{
	height:28px;
	border:1px solid #999;
	padding:0 26px 0 12px;
	line-height:28px;
	cursor:pointer;
	position:relative;
	}
.flinkmore .t .aw{
	width:10px;
	height:100%;
	background:url(../images/aw3.png) no-repeat center center;
	position:absolute;
	top:0;
	right:16px;
	}
.flinkmore .t.act .aw{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	}
.flinkmore ul{
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	background:#999;
	max-height:300px;
	overflow:auto;
	display:none; 
	}
.flinkmore li a{
	display:block;
	padding:3px 27px 3px 13px;
	color:#fff;
	}
.flinkmore .nowti{
	line-height:24px;
	}
.flinkmore li a:hover{ 
	background:#fff; 
	color:#999; 
	}
.ixpro{
	width:80%;
	height:100%;
	position:relative;
	}
.ixpro .slick-list{
	overflow:visible;
	}
.ipc{
	position:relative; 
	height:100%;
	background:#fff url(../images/bg.png) no-repeat right bottom;
	overflow:hidden;
	}
.ipc .pic{
	margin-right:385px;
	height:100%;
	}
.ipc .pic img{
	position:absolute;
	top:0;
	left:0;
	}
.ipc .txts{
	width:385px;
	position:absolute;
	top:0;
	right:0;
	}
.ipc .txts .pa{
	padding:100px 0 0 60px;
	}
.ipc .txts .ti{
	font-size:18px;
	color:#333;
	margin-bottom:90px;
	}
.ipc .txts .en{
	font-size:48px;
	font-family:Arial;
	color:#2d2240;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:2px;
	}
.ipc .txts .ch{
	font-size:30px;
	color:#bea369;
	margin-bottom:40px;
	}
.ipc .txts .tx{
	width:256px;
	line-height:28px !important;
	min-height:140px;
	margin-bottom:40px;
	}
.ipcover{
	position:absolute;
	width:20%;
	top:0;
	bottom:0;
	right:0;
	background:url(../images/black.png);
	z-index:99;
	}
.ipbox{
	margin-top:84px;
	position:relative;
	}
.ip-arrow{
	position:absolute;
	width:20px; 
	height:28px;
	top:50%;
	margin-top:-14px;
	background:#fff;
	color:#fff;
	line-height:28px;
	z-index:100;
	cursor:pointer;
	}
.ip-prev{
	left:25px;
	background:url(../images/prev1.png) no-repeat left 0;
	}
.ip-next{
	right:25px;
	background:url(../images/next1.png) no-repeat right 0;
	}
.ip-arrow ul{
	position:absolute;
	height:100%;
	top:0;
	}
.ip-prev ul{
	left:27px;
	}
.ip-next ul{
	right:27px;
	}
.ip-arrow ul li{
	position:absolute;
	top:0;
	white-space:nowrap;
	opacity:0;
	visibility:hidden;
	transition:300ms;
	-webkit-transition:300ms;
	}
.ip-prev ul li{
	left:0;
	transform:translateX(20px);
	-webkit-transform:translateX(20px);
	}
.ip-next ul li{
	right:0;
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	}
.ip-arrow ul li.act{
	transform:translate(0);
	-webkit-transform:translate(0);
	opacity:1;
	visibility:visible;
	}
	
/* menuBox end */
.navMobile{ padding-top:60px; }
.navMobile dd a { line-height:1.4; display: block; position: relative; color: #333; }
.navMobile dd p a{ border-bottom:1px solid #d7d7d7; padding:25px 30px; font-size:18px;  }
.navMobile dd p .dot{ width:19px; height:100%; position:absolute; top:0; right:30px;  opacity:0; visibility:hidden; transform:translateY(-10px); -webkit-transform:translateY(-10px);  transition:300ms; -webkit-transition:300ms; background:url(../images/aw4.png) no-repeat center center; }
.navMobile dd p a:hover,.navMobile dd p a.act{ background:#dab866; color:#fff; }
.navMobile dd p a:hover .dot,.navMobile dd p a.act .dot{ opacity:1; visibility:visible; transform:translate(0); -webkit-transform:translate(0);  }
.navMobile dd .mtnav .aw{ width:8px; height:100%; background-image:url(../images/aw5.png); position:absolute; right:30px; top:0; opacity:0; visibility:hidden; transform:translateX(-10px); -webkit-transform:translateX(-10px); }
.navMobile dd .mtnav{  display:none;  background:#fff; padding:20px 0; }
.navMobile dd .mtnav a{ font-size:16px; padding:12px 30px;  }
.navMobile dd .mtnav a:hover{ background:#ebebeb; }
.navMobile dd .mtnav a:hover .aw{ opacity:1; visibility:visible; transform:translate(0); -webkit-transform:translate(0); }
/* menuBox end */
.mtop{ height:84px; }
.pbanner{
	position:relative;
	overflow:hidden;
	}
.pbanner .pic2{
	height:100%;
	}
.pbanner .pic2 img{
	position:absolute;
	top:0;
	left:0;
	}
.picw img { transform: scale(1.1); -webkit-transform: scale(1.1); opacity: 0; }
.trans-1 img { transition: all 4s cubic-bezier(0.165, 0.74, 0.44, 1) 0s; -webkit-transition: all 4s cubic-bezier(0.165, 0.74, 0.44, 1) 0s; }
.pbtxts{
	position:absolute;
	left:0;
	right:0;
	top:38%;
	text-align:center;
	}
.pbtxts .tx1 .img{
	display:block;
	margin:0 auto 12px auto;
	}
.pbtxts .en{
	font-family:Arial;
	font-size:60px;
	line-height:1;
	font-weight:bold;
	text-transform:uppercase;
	color:#cc0000;
	margin-bottom:18px;
	}
.pbtxts2 .en{
	color:#fff;
	}
.pbtxts .line{
	width:26px;
	height:5px;
	background:#cc0000;
	margin:0 auto;
	}
.pbtxts2 .line{
	background:#fff;
	}
.pnav{
	padding:0 5%;
	margin-top:-69px;
	position:relative;
	z-index:10;
	}
.pnav ul{
	background:#fafbfe;
	border-bottom:1px solid #ccc;
	}
.pnav ul li{
	padding:0 15px;
	position:relative;
	}
.pnav ul li:before{
	content:"";
	width:1px;
	height:12px;
	background:#999;
	position:absolute;
	top:50%;
	margin-top:-6px;
	left:0;
	}
.pnav ul li:first-child:before{
	display:none;
	}
.pnav a{
	display:block;
	color:#333;
	font-size:16px;
	line-height:24px;
	padding:22px 12px;
	position:relative;
	transition:0ms;
	-webkit-transition:0ms;
	}
.pnav .line{
	width:0;
	height:5px;
	background:#cc0000;
	position:absolute;
	left:auto;
	right:0;
	bottom:-3px;
	transition:300ms;
	-webkit-transition:300ms;
	}
.pnav a.act{ color:#cc0000; }
.pnav a.act .line{ width:100%; right:auto; left:0; }
.spnav.pnav a.act{ color:#fff; }
.spnav.pnav{
	background-color: #a6a6a6;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	left: 0;
	right: 0;
	z-index:1006;
	top:129px;
	}
.spnav.pnav ul{
	background:none;
	border-bottom:none;
	}
.spnav.pnav li:before{
	background:#fff;
	}
.spnav.pnav a{
	color:#fff;
	padding:8px 12px;
	transition:300ms;
	-webkit-transition:300ms;
	}
.spnav.pnav .line{
	background:#fff;
	height:2px;
	bottom:0;
	}
.abTitle{
	text-align:center;
	}
.abTitle .ch{
	font-size:20px;
	color:#333;
	margin-bottom:5px;
	}
.abTitle .en{
	font-family:Arial;
	color:#bea369;
	text-transform:uppercase;
	font-size:36px;
	font-weight:bold;
	}
.abnum{
	margin-top:72px;
	}
.abnum .num{
	font-family: 'Futura';
	font-size:72px;
	line-height:1;
	color:#cc0000;
	margin-bottom:2px;
	}
.abnum .ico{
	width:10px;
	height:10px;
	background-image:url(../images/ico1.png);
	margin:-12px 80px 0 80px;
	}
.abtxts{
	margin-top:72px;
	}
.abtxts .pic{
	width:50%;
	float:left;
	}
.abtxts .txts{
	width:43%;
	float:right;
	padding-top:32px;
	}
.abtxts .txts .tx{
	height:90px;
	margin-bottom:54px;
	}
.ab1 .fixbg{
	padding-top:90px;
	}
.abcp{
	width:50%;
	margin-left:50%;
	background:url(../images/bg2.png);
	color:#fff;
	}
.abcp .pa{
	padding:100px 80px 87px 100px;
	}
.abcp .freeTx{
	font-size:18px;
	font-weight:bold;
	line-height:60px;
	padding-left:28px;
	margin:42px 0 55px 0;
	}
.abcp .dh2{
	text-align:right;
	}
.ab2 .fixbg{
	margin-top:70px;
	}
.ab2{
	padding-top:68px;
	}
.abcc{
	margin-top:78px;
	}
.abcc li{
	background:#fff;
	margin-bottom:3px;
	}
.abcc .t{
	padding:12px 43px 12px 35px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	}
.abcc .t:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	background:#bea369;
	transition:300ms;
	-webkit-transition:300ms;
	}
.abcc .t .ch{
	color:#333;
	float:left;
	line-height:25px;
	width:90px;
	margin-right:10px;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	}
.abcc .t .line3{
	width:26px;
	height:1px;
	background:#ccc;
	float:left;
	margin:12px 15px 0 0;
	position:relative;
	}
.abcc .t .en{
	float:left;
	line-height:25px;
	color:#b0b0b0;
	text-transform:uppercase;
	position:relative;
	}
.add{
	width:13px;
	height:13px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:30px;
	}
.add .line{
	background:#bbb;
	position:absolute;
	}
.add .line1{
	width:3px;
	height:100%;
	top:0;
	left:5px;
	}
.add .line2{
	width:100%;
	height:3px;
	top:5px;
	left:0;
	}
.abcc .b{
	display:none;
	border:1px solid #bea369;
	padding:40px 45px 80px 35px;
	border-top:0;
	}
.abcc .b .ti{
	font-size:24px;
	color:#cc0000;
	margin-bottom:20px;
	}
.abcc .b .freeTx{
	font-size:14px;
	}
.abcc .t.act:before{ 
	height:100%; 
	}
.abcc .t.act .ch,
.abcc .t.act .en{
	color:#fff;
	}
.abcc .t.act .line{
	background:#fff;
	}
.ab3 .fixbg{
	padding:105px 0 55px 0;
	}
.abhis{
	position:relative;
	width:1340px;
	margin:70px auto 0 auto;
	}
.hisbox{
	position:relative;
	overflow:hidden;
	}
.hisbox .b{
	position:absolute;
	left:0;
	bottom:0;
	}
.hisbox .dot{
	display:block;
	width:11px;
	height:11px;
	background:#bea369;
	border-radius:100%;
	position:absolute;
	top:0;
	left:0;
	}
.hisbox .line1{
	width:1px;
	background:#bea369;
	top:0;
	bottom:0;
	position:absolute;
	left:5px;
	}
.hisC{
	position:relative;
	padding:0 0 60px 0;
	}
.hisC li{
	position:relative;
	padding:0 82px 38px 28px;
	}
.hisC .line2{
	width:11px;
	height:1px;
	background:#bea369;
	position:absolute;
	top:12px;
	left:0;
	}
.hisbox .year{
	padding-left:28px;
	font-family:Arial;
	color:#cc0000;
	font-size:24px;
	position:relative;
	font-weight:bold;
	line-height:0.8;
	margin-bottom:20px;
	}
.ab4{
	padding-top:88px;
	}
.abhis .slick-arrow{
	width:54px;
	height:54px;
	background-color:#ccc;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-27px;
	border-radius:100%;
	background-repeat:no-repeat;
	background-position:center center;
	}
.abhis .slick-prev{
	left:-100px;
	background-image:url(../images/aw6.png);
	}
.abhis .slick-next{
	right:-100px;
	background-image:url(../images/aw7.png);
	}
.abotxts{
	width:858px;
	margin:85px auto 0 auto;
	background:#fff;
	position:relative;
	}
.abotxts .freeTx{
	padding:70px 80px 70px 70px;
	}
.abob.pic{
	margin-top:-95px;
	}
.abot .pw2{
	position:relative;
	z-index:10;
	}
.awbox{
	width:54px;
	height:54px;
	background:#666;
	border-radius:100%;
	position:absolute;
	left:50%;
	margin-left:-27px;
	top:-27px;
	}
.awbox .aw{
	width:100%;
	height:100%;
	background-image:url(../images/aw8.png);
	animation:awup 1.2s infinite linear;
	-webkit-animation:awup 1.2s infinite linear;
	}
@keyframes awup{
	from{ transform:translateY(-8px); -webkit-transform:translateY(-8px); opacity:0; }
	50%{ transform:translateY(0); -webkit-transform:translateY(0); opacity:1; }
	to{ transform:translateY(8px); -webkit-transform:translateY(8px); opacity:0; }
	} 
@-webkit-keyframes awup{
	from{ transform:translateY(-8px); -webkit-transform:translateY(-8px); opacity:0; }
	50%{ transform:translateY(0); -webkit-transform:translateY(0); opacity:1; }
	to{ transform:translateY(8px); -webkit-transform:translateY(8px); opacity:0; }
	}
.abopanel .abot{
	padding-top:90px;
	}
.pbg{
	background:#fafbfe;
	}
.nwList li{
	width:32.33%;
	margin-left:1%;
	margin-bottom:3%;
	float:left;
	background:#fff;
	padding-bottom:15px;
	transition: 600ms;
	-webkit-transition: 600ms;
	}
.nwList{
	margin-left:-1%;
	margin-bottom:30px;
	}
.nwList li > a{
	color:#333;
	display:block;
	}
.nwList .txts{
	padding:25px 45px 0px 28px;
	border-bottom:1px solid #ccc;
	margin-bottom:8px;
	}
.nwList .txts .date{
	line-height:24px;
	height:24px;
	color:#919191;
	overflow:hidden;
	margin-bottom:10px;
	}
	
	.nwList .txts .rong{
/*	line-height:24px;
	height:24px;*/
	color:#919191;
	overflow:hidden;
	margin-bottom:10px;
	}
	
.nwList .txts .tx{
	font-size:20px;
	line-height:30px !important;
	height:60px;
	}
.nwList .share{
	padding-left:28px;
	} 
.share{
	overflow:hidden;
	}
.share a{
	float:left;
	width:30px;
	height:30px;
	background:url(../images/share2.png) no-repeat;
	margin-right:4px;
	}
.sharebox .share a{
	background-image:url(../images/share.png);
	}
.share .s1{
	background-position:left top;
	}
.share .s2{
	background-position:-30px top;
	}
.share .s3{
	background-position:-60px top;
	}
.share .s4{
	background-position:right top;
	}
.pager{
	background:#bdac88;
	padding:11px 0;
	position:relative;
	}
.pager a{
	width:35px;
	height:32px;
	font-family:Arial;
	font-size:15px;
	color:#fff;
	line-height:32px;
	text-align:center;
	}
.pager a.act{
	background:#fff;
	color:#cc0000;
	}
.pager .prev,
.pager .next{
	display:block;
	position:absolute;
	top:0;
	height:auto; 
	bottom:0;
	width:86px;
	}
.pager .prev .aw,
.pager .next .aw{
	height:100%;
	width:100%;
	}
.pager .prev{
	left:0;
	}
.pager .prev .aw{
	background-image:url(../images/ppaw.png);
	}
.pager .next{
	right:0;
	}
.pager .next .aw{
	background-image:url(../images/pnaw.png);
	}
.nwpanel{
	padding:85px 0 80px 0;
	}
.ndfixbg{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	}
.ndbox{
	background:#fff;
	}
.sharebox p{
	float:left;
	line-height:30px;
	margin-right:10px;
	}
.sharebox .share{
	float:left;
	}
.ndbox .t{
	padding: 58px 85px 25px 85px;
	border-bottom:2px solid #ccc;
	}
.ndbox .t .ti{
	font-size:30px;
	color:#333;
	margin-bottom:10px;
	}
.ndbox .t .date{
	font-size:12px;
	margin-bottom:20px;
	}
.ndbox .b{
	padding: 0 85px 58px 85px;
	}
.bc-prev,
.bc-next{
	display:block;
	width:143px;
	height:36px;
	border:1px solid #b5b5b5;
	overflow:hidden;
	color:#666;
	line-height:36px;
	position:relative;
	}
.bc-prev{
	float:left;
	}
.bc-next{
	float:right;
	}
.backbox{
	border-top:1px solid #aaaaaa;
	padding-top:22px;
	position:relative;
	}
.bc-prev .aw,
.bc-next .aw{
	width:20px;
	height:20px;
	position:absolute;
	top:50%;
	margin-top:-10px;
	background-image:url(../images/bcaw.png);
	}
.bc-prev .aw{
	left:18px;
	background-position:left top;
	}
.bc-prev p{
	padding-left:51px;
	position:relative;
	}
.bc-next .aw{
	right:18px;
	background-position:right bottom;
	}
.bc-next p{
	text-align:right;
	padding-right:51px;
	position:relative;
	}
.bc-prev .bg,
.bc-next .bg{
	height:100%;
	width:0;
	background:#bea369;
	}
.bc-prev .bg{
	left:auto;
	right:0;
	}
.backlist{
	width:145px;
	height:38px;
	line-height:38px;
	background:#bea369;
	display:block;
	color:#fff;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-72px;
	top:22px;
	}
.ndbox .b .freeTx{
	padding:45px 0 70px 0;
	}
	.svideo { width:100%; height:580px;}
/* .ndbox .b{
	padding-bottom:58px;
	} */
.ndpanel{
	padding:125px 0 77px 0;
	}
.proList{
	margin-top:59px;
	}
.proList a{
	display:block;
	color:#666;
	overflow:hidden;
	background:#fff;
	position:relative;
	}
.proList .pic{
	width:50%;
	}
.proList .item2 .pic{
	margin-left:50%;
	}
.proList .txts{
	width:50%;
	position:absolute;
	top:0;
	}
.proList .item1 .txts{
	right:0;
	}
.proList .item2 .txts{
	left:0;
	}
.proList .txts .nowti{
	font-size:30px;
	color:#333;
	margin-bottom:28px;
	}
.proList .txts .tx{
	height:120px;
	margin-bottom:50px;
	}
.proList .item1 .txts .pa{
	padding:10% 38% 0 8%;
	}
.proList .item2 .txts .pa{
	padding:10% 8% 0 38%;
	}
.promore{
	width:160px;
	display:block;
	height:38px;
	border:1px solid #be9768;
	color:#be9768;
	line-height:38px;
	position:relative;
	transition:300ms;
	-webkit-transition:300ms;
	}
.promore p{
	padding-left:32px;
	}
.promore:after{
	content:"";
	width:10px;
	position:absolute;
	top:0;
	bottom:0;
	right:39px;
	background:url(../images/aw1.png) no-repeat right -1px;
	}
.propanel{
	padding-top:75px;
	}
.sdpics{
	position:relative;
	}
.sdpics .slick-arrow{
	width:48px;
	height:48px;
	border-radius:100%;
	background:#fff url(../images/aw9.png) no-repeat left top;
	position:absolute;
	top:50%;
	margin-top:-24px;
	z-index:99;
	}
.sdpics .slick-prev{
	left:-68px;
	}
.sdpics .slick-next{
	right:-68px;
	background-position:right bottom;
	}
.pdbox{
	background:#fff;
	padding-bottom:58px;
	}
.pdtxts{
	padding:50px 70px 0 70px;
	}
.pdtxts .ti{
	font-size:30px;
	color:#333;
	text-align:center;
	border-bottom:1px solid #aaa;
	padding-bottom:17px;
	}
.pdtxts .freeTx{
	padding:30px 0 75px 0;
	}
.chiList{
	margin-bottom:45px;
	}
.chiList a{
	display:block;
	color:#666;
	position:relative;
	height:375px;
	background:#fff;
	margin-bottom:15px;
	transition:600ms;
	-webkit-transition:600ms;
	}
.chiList .pic{
	width:500px;
	position:absolute;
	top:0;
	}
.chiList .item1 .pic{
	left:0;
	}
.chiList .item2 .pic{
	right:0;
	}
.chiList .item1 .txts{
	margin-left:500px;
	}
.chiList .item2 .txts{
	margin-right:500px;
	}
.chiList .txts .pa{
	padding:60px 80px 0 65px;
	}
.chiList .txts .nowti{
	font-size:28px;
	color:#333;
	margin-bottom:30px;
	}
.chiList .txts .tx{
	line-height:28px !important;
	height:112px;
	margin-bottom:40px;
	}
.cmore{
	width:48px;
	height:48px;
	background:#eaeaea;
	border-radius:100%;
	transition:300ms;
	-webkit-transition:300ms;
	}
.cmore .aw{
	width:100%;
	height:100%;
	background-image:url(../images/aw10.png);
	background-position:right center;
	transition:0ms;
	-webkit-transition:0ms;
	}
.chipanel{
	padding:45px 0 58px 0;
	}
.jobt{
	background:#fff;
	margin-bottom:70px;
	}
.jobt .pic{
	width:50%;
	float:left;
	}
.jobt .txts{
	width:50%;
	float:left;
	}
.jobt .txts .pa{
	padding:70px 85px 0 80px;
	}
.jobt .txts .ti{
	font-size:24px;
	color:#cc0000;
	margin-bottom:30px;
	}
.jobb{
	background:#fff;
	padding:60px 0 70px 0;
	}
.joList a{
	width:47.5%;
	float:left;
	color:#333;
	margin-left:2.5%;
	margin-bottom:2.5%;
	}
.joList{
	margin:57px 0 30px -2.5%;
	}
.joList .bodr{
	height:208px;
	border:2px solid #dfdfdf;
	padding:0 45px 0 35px;
	transition:400ms;
	-webkit-transition:400ms;
	}
.joList .tt{
	font-size:24px;
	padding-top:30px;
	}
.joList ul{
	border-top:1px solid #ccc;
	padding-top:14px;
	margin-top:50px;
	} 
.joList ul li{
	width:24%;
	margin-left:14%;
	float:left;
	overflow:hidden;
	font-size:16px;
	}
.joList ul li:first-child{
	margin-left:0;
	}
.joList li .ti{
	font-size:12px;
	color:#999;
	white-space:nowrap;
	margin-bottom:7px;
	}
/* .jobox{
	margin-top:45px;
	position:relative;
	}
.jobox .slick-arrow{
	width:40px;
	height:40px;
	border:1px solid #999;
	border-radius:100%;
	position:absolute;
	display:block;
	top:-97px;
	background:url(../images/joaw.png) no-repeat;
	transition:background-color 300ms;
	-webkit-transition:background-color 300ms;
	}
.jobox .slick-prev{
	right:66px;
	}
.jobox .slick-next{
	right:0;
	background-position:right bottom;
	}
.jobox .slick-prev:hover{
	background-color:#c7000a;
	background-position:right top;
	border-color:#c7000a;
	}
.jobox .slick-next:hover{
	background-color:#c7000a;
	background-position:left bottom;
	border-color:#c7000a;
	} */
.joshowbox{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1040;
	background:url(../images/black.png);
	opacity:0;
	visibility:hidden;
	transition:600ms;
	-webkit-transition:600ms;
	}
.joshowbox.show{
	opacity:1;
	visibility:visible;
	}
.joshow{
	width:728px;
	background:#fff;
	height:800px;
	position:absolute;
	top:50%;
	margin-top:-400px;
	left:50%;
	margin-left:-364px;
	opacity:0;
	visibility:hidden;
	transition:600ms;
	-webkit-transition:600ms;
	transform:translateX(80px);
	-webkit-transform:translateX(80px);
	}
.joshowbox.show .joshow{
	opacity:1;
	visibility:visible;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	}
.joshow .pa{
	padding:55px 70px 0 70px;
	}
.joshow .ti{
	font-size:30px;
	color:#333;
	border-bottom:1px solid #c9c9c9;
	padding-bottom:15px;
	}
.jsc{
	overflow:auto;
	height:560px;
	margin-top:30px;
	}
.jsc .freeTx{
	font-size:15px;
	}
.jsc .freeTx .t{
	font-weight:bold;
	color:#cc0000;
	}
.jsb{
	position:absolute;
	left:0;
	right:0;
	color:#fff;
	background:#bea369;
	bottom:0;
	font-size:15px;
	padding:8px 70px;
	}
.jsb a{
	color:#fff;
	}
.jsb a:hover{
	text-decoration:underline;
	}
.joclose{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:28px;
	right:40px;
	background:url(../images/joclose.png) no-repeat;
	transition:0ms;
	-webkit-transition:0ms;
	}
.joclose:hover{
	background-position:center bottom;
	}
.jobpanel{
	padding-top:55px;
	}
#map{
	height:564px;
	}
.ctabox{
	background:#fff;
	border-top:5px solid #cc0000;
	margin-top:-70px;
	padding:63px 0 180px 0;
	position:relative;
	z-index:10;
	}
.ctas{
	margin-top:73px;
	}
.ctas a{
	display:block;
	width:230px;
	color:#666;
	padding-top:15px;
	cursor:auto;
	}
.ctas li{
	padding:0 70px;
	position:relative;
	min-height:147px;
	}
.ctas .line{
	width:1px;
	height:147px;
	background:#dcdcdc;
	position:absolute;
	top:0;
	left:0;
	}
.ctas li:first-child .line{
	display:none;
	}
.ctas .ico{
	width:100%;
	height:50px;
	background-position:center top;
	transition:0ms;
	-webkit-transition:0ms;
	}
.ctas .addr .ico{
	background-image:url(../images/addr2.png);
	}
.ctas .tel .ico{
	background-image:url(../images/tel2.png);
	}
.ctas .email .ico{
	background-image:url(../images/email2.png);
	}
.ctas .x{
	font-size:15px;
	line-height:1.4;
	margin-top:20px;
	}
.ctapanel{
	padding-bottom:65px;
	}
.pro-nav{ padding: 25px 0 60px; text-align: center;}
.pro-nav a{ display: inline-block;*display: inline; *zoom: 1; padding: 0px 26px; height: 34px; line-height: 34px; background-color: #bebebe; color: #fff; margin: 0px 5px;}
.pro-nav a.active{ background-color: #CC0000;}
.pro-fix{ padding: 90px 0;}
.pro-honorT{ float: right; display: block; width: 45%; margin-top: 15%; color: #bea369;line-height: 1.4; text-align: right;}
.pro-honorT .zh{ font-size: 48px; font-weight: bold;}
.pro-honorT .en{ font-size: 26px;}
.pro-honorC{ position: relative; margin-left: -51px; background: url(../images/pro_honor.png) no-repeat; padding: 168px 0 0 0; width: 731px; height: 462px;} 
.pro-honor-demo{ width: 324px; margin: 0px auto; overflow: hidden; display: block; display: none;}
.pro-honor-demo .item{ position: relative; text-align: center; padding-bottom: 45px;}
.pro-honor-demo .imgw{ width: 100%; display: block;}
.pro-honor-demo .txt{ position: absolute; left: 0; width: 100%; text-align: center; bottom: 0;}
.pro-honor-demo .slick-arrow{ width:34px;height:34px;background-color:#ccc;position:absolute;z-index:99;top:50%;margin-top:-39px;border-radius:100%;background-repeat:no-repeat;background-position:center center;}
.pro-honor-demo .slick-prev{left:3%;background-image:url(../images/aw6.png);}
.pro-honor-demo .slick-next{right:3%;background-image:url(../images/aw7.png);}
.pro-honor-demo .slick-arrow:hover{ background-color:#bea369; }

#d_tabpro ul,#d_tabpro li{margin:0;padding:0;list-style:none}
#d_tabpro img{border:0;vertical-align:top}
#d_tabpro{ position: relative; height:276px; width: 484px; margin-left: 130px;  overflow: hidden;}
#d_tabpro .d_img{position:relative;margin:0 auto;width:100%;height:100%} 
#d_tabpro .d_img li{position:absolute;display:none;z-index:0; padding-bottom: 45px;}
#d_tabpro .d_img li img{width:100%; display: block;}
#d_tabpro .d_img li .bg50{ position: absolute; left: 0; top: 0; right: 0; bottom: 45px; background: url(../images/96ecfef35bf641158833c8b715d354e2.gif) repeat; background: rgba(0,0,0,0.5); transition: 0.3s; -webkit-transition: 0.3s;}
#d_tabpro .d_img li.d_pos1{display:block;width:50%;left:0%;top:28px;z-index:1}
#d_tabpro .d_img li.d_pos2{display:block;width:68%;left:16%;top:0;z-index:2}
#d_tabpro .d_img li.d_pos3{display:block;width:50%;left:50%;top:28px;z-index:1}
#d_tabpro .d_img li.active .bg50{ opacity: 0; visibility: hidden\9;}
#d_tabpro .txt{ position: absolute; bottom: 0; left: 16%; width: 68%; text-align: center; overflow: hidden; opacity: 0; visibility: hidden\9; transition: 0.3s; -webkit-transition: 0.3s;}
#d_tabpro .d_img li.active .txt{ opacity: 1; visibility: visible\9;}
#d_tabpro .slick-arrow{width:34px;height:34px;background-color:#ccc;position:absolute;z-index:99;top:50%;margin-top:-39px;border-radius:100%;background-repeat:no-repeat;background-position:center center; cursor: pointer;  transition: 0.3s; -webkit-transition: 0.3s;}
#d_tabpro .d_prev{ left:34px;background-image:url(../images/aw6.png);}
#d_tabpro .d_next{ right:34px;background-image:url(../images/aw7.png);}
#d_tabpro .slick-arrow:hover{ background-color:#bea369; }

.pro-case-list{ margin-left: -3%;}
.imgw{ width: 100%; display: block;}
.pro-case-page{ padding-bottom: 140px;}
.pro-case-list{ padding-bottom: 20px;}
.pro-case-list li{ position: relative; float: left; display: block; width: 47%; margin-left: 3%; color: #fff; font-size: 16px; text-align: center; overflow: hidden; cursor: pointer; margin-bottom: 60px;}
.pro-case-list .txt{ position: absolute; left: 0; bottom: 0; width: 90%; padding: 10px 5%; background: url(../images/black.png) repeat; transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
.pro-case-list .desc{ position: absolute; left: 5%; width: 90%; top: 50%; margin-top: -36px; transform: translateY(50px); -webkit-transform: translateY(50px); opacity: 0; visibility: hidden\9; transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
.pro-case-list .ico{ background: url(../images/fd1.png) no-repeat; width: 28px; height: 28px; display: block; margin: 0px auto 10px; background-size: cover;}
.pro-case-list .black-bg{ background: url(../images/black.png) repeat; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; visibility: hidden\9; transition: 0.3s; -webkit-transition: 0.3s;}
.case-img{ display: none;}

/* pswp = photoswipe */
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}
.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}
.pswp img{max-width:none}
.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}
.pswp--open{display:block}
.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}
.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/black_80.png) repeat;background:none rgba(0,0,0,.8);opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}
.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}
.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}
.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}
.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}
.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}
.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}
.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}
.pswp__img--placeholder{-webkit-backface-visibility:hidden}
.pswp__img--placeholder--blank{background:#222}
.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}
.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}
.pswp__error-msg a{color:#CCC;text-decoration:underline}
.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}
.pswp__button:focus,.pswp__button:hover{opacity:1}
.pswp__button:active{outline:0;opacity:.9}
.pswp__button::-moz-focus-inner{padding:0;border:0}
.pswp__ui--over-close .pswp__button--close{opacity:1}
.pswp__button{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}
@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){
    .pswp--svg .pswp__button{background-image:url(../images/default-skin.svg);}
    .pswp__button--close{color:#fff}
}
.pswp__button--close{background-position:0 -44px}
.pswp__button--share{background-position:-44px -44px}
.pswp__button--fs{display:none}
.pswp--supports-fs .pswp__button--fs{display:block}
.pswp--fs .pswp__button--fs{background-position:-44px 0}
.pswp__button--zoom{display:none;background-position:-88px 0}
.pswp--zoom-allowed .pswp__button--zoom{display:block}
.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}
.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}
.pswp__button--arrow--left,.pswp__button--arrow--right{top:50%; width: 48px; height: 48px; line-height: 48px; border-radius: 50%; margin-top: -24px; position: absolute;  background:none #767676; color: #fff;  display: block; background-repeat: no-repeat; background-position: center center;}
.pswp__button--arrow--left{left:2%; background-image: url(../images/aw6.png);}
.pswp__button--arrow--right{right:2%;  background-image: url(../images/aw7.png);}
.pswp__button--arrow--left:hover,.pswp__button--arrow--right:hover{color:#fff; background-color: #BE9768;}
.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}
.pswp__share-modal--hidden{display:none}
.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}
.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}
.pswp__share-tooltip a:hover{text-decoration:none;color:#000}
.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}
.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}
.pswp__share-modal--fade-in{opacity:1}
.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.pswp--touch .pswp__share-tooltip a{padding:16px 12px}
a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}
a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}
a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}
a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}
a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}
a.pswp__share--download:hover{background:#DDD}
.pswp__counter{float:left;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}
.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}
.pswp__caption__center{text-align:center;max-width:600px;font-size:15px;margin:0 auto;padding:20px 10px;color:#fff}
.pswp__caption__center .xzy-zan{float:right;display:block}
.pswp__caption--empty{display:none}
.pswp__caption--fake{visibility:hidden}
.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}
.pswp__preloader__icn{width:20px;height:20px;margin:12px}
.pswp__preloader--active{opacity:1}
.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}
.pswp--css_animation .pswp__preloader--active{opacity:1}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}
.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}
.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}
.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}
@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}
}
@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}
100%{-webkit-transform:rotate(0);transform:rotate(0)}
}
@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}
100%{-webkit-transform:rotate(0);transform:rotate(0)}
}
.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}
.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}
.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}
.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}
.pswp__ui--idle .pswp__top-bar{opacity:1}
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}
.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}
.pswp__element--disabled{display:none!important}
.pswp--minimal--dark .pswp__top-bar{background:0 0}
















.product-nav {
	visibility: hidden;
	opacity: 0
}

.product-nav .sec-n-list {
	width: 77777px
}

.product {
	margin-top: 30px
}

.product:after {
	content: '';
	display: block;
	clear: both
}

.product-side-nav {
	float: left;
	margin-right: 110px;
	width: 170px
}

.product-side-nav .side-nav-item>a {
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #07a2d8;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.product-side-nav .side-nav-item.current>a,.product-side-nav .side-nav-item:hover>a {
	background: #ef7c33
}

.product-info {
	overflow: hidden
}

.product-info .pdt-info-list {
	margin-left: -20px
}

.product-info .pdt-info-item {
	float: left;
	width: 50%;
	margin-bottom: 25px;
	padding-left: 20px
}
.product-info .pdt-info-itemz {
	float: left;
	width: 33.333333%;
	margin-bottom: 25px;
	padding-left: 20px
}
.product-info .pdt-info-item>a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.product-info .pdt-info-item>a:hover {
	z-index: 3
}

.product-info .pdt-info-item>a:hover .pdt-info-pic img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03)
}

.product-info .pdt-info-item>a:hover .pdt-info-pic .name {
	visibility: hidden;
	opacity: 0
}

.product-info .pdt-info-item>a:hover .pdt-info-cont {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.product-info .pdt-info-pic {
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
}


.product-info .xinpic img{ height: auto;width: 100%;}

.product-info .pdt-info-pic img {
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	    height: 284px;
}

.product-info .pdt-info-pict img {
height: 414px;
}

.product-info .pdt-info-pic .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 15px 5%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.product-info .pdt-info-pic .name:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	content: ''
}

.product-info .pdt-info-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 10%;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.product-info .pdt-info-cont:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom: 10px solid #ef7c33;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	content: ''
}

.product-info .pdt-info-cont .t {
	font-size: 24px;
	line-height: 30px
}

.product-info .pdt-info-cont .c {
	margin-top: 15px;
	font-size: 12px;
	line-height: 25px
}

.product-info .pdt-info-cont .m {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	border: 1px solid #fff;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 18px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.product-info .pdt-info-cont .m:hover {
	border-color: #ef7c33;
	background: #ef7c33
}

@media (max-width:1440px) {
	.product-side-nav {
		margin-right: 50px
	}
}

@media (max-width:1024px) {
	.product-nav {
		visibility: visible;
		opacity: 1
	}

	.product-side-nav {
		/*display: none*/
	}
	
	
	.product-side-nav {
    float: left;
    margin-right: 20px;
    width: 70px;
}

.list {
    width: 80px;
}

	.product-info .pdt-info-item>a:hover .pdt-info-pic .name {
		visibility: visible;
		opacity: 1
	}

	.product-info .pdt-info-cont {
		display: none
	}
}

@media (max-width:768px) {
	.product-info .pdt-info-list {
		margin-left: 0
	}

	.product-info .pdt-info-item {
		float: none;
		padding-left: 0;
		width: auto
	}
	
	.product-info .pdt-info-pic img {    height: auto;}

	.product-info .pdt-info-pic .name {
		padding: 10px 5%
	}
}

.product-details-info {
	overflow: hidden
}

.product-details-info .p-d-title .t {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #333
}

.product-details-info .p-d-title .t:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2em;
	height: 1px;
	background: #333;
	content: ''
}

.product-details-info .p-d-carousel {
	position: relative;
	z-index: 1
}

.product-details-info .p-d-carousel .carousel-pic {
	overflow: hidden
}

.product-details-info .p-d-carousel .carousel-pic img {
	width: 100%
}

.product-details-info .p-d-carousel .carousel-arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 10px 0;
	text-align: center;
	line-height: 25px;
	background: rgba(255,255,255,.8);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.product-details-info .p-d-carousel .carousel-arrow .next,.product-details-info .p-d-carousel .carousel-arrow .prev {
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	vertical-align: top;
	background: no-repeat center center #007c64;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}

.product-details-info .p-d-carousel .carousel-arrow .next:hover,.product-details-info .p-d-carousel .carousel-arrow .prev:hover {
	background-color: #ef7c33
}

.product-details-info .p-d-carousel .carousel-arrow .prev {
	background-image: url(../images/prev.png)
}

.product-details-info .p-d-carousel .carousel-arrow .next {
	background-image: url(../images/next.png)
}

.product-details-info .p-d-carousel .carousel-arrow .page {
	display: inline-block;
	margin: 0 7px;
	font-family: Arial,sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #007c64
}

.product-details-info .p-d-carousel .carousel-arrow .page .n {
	color: #ef7c33
}

.product-details-info .p-d-desc {
	padding: 40px 0;
	text-align: justify
}

.product-details-info .p-d-desc .t {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	color: #007c64
}

.product-details-info .p-d-tab .p-d-t-nav {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 15px;
	background: #eee
}

.product-details-info .p-d-tab .p-d-t-nav::-webkit-scrollbar {
	display: none
}

.product-details-info .p-d-tab .p-d-tn-list {
	width: 7777px
}

.product-details-info .p-d-tab .p-d-tn-item {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	background: #007c64;
	color: #fff;
	cursor: pointer
}

.product-details-info .p-d-tab .p-d-tn-item:before {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: -1;
	margin-left: -7px;
	border-top: 7px solid #ef7c33;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent
}

.product-details-info .p-d-tab .p-d-tn-item.active {
	background: #ef7c33
}

.product-details-info .p-d-tab .p-d-tn-item.active:before {
	content: ''
}

.product-details-info .p-d-tab .p-d-tc-item {
	display: none
}

.product-details-info .p-d-tab .p-d-tc-item.active {
	display: block
}

.product-details-info .p-d-tab .p-d-tc1 {
	padding: 30px 50px;
	text-align: justify;
	background: #eee
}

.product-details-info .p-d-tab .p-d-tc2 {
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	color: #fff;
	overflow-x:auto;  overflow-y:hidden;-webkit-overflow-scrolling:touch;
}

.product-details-info .p-d-tab .p-d-tc2 tr {
	border-bottom: 5px solid #fff
}

.product-details-info .p-d-tab .p-d-tc2 td {
	padding: 15px 5%
}

.product-details-info .p-d-tab .p-d-tc2 .n {
	border-right: 2px solid #fff;
	background: #007c64
}

.product-details-info .p-d-tab .p-d-tc2 .c {
	background: #aaa
}

@media (max-width:1024px) {
	.product-details-info .p-d-title .t {
		font-size: 18px
	}

	.product-details-info .p-d-desc .t {
		font-size: 15px
	}

	.product-details-info .p-d-tab .p-d-tn-item {
		font-size: 15px
	}

	.product-details-info .p-d-tab .p-d-tc1 {
		padding: 5%
	}
}

@media (max-width:768px) {
	.product-details-info .p-d-carousel .carousel-arrow {
		padding: 5px 0
	}
}

@media (max-width:576px) {
	.product-details-info .p-d-title .t {
		margin-bottom: 20px
	}

	.product-details-info .p-d-desc {
		padding: 25px 0;
		font-size: 13px;
		line-height: 25px
	}

	.product-details-info .p-d-tab .p-d-tn-item {
		padding: 5px 10px;
		font-size: 13px;
		line-height: 20px
	}

	.product-details-info .p-d-tab .p-d-tc1 {
		font-size: 13px;
		line-height: 25px
	}

	.product-details-info .p-d-tab .p-d-tc2 {
		font-size: 13px;
		line-height: 25px
	}

	.product-details-info .p-d-tab .p-d-tc2 td {
		padding: 10px 5%
	}
}




.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%
}

@media (min-width:426px) {
	.container {
		max-width: 380px
	}
}

@media (min-width:577px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:769px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:1025px) {
	.container {
		max-width: 960px;
		padding: 0
	}
}

@media (min-width:1241px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:1441px) {
	.container {
		max-width: 1200px
	}
}



*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}

.t{ color:#fff;}

.service-fw-title {
	margin-bottom: 30px;
	color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e97717;
	
	padding-left: 0.5%;
}

.service-fw-title .t {
	font-size: 16px;
	line-height: 25px;
	color: #000
}

.service-fw-title .t:before {
	display: inline-block;
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	content: ''
}



.footer-box{ border-top:4px solid #0270b1; background:#929292; position:relative;}
.footer{ padding:43px 0 46px; border-bottom:1px solid #aaaaaa;}
.inner { width:1200px; margin: 0px auto;padding-bottom: 40px;}
.footer-box{ border-top:4px solid #0270b1; background:#929292; position:relative;}
.footer{ padding:43px 0 46px; border-bottom:1px solid #aaaaaa;}
.relative{ display:block; float:left; margin-right:115px;}
.relative dt{ display:block; margin-bottom:22px;}
.relative dt a{ display:inline-block; line-height:1; padding-bottom:6px; color:#fff; font-size:16px; font-weight:bold; transition:0.36s; position:relative;}
.relative dt a:before{ content:""; width:100%; height:2px; background:#fff; position:absolute; left:0; bottom:0; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1),-webkit-transform .34s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.relative dt a:hover:before{ transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9;}
.relative dd{ display:block;}
.relatinfo{ margin-bottom:12px;}
.relatinfo:last-child{ margin-bottom:0;}
.relatinfo a{ display:inline-block; position:relative; padding-bottom:4px; position:relative; color:#fff; font-size:12px; line-height:1;}
.relatinfo a:before{ content:""; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1),-webkit-transform .34s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.relatinfo a:hover:before{ transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9;}
.statement{ padding:22px 0 20px;}
.statele{ float:left;}
.statele a{ display:block; float:left; line-height:1; padding-bottom:4px; color:#fff; font-size:12px; margin-right:18px; position:relative;}
.statele a:last-child{ margin-right:0;}
.statele a:before{ content:""; width:1px; height:12px; background:#fff; position:absolute; right:-9px; top:0;}
.statele a:last-child:before{ display:none;}
.statele a:after{ content:""; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1),-webkit-transform .34s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.statele a:hover:after{ transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9;}
.stateri{ float:right;}
.stateri p,.stateri a{ float:left; color:#fff; font-size:12px; line-height:1;}
.stateri p:nth-child(2){ margin-left:9px;}
.stateri a{ float:none; display:inline-block; position:relative; padding-bottom:4px;}
.stateri a:after{ content:""; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1); transition: transform .34s cubic-bezier(.4,0,.2,1),-webkit-transform .34s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.linklist{ display:none; position:relative;}
.linklist span{ display:block; position:relative; height:50px; line-height:50px; color:#fff; font-size:15px; padding-left:12px; background:#777777;}
.linklist span.on:before{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);}
.linklist span:before{ content:""; width:20px; height:10px; background:url(../images/arrow7.png) center no-repeat; background-size:cover; position:absolute; right:22px; top:50%; margin-top:-5px; transition:0.3s;}
.address span{ display:block; margin-bottom:16px; padding-left:22px; color:#ffffff; font-size:12px; line-height:20px;}
.address span:last-child{ margin-bottom:0;} 
.address span:nth-child(1){ background:url(../images/map.png) 2px 4px no-repeat;}
.address span:nth-child(2){ background:url(../images/tel.png) 2px center no-repeat;}
.address span:nth-child(3){ background:url(../images/cope.png) left center no-repeat;}
.backlist{ position:absolute; right:6px; bottom:23px; z-index:10; background:#d6d6d6; width:35px; height:35px; cursor:pointer;}
.backlist span{ display:block; width:12px; height:6px; background:url(../images/arrow6.png) center no-repeat; margin:auto; margin-top:14px; transition:0.25s;}
.backlist:hover span{ margin-top:12px;}
.address span{ display:block; margin-bottom:16px; padding-left:22px; color:#ffffff; font-size:12px; line-height:20px;}
.address span:last-child{ margin-bottom:0;} 
.address span:nth-child(1){ background:url(../images/map.png) 2px 4px no-repeat;}
.address span:nth-child(2){ background:url(../images/tel.png) 2px center no-repeat;}
.address span:nth-child(3){ background:url(../images/cope.png) left center no-repeat;}