@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
html, body {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #8c8c8c;
}
input, textarea {
	border: none;
	font-family: "Microsoft YaHei";
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
p {
	line-height: 1.6em;
	color: #8c8c8c;
}
a {
	color: #000;
}
a:hover{
	color: #BD3A07
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container {
	width: 1388px;
	margin: 0 auto;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.w1388 {
	width: 1388px;
	margin: 0 auto;
}
.w1128 {
	width: 1128px;
	margin: 0 auto;
}
.bg15 {
	background: #151515;
}
.relative {
	position: relative;
}
.img100 img {
	width: 100%;
	vertical-align: bottom;
}
.pc-show {
	display: block;
}
.phone-show {
	display: none;
}
.table {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell b {
	color: #fff;
}
.margin-t60 {
	margin-top: 60px;
}
.text-center {
	text-align: center;
}
.paddin-tb60 {
	padding: 60px 0;
}
/*common*/
.h80{height: 80px}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.txt_left{text-align:left}
.txt_right{text-align:right}
.txt_center{text-align:center}
.txt_ellipsis{overflow:hidden!important;white-space:nowrap;text-overflow:ellipsis}
.txt_bold{font-weight:bold}
.lay_flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}
.txt_justify{text-align:justify;text-justify:inter-ideograph;}
.txt_justify p{text-align:justify;text-justify:inter-ideograph;}
.p_relative{position:relative}
.vs_hidden {visibility: hidden;margin: 0px!important; padding: 0px!important; height: 0px!important}
.hidden{display:none}
/*header*/

.header {
	position: relative;
	z-index: 99999;
}
.head-top {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.head-top2 {
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #E76134
}
.head-top2.active {
	bottom: -50px;
}
.head-top div, .head-top span {
	font-size: 12px;
}

.hotLine .span1 {
	color: #E76134;
	position: relative;
	padding-left: 20px;
}
/*
.hotLine .span1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 15px;
	height: 14px;
	background: url("../images/i0.png");
}
.head-top2 .hotLine .span1:before {
	width: 28px;
	height: 25px;
	background: url("../images/tel2.png") no-repeat center;
	background-size: cover;
	margin-top: -12px;
	margin-right: 2px;
}*/
.hotLine .span2 {
	color: #fff;
	font-weight: bold;
}
.head-top2 .hotLine .span1 {
	color: #fff;
	padding-left: 30px;
}
.head-top2 .hotLine span {
	font-size: 16px;
}
.head-mid {
	height: 90px;
}
.head-con {
	width: 100%;
	background: #fff;
	height: 90px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.header.active .head-con {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 4px #ddd;
	height: 90px;
}
.header.active .nav-yi, .header.active .language {
	line-height: 90px;
}
.header.active .logo {
	
}
.logo {
	padding-top: 12px
}
.logo img {
	vertical-align: bottom;
	
}
.menu-handler {
	width: 30px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 14px;
	transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: none;
}
.menu-handler .burger {
	height: 2px;
	background: #E76134;
	display: block;
	width: 20px;
	position: absolute;
	z-index: 5;
	left: 5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	top: 8px;
}
.menu-handler .burger-2 {
	top: 15px;
}
.menu-handler .burger-3 {
	top: 22px;
}
.menu-handler.active .burger-1 {
	top: 15px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
	top: 15px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.menu-box {
	/*margin-right: 120px;*/
}
.menu-box li {
	float: left;
	margin-left: 40px;
}


.menu-box li:first-child {
	margin-left: 0;
}
.nav-yi {
	display: inline-block;
	line-height: 90px;
	color:#333;
	position: relative;
	font-size: 18px!important;
}
.nav-yi:hover{color: #BD3A07!important}
.nav-er {font-size: 15px!important;}
.nav-er-box {
	position: absolute;
	width: 150px;
	text-align: center;
	left: 50%;
	margin-left: -75px;
	background: #fff;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
}
.nav-tap {
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-box li:hover .nav-er-box {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.menu-box li:hover .nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-san-box {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	background: #fff;
	overflow: hidden;
}
.nav-san-box a {
	width: 140px;
	font-size: 12px;
}
.nav-er-box a {
	display: block;
	line-height: 45px;
	color: #333;
	font-size: 12px;
}
.language {
	position: absolute;
	right: 40px;
	top: 0;
	line-height: 100px;
	color: #313131;
	font-weight: bold;
	padding-left: 20px;
	font-family: dincondBold;
	font-size: 16px;
}
.language:before {
	width: 14px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url("../images/earth.jpg");
	content: '';
	position: absolute;
}
.nav-yi:after {
	content: '';
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	border-top: 2px solid #BD3A07;
}
.menu-box li.active .nav-yi:after {
	/*width: 100%;*/
}
.menu-box li.active .nav-yi {
	color:#BD3A07;
	font-weight: bold
}
.ljgd {
	display: block;
	width: 150px;
	line-height: 50px;
	background: #E76134;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.banner .ljgd {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 25%;
}
.ljgd:hover {
	background: #fff;
	color: #E76134;
}
.swiper-slide-active .ljgd {
	animation: toUp 1s linear both;
}
 @keyframes toUp {
 0% {
 transform: translateY(50px);
 -webkit-transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
.swiper-pagination-bullets {
	z-index: 4;
	text-align: center;
}
.banner .pagination1 {
	position: absolute;
	bottom: 5%;
	text-align: center;
}
/*
.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	margin: 0 15px;
}
*/
.header-top{height:45px;line-height:45px;font-size:15px;font-weight:400;color:#fff;background-color:#bd3a07;color:#FFFFFF}
.header-top a{color:#FFFFFF}
.header-top span{display:inline-block;width:30px;text-align:center;color:#ddd}
.form-search{margin-top:25px;position:relative}
.form-search input{width:180px;border:solid 1px #ddd!important;height:40px;line-height:40px;text-align:left;padding-left:16px;padding-right:11px;border-radius:6px}
.form-search a{display:inline-block;position:absolute;right:2px;top:3px;width:36px;line-height:33px;text-align:center}
.form-search i{font-size:18px;color:#BD3A07}


/*导航中的宽屏产品*/
.nav-er-box2{border-top:1px solid #ddd;position:absolute;width:100%;left:0px;background:#fff;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s .2s;transition:transform .3s .2s;padding-bottom:30px;padding-top:10px}
.menu-box li:hover .nav-er-box2{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}
.nav-er-box2 dl{width:24%;margin-top:15px}
.nav-er-box2 dt a{font-size:16px;font-weight:bold;color:#bd3a07}
.nav-er-box2 dt a:hover{color:#bd3a07 }
.nav-er-box2 dd a{ont-size:16px;display:inline-block;margin-right:10px;margin-top:8px}

/*首页--表头*/
.index-title{text-align:center;font-size:28px;font-weight:bold;color:#32464D}
.index-title-en{text-align:center;font-size:16px;font-weight:normal;padding-top:5px}
.index-header-line{width:60px;height:2px;background-color:#B00000;margin-bottom:30px;margin-top:10px;margin-left: auto;margin-right: auto}
.index-title2 a{padding-top:10px;display:block;padding-right:10px}
.index-title2 li{position:relative;padding-bottom:15px}
.index-title2 .index-title2-line{position:absolute;left:0px;bottom:0px;height:2px;width:50px;background-color:#BD3A07}
.index-title2-title{font-size:28px;font-weight:bold;color:#32464D;display:inline-block;margin-right:10px}
.index-top{padding-top:50px;padding-bottom:50px}
.index-top .index-top-left{width:32%;float:left}
.index-top .index-top-center{width:32%;float:left;margin-left:2%}
.index-top .index-top-right{width:32%;float:right}

/*首页---推荐，热点产品*/
.index-cp{padding-top: 50px;padding-bottom: 50px;}
.index-cp .index-cp-main{border: 1px solid #ddd;padding: 35px 30px; position: relative;box-shadow:0px 0px  10px 5px #ddd;border-radius:20px;background-image: url(../images/bg3.jpg)}
.index-cp .index-cp-nav{text-align: center;padding-top: 10px;padding-bottom: 40px}
.index-cp .index-cp-nav a{color: #fff;width: 140px;line-height: 46px;background-image: url(../images/btn.png);background-position:0 0;background-repeat: no-repeat; text-align: center;display: inline-block;font-size: 20px;margin-left: 8px;margin-right: 8px;font-weight: bold}
.index-cp .index-cp-nav a:hover{background-position: 0 -46px}
.index-cp .index-cp-nav a.active{background-position: 0 -46px}

.index-cp .index-cp-list>li{width: 24%;position: relative}
.index-cp-list p{line-height: 40px;text-align: center}
.index-cp-list img{display: block;transition: all .4s;}
.index-cp-list div{overflow: hidden}
.index-cp-list a{display: block;overflow: hidden;background-color: #fff;}
.index-cp-list a:hover{color: #fff;background-color:#BD3A07; }
.index-cp-list a:hover p{font-weight: bold;color: #fff}
.index-cp-list a:hover img{transform: scale(1.12);}
.index-cp-list span{display:block;font-size: 14px; width: 50px; height:50px;line-height: 30px; background-image: url(../images/flag2.png);background-repeat: no-repeat;color: #fff;position: absolute;top: 0px; right: -2px;box-sizing: border-box;color:#fff;font-weight: bold;text-indent: 25px}

/*首页---产品系列*/
.index-cpxl{;background-color: #F9F9F9;padding-top: 40px;padding-bottom: 40px}	
.index-cpxl-list{margin-top: 5px}
.index-cpxl-list li{width: 19%;text-align: center}

.index-cpxl-list p{/*line-height: 40px;*/ padding-top: 8px;padding-bottom: 8px}
.index-cpxl-list img{display: block;transition: all .4s;}
.index-cpxl-list div{overflow: hidden}
.index-cpxl-list a{display: block;overflow: hidden;background-color: #fff;}
.index-cpxl-list a:hover{color: #fff;background-color:#BD3A07; }
.index-cpxl-list a:hover p{font-weight: bold;color: #fff}
.index-cpxl-list a:hover img{transform: scale(1.12);}
.index-cpxl .index-cpxl-a {border-bottom: 2px solid #BD3A07;margin-top: 15px}
.index-cpxl .left1{line-height: 40px;font-size: 18px;font-weight: bold}
.index-cpxl .right1 a{display: inline-block; padding-top: 10px;padding-bottom: 1px}
.index-cpxl .right1 a:hover{font-weight: bold}
.index-cpxl .right1 span{width: 18px;text-align: center;display: inline-block;color: #ddd}
.index-cpxl .right1 i{width:15px;height: 15px;text-align: center;display: inline-block;background-color:#ccc;color: #fff;border-radius: 50%;margin-left: 5px }
.index-cpxl .right1 a:hover i{background-color:#BD3A07;}



/*首页--ad*/
.index-ad{ padding-top: 40px}
.flex{display:flex;}

/*首页--新闻资讯*/
.index-zx{background-color: #F9F9F9;padding-top: 50px;padding-bottom: 80px;margin-top: 50px;}
.index-zx .index-zx-left{float: left;width:48%; box-sizing: border-box}
.index-zx .index-zx-right{float: right;width:48%; box-sizing: border-box}

.index-zx .index-zx-list{background-color: #fff;display: block;padding:15px 20px;margin-top: 20px }
.index-zx .index-zx-list:hover{-webkit-box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08); box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08);}
.index-zx .index-zx-list div{font-size: 20px;margin-bottom: 8px}
.index-zx h3{font-weight: bold;font-size: 18px;padding-bottom: 12px}

	
/*列表--banner*/	
.list-banner{position: relative}
.list-banner .list-banner-a{position: absolute;left: 0px;top: 30%;width: 100%;text-align: center}
.list-banner .list-banner-b{font-size: 36px;font-weight: bold;color: #fff}
.list-banner .list-banner-c{height: 2px;background-color: #fff; width: 60px;margin-left: auto;margin-right: auto;margin-top: 20px}
.list-banner .list-banner-d{text-align: center;margin-top: 10px;color: #fff}	
.list-main{background-color: #F6F8FA;padding-top: 0px;padding-bottom: 30px}
.list-main .list-nav{padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #ddd;margin-bottom: 10px}
.list-main .list-nav .fa-home{color: #999;font-size: 18px;font-weight: normal}
.list-main .list-nav a:last-child{font-weight: bold;color: #B21816}



/*一般列表导航*/
.list-main2{position: relative;margin-top: 20px;padding-bottom: 50px}
.list-left{width: 310px;;padding-right: 40px;box-sizing: border-box;}
.list-left-main{width: 270px;;border:4px solid #B21816;border-radius:4px;}
.list-left .list-left-title{height:70px;line-height:70px;font-size:24px;text-indent:35px;color:#fefefe;background-color:#B21816;position: relative;}
.list-left .list-left-title i{display: inline-block;height: 22px;width: 3px;background-color: #fff;position: absolute;left: 16px;top: 24px}	
.list-left .list-menu{min-height:300px;}
.list-left .list-menu li{height: 48px;line-height: 48px;padding-left: 5px;padding-right: 5px}
.list-left .list-menu li a{line-height: 48px;height: 48px;text-indent: 40px;display: block;font-size: 18px;padding-right: 12px;border-bottom: 1px solid #ddd;transition:none}
.list-left .list-menu li a.active{font-weight: bold;color: #B21816;background-image: url(../images/jt.png);background-repeat: no-repeat;background-position: 220px 16px;}

.list-left .list-menu li a:hover{font-weight: bold;color: #B21816;}


.list-right-header{font-size: 20px;padding-bottom: 15px;font-weight: bold;color: #333;border-bottom: 1px solid #B21816;margin-bottom: 15px;color: #B21816}

/*产品右侧导航*/
.list-menu2{padding-left: 5px; padding-right: 5px}
.list-menu2>li{}
.list-menu2 .list-nav-sub{background-color: #F6F8FA;padding-top: 5px;padding-bottom: 5px}
.list-menu2 .list-nav-sub>li{width: 50%;text-align: center;line-height: 28px;border-bottom: 1px dotted #E5E7EA}
.list-menu2 .list-nav-title{font-size: 18px;padding:10px 15px}
.list-menu2 .list-nav-title a.active{color: #B21816}

.list-menu2 .list-nav-cp a{font-size: 15px!important;font-weight: bold}
/*列表--资讯*/
/*
.list-right{flex: auto}	
.list-right dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:150px;overflow:hidden;padding:0px; background-color:#fff; box-sizing:border-box;margin-bottom: 20px}
.list-right dl:hover {-webkit-box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08); box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08);}
.list-right dl:hover a{color:#B21816;}
.list-right dt {width:150px;border: 1px solid #B21816;background-color: #fff;text-align: center;margin-top:25px; margin-left:20px; padding:0px 0px; box-sizing:border-box }
.list-right dt span {display:block;width:100%;text-align:center;color:#888;}
.list-right dd {position:absolute;left:200px;top:10px;line-height:27px;margin:0 20px; box-sizing:border-box}
.list-right dd a {font-weight:bold;font-size:16px;color:#333;display: block;padding-top: 15px}
.list-right dd a:hover,.list-right ul li a:hover {color:#B21816;}
.list-right dd span {display:block;height:55px;padding-top:10px;line-height:25px;color:#999;;font-size: 15px; font-weight:normal}	
.list-right .t2{display:block;padding-bottom: 10px;margin-top: 6px}
.list-right .t1{;font-size: 30px;line-height: 1.3;color: #333; text-align:center;padding-top: 10px}
.list-right .list-right-more{ font-weight:normal; margin-top:10px; text-align:right; font-size:14px}
*/


.list-right{flex: auto}	
.list-right dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:150px;overflow:hidden;padding:0px; background-color:#fff; box-sizing:border-box;margin-bottom: 20px; padding-left: 200px}
.list-right dl:hover {-webkit-box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08); box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08);}
.list-right dl:hover a{color:#B21816;}
.list-right dt {position: absolute;left: 0px;top: 0px; width:150px;border: 1px solid #B21816;background-color: #fff;text-align: center;margin-top:25px; margin-left:20px; padding:0px 0px; box-sizing:border-box }
.list-right dt span {display:block;width:100%;text-align:center;color:#888;}
.list-right dd {width: 100%;line-height:27px;box-sizing:border-box;padding-right: 30px;padding-top: 10px}
.list-right dd a {font-weight:bold;font-size:16px;color:#333;display: block;padding-top: 15px}
.list-right dd a:hover,.list-right ul li a:hover {color:#B21816;}
.list-right dd span {display:block;height:55px;padding-top:10px;line-height:25px;color:#999;;font-size: 15px; font-weight:normal}	
.list-right .t2{display:block;padding-bottom: 10px;margin-top: 6px}
.list-right .t1{;font-size: 30px;line-height: 1.3;color: #333; text-align:center;padding-top: 10px}
.list-right .list-right-more{ font-weight:normal; margin-top:10px; text-align:right; font-size:14px}



/*详情*/
.show-main{;box-shadow:0px 0px  5px 3px #EEEEEE;padding: 40px 60px 60px 60px;background-color: #fff;border-radius: 5px}
.show-title{font-size: 28px;line-height: 40px;text-align: center;color: #222}	
.show_rq{margin-top: 25px;text-align: center;clear: both}
.show_content{text-align:justify;text-justify:inter-ideograph;margin-top: 50px;color: #333}
.show_content p{text-align: left;font-size: 16px;text-align:justify;text-justify:inter-ideograph;margin-top: 15px;color: #333}
.show_content div{text-align: left;font-size: 16px;text-align:justify;text-justify:inter-ideograph;margin-top: 15px;color: #333}
.show_content td{padding: 3px 5px}
.show_line{border-bottom: 1px dotted #ddd;height: 30px}  

/*详情--分享*/
.sharea-tips{text-align: center;padding-top: 30px;}
.sharea{text-align: center;padding-top: 5px;font-size: 14px}	
/*详情--上页，下页*/	
.show-main .show-np{padding-top:10px; padding-bottom:10px}
.show-main .show-np>li{margin-top:10px}
.show-main .show-np span{ font-weight:bold}	

/*产品列表*/
.list-cp-ul li{width: 19%;text-align: center;margin-bottom: 18px}
.list-cp-ul p{/*line-height: 40px;*/ padding-top:5px; padding-bottom:5px}
.list-cp-ul img{display: block;transition: all .4s;}
.list-cp-ul div{overflow: hidden}
.list-cp-ul a{display: block;overflow: hidden;background-color: #fff;}
.list-cp-ul a:hover{color: #fff;background-color:#BD3A07; }
.list-cp-ul a:hover p{font-weight: bold;color: #fff}
.list-cp-ul a:hover img{transform: scale(1.12);}

/*产品详情*/
.show-cp{;box-shadow:0px 0px  5px 3px #EEEEEE;padding: 40px 60px 60px 60px;background-color: #fff;border-radius: 5px}
.show-cp .show-cp-title{font-size: 24px;line-height: 40px;text-align: center;color: #222;font-weight: bold}
.show-cp .show-cp-top{margin-top: 30px}
.show-cp .show-cp-img{width: 40%}
.show-cp .show-cp-info{width: 56%}
.show-cp .show-cp-info ul{position: relative;padding-left: 120px;margin-bottom: 10px;border-bottom: 1px solid #ddd}
.show-cp .show-cp-a{width:120px;position: absolute;left: 0px;top: 0px;text-align: center;;font-size: 15px;font-weight: bold;padding-bottom: 12px}
.show-cp .show-cp-b{width: 100%;padding-bottom: 12px;font-size: 15px;text-align:justify;text-justify:inter-ideograph;}
.show-cp .show-cp-link a{display:inline-block;width: 120px;height: 36px;background-color:#BD3A07;text-align: center;line-height: 36px;color: #fff;margin-top: 20px;transition: all .3s;}
.show-cp .show-cp-link a:hover{background-color: #862E0C;padding-left: 10px;color: #fff}	

.show-cp-nav{border-bottom: 2px solid #CC0000;margin-top: 20px}
.show-cp-nav span{display: inline-block;text-align: center;font-size: 18px; background-color:#CC0000;width: 120px;padding-top: 6px;padding-bottom:6px;color: #fff;border-top-left-radius: 5px;border-top-right-radius: 5px; }
.show-cp-content{text-align:justify;text-justify:inter-ideograph;margin-top: 20px;color: #333;padding-left: 15px;padding-right: 15px}
.show-cp-content p{text-align: left;font-size: 16px;text-align:justify;text-justify:inter-ideograph;margin-top: 10px;color: #333}

/*产品详情--相关产品*/
.show-cp-rel{overflow: hidden;margin-top: 20px}
.show-cp-rel li{width: 20%;text-align: center;float: left;padding-left: 5px;padding-right: 5px;box-sizing: border-box}
.show-cp-rel p{line-height: 40px;height: 40px; font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.show-cp-rel img{display: block;transition: all .4s;}
.show-cp-rel div{overflow: hidden}
.show-cp-rel a{display: block;overflow: hidden;background-color: #fff;}
.show-cp-rel a:hover{color: #fff;background-color:#BD3A07; }
.show-cp-rel a:hover p{font-weight: bold;color: #fff;}
.show-cp-rel a:hover img{transform: scale(1.12);}	

/*图片列表*/
.list-pics{}
.list-pics li{width: 23%;margin-bottom: 25px;box-sizing: border-box;text-align: center;}
.list-pics li a{display: block;padding:10px 10px;background-color: #fff;}
.list-pics a:hover {-webkit-box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08); box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08);}

/*页脚*/
.footer-mid a:hover{color: #BD3A07}
footer a{color:#ddd}
.footer-left{ float: left;width: 30%; }
.footer-right{float: right;width:20%; padding-left:100px; box-sizing:border-box}
.footer-copyright{text-align:center;padding-top:16px; padding-bottom:16px; background-color:#161A31; color:#DDDDDD;padding-left: 12px;padding-right: 12px}
.footer-copyright a{color:#DDDDDD}
.footer-products{float: left;width: 50%}
.footer-left .footer-lxwm li{ margin-bottom:10px}
.footer-title{ font-weight:bold; font-size:18px; margin-bottom:15px}
.footer-left ul span{display:inline-block; width:100px}
.footer-products-list li{float: left;width: 25%; margin-bottom:10px;  position:relative; text-indent: 8px;}
.footer-products-list a::before{position: absolute;width: 3px;height: 3px; border-radius:50%; content: ""; background-color:#ddd;left: 0px;top:8px}

.top-search{display: none}
.active2 a.nav-yi{color: #BD3A07!important;font-weight: bold}



@media (max-width:768px){
.hide-mobile{display: none}
.list-banner .list-banner-a{position: absolute;left: 0px;top: 20%;width: 100%;text-align: center}
.list-banner .list-banner-b{font-size: 20px;font-weight: bold;color: #fff}
.list-banner .list-banner-c{height: 2px;background-color: #fff; width: 40px;margin-top:5px}
.list-banner-d{display: none;}	
	
.list-main2{padding-left: 0px;}
.list-left{display: none}
	
/*列表*/
/*
.list-right dl {;height:auto;}
.list-right dt {width:100px;border: 1px solid #B21816;background-color: #fff;text-align: center;margin-top:20px; margin-left:15px; padding:0px 0px; box-sizing:border-box }
.list-right dt span {display:block;width:100%;text-align:center;color:#888;}
.list-right dd {position:absolute;left:120px;top:10px;line-height:27px;margin:0 20px; box-sizing:border-box;height: auto}
.list-right dd a {font-weight:bold;font-size:16px;color:#333;display: block;padding-top: 10px;padding-bottom: 20px}
.list-right dd span {display:block;padding-top:10px;line-height:25px;color:#999;;font-size: 15px; font-weight:normal}	
.list-right .t2{display:block;padding-bottom: 10px;margin-top: 6px}
.list-right .t1{;font-size: 18px;line-height: 1.3;color: #333; text-align:center;padding-top: 0px}
.list-right .list-right-more{display: none}
*/
/*列表*/	
.list-right dl {;height:auto;padding-left: 0px}
.list-right dt {display: none}
.list-right dt span {display:block;width:100%;text-align:center;color:#888;}
.list-right dd {position: inherit;left:0px;top:10px;line-height:27px;margin:0 20px; box-sizing:border-box;height: auto}
.list-right dd a {font-weight:bold;font-size:16px;color:#333;display: block;padding-top: 10px;padding-bottom: 20px}
.list-right .list-right-more{ display: none}
	
/*图片列表*/	
.list-pics li{width: 48%;margin-bottom: 10px;float: left;padding-left: 5px;padding-right: 5px;box-sizing: border-box;text-align: center;}
.list-pics li a{display: block;background-color: #fff;padding:5px 5px}	
	
/*详情*/	
.show-main{padding: 20px;}
.show-title{font-size: 20px;line-height: 30px;text-align: center}		
.show_rq{margin-top: 10px;}
.show_content{margin-top: 10px}	
.show_line{border-bottom: 1px dotted #ddd;height: 20px}	
	
/**/
.list-cp-ul li{width: 48%;text-align: center;margin-bottom: 15px}
.list-cp-ul p{/*line-height: 30px;*/ padding-top:5px; padding-bottom:5px}	
	
/*产品详情*/
.show-cp{;box-shadow:0px 0px  5px 3px #EEEEEE;padding: 20px 20px 20px 20px;background-color: #fff}
.show-cp .show-cp-title{font-size: 18px;line-height: 30px;text-align: center;color: #222;font-weight: bold}	
	
.show-cp .show-cp-top{margin-top: 20px}
.show-cp .show-cp-img{width: 100%}
.show-cp .show-cp-info{width: 100%;margin-top: 10px}	
	
.show-cp .show-cp-info ul{position: relative;padding-left: 100px;margin-bottom: 10px;border-bottom: 1px solid #ddd}
.show-cp .show-cp-a{width:90px;position: absolute;left: 0px;top: 0px;text-align: center;;font-size: 15px;font-weight: bold;padding-bottom: 12px}	

.show-cp .show-cp-link{display: none}	
/*导航中的宽屏产品*/
.nav-er-box2{position: static;border-top:1px solid #ddd;position:inherit;width:100%;left:0px;display: none;-ms-transform: scaleY(1);transform: scaleY(1);}
.nav-er-box2 dl{width:100%;margin-top:15px}

	
}

@media (max-width:768px){
.top-search{display: block}	
.header-search{display: none}
.active2 a{color:#333!important;font-weight:normal}	
	
#header-menu .menu-add{background-image: url(../images/menu1.png);background-position:92% 10px ;background-repeat: no-repeat;}	
#header-menu .active{background-image: url(../images/menu2.png)!important;background-position:95% 10px}	
/*导航中的宽屏产品*/	
#header-menu dl{width:100%;margin-top:15px}
#header-menu dt a{font-size:14px;font-weight:bold;color:#333}
#header-menu dd a{ont-size:14px;display:inline-block;margin-right:10px;margin-top:8px}	
	
/**/	
.index-title{font-size:18px;}
.index-title-en{font-size:14px;}
.index-header-line{width:40px;margin-bottom:15px;}
/**/
.index-title2-title{font-size:18px;}	
/**/	
.index-cpxl-list li{width: 48%;text-align: center}
.index-cpxl-list li:nth-child(5){ display:none}

.index-header-title{font-size: 20px;padding-bottom: 0px}	
/*首页--新闻资讯*/
.index-zx{background-color: #F9F9F9;padding-top: 25px;padding-bottom: 40px;margin-top: 25px;}
.index-zx .index-zx-left{float:none;width:100%;}
.index-zx .index-zx-right{float:none;width:100%; margin-top: 10px}	
	
.index-zx .index-zx-list{padding:6px 10px;margin-top: 10px }
.index-zx .index-zx-list div{font-size: 16px;margin-bottom: 8px}
.index-zx h3{font-weight: bold;font-size: 16px;padding-bottom: 6px}	

	
.footer-left{ float: none;width: 100%;padding-left: 20px }
.footer-products{float: none;width: 100%;display: none}	
.footer-right{float: none;width: 100%;text-align: center;display: none}	
}

/*页脚*/
.fubox {
	position: fixed;
	right: -50px;
	top: 50%;
	z-index: 999;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.fubox.active {
	right: 0;
}
.fu-icon {
	background-color: #E76134;
	width: 50px;
}
.fu-icon img {
	width: 100%;
	vertical-align: bottom;
}
.fu-list {
	margin-top: 1px;
	cursor: pointer;
	position: relative;
}
.fu-warp {
	background: #E76134;
	overflow: hidden;
	height: 50px;
	width: 0;
}
.fu-txt {
	padding-right: 10px;
}
.fu-warp p {
	color: #fff;
	line-height: 50px;
}
.fu-list-tel:hover .fu-warp {
	width: 116px;
}
.fu-list-tel .fu-txt {
	width: 116px;
}
.fu-list-qq .fu-txt {
	width: 66px;
}
.fu-list-qq:hover .fu-warp {
	width: 66px;
}
.weixin-code {
	position: absolute;
	right: 100%;
	margin-right: 4px;
	top: 0;
	width: 0;
	overflow: hidden;
}
.weixin-code img {
	width: 128px;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
.fu-list:hover .weixin-code {
	width: 130px;
}

.line-box div {
	position: absolute;
	background: #E76134;
}
.line-01, .line-02 {
	bottom: 0;
	height: 3px;
	width: 0;
}
.line-01 {
	right: 50%;
}
.line-02 {
	left: 50%;
}
.line-03, .line-04 {
	bottom: 0;
	width: 3px;
	height: 0;
}
.line-03 {
	left: 0;
}
.line-04 {
	right: 0;
}
.line-05, .line-06 {
	height: 3px;
	width: 0;
	top: 0;
}
.line-05 {
	left: 0;
}
.line-06 {
	right: 0;
}

.search-body .header {
	border-bottom: 1px solid #ddd;
}
.search-list {
	margin-bottom: 50px;
}
.result-box .search-list li {
	margin-bottom: 0;
	margin-top: 40px;
}
.result-box {
	margin-bottom: 100px;
}
.top-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	cursor: pointer;
}
.search-btn {
	width: 24px;
	height: 24px;
	background: url("../images/search.png") no-repeat center;
	background-size: cover;
	margin-top: 38px;
}
.header.active .search-btn {
	margin-top: 28px;
}


.search-nr {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	background: #eee;
	width: 0;
	z-index: 9;
	overflow: hidden;
	border-radius: 5px
}
.search-nr.active {
	width: 240px;
}
.search-nr .text {
	width: 240px;
	display: block;
	height: 32px;
	text-indent: 1em;
	background: #eee;
}
.search-nr .sbmit {
	position: absolute;
	right: 40px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url("../images/search2.png") no-repeat center;
	cursor: pointer;
}
.search-close {
	position: absolute;
	width: 32px;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../images/gb.png") no-repeat center;
	background-size: cover;
}
.menu-box.active .menu-box-ul {
	opacity: 0;
}
.search-nr-wap:before {
	content: '';
	position: absolute;
	height: 50%;
	top: 25%;
	right: 35px;
	border-left: 1px solid #999;
}
.search-nr-wap {
	width: 240px;
	position: relative;
}

.swiper-btn-style div {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	cursor: pointer;
}
/*
.swiper-btn-style .swiper-btn-left {
	left: -50px;
	background-image: url("../images/btn1.png");
}
.swiper-btn-style .swiper-btn-right {
	right: -50px;
	background-image: url("../images/btn2.png");
}*/
.swiper-container:hover .swiper-btn-left {
	left: 70px;
}
.swiper-container:hover .swiper-btn-right {
	right: 70px;
}
/*
.swiper-btn-style .swiper-btn-left:hover {
	background-image: url("../images/btn1-1.png");
}
.swiper-btn-style .swiper-btn-right:hover {
	background-image: url("../images/btn2-1.png");
}*/

.swiper-btn-style div, .menu-handler .burger, .nav-yi:after, .index-a i, .index-a-title, .index-a-con, .ljgd2, .cptd1-con, .cptd2-con, .anli-con, .fubox, .zksq, .gdcp-txt, .language, .sel-btn:after, .weixin-code, .i7, .imgscale .img100 img, .left-yi:before, .left-yi, .pro-list-bot:after, .nav-san-box, .search-nr, .menu-box-ul, .head-top2 {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.fu-warp, .nav-er-box a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


/*页脚*/
footer{background-color: #232A4B; padding-top: 40px; padding-bottom: 30px;color: #ddd;}
.footer-ul-left {width: 350px; padding-left: 100px; border-right: 1px solid #434449;font-size: 16px;}
.footer-ul-left>div{margin-bottom: 10px}
.footer-ul-left-p{position: absolute;left: 0px;top: 0px}
.footer-ul-left-link{margin-top: 30px}
.footer-ul-center{flex: 1; padding-left: 100px; padding-right: 100px}
.footer-ul-center ul>li{width: 25%;text-align: center}
.footer-ul-center ul>li>div{margin-bottom: 10px;font-weight: bold}
.footer-ul-center a{display:block;margin-bottom:8px;color:#ccc}
.footer-ul-center a:hover{color: #E76134}
.footer-ul-right{width: 100px;text-align: center}
.footer-ul-right-wx{margin-top: 20px}
.footer-bottom{text-align: center;color: #D8D4D4}
.footer-bottom a{color:#D8D4D4}

.footer-info{padding-bottom: 15px;text-align: center}

/**/
.index-header-title{text-align: left; font-size: 28px; font-weight: bold; color: #092847;padding-bottom: 10px}	
.index-header-desc {text-align: center; font-size: 16px; margin-top: 15px;padding-bottom: 40px}		
	





/*首页--公司介绍*/
.index-gsjs{padding-top: 40px;padding-bottom: 60px; background-position: center;background-repeat: no-repeat;overflow: hidden}
.index-gsjs .index-gsjs-left{float: left;width: 48%;border-radius: 0px;overflow: hidden}
.index-gsjs	.index-gsjs-right{float: right;width: 48%}	
.index-gsjs	.index-gsjs-right p{margin-top: 16px;font-size: 16px;}	
.index-gsjs	.index-gsjs-link{text-align: right}	
.index-gsjs	.index-gsjs-link a{display:inline-block;width: 120px;height: 36px;background-color:#BD3A07;text-align: center;line-height: 36px;color: #fff;margin-top: 20px;transition: all .3s;}	
.index-gsjs	.index-gsjs-link a:hover{background-color: #862E0C;padding-left: 10px}		
	



/*联系热线*/
.footer-question{width: 95px;height: 120px;position: fixed;right: 10px;top: 80%;z-index: 999;}
	.footer-question .footer-question2{width: 95px;height: 100px; background-image: url(../images/zx.png);background-repeat: no-repeat}
	.footer-question .footer-question-p{padding-top: 50px;text-align: right;position: relative}
	.footer-question-p img {
    position: absolute;
    top: 48px;
    right: 10px;
    -webkit-animation: centermove 2s linear infinite;
    -moz-animation: centermove 2s linear infinite;
    -o-animation: centermove 2s linear infinite;
    animation: centermove 2s linear infinite;
}
	@-webkit-keyframes centermove {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    10% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    15% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    30% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-moz-keyframes centermove {
     0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    10% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    15% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    30% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes centermove {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    10% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    15% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    30% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes centermove {
     0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    10% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    15% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    30% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

/*页面导航*/
.page-top{position: relative}
.page-top .page-top-title{position: absolute;text-align: center;width: 100%;left: 0px;top: 40%;font-size: 48px;color: #fff}
.page-navication{padding-top: 20px;padding-bottom: 20px;font-size: 16px}
.page-navication a:hover{color: red}
.page-main{padding-top: 20px;padding-bottom: 80px;background-position: center;background-repeat: no-repeat;background-size: cover;background-image: url("../images/bg-1.jpg");min-height: 500px}

/*分页*/
.search-pagination{text-align:center; margin:50px 0 20px 0;}
.pagination li {display: inline-block;margin:0 3px; }
.pagination li a{display: inline-block;font-size: 15px;min-width: 42px;height: 42px;line-height: 42px; box-sizing: border-box; padding:0 10px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}	
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:#A9241D;border:solid 0px #A9241D;}

.pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #A9241D;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #A9241D;
	color: #fff;
	cursor: default;
}
/**/
@media (max-width:768px){
/**/
.header-top{display: none}
.index-cp{display: none}	
/*页脚*/
footer{ padding-top: 20px; padding-bottom: 20px;}
.footer-ul-left {width: 100%; padding-left: 100px; border-right:none ;font-size:14px;}
.footer-ul-center{flex: 1; padding-left: 0px; padding-right: 0px;border-top: 1px solid #434449; margin-top: 20px;padding-top: 20px}
.footer-ul-right{width: 100%;border-top: 1px solid #434449; margin-top: 20px;padding-top: 20px}
.footer-ul-right-gz{display: none}
.footer-ul-right-wx{margin-top: 0px}
.footer-bottom{font-size: 12px!important;border-top: 1px solid #434449; margin-top: 20px;padding-top: 20px}
.footer-bottom a{display: block;margin-top: 10px}	
.footer-info span{display: block;text-align: center;margin-bottom: 5px}	
/**/	
.index-header-title{font-size: 18px;}	
.index-header-desc { font-size: 14px;margin-top: 0px; }	

/*首页--公司介绍*/
.index-gsjs{padding-top: 60px;padding-bottom: 40px; }
.index-gsjs .index-gsjs-left{float: left;width: 100%;border-radius: 20px;overflow: hidden}
.index-gsjs	.index-gsjs-right{float: right;width: 100%}	
.index-gsjs	.index-gsjs-right p{margin-top: 16px;font-size: 14px;}	
.index-gsjs	.index-gsjs-link{text-align: center}	
.index-gsjs	.index-gsjs-link a{display:inline-block;width: 100px;height: 30px;background-color:#1996B0;text-align: center;line-height: 30px;color: #fff;margin-top: 20px;transition: all .3s;}		

/*页面导航*/
.page-top{position: relative}
.page-top .page-top-title{top: 26%;font-size: 22px;}
.page-navication{padding-top: 10px;padding-bottom: 10px;font-size: 14px}
.page-main{padding-top: 20px;padding-bottom: 60px;background-position: center;background-repeat: no-repeat;background-size: cover;background-image: url("../images/bg-1.jpg");min-height:inherit}


	
/*pages*/ 

	
	
	
}


@media (max-width:1360px){
	.menu-box li {
	margin-left: 25px!important;
	}
}

@media (max-width:768px){
	.menu-box li {
	margin-left: 10px!important;
	}
}

