@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	position: relative;
}

@media(max-width:992px) {
body {
	padding-top: 75px;
}
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	outline: none;
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
/*滚动条设置*/
table {
	box-sizing: border-box;
	width: 100%;
}

/*表格边框样式*/

.modal-open {
	overflow: scroll !important;
}

/*boostrap遮罩层导致页面抖动*/

/* 初始设置 */


.margin-box {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media(max-width:992px) {
.margin-box {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
/*栏目间距*/

.dropdown-menu {
	margin: 0px;
	border: none;
	border-radius: 0px;
}
/*设置*/

/*顶部导航*/
#haed-nav {
	margin: 0px;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
	transform: translate(0%, 0%);
	transition: all ease .45s;
}
.haed-top {
	background: #f1f1f1;
}
.haed-top span {
	margin: 0px;
	font-size: 13px;
	line-height: 40px;
	color: #808080;
}
.haed-top a {
	display: inline-block;
	margin: 0px;
	font-size: 13px;
	line-height: 40px;
	color: #808080;
}
.haed-top a:hover {
	color: #ff3f00;
}
.wap-nav-open #haed-nav {
	transform: translate(-66%, 0%);
}
.navbar-brand {
	width: auto;
	padding: 0px;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}
.navbar-brand h1 {
	display: inline-block;
	font-size: 0px;
	height: 75px;
	padding: 8px 0px 8px;
	line-height: 25px;
}
.navbar-brand>h1>img {
	display: inline-block;
	max-height: 82%;
	vertical-align: middle;
}
.navbar-brand>h1> strong {
	display: inline-block;
	margin-left: 25px; letter-spacing: 1px;
	font-size: 26px;
	vertical-align: bottom;
	color: #333;
}
.navbar-brand>h1> strong span {
	display: block;
	font-size: 22px;
	vertical-align: bottom;
	color: #015cb9;
}
#wap-nav-button {
	display: inline-block;
	padding: 0;
	font-size: 0px;
	line-height: 75px;
	height: 75px;
	border: none;
	background: none; 
	outline: medium;
}
#wap-nav-button span {
	display: inline-block;
	font-size: 26px;
	color: #4d4d4d;
	line-height: inherit;
	height: inherit;
}
.haed-contact {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 118px;
}
.haed-contact span {
	display: inline-block;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	color: #ff3f00;
}
.haed-contact p {
	display: inline-block;
	margin: 0px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #ff3f00;
}
.haed-contact p small{font-size: 15px; color: #444;}
#haed-nav .nav-c {
	background: #4d4d4d;
}
#haed-nav .nav {
	float: none;
	vertical-align: bottom;
}
#haed-nav .nav > li > a {
	padding: 16px;
	color: #fff;
}
#haed-nav .nav> li:hover, #haed-nav .nav> li:hover > a, #haed-nav .nav> li.on > a {
	color: #fff;
	background: #015cb9;
}
#haed-nav .nav > .open > a, #haed-nav .nav > .open > a:hover, #haed-nav .nav > .open > a:focus {
	color: #fff;
	background: #015cb9;
}
#haed-nav .nav > li > .dropdown-menu{
	left: 50%;
	transform:translate(-50%,0%);
	min-width: 100%;
	text-align: center;
}
#haed-nav .nav > li > .dropdown-menu a {
	line-height: 30px;
}
#haed-nav .nav > li > .dropdown-menu a:hover {
	color: #fff;
	background: #015cb9;
}

@media(min-width:992px) {
#haed-nav {
	position: relative;
	z-index: 1;
}
.navbar-brand h1 {
	height: 118px;
	padding: 26px 0px 26px;
	line-height: 35px;
}
#wap-nav-button {
	display: none;
}
#haed-nav .nav > li {
	border-right: 1px solid #454545;
}
#haed-nav .nav > li > a {
	padding: 0px;
	line-height: 60px; font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
}

@media(max-width:992px) {
.haed-top {
	display: none;
}
.navbar-brand h1 strong{
	margin-left: 10px;
	font-size: 19px;
	line-height: 28px;
}
.navbar-brand h1 strong span {
	display: block;
	font-size: 17px;
}
#w
.navbar-brand h1 span{
	display: none;
}

#haed-nav .navbar-header {
	width: 100%;
	margin: 0px;
}
.haed-contact {
	display: none;
}
#haed-nav .nav-c {
	display: none;
}
}
/*顶部导航*/

/*容器*/
.wrap {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #fff;
	transform: translate(0%, 0%);
	transition: all ease .45s;
	box-shadow: 0 2vw 2vw rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.wap-nav-open .wrap {
	transform: translate(-66%, 0%);
}
/*容器*/
/*手机侧导航*/
.wap-nav-mask {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	transform: translate(0%, 0%);
	transition: all ease .45s;
}
.wap-nav-open .wap-nav-mask {
	display: block;
	transform: translate(-66%, 0%);
}
#wap-nav {
	position: fixed;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 66%;
	overflow: hidden;
	transition: all ease .45s;
}
.wap-nav-open #wap-nav {
	transform: translate(0%, 0%);
}
.wap-nav-haed {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding-left: 8%;
	color: #fff;
	background: #015cb9;
	overflow: hidden;
}
.wap-nav-haed a {
	display: inline-block;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wap-nav-haed a span {
	display: inline-block;
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: 18px;
	color: #fff;
	vertical-align: bottom;
}
.wap-nav-haed a.wap-nav-close span {
	font-size: 24px;
}
.wap-nav-bottom {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 0px;
	color: #4d4d4d;
}
.wap-nav-bottom>div {
	display: inline-block;
	width: 50%;
}
.wap-nav-bottom>div.open {
	background: #333;
}
.wap-nav-bottom>div>a {
	display: inline-block;
	width: 100%;
	padding: 0px !important;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #4d4d4d;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.wap-nav-bottom>div.open>a {
	color: #fff;
}
.wap-nav-bottom>div:first-child>a {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.wap-nav-bottom>div>a>span {
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: bottom;
}
.wap-nav-bottom>div div.dropdown-menu {
	position: absolute;
	z-index: 1000;
	top: auto;
	bottom: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 8% 8%;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: #333;
	font-size: 0px;
}
.wap-nav-bottom>div div.language a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wap-nav-bottom>div div.language a:first-child {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.wap-nav-bottom>div div.search input {
	display: inline-block;
	max-width: 80%;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	vertical-align: bottom;
}
.wap-nav-bottom>div div.search a {
	display: inline-block;
	width: 20%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wap-nav-box {
	position: absolute;
	z-index: 1;
	top: 50px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow-y: auto;
}
.wap-nav-box>li {
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.wap-nav-box>li>a {
	display: inline-block;
	width: 100%;
	padding: 0px 8%;
	line-height: inherit;
	color: #4d4d4d;
	transition: all .3s;
}
.wap-nav-box>li.open>a {
	padding-left: 12%;
	color: #fff;
	background: #4d4d4d;
}
#wap-nav .dropdown-backdrop {
	display: none !important;
}
.wap-nav-box>li>ul {
	position: relative;
	border: none;
	width: 100%;
	border-radius: 0px;
	box-shadow: none;
	padding: 10px 0px;
}
.wap-nav-box>li>ul>li>a {
	font-size: 14px;
	line-height: 32px;
	padding: 0px 8%;
}
.wap-nav-box>li>ul>li>a span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	color: #1f4396;
	vertical-align: bottom;
}
/*手机导航*/
a.more {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 25px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 42px;
	color: #4d4d4d;
	border: 1px solid #666;
	transition: all .4s;
}
a.more:hover {
	color: #fff;
	background: #ff3f00;
	border: 1px solid #ff3f00;
}
a.more:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #ff3f00;
	transition: all .4s;
}
a.more:hover:after {
	content: "";
	width: 100%;
	height: 100%;
}
.keywords {
	padding: 25px 0px;
	background: #f1f1f1;
}
.keywords span, .keywords a {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #4d4d4d;
}
.keywords a:after {
	content: "、";
	margin: 0px 3px;
	color: #4d4d4d;
}
.keywords a:last-child:after {
	content: "";
}
.keywords a:hover {
	color: #ff3f00;
}
/*关键词*/

.index-p-l .index-p-l-title {
	padding: 35px 0px 35px 30px;
	color: #fff;
	background:url(../images/id_t.png);
}
.index-p-l .index-p-l-title h3 {
	font-size: 24px;
	margin: 0px;
}
.index-p-l>ul {
	padding: 0;
	background: #f1f1f1;
}
.l-nav {
}
.index-p-l>ul ol {
	padding: 12px 20px;
	margin: 0;
	background: url(../images/pro_b.jpg);
}
.index-p-l>ul ol:hover {
	padding: 12px 20px;
	margin: 0;
	background: url(../images/pro_b_h.jpg);
}
.index-p-l>ul li {
	padding: 0px 38px;
}
.index-p-l>ul a {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 33px;
	color: #4d4d4d;
	border-bottom: 1px solid #ebebeb;
}
.index-p-l>ul a:hover, .index-p-l>ul .on a {
	color: #ff3f00;
}
.index-p-l>ul ol a {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	border: none;
}
.index-p-l>ul ol a:hover {
	color: #fff; display: block;
}
.index-p-l>dl {
	padding: 20px 0px;
	background: #f1f1f1;
}
.index-p-l>dl dd {
	padding: 0px 38px;
}
.index-p-l>dl dd a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 46px;
	color: #4d4d4d;
	border-bottom: 1px solid #ebebeb;
	transition: all .3s;
}
.index-p-l>dl dd a:hover, .index-p-l>dl dd.on a {
	padding-left: 20px;
	color: #ff3f00;
}
.index-p-l>dl dd a:before, .index-p-l>dl dd a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	width: 0px;
	height: 2px;
	margin-top: -1px;
	background-color: #ff3f00;
	transition: all .3s;
}
.index-p-l>dl dd a:hover:before, .index-p-l>dl dd.on a:before {
	content: "";
	width: 8px;
}
.index-p-r a {
	display: block;
	font-size: 0px;
	margin-top: 12px;
}
.index-p-r a .index-p-img {
	overflow: hidden;
}
.index-p-r a .index-p-img img {
	transform: scale(1);
	transition: all .4s;
}
.index-p-r a:hover .index-p-img img {
	transform: scale(1.2);
}
.index-p-r p {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 5px;
	margin: 0px;
	font-size: 14px;
	line-height: 1em;
	color: #4d4d4d;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.index-p-r a:hover p {
	color: #ff3f00;
}
.index-p-r small {
	display: inline-block;
	width: 100%;
	padding: 5px 10px 10px;
	margin: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	color: #666;
	background: #f1f1f1;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media(min-width:992px) {
.index-product {
	display: block;
}
.index-p-r>div>div:nth-child(-n+3) a {
	margin-top: 0px;
}
.index-wap-p {
	display: none;
}
}

@media(max-width:1200px) {
.index-p-l {
	padding: 0px 10px;
}
.index-p-l .index-p-l-title {
	padding: 12px 0px 12px 30px;
}
.index-p-l .index-p-l-title h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.index-p-l>ul a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 29px;
	color: #4d4d4d;
	border-bottom: 1px solid #ebebeb;
}
.index-p-l>ul ol a {
	font-size: 15px;
	line-height: 31px;
}
.index-p-l {
	padding: 0px 10px;
}
.index-p-r>div {
	margin-right: -10px;
}
.index-p-r>div>div {
	padding: 0px 10px;
}
.index-p-r>div>div a {
	margin-top: 20px;
}
.index-p-r p {
	padding: 15px 10px 5px;
}
.index-p-r small {
	padding: 5px 10px 15px;
}
}

@media(max-width:992px) {
.index-product {
	display: none;
}
.index-p-l {
	display: none;
}
.index-wap-p {
	display: block;
}
}
/*首页产品展示*/


.index-title h3 {
	color: #333; font-size: 25px;
}
.index-title a {
	color: #333;
}
.index-title a:hover {
	color: #ff3f00;
}
#index-d {
	padding: 30px 0px;
	background: #f1f1f1;
}

/*首页设备展示*/
@media(min-width:992px) {
.index-a {
	position: relative;
	z-index: 1;
	color: #fff;
	background: url(../images/index-ys.jpg) left center no-repeat;
	background-color: #ff3f00;
	background-size: 40% auto;
}
.index-a>img {
	display: none;
}
}

@media(max-width:992px) {
.index-a {
	background-color: #ff3f00;
}
.index-a img {
	display: block;
}
}
/*首页优势*/
.a2-head{
	padding: 50px 0px;
	text-align: center;
	color: #fff;
	background:url(../images/index-a-bg.jpg) center no-repeat;
	background-size: cover;
}
.a2-head h3{
	margin: 0px 0px 12px;
	font-size: 32px;
	font-weight: bold;
}
.a2-head a{
	display: inline-block;
	padding:0 20px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.2em;
	color: #ff3f00;
	background: #fff;
	border-radius: 40px;
}
.case { width:100%; margin:auto; background:url(../images/case_bg.jpg) center; padding:0 0 40px 0; overflow:hidden;}
.case_til {margin-top:45px; text-align:center; overflow:hidden;}
.case_til span { display:block; font-size:18px; color:#555; margin-top:10px;}

.case_nor {width: 100%; margin-top:55px; overflow:hidden}
.case_nor .case_list { width:36%; padding:3% 2%; margin-bottom:47px; background:#fff; float: left;}
.case_nor .case_list li { float:left; width:175px; text-align:center; height:56px; line-height:56px; margin-bottom:20px; background:url(../images/c_l.png) left no-repeat;}
.case_nor .case_list li a { font-size:18px; display:block; color:#292929}
.case_nor .case_list li:hover { background:url(../images/c_l_h.png) left no-repeat;}
.case_nor .case_list li:hover a { color:#fff}

.case_nor .case_tu { width:64%;position:relative; float: right;}
.case_nor .case_tu img{width: 100%}
.case_nor .case_tu .tbj{ position: absolute;left: 0;right: 0;bottom: 0;height: 70px;color: #fff;padding-left: 30px;background-color: rgba(0,0,0,0.55);} 
.case_nor .case_tu .tbj h3{font-size:20px;color: #fff;padding-top: 6px; text-align: center;}

.case_nor .case_list li.on { background:url(../images/c_l_h.png) left no-repeat;}
.case_nor .case_list li.on a { color:#fff}

.case_nor .case_list li:nth-child(2).on,.case_nor .case_list li:nth-child(4).on,.case_nor .case_list li:nth-child(6).on,.case_nor .case_list li:nth-child(8).on { background:url(../images/c_r.png) left no-repeat;}

.case_nor .case_list li i {margin-left: 7px;margin-top: 8px;display:block;width:39px;height:39px;float:left;background:url(../images/icon_1.png); transition: all 0.5s;}
.case_nor .case_list li:hover i { background-position: 0 -39px;}

.case_nor .case_list li:nth-child(2).on i,.case_nor .case_list li:nth-child(3).on i,.case_nor .case_list li:nth-child(4).on i,.case_nor .case_list li:nth-child(5).on i,.case_nor .case_list li:nth-child(6).on i,.case_nor .case_list li:nth-child(7).on i,.case_nor .case_list li:nth-child(8).on i { background-position: 0 -39px;}

.case_nor .case_list li:nth-child(2) i,.case_nor .case_list li:nth-child(4) i,.case_nor .case_list li:nth-child(6) i,.case_nor .case_list li:nth-child(8) i { float:right; margin-right:8px;}
.case_nor .case_list li:nth-child(2) i { background:url(../images/icon_2.png);}
.case_nor .case_list li:nth-child(3) i { background:url(../images/icon_3.png);}
.case_nor .case_list li:nth-child(4) i { background:url(../images/icon_4.png);}
.case_nor .case_list li:nth-child(5) i { background:url(../images/icon_5.png);}
.case_nor .case_list li:nth-child(6) i { background:url(../images/icon_6.png);}
.case_nor .case_list li:nth-child(7) i { background:url(../images/icon_7.png);}
.case_nor .case_list li:nth-child(8) i { background:url(../images/icon_8.png);}

.case_nor .case_list span { display:block; width:175px; text-align:center; height:68px; line-height:68px; position:absolute; top:352px; right:0; background:url(../images/c_l.png) right no-repeat;}
.case_nor .case_list span a { font-size:18px; display:block;}
.case_nor .case_list span:hover { background:url(../images/c_l_h.png) right no-repeat;}
.case_nor .case_list span:hover a { color:#fff}

.case_nor .case_list li:nth-child(2),.case_nor .case_list li:nth-child(4),.case_nor .case_list li:nth-child(6),.case_nor .case_list li:nth-child(8) {background:url(../images/c_r.png);margin-left:20px;}
.case_nor .case_list li:nth-child(2):hover,.case_nor .case_list li:nth-child(4):hover,.case_nor .case_list li:nth-child(6):hover,.case_nor .case_list li:nth-child(8):hover { background:url(../images/c_r_h.png)}

.case_nor .case_list li:nth-child(2).cur,.case_nor .case_list li:nth-child(4).cur,.case_nor .case_list li:nth-child(6).cur,.case_nor .case_list li:nth-child(8).cur { background:url(../images/c_r_h.png)}


.Partner_til { background:url(../images/hz_t.png) left bottom no-repeat; height:50px; margin-top:-20px;}
.Partner_til span { font-size:22px; padding-left:20px;}

.Partner_nor { margin-top:25px; overflow:hidden;}
.Partner_nor a{float: left; width:20%; padding: 0 1%;}
.Partner_nor a:last-child{padding-right: 0;}
.Partner_nor img{max-width: 100%;}

@media screen and (max-width: 1200px) and (min-width: 968px) {
.case_nor .case_list { width:44%; padding:2%; }
.case_nor .case_tu { width:56%;}	
}
@media(max-width:968px) {
.a2-head{padding: 25px 0px;}
.a2-head h3{font-size: 25px;}
.case_nor .case_list { width:100%; padding:2%; margin-bottom: 18px;}
.case_nor .case_tu { width:100%;}
.case_nor .case_tu .tbj{ height: 50px;} 
.case_nor .case_tu .tbj h3{font-size:17px;}
.Partner_til { background:url(../images/hz_t.png) left bottom no-repeat; height:50px; margin-top:20px;}
.Partner_nor a{float: left; width:33.333%; padding: 2% 1%;}
}
/*首页优势2*/
.index-about-l {
	padding-top: 80px;
	padding-bottom: 40px;
	color: #4d4d4d;
	font-size: 0px; 
}
.index-about h3 {
	margin: 0px 0px 20px;
	text-indent: 15px;
	font-weight: bold;
}
.index-about-l span {
	position: absolute;
	top: 40px;
	left: 0px;
	font-size: 80px;
	font-weight: bold;
	color: rgba(246,129,26,0.05);
}
.index-about-l p {
	font-size: 14px;line-height: 27px;
}
.index-about-l a {
	margin-top: 32px;
	display: inline-block;
	background: #999; padding:8px 25px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.index-about-l a:hover{background: #015cb9;}

@media(min-width:992px) {
.index-about {
	position: relative;
	z-index: -1;
	color: #fff;
	background: url(../images/index-about.jpg) right center no-repeat;
	background-color: #fff;
	background-size: 45% auto;
}
.index-about>img {
	display: none;
}
}

@media(max-width:992px) {
.index-about img {
	display: block;
}
}

@media(max-width:468px) {
.index-about-l a {
	max-width: 50%;
}
}
/*首页关于*/


.index-news1 {
	margin-top: 20px;
	font-size: 0px;
}
.index-news1 {
	margin-bottom: 10px;
	overflow: hidden;
}
.index-news1>div {
	padding: 0px 0px 60px;
	border-bottom: 1px dashed #ebebeb;
}
.index-news1 a.index-news-img {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.index-news1 a.index-news-title {
	display: block;
	margin: 5px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.index-news1 a.index-news-title:hover {
	color: #ff3f00;
}
.index-news1 small {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.index-news1 p {
	height: 75px;
	font-size: 14px;
	line-height: 25px;
	color: #4d4d4d;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news2 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 13px 0px 13px 25px;
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
	color: #4d4d4d;
	border-bottom: 1px dashed #ebebeb;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.index-news2 a:hover {
	color: #ff3f00;
}
.index-news2 a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	background-color: #ccc;
	transition: all .3s;
}
.index-news2 small {
	display: inline-block;
	margin-left: 10px;
	float: right;
	font-size: 12px;
	color: #999;
}
.index-t-list {
	margin-top: 20px;
}
.index-t-list li {
	margin-bottom: 3px;
}
.index-t-list a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 12px 40px 12px 15px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	background: #f1f1f1;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.index-t-list a:hover {
	color: #fff;
	background: #ff3f00;
}
.index-t-list a:after {
	content: "+";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #ff3f00;
	background-color: #fff;
	border-radius: 50%;
	transition: all .3s;
}

@media(max-width:992px) {
.index-t-list {
	display: none;
}
}
/*首页新闻*/

.foot-nav {
	background: #4d4d4d;
}
.foot-nav a {
	color: #fff;
	line-height: 40px;
}
.foot-nav .nav>li>a:hover {
	background: #e07516;
}
.foot {
	padding-top: 30px;
	background: url(../images/foot-bg.jpg)bottom center no-repeat, #1b1b1b;
	background-attachment: fixed;
	color: #ddd;
	font-size: 13px;
}
.foot-link {
	padding: 0px 0px 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #4d4d4d;
	overflow: hidden;
}
.foot-link span {
	display: inline-block;
	margin: 3px 10px 3px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.foot-link a {
	display: inline-block;
	margin: 3px 10px 3px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.foot-link a:hover {
	color: #ff3f00;
}
.foot h4 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
}
.foot a.foot-al {
	display: block;
	margin: auto;
	width: 120px;
	height: 120px;
	color: #999;
	background: #fff;
	transition: all .4s;
}
.foot a.foot-al:hover {
	background: #e07516;
}
.foot a.foot-al i{
	display: inline-block;
	padding: 10px 5px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 100px;
	line-height: 24px;
	height: 46px;
	border-radius: 4px;
	overflow: hidden;
	color: #fff;
	background: #e07516;
	transition: all .4s;
}
.foot a.foot-al:hover i{
	color: #e07516;
	background: #fff;
	transition: all .4s;
}
.foot a.foot-al s{
	display: block;
	width: 16px;
	height: 1px;
	margin:0 auto 5px;
	background: #e07516;
	transition: all .4s;
}
.foot a.foot-al:hover s{
	background: #fff;
}
.foot a.foot-al strong{
	display: inline-block;
	margin-bottom: 4px;
	font-size: 15px;
	color: #e07516;
	transition: all .4s;
}
.foot a.foot-al:hover strong{
	color: #fff;
}
.foot a.foot-al span{
	display: inline-block;
	margin-bottom: 4px;
	color: #999;
	transition: all .4s;
}
.foot a.foot-al:hover span{
	color: #fff;
}


.ewm {
	display: inline-block;
}
.ewm img {
	border: 4px solid #fff;
	max-width: 120px;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
.foot {
	padding-top: 50px;
	text-align: center;
}
.foot .pull-right {
	margin: 40px 0px 10px;
	text-align: center;
}
.foot-link {
	display: none;
}
.foot-link, .foot-nav {
	display: none;
}

}

@media (max-width: 768px) {
.foot {
	padding-top: 30px;
}
.foot .pull-right {
	display: none;
}
}
/*右侧*/

.bq {
	padding: 15px;
	margin: 30px 0px 0px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #ddd;
	border-top: 1px solid #4d4d4d;
	text-align: center;
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
}
/* 版权 */

.inside-banner {
	width: 100%;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:1200px) {
.inside-banner {
	height: 300px;
}
}

@media (max-width:992px) {
.inside-banner {
	height: 200px;
}
}

@media (max-width: 768px) {
.inside-banner {
	height: 120px;
}
}
.p12-curmbs-1{font-size: 15px;border-bottom: 1px dashed #dcdcdc; margin:10px 0 20px 0; overflow: hidden;}
.p12-curblock{display: none;}
.p12-curmbs-1 b{border-left: 10px solid #333333;font-weight: normal;padding-left: 8px;}
.p12-curmbs-1 i{font-style: normal;}
.p12-curmbs-1 span{padding: 0 5px;height: 46px;line-height: 46px;} 

.con{padding:10px 0;width: 100%; overflow: hidden;}
.con_l{width:100%;float: left;}
.con_l .subnav{width: 100%;}
.con_l .subnav .title{background: #4d4d4d;height:75px;}
.con_l .subnav .title_box{padding:18px 30px;}
.con_l .subnav .title .bt{font-size: 20px;color: #FFF; font-weight: bold;}
.con_l .subnav .title .xian{width: 30px;height: 1px;background: #FFF;margin-top: 10px;}
.con_l .subnav ul{overflow: hidden; }
.con_l .subnav li a{display: block;padding:0 36px; height: 48px;line-height: 48px; font-size: 15px; background:#ededed;margin-bottom: 2px;}
.con_l .subnav li a:hover{display: block;text-decoration: none;background: #015cb9;color: #FFF;}
.con_l .subnav li a.current{background: #015cb9;color: #FFF;}

.con_l .xinpin{margin-top: 20px;}
.con_l .xinpin .title{font-size: 18px;line-height: 55px; color: #FFF;background: #4d4d4d;margin-bottom:5px;padding:0 30px;}
.con_l .xinpin .contact-z{padding: 10px; border: 1px solid #ccc; line-height: 28px; font-size: 14px;  color: #333;}

.con_r{overflow: hidden;}
.p15-tit{height: 48px;border-bottom: 2px solid #d4d4d4;margin-bottom: 10px;}
.p15-tit h3{height: 48px;display: inline-block;font-size: 20px;font-weight: bold;line-height: 48px;padding-right: 6px;border-bottom: 2px solid #015cb9; margin: 0;} 

.aboutinfo{width:100%; padding-top: 8px; overflow: hidden; line-height: 32px; font-size: 15px; }
.aboutinfo img{width: 100%;}

.aboutinfo table{ width: 100%; fmargin-top:12px;}
.aboutinfo table tr td{ padding: 1%;}

/**honor*/
.setList{width:100%;overflow: hidden;margin-top:0;}
.setList ul{margin-right:-2%}
.setList ul li{width:31.333%;float:left;margin-right:2%;margin-bottom:10px;text-align:center;}
.setList ul li img{display:block;width:99%; padding:2px; border:1px solid #ccc;background:#fff;}
.setList ul li img:hover{border:1px solid #015cb9;}
.setList ul li span{padding-top: 6px;font-size: 14px;line-height:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}


.partList{width:100%;overflow: hidden;margin-top:0;}
.partList ul{margin-right:-2%}
.partList ul li{width:23%;float:left;margin-right:2%;margin-bottom:10px;text-align:center;}
.partList ul li img{display:block;width:99%; padding:2px; border:1px solid #ccc;background:#fff;}
.partList ul li img:hover{border:1px solid #015cb9;}
.partList ul li span{padding-top: 6px;font-size: 14px;line-height:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}


.vedList{width:100%;overflow: hidden;margin-top:0;}
.vedList ul{margin-right:-2%}
.vedList ul li{width:48%; float:left;margin-right:2%;margin-bottom:16px;text-align:center;}
.vedList ul li p{line-height:30px;font-size: 14px; padding-top: 5px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block; margin: 0;}



.news{width:100%;overflow: hidden;margin-top:8px;}
.news ul{}
.news li{padding-bottom: 15px;margin-bottom: 15px;}
.news li .pic{float: left;width: 30%;overflow: hidden;}
.news li .pic img{width: 100%;transition: all 0.3s;}
.news li:hover .pic img{transform: scale(1.1);}
.news li .title{ float: right; width: calc(100% - 34%);}
.news li .title h2{font-size: 18px; margin-top:12px;color: #000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news li .title h2 span{float: right;font-size: 14px;color: #777;}
.news li .title .txt{margin-top: 15px;line-height: 26px; font-size: 14px;color: #777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news li .title .more{margin-top: 20px;}
.news li .title .more:hover{color: #015cb9}

.newShow{ width:100%;  padding:0; overflow: hidden;}
.newShow .name{ text-align:center; font-size:18px; color:#222; font-weight:bold; padding-bottom:10px;}
.newShow .time{ text-align:center; font-size:14px; color:#666; border-bottom:1px dashed #ccc; padding-bottom:12px;}
.newShow .time em{ padding:0 15px;font-style: normal;}
.newShow .contss{ padding:12px 0 25px 0; font-size:15px; line-height:32px;border-bottom:1px #ccc solid; color: #555;}
.newShow .contss img {max-width:100%;margin:10px auto;text-align:center;display:table-cell;clear:both;overflow:hidden;}


.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{ position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0; text-align:center;background:#015cb9;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;text-decoration:underline;}


.PreveNext {margin:0px auto;width:100%;height:auto;padding-top:15px;padding-bottom:15px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left;font-size:14px;}

/* 产品中心 */
.products{width:100%;overflow: hidden;}
.products ul{margin-left: -2%;}
.products li{float: left;width: 31.333%;margin-left: 2%;margin-bottom:10px;text-align: center;transition: all 0.3s;}
.products li img:hover{border:1px solid #015cb9;}
.products li img{display:block;width:99%; padding:2px;border:1px solid #e2e2e2;background:#fff;}
.products li p{line-height: 25px;font-size: 15px; padding: 6px 0; margin: 0;}
.products li a:hover{text-decoration: none;}

.product_details{width:100%; margin-bottom:8px; overflow: hidden;}
.product_details .details_pic{float: left; width:52%; }
.product_details .details_pic img{max-width: 100%;height: auto;}

.cpxq_l{width:100%; }
.cpxq_l .cpxq_l_t{width:100%; background:#fff}
.cpxq_l .cpxq_l_b{width:94%; overflow:hidden; margin-top:10px; padding:0 20px; position:relative;}
.cpxq_l .cpxq_l_b a.prev,.cpxq_l_b a.next{display:block;width:12px;height:21px; margin-top:-10px; position:absolute;top:50%;left:0;background:url(../images/anu.png) no-repeat;
overflow:hidden;cursor:pointer;transition:all 0s linear;}
.cpxq_l .cpxq_l_b a.prev:hover{background-position:0 -21px;}
.cpxq_l .cpxq_l_b a.next{left:auto;right:0;background-position:0 -42px;}
.cpxq_l .cpxq_l_b a.next:hover{background-position:0 -63px;}
.cpxq_l .cpxq_l_b .cpxq_l_b_kj{position:relative; width:100%; overflow:hidden;}
.cpxq_l .cpxq_l_b .cpxq_l_b_kj ul{width:100%; font-size:0px; white-space:nowrap; position:absolute; z-index:10;}
.cpxq_l .cpxq_l_b .cpxq_l_b_kj ul li{display:inline-block;  width:20%; margin:1%; cursor:pointer;}
.cpxq_l .cpxq_l_b .cpxq_l_b_kj ul li img{width:100%;}
.cpxq_l .cpxq_l_b .cpxq_l_b_kj ul li a{display:block; opacity:0.5;}
.cpxq_l .cpxq_l_b .cpxq_l_b_kj ul li a.tb-selected{ opacity:1;}
dl.op{width:100%; font-size:0px; white-space:nowrap; opacity:0;}
dl.op dd{display:inline-block;  width:25%; cursor:pointer;}
dl.op dd img{width:100%;}
dl.op dd a{display:block;}

.product_details .details_top{float: right; width:43%;}
.product_details .details_top h5{font-size:22px;color:#015cb9;margin-bottom:20px;padding-bottom:20px;position:relative;}
.product_details .details_top h5:before{position:absolute;content:"";width:30px;height:2px;background:#015cb9;left:0;bottom:0;}
.product_details .details_top .pwxx{font-size:14px;color:#555;line-height:28px;margin:0;}
.product_details .details_top .mores{ margin:28px 0 0; } 
.product_details .details_top .mores a{color:#fff; float:left; width: 145px; margin:0 6px; height: 42px; line-height:42px; font-size: 15px;
background:#015cb9; text-align: center; color:#fff;}

.product_details .details_box{ margin-top:12px; padding-bottom: 40px; overflow: hidden;}
.product_details .details_box .tits{border-bottom: 1px solid #bbb; line-height: 42px; height: 42px; margin: 0 15px;}
.details_box .tits span{width:125px; background: #015cb9; display: block;font-size: 16px;text-align: center; color: #fff;}
.product_details .details_box .details_text{padding:20px 15px; font-size:13px; line-height:30px;}
.product_details .details_box .details_text img{display: block;max-width: 100%;height: auto;}

.product_details .details_box .details_text table{border-left: 1px solid #000;border-top:1px solid #000; width: 100%; }
.product_details .details_box .details_text table tr td{border-right: 1px solid #000;border-bottom:1px solid #000; padding: 6px; line-height: 24px; text-align:center;}
.product_details .details_box .details_text table tr td img{ margin: 0 auto; display: block;}
.product_details .details_box .details_text table tr:first-child{background: #c4d5ef;}

#map_container{height: 500px;}

/*feedback*/
.content_box{margin-top:0px;}
.content_box .messages_box{width:auto;padding:0 0 10px 0;}
.content_box .messages_box ul{width:100%;}
.content_box .messages_box ul li{padding:5px 0 5px 5px;}
.content_box .messages_box .text-input,.content_box .messages_box .summary-input,.content_box .messages_box .qq-input{width:100%;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;font-size:14px;}
.content_box .messages_box .cont-input{width:100%;height:130px;padding:10px;line-height:20px;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;font-size:14px;}
.content_box .messages_box .code-input{width:125px;vertical-align:middle;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;}
.content_box .messages_box .verify-pic{height:35px;vertical-align:middle;}
.content_box .messages_box .submitBtn{text-align:center;padding-top:10px;}
.content_box .messages_box .messages-button{width:125px;height:34px;line-height:34px;font-size:16px;color:#fff;text-align:center;background:none repeat scroll 0% 0% #ff3f00;border:none;}

@media(max-width:992px) {
	.con{padding:0;}
	.con_l .subnav .title{background: #4d4d4d;height:55px;}
	.con_l .subnav .title_box{padding:10px 30px;}
	.con_l .subnav .title .bt{font-size: 17px;color: #FFF; font-weight: bold;}
	.con_l .subnav ul{overflow: hidden; }
	.con_l .subnav li a{display: block;padding:0 32px; height: 45px;line-height: 45px; font-size: 14px;}

	.con_l .xinpin {display: none;}
	.con_r{margin-top: 15px;}
	.p15-tit h3{font-size: 18px;}
	.setList ul li{width:48%;}
	.partList ul li{width:31.333%;}
	.news li .title h2{font-size: 16px;}
	.news li .title .more{margin-top: 5px; font-size: 13px;}

	#map_container{height: 420px;}
}
@media(max-width:768px) {
	.news li .pic{width:39%;overflow: hidden;}
	.news li .title{ width: calc(100% - 42%);}
	.news li .title h2{font-size: 15px; margin-top: 0;}
	.news li .title .txt{margin-top: 10px;line-height: 24px; font-size: 13px;}
	.fanhui{display: none;}
	
	.product_details .details_pic{float: left; width:100%; }
	.product_details .details_top{float: left; width:100%; margin-top: 15px;}
}


.cdh{ position:fixed; right:0px; top:50%; margin-top:30px; z-index:9999; font-size: 0px;}
.cdh a{ position:relative; display:block; margin-bottom: 1px;color:#fff;white-space:nowrap; background:#333; border-radius:2px 0px 0px 2px;  transition:all .3s; overflow:hidden;}
.cdh a.qq{ padding-right:15px; line-height:40px; height:40px;  }

.cdh a:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 0%;width: 100%;height: 1px;background:rgba(255,255,255,.3);}
.cdh i{ display:inline-block; width:40px; height:40px; font-size:24px; line-height:40px; text-align:center; color:#fff; vertical-align:text-bottom;}
.cdh span{ font-size:14px; vertical-align:text-bottom;}
.cdh .cdh-ewm{font-size: 0px;}
.cdh .cdh-ewm i{ vertical-align:text-top;}
.cdh .cdh-ewm span{line-height: 40px; vertical-align:text-top;}
.cdh img{ display: inline-block;max-width: 100px; vertical-align: text-top; margin: 0px 8px 8px 8px;}
@media(min-width:1400px) {
.cdh a{  background:#ff3f00;margin-right:0px;transform:translate(0%,0%);}
}
@media(max-width:1400px) {
.cdh a{  margin-right:40px;transform:translate(100%,0%);}
.cdh a:hover{  background:#ff3f00;margin-right:0px;transform:translate(0%,0%);}
.cdh .cdh-ewm{height: 40px;}
.cdh .cdh-ewm:hover{height: 116px;}
.cdh .cdh-ewm span{ display: none; }
.cdh img{ display: inline-block;max-width: 100px; vertical-align: text-top; margin: 8px 8px 8px 4px;}
}
@media (max-width: 768px){
.cdh{ display:none;}
}

/*客服*/
