﻿/* CSS Document*/
html {
	height: 100%;
	border: none;
}
body {
	height: 100%;
	min-width: 1200px;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #666;
	font-family: Arial, "microsoft yahei";
	background: #FFF;
}
div, ul, li, img, dl, dd, dt, p {
	padding: 0;
	margin: 0;
	border: none;
}
ul, dl {
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f47404;
	text-decoration: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 180px;
}
.top {
	height: 40px;
	line-height: 40px;
	background: #f4f3f3;
	font-size: 14px;
}
.top a {
	padding: 5px;
}

#logo {
	height: 180px;
	width: 100%;
}
#logo .weixin {
	padding-left: 15px;
	height: 80px;
	margin-top: 20px;
	padding-top: 5px;
	margin-left:70px;
}
#logo .weixin img {
	
}
#logo .company {
	padding-left: 15px;
	border-left: 1px solid #c4c4c4;
	height: 66px;
	margin-top: 32px;
	padding-top: 5px;
	margin-left: 14px;
}
#logo .company span {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
#logo .company p {
	font-size: 16px;
	margin-top: 5px;
}
#logo .company p span {
	color: #69c248;
}
#logo .logo {
	padding-left: 15px;
	height: 80px;
	margin-top: 30px;
	padding-top: 5px;
}
#logo .logo h2 {
	font-size: 28px;
	color: #c80000;
	font-weight: bold;
}
#logo .logo h3 {
	font-size: 18px;
	margin-top: 5px;
}
#logo .logo h3 span {
	color: #69c248;
}
#logo .tel {
	background: url(../images/tel.jpg) no-repeat left 50px;
	height: 100px;
	width: 240px;
	padding-top: 40px;
}
#logo .tel span {
	font-size: 16px;
	padding-left: 50px;
}
#logo .tel span i {
	font-family: impact;
	font-size: 30px;
	font-style: normal;
	display: block;
	padding-left: 50px;
	color:#c80000;
}
#logo .tel p {
	font-size: 16px;
	padding-left: 5px;
	margin-top: -15px;
}
.nav {
	background: #333;
	height: 59px;
}
.nav ul li {
	float: left;
	display: inline;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.nav ul li:last-child {
	margin-right: 0;
}
.nav ul li a {
	color: #FFF;
	display: block;
	height: 59px;
	line-height: 59px;
	padding: 0 38px;
	position: relative;
	z-index: 2;
}
.nav ul li a:hover, .nav ul li.on {
	background: #f37404;
}
.nav ul li dl {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 999;
	display: none;
}
.nav ul li dl dt a {
	display: block;
	width: 116px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #0758b3;
	color: #fff;
}
.nav ul li dl dt a:hover {
	background: #f47404;
	display: block;
	width: 116px;
	height: 55px;
}
.banner {
	height: 600px;
	overflow: hidden;
	position: relative;
}
.banner .hd {
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 1;
	text-align: center;
	bottom: 20px;
}
.banner .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: #f37404;
	border-radius: 8px;
}
.banner .hd ul li.on {
	background: #333;
}
.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	display: block;
}
.banner .bd li a {
	width: 100%;
	height: 600px;
	display: block;
}
.banner .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 17px;
	height: 31px;
	background: url(../images/left.png) no-repeat;
	filter: alpha(opacity=100);
	opacity: 1;
}
.banner .next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 17px;
	height: 31px;
	background: url(../images/right.png) no-repeat;
	filter: alpha(opacity=100);
	opacity: 1;
}
.search {
	height: 70px;
	background: #edeeef;
}
.search .fl {
	line-height: 70px;
}
.search .fl a {
	margin-left: 15px;
}
.search .fl span {
	color: #f47404;
}
.search .fr {
	width: 284px;
	height: 70px;
}
.search .fr input {
	width: 193px;
	height: 33px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding-left: 3px;
	border-radius: 15px 0 0 15px;
	padding-left: 15px;
}
.search .fr button {
	width: 53px;
	height: 35px;
	background: url(../images/search.png) no-repeat;
	border: none;
	position: relative;
	left: -3px;
	top: 12px;
}
.yss {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.yss .content {
	margin-top: 5px;
}
.yss .content dl {
	float: left;
	display: inline-block;
	margin-right: 14px;
	width: 237px;
	height: 110px;
	border: 1px solid #cccccc;
	padding: 30px 20px 30px 30px;
}
.yss .content dl:last-child {
	margin-right: 0;
}
.yss .content dl:hover {
	background: #333;
	color: #FFF;
}
.yss .content dl dt {
	float: left;
}
.yss .content dl dd {
	float: right;
	margin-top: 25px;
}
.yss .content dl dt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.yss .content dl dt p {
	line-height: 35px;
}
.yss .content dl dt .more {
	width: 90px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	background: #333;
	border-radius: 5px;
	margin-top: 15px;
}
.yss .content dl dt .more a {
	color: #FFF;
	width: 90px;
	height: 28px;
	display: block;
	border-radius: 5px;
}
.yss .content dl:hover h3 {
	color: #FFF;
}
.yss .content dl:hover .more a {
	background: #FFF;
	color: #333
}

.sec-title {
	text-align: center;
	padding: 30px 0;
}
.sec-title span {
	font-size: 30px;
	height: 50px;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}
.sec-title span:after {
	width: 30px;
	height: 2px;
	content: '';
	background: #333;
	position: absolute;
	bottom: 0;
	left: 42%;
}
.sec-title p {
	font-size: 14px;
	margin-top: 20px;
}
.index-pro {
	padding: 30px 0 30px;
	height: auto;
	overflow: hidden;
}
.index-pro .fl {
	width: 300px;
	border: 1px solid #dddddd;
}
.index-pro .fr {
	width: 860px;
}
.index-pro .fl .title {
	height: 120px;
	width: 300px;
	background: url(../images/probj.jpg) no-repeat;
	color: #FFF;
	text-align:center;
}
.index-pro .fl .title span {
	display: block;
	font-size: 36px;
	padding-top:30px;
}
.index-pro .fl .title p {
	display: block;
	font-size: 20px;
	
}
/*.index-pro .fl ul li{ font-size: 16px;line-height: 58px; }
.index-pro .fl ul li span{ padding-left: 58px; }
.index-pro .fl ul li a{ display: block; background: url(../images/menu01.jpg) no-repeat; height: 58px; width: 100%; }
.index-pro .fl ul li a:hover{ display: block; background: url(../images/menu01-h.jpg) no-repeat;height: 58px; width: 100%; }*/

.category {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
.category h3 {
	line-height: 58px;
	float: left;
}


.category h3 a {
	float: left;
	line-height: 58px;
	padding-left: 58px;
	width: 242px;
	font-weight: normal;
	background: url(../images/pro-dtbg.png) no-repeat center;
	display: block;
	font-size: 17px;
    font-weight: bold;
   
}

.category h3 span {
	float: left;
}
.category ul {
	display: none;
	float: left;
	width: 100%;
}
.category li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}
.category li a {
	display: block;
	color: #666;
	font-size: 14px;
	padding-left: 58px;
}
.category li.on a {
	color: #333;
}
.index-pro .contact {
	width: 300px;
	height: 140px;
	background: url(../images/tels.jpg) no-repeat #e3e3e3;
	margin-top: 30px;
}
.index-pro .contact p {
	margin-left: 160px;
	font-size: 16px;
	padding-top: 20px;
	color: #666666;
}
.index-pro .contact span {
	color: #333;
	font-size: 24px;
	padding-left: 120px;
	margin-top: 10px;
	display: block;
}
.index-pro .contact .more {
	margin-left: 125px;
	margin-top: 10px;
	text-align: center;
}
.index-pro .contact .more a {
	color: #333;
	border: 1px solid #333;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.index-pro .contact .more a:hover {
	background: #333;
	color: #FFF;
}
.index-pro .fr .title {
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}
.index-pro .fr .title span {
	font-size: 24px;
	color: #f37404;
	border-bottom: 3px solid #f37404;
	padding-bottom: 10px;
	font-weight: bold;
}
.index-pro .fr .title p {
	display: inline-block;
	float: right;
}
.index-pro .fr ul li {
	float: left;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	margin-top: 20px;
}
.index-pro .fr ul li:nth-child(3n) {
	margin-right: 0
}
.index-pro .fr ul li .img {
	width: 280px;
	height: 220px;
	overflow: hidden;
}
.index-pro .fr ul li .img img {
	width: 272px;
	height: 206px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	transition: 0.5s;
}
.index-pro .fr ul li:hover {
	background: #f47404;
    color: #333;
    transition: all ease-in-out 0.3s;
}
.index-pro .fr ul li a:hover { color:#fff}
.index-pro .fr ul li p { line-height:35px; font-size:16px;}
.index-case {
	height: auto;
	overflow: hidden;
	text-align: center;
	background: url(../images/casebg.jpg) no-repeat top center;
}
.index-case .prev {
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/prev.png) no-repeat;
}
.index-case .next {
	display: block;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/next.png) no-repeat;
}
.index-case .content {
	padding: 0 80px;
	position: relative;
}
.index-case ul {
	overflow: hidden;
	zoom: 1;
	width: 910px;
	height: auto;
}
.index-case ul li {
	float: left;
	width: 240px;
	overflow: hidden;
	height: 220px;
	margin-right: 20px;
}
.index-case ul li img {
	width: 230px;
	height: 167px;
	padding: 3px;
	border: 1px solid #c1c1c1;
}
.adv {
	background: url(../images/advbg.jpg) no-repeat top center;
	height: 180px;
	color: #FFF;
}
.adv .fl {
	padding-left: 100px;
}
.adv .fr {
	padding-right: 100px;
	width: 310px;
	height: 130px;
	background: url(../images/tel01.png) no-repeat left;
}
.adv .fl h2 {
	font-size: 40px;
	font-weight: bold;
	padding-top: 40px;
}
.adv .fl p {
	font-size: 20px;
	margin-top: 10px;
}
.adv .fl p span {
	display: inline-block;
	width: 22px;
	height: 20px;
	margin-left: 15px;
	background: url(../images/ico01.png) no-repeat left center;
}
.adv .fr p {
	font-size: 18px;
	margin-top: 38px;
	padding-left: 60px;
}
.adv .fr p span {
	display: block;
	font-size: 30px;
}
.adv .fr .more {
	width: 133px;
	height: 34px;
	background: url(../images/btn1.png) no-repeat;
	text-align: center;
	margin-left: 60px;
	margin-top: 15px;
}
.adv .fr .more a {
	color: #FFF;
	width: 133px;
	height: 34px;
	line-height: 34px;
	display: block;
}

.H_oo {
	overflow: hidden;
	width: 100%;
	background: url(../img/ho_bg.jpg) no-repeat center;
	height: 690px;
}
.H_oo .hotit {
	width: 371px;
	height: 47px;
	margin: 35px auto 40px;
}
.H_oo .hotit li {
	position: relative;
	float: left;
	width: 182px;
	height: 43px;
	line-height: 43px;
	border: 2px solid #c80000;
	font-size: 16px;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 1px;
}
.H_oo .hotit li a {
	color: #252525
}
.H_oo .hotit li i {
	display: none;
	width: 12px;
	height: 6px;
	background: url(../img/h-o-xjx.png) no-repeat center;
	position: absolute;
	left: 87px;
	bottom: -7px;
}
.H_oo .hotit li:first-child {
	border-left-width: 2px;
}
.H_oo .hotit li:hover, .H_o .hotit li.cur {
	background-color: #c80000;
}
.H_oo .hotit li:hover i, .H_o .hotit li.cur i {
	display: block
}
.H_oo .hotit li:hover a, .H_o .hotit li.cur a {
	color: #fff
}

.Q_g {
	overflow: hidden;
	width: 100%;
	height: 760px;
	text-align: center;
	background: url(../images/casebg.jpg) no-repeat top center;
}
.Q_g .title p {
	background: url(../images/jia_p.png) no-repeat center
}
.Q_g .Qgcon {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	z-index: 9999999999;
}
.Q_g .container {
	position: relative;
	height: 500px;
}
.Q_g .alCon {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 360px;
}
.Q_g .Qgcon em {
	cursor: pointer;
	display: block;
	width: 71px;
	height: 108px;
	position: absolute;
	top: 170px;
}
.Q_g .qlt {
	background: url(../images/jia-lt.png) no-repeat center;
	left: 0;
}
.Q_g .qrt {
	background: url(../images/jia-rt.png) no-repeat center;
	right: 0;
}
.Q_g .list {
	position: absolute
}
.Q_g .list a {
	text-decoration: none;
}
.Q_g .list p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	background-color: #f47404;
}
/*按钮*/
.ysQh em.an{ width:37px; height:40px; display:block !important; position:absolute; cursor:pointer; z-index:999;}
.ysQh em.anLtt{ background:url(../images/btnlt.png) no-repeat center top; left:0;}
.ysQh em.anRtt{ background:url(../images/btnrt.png) no-repeat center top; right:0;}
.ysQh em.an:hover{ background-position:bottom;}
/*优势*/
.Y_s{ overflow:hidden; width:100%;}
.Y_s .ystit{ overflow:hidden; width:100%; background:url(../images/ys_01.jpg) no-repeat center; height:207px;}
.Y_s .yst{margin:0 auto;width: 740px;margin-top:58px;}
.Y_s .yst dt{font-size:56px;color:#fff;width: 350px;float:left;font-weight: bold;}
.Y_s .yst dd{float:right;width: 377px;border-left:1px solid #041f8c;padding-left: 11px;margin-top: 4px;}
.Y_s .yst dd h3{ font-size:30px; color:#fff;}
.Y_s .yst dd p{font-size:16px;color:#fff;background:url(../images/ystit-wenbg.png) no-repeat center;height:23px;width:371px;margin-top: 4px;text-align: center;}
.Y_s .ys{ overflow:hidden; width:100%;}
.Y_s .ys{ overflow:hidden; width:100%;}
.Y_s .ys01{ background:url(../images/ys_02.jpg) no-repeat center; height:307px;}
.Y_s .ys02{ background:url(../images/ys_03.jpg) no-repeat center; height:350px;}
.Y_s .ys03{ background:url(../images/ys_04.jpg) no-repeat center; height:365px;}
.Y_s .ys04{ background:url(../images/ys_05.jpg) no-repeat center; height:384px;}
.Y_s .ys05{ background:url(../images/ys_06.jpg) no-repeat center; height:399px;}
.Y_s .ysDl{ width:475px; overflow:hidden; margin-top:100px;}
.Y_s .ysDl dt{ width:48px; float:left;}
.Y_s .ysDl dt img{ display:block;}
.Y_s .ysDl dd{ width:405px; float:right;}
.Y_s .ysDl dd h3{ font-size:20px; color:#333333;}
.Y_s .ysDl dd h3 strong{ color:#da251c;}
.Y_s .ysDl dd h4{ font-weight:normal; margin-top:10px; font-size:16px; color:#333}
.Y_s .ysDl dd i{ display:block; background:url(../images/ys-line.png) repeat-x; height:2px; margin:20px 0 15px; width:405px;}
.Y_s .ysDl dd p{ line-height:24px; font-size:14px; color:#666; margin-bottom:12px;}
.Y_s .ysDl dd h5{ overflow:hidden; margin-top:25px;}
.Y_s .ysDl dd h5 a{ display:block; float:left;}
.Y_s .ysDl dd h5 p{ line-height: 37px; font-size:16px; color:#333; float:left; margin-left:8px;}
.Y_s .ysDl dd h5 p span{ font-size:14px;}
.Y_s .yshh04{ margin-top:120px;}
.Y_s .ysQh{width:490px;position:relative; float: left;margin-top:52px; margin-left:10px;} 
.Y_s .ysQh em.an{top:120px;}
/*.Y_s em.anLt{ left:-10px}
.Y_s em.anRt{right:-10px}*/
.Y_s .ysCon{width:389px; height:269px;overflow:hidden; margin:0 auto; position:relative;}
.Y_s .yslist{ position:absolute; top:0; left:0 }
.Y_s .yslist li{width:389px; height:269px; float:left; position:relative}
.Y_s .yslist li img{ display:block; padding:2px;background:#fff; border:1px solid #dcdcdc; }
.Y_s .yslist li p{ height:42px; line-height:42px; padding:0 10px; background:url(../images/yspbg.png) repeat; color:#fff; font-size:14px; left:0; bottom:0; position:absolute; width:100%; text-align:center}

.H_o {
	overflow: hidden;
	width: 100%;
	background: url(../img/ho_bg.jpg) no-repeat center;
	height: 590px;
}
.H_o .hotit {
	width: 371px;
	height: 47px;
	margin: 0px auto 40px;
}
.H_o .hotit li {
	position: relative;
	float: left;
	width: 182px;
	height: 43px;
	line-height: 43px;
	border: 2px solid #f47404;
	font-size: 16px;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 1px;
}
.H_o .hotit li a {
	color: #252525
}
.H_o .hotit li i {
	display: none;
	width: 12px;
	height: 6px;
	background: url(../img/h-o-xjx.png) no-repeat center;
	position: absolute;
	left: 87px;
	bottom: -7px;
}
.H_o .hotit li:first-child {
	border-left-width: 2px;
}
.H_o .hotit li:hover, .H_o .hotit li.cur {
	background-color: #f47404;
}
.H_o .hotit li:hover i, .H_o .hotit li.cur i {
	display: block
}
.H_o .hotit li:hover a, .H_o .hotit li.cur a {
	color: #fff
}
.H_o .HoCon {
	overflow: hidden;
	width: 100%;
	height: 290px;
	position: relative
}
.H_o .HoBox {
	overflow: hidden;
	width: 100%;
	osition: absolute;
	top: 0;
	left: 0;
	height: 290px;
}
.H_o .h_oHz {
	overflow: hidden;
	width: 100%;
	height: 290px;
	position: relative
}
.H_o .list {
	position: absolute;
	top: 0;
	left: 0;
}
.H_o .list li {
	width: 335px;
	float: left;
	margin-right: 20px;
}
.H_o .list li img {
	display: block;
}
.H_o .list li span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 18px;
}
.index-about {
	height: 439px;
	padding-top: 50px;
	color: #FFF;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center;
}
.index-about .fl {
	width: 600px;
}
.index-about .fr {
	width: 600px;
}
.index-about .fl img {
	width: 491px;
	height: 357px;
	border: 12px solid #6bb0e7;
}
.index-about .fr h2 {
	font-size: 30px;
	letter-spacing: 1px;
}
.index-about .fr h2 span {
	display: block;
	font-size: 40px;
	letter-spacing: 0px;
	font-weight: bold;
}
.index-about .fr p {
	margin-top: 34px;
	line-height: 28px;
	padding-top: 10px;
}
.index-about .more {
	text-align: left;
	margin: 40px 0 25px;
	width: 100%;
	display: block;
}
.index-about .more a {
	width: 182px;
	height: 39px;
	display: inline-block;
	background: #FFF;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
}
.index-about .more a:hover {
	color: #FFF;
	background: #0256a4;
}
.index-news {
	padding: 40px 0 20px;
	height: auto;
	overflow: hidden;
}
.index-news .fl, .index-news .fr {
	width: 585px;
	border: 1px solid #ececec;
}
.index-news .fl .title, .index-news .fr .title {
	border-bottom: 1px solid #ececec;
	height: 82px;
}
.index-news .fl .title i, .index-news .fr .title i {
	float: left;
	display: inline-block;
	width: 86px;
	height: 82px;
	background: #333;
	position: relative;
}
.index-news .fl .title i img, .index-news .fr .title i img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.index-news .fl .title span {
	float: left;
	display: inline-block;
	width: 90px;
	height: 72px;
	margin-left: 20px;
	font-size: 18px;
	padding-top: 20px;
	background: url(../images/en-1.jpg) no-repeat left 50px;
}
.index-news .fr .title span {
	float: left;
	display: inline-block;
	width: 90px;
	height: 72px;
	margin-left: 20px;
	font-size: 18px;
	padding-top: 20px;
	background: url(../images/en-2.jpg) no-repeat left 50px;
}
.index-news .fl .title em, .index-news .fr .title em {
	float: right;
	margin-right: 20px;
	font-style: normal;
	line-height: 82px;
}
.index-news .content {
	padding: 25px 35px;
}
.index-news h3 {
	line-height: 43px;
}
.index-news h3:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #ff6d00;
	position: relative;
	top: -3px;
}
.index-news h3 span {
	float: right;
	font-size: 14px;
}
.index-news dl {
	height: auto;
	overflow: hidden;
}
.index-news dl dt {
	float: left;
	width: 242px;
}
.index-news dl dd {
	float: right;
	width: 250px;
}
.index-news dl dt img {
	width: 240px;
	height: 158px;
	border: 1px solid #ececec;
}
.index-news dl dd .date span {
	display: block;
	font-size: 24px;
	color: #ff6d00;
	font-weight: bold;
}
.index-news dl dd h4 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.links {
	padding-bottom: 20px;
}
.links span {
	font-weight: bold;
	font-size: 18px;
}
.links a {
	margin-right: 15px;
}
.footer {
	background: #333333;
	height: 220px;
	overflow: hidden;
	padding-top: 30px;
}
.fnav dl {
	float: left;
	display: inline;
	margin-right: 68px;
}
.fnav dl dt {
	position: relative;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
}
.fnav dl dt a {
	color: #FFF;
}
.fnav dl dt:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #666666;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fnav dl dd {
	line-height: 25px;
	color: #999999;
}
.fnav dl dd a {
	color: #999999;
}
.footer .ewm {
	text-align: center;
	color: #FFF;
}
.footer .ewm h3 {
	padding-bottom: 5px;
}
.footer .ewm img {
	width: 150px;
	height: 150px;
}
.copyright {
	background: #333333;
	color: #999999;
	height: 50px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.kefu {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}
.kefu li a {
	text-decoration: none;
	color: #FFF;
}
.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}
.kefu li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}
.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}
.kefu .kefu-qq i {
	background-position: 4px 5px;
}
.kefu .kefu-tel i {
	background-position: 0 -21px;
}
.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}
.kefu .kefu-weixin i {
	background-position: -34px 4px;
}
.kefu .kefu-weibo i {
	background-position: -30px -22px;
}
.kefu .kefu-ftop {
	display: none;
}
.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.kefu .kefu-right {
	width: 20px;
}
.kefu .kefu-tel-main {
	background: #f47404;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-main {
	background: #f47404;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}
.ban {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.ny {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}
.ny .fl {
	width: 300px;
}
.ny .fr {
	width: 860px;
}
.ny .fl .title {
	height: 70px;
	width: 270px;
	background: #333;
	color: #FFF;
	padding: 20px 0 0 30px;
	text-transform: uppercase;
}
.ny .fl .title span {
	display: block;
	font-size: 28px;
	font-weight: bold;
}
.ny .contact {
	width: 300px;
	height: 140px;
	background: url(../images/tels.jpg) no-repeat #e3e3e3;
	margin-top: 30px;
}
.ny .contact p {
	margin-left: 160px;
	font-size: 16px;
	padding-top: 20px;
	color: #666666;
}
.ny .contact span {
	color: #333;
	font-size: 24px;
	padding-left: 120px;
	margin-top: 10px;
	display: block;
}
.ny .contact .more {
	margin-left: 125px;
	margin-top: 10px;
	text-align: center;
}
.ny .contact .more a {
	color: #333;
	border: 1px solid #333;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.ny .contact .more a:hover {
	background: #333;
	color: #FFF;
}
.ny .fr .title {
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}
.ny .fr .title span {
	font-size: 24px;
	color: #333;
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
}
.ny .fr .title p {
	display: inline-block;
	float: right;
}
.ny .fr .tit {
	line-height: 38px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}
.ny .fr .tit span {
	font-size: 18px;
	color: #333;
	border-bottom: 3px solid #333;
	padding-bottom: 8px;
}
.ny .fr .txt {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	margin-top: 20px;
	padding: 15px;
}
.list-1 dl {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}
.list-1 dl dt {
	line-height: 35px;
	font-size: 16px;
}
.list-1 dl dt:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #ff6d00;
	position: relative;
	top: -3px;
}
.list-1 dl dt span {
	float: right;
	font-size: 14px;
}
.list-1 dl dt a {
	font-weight: bold;
}
.list-1 dl dd {
	color: #999;
}
.list-2 {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.list-2 ul li {
	float: left;
	display: inline-block;
	margin-right: 27px;
	text-align: center;
	margin-top: 20px;
}
.list-2 ul li:nth-child(3n) {
	margin-right: 0
}
.list-2 ul li img {
	width: 260px;
	height: 190px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	transition: 0.5s;
}
.news {
	padding: 0px 0 0;
}
.news h1 {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}
.news .date {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}
.news .date span {
	padding: 0 15px;
}
.news .info {
	padding: 10px 0 0;
	line-height: 25px;
}
.tags {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 35px;
	line-height: 35px;
}
.tags span {
	font-weight: bold;
}
.tags a {
	margin-right: 15px;
}
.page {
	line-height: 50px;
}
.page span {
	float: right;
}
.xg-pro {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.xg-pro ul li {
	float: left;
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	text-align: center;
}
.xg-pro ul li img {
	width: 200px;
	height: 160px;
}
.xg-news {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.xg-news ul li {
	float: left;
	display: inline-block;
	width: 47%;
	margin-right: 3%;
	line-height: 25px;
}
.xg-news ul li:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #ff6d00;
	position: relative;
	top: -10px;
}
.xg-news ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
	display: inline-block;
}
.xg-news ul li span {
	float: right;
}
.xg-area {
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}
.xg-area ul li {
	float: left;
	display: inline-block;
	margin-right: 25px;
	line-height: 25px;
}
.pro {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 30px;
}
.pro .img {
	float: left;
	display: inline-block;
	width: 480px;
}
.pro .text {
	float: right;
	display: inline-block;
	width: 350px;
}
.pro .text h1 {
	font-size: 24px;
	padding-top: 20px;
}
.pro .text .desc {
	padding: 20px 0;
	height: 150px;
	font-size: 16px;
	line-height: 25px;
}
.pro .text .btn {
	width: 120px;
	height: 40px;
	background: #333;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.pro-content .tits {
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	width: 100%;
	font-size: 18px;
}
.pro-content .tits span {
	background: #333;
	color: #FFF;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.pro-content .info {
	padding: 20px 0;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.pc-slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	position: relative;
}
.view .swiper-slide .imgauto img {
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}
.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.preview .slide6 {
	width: 82px;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #1f7fcb;
}
.preview .arrow-left {
	background: url(../images/prev1.png) no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/next1.png) no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #1f7fcb;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}

.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

#maximg img{ max-width:100% !important; height:auto !important}

.c-pc .ctrl span{ float:left; cursor:pointer;}
.c-pc .cursor_pointer{
	cursor:pointer;
}
.c-pc .center{width:1200px;margin:0 auto}
.float_l{float: left;}
.float_r{float: right;}
.clear{clear:both}
.c-pc .position_r{position: relative;}
.c-pc .position_a{position: absolute;}
.c-pc .font_s13{font-size: 13px;}
.c-pc .font_s14{font-size: 14px;}
.c-pc .font_s16{font-size: 16px;}
.c-pc .font_s18{font-size: 18px;}
.c-pc .font_s20{font-size: 20px;}
.c-pc .font_s22{font-size: 22px;}
.c-pc .font_s26{font-size: 26px;}
.c-pc .font_s32{font-size: 32px;}
.c-pc .font_s56{font-size: 56px;}



/* 底部 */
.c-pc .foot{
	height: 790px;
	background: #f7f8fa;
}
.c-pc .foot .leaving_message{
	width: 545px;
}
.c-pc .leaving_message h2{
	font-size: 28px;
	color: #444444;
	font-family: -webkit-pictograph;
	font-weight: 600;
	margin-top: 100px;
}
.c-pc .leaving_message h2 span{
	font-size: 24px;
	font-weight: 500;
}
.c-pc .leaving_message h3{
	font-size: 16px;
	color: #777777;
	margin-top: 15px;
	margin-bottom: 40px;
}
.c-pc .leaving_message input{
	width: calc(100% - 52px);
	height: 47px;
	background: #ffffff;
	border:solid 1px #e0e0e0;
	font-size: 14px;
	color: #bdb9b9;
	padding-left: 25px;
	padding-right: 25px; 
	margin-bottom: 28px;
}
.c-pc .leaving_message textarea{
	width: calc(100% - 52px);
	height: 184px;
	background: #ffffff;
	border:solid 1px #e0e0e0;
	font-size: 14px;
	color: #bdb9b9;
	padding-left: 25px;
	padding-right: 25px; 
	margin-bottom: 28px;
}
.c-pc .leaving_message button{
	background: #f37404;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	height: 46px;
}
.c-pc .line_img{
	width: 100%;
	height: 5px;
	margin-top: 60px;
}
.c-pc .connect_icon{
	margin-top: 15px;
}
.c-pc .connect_icon p{
	padding: 0 17px;
	margin-top: 6px;
}
.c-pc .contact{
	width: 554px;
	position: relative;
}
.c-pc .telephone{
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	height: 75px;
	width: 278px;
	margin-top: 98px;
}
.c-pc .telephone img{
	width: 48px;
	height: 48px;
	margin: 12px 8px 0 8px;
}
.c-pc .telephone h3{
	font-size: 14px;
	color: #444444;
	margin-top: 12px;
}
.c-pc .telephone p{
	font-size: 26px;
	color: #444444;
	font-weight: 700;
}

.c-pc .information h3{
	font-size: 24px;
	color: #444444;
	margin-bottom: 16px;
	margin-top:86px;
	font-weight:600
}
.c-pc .information p{
	font-size: 16px;
	color: #444444;
	margin-bottom: 5px;
	font-weight:600
}
.c-pc .information p span{
	margin-right: 28px;
	font-weight:600
}
.c-pc .qr_code{
	margin-top: 40px;
	width: 475px;
}
.c-pc .qr_code .weixin_img{
	width: 194px;
	height: 194px;
	padding: 6px;
	border: solid 1px #ededee;
}
.c-pc .qr_code .weixin_img img{
	width: 100%;
	height: 100%;
}
.c-pc .qr_code p{
	text-align: center;
	font-size: 14px;
	color: #555555;
	margin-top: 18px;
}
.c-pc .gear{
	width: 256px;
	height: 238px;
	position: absolute;
	top: 43px;
	right: 0;
}
.c-pc .foot_bottom{
	height: 93px;
	background: #2b2a28;
}
.c-pc .foot_bottom p{
	padding-top: 38px;
	color: #c2c2c2;
	text-align: center;
}


/* 首页新闻 */
.c-pc .advertisement2{
	background: url(' ../images/advertisement2.jpg') top center no-repeat;
	width: 100%;
	height: 379px;
}
.c-pc .title{
	text-align: center;
	height: 124px;
}
.c-pc .title h3{
	font-size: 28px;
	color: #333333;
	font-weight:bolder;
}
.c-pc .title p{
	font-size: 14px;
	color: #666;
	width: 180px;
	background: #fff;
	margin: auto;
	margin-top: -12px;
	
}
.c-pc .title .title_line{
	width: 245px;
	height: 1px;
	background: #666;
	margin: auto;
	margin-top: 16px;
}

.c-pc .news{
	height: 600px;
}
.c-pc .news .position_r{
	width: 378px;
	height: 473px;
}
.c-pc .news .index_news{
	width: 378px;
	height: 473px;
}
.c-pc .news .hotspot_icon{
	position: absolute;
	top: 21px;
	right: 0;
	width: 108px;
	height: 44px;
}
.c-pc .news_w{
	width: 820px;
	padding-top: 40px;
	position: relative;
}
.c-pc .new{
	/*background: #000;*/
	width: 340px;
	height: 160px;
	margin-right: 62px;
	margin-bottom: 60px;
}
@font-face {
	font-family: 'MyNewFont';   /*字体名称*/
	src: url('HelveticaNeueLTPro-ThEx.otf');       /*字体源文件*/
  }
.c-pc .number{
	width: 60px;
	color: #444444;
	font-size: 45px;
	font-family: MyNewFont;
	line-height: 45px;
}
.c-pc .news_information{
	width: 280px;
}
.c-pc .news_information .year{
	font-size: 16px;
	color: #777777;
	font-family: MyNewFont;
}
.c-pc .news_information .news_title{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.c-pc .news_information .news_line{
	width: 19px;
	height: 2px;
	background: #ff9427;
	margin-bottom: 20px;
}
.c-pc .news_information .news_text{
	font-size: 14px;
	color: #555555;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}



.c-pc .news_button{
	position: absolute;
	right: 85px;
	bottom: 20px;
	text-align: center;
}
.c-pc .news_button div{
	width: 139px;
	height: 1px;
	background: #f23d02;
	margin-top:-15px;
}
.c-pc .news_button button{
	border: solid 1px #f23d02;
	width:93px;
	height: 28px;
	font-size: 14px;
	color: #f37404;
	background: #fff;
}


.c-pc .advertisement1{
	background: url(' ../images/advertisement1.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
}
.c-pc .case_index{
	position: relative;
	margin-bottom: 70px;
}
.c-pc .case_index .case_margin{
	margin-right: 4px;
}
.c-pc .case_index .swiper-button-prev,.c-pc .case_index .swiper-container-rtl .swiper-button-next{
	background: url(" ../images/left.jpg") no-repeat;
	width: 45px;
	height: 97px;
	left: -75px;
	top: 45%;
}
.c-pc .case_index .swiper-button-next,.c-pc .case_index .swiper-container-rtl .swiper-button-prev{
	background: url(" ../images/right.jpg") no-repeat;
	width: 45px;
	height: 97px;
	right: -75px;
	top: 45%;
}
.c-pc .case_index .swiper-pagination{
	/*left: 50%;*/
}
.c-pc .case_index .swiper-pagination-bullet{
	width: 90px;
    height: 5px;
	border-radius: 0px;
	background: #242424;
	opacity: 1;
}
.c-pc .case_index .swiper-pagination-bullet-active{
	background: #ff9d36;
}
.c-pc .case_index .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}
.c-pc .case_index .swiper-container{
	padding-bottom: 65px;
}
.c-pc .more_button{
	margin: auto;
	text-align: center;
}
.c-pc .more_button div{
	width: 139px;
	height: 1px;
	background: #f23d02;
	margin: auto;
	margin-top:-15px;
	margin-bottom: 80px;
}
.c-pc .more_button button{
	border: solid 1px #f23d02;
	width:93px;
	height: 28px;
	font-size: 14px;
	color: #f37404;
	background: #fff;
}
.c-pc .product_img{
	width: 586px;
	height:522px;
	overflow: hidden;
}
.c-pc .product_img img{
	width: 586px;
	height: 440px;
	margin-top: -10px;
	transition:all ease-in-out 0.4s;
}

.c-pc .product_img h2{
	font-size: 16px;
    color: #333333;
    margin-top: 22px;
    margin-left: 28px;
}
.c-pc .product_img .see{
	font-size: 14px;
    color: #8b8b8b;
    margin-top: 10px;
    margin-left: 28px;
    display: flex;
}
.c-pc .product_img .see div{
	background: url( ../images/more1.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-top: 6px;
    margin-left: 12px;
}
.c-pc .product_img:hover img{
	margin-top: 0px;	
}
.c-pc .margin_right{
	margin-right: 28px;
}
.c-pc .title_padding_top{
	padding-top: 75px;
	text-align:center;
	margin-bottom: 78px;
}
.c-pc .product_index_nav .product_nav{
	position: absolute;
/*	left: 50%;*/
	margin-top: -88px;
	width:1200px;}
.c-pc .product_index_nav .product_nav .product_nav_li{
	position: relative;
/*	right: 50%;*/
	float: left;
	height: 47px;
	padding: 0 6px;
	border: solid 1px #e1e1e1;
	line-height: 47px;
	font-size: 15px;
	color: #333333;
	margin: 10px 9px;
	text-align:center;
	width:139px;
	
}
.c-pc .product_index_nav .product_nav .product_nav_li:hover{
	background: #f37404;
	color: #fff;
}
.c-pc .product_index_nav .product_nav .product_nav_li:hover ul{
	display: block;
}
.c-pc .product_index_nav .product_nav .product_nav_li ul{
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}
.c-pc .product_index_nav .product_nav .product_nav_li ul li{
	width: 100%;
	text-align: center;
	color: #fff;
	border-bottom: solid 1px #f6b343;
	background: #f39904;
	opacity: 0.8;
}
.c-pc .product_index_nav .product_nav .product_nav_li ul li:hover{
	background: #f39904;
	opacity: 1
}

.c-pc .service_index{
	display: flex;
	text-align: center;
	width: 1320px;
	margin-top: 20px;
	padding-bottom: 80px;
}
.c-pc .service{
	width: 336px;
}
.c-pc .service h2{
	font-family: MyNewFont;
	font-size: 60px;
	color: #333333;
}
.c-pc .service h2{
	font-size: 60px;
	color: #333333;
	margin-bottom: 10px;
}
.c-pc .service_content{
	padding:0 60px;
	border-left: solid 1px #e5e5e5;
}
.c-pc .service_content div{
	height: 2px;
	width: 30px;
	background: #444444;
	margin: auto;
}
.c-pc .service_content h3{
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	margin-top: 18px;
}
.c-pc .service_content p{
	font-size: 14px;
	color: #555555;
	margin-top: 10px;
	line-height: 24px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.c-pc .service_content_first{
	border-left:none;
}
.c-pc .service:hover .service_content div{
	background: #f37404;
}

.c-pc .about_index{
	background: #f7f8fa;
	height: 404px;
	width: 100%;
	padding-top:54px;
	padding-bottom: 60px;
	
}
.c-pc .about_index .center{
	display: flex;
}
.c-pc .about_index img{
	width: 600px;
	height: 406px;
}
.c-pc .about_index_width{
	width: 552px;
	margin-left: 75px;
}
.c-pc .about_index_width h1{
	display: flex;
	margin-top: 55px;
}
.c-pc .about_index_width h1 p:nth-child(1){
	font-size: 18px;
	color: #444444;
}
.c-pc .about_index_width h1 p:nth-child(2){
	font-size: 30px;
    color: #dedfdf;
    font-weight: 400;
	margin-top: 10px;
}
.c-pc .about_index_width h1 p:nth-child(3){
	font-size: 28px;
	color: #333333;
	font-weight: 700;
}
.c-pc .about_index_width h3{
	font-size: 18px;
	color: #333333;
	margin-top: 50px;
}
.c-pc .about_index_width p{
	font-size: 14px;
	color: #555555;
	line-height: 36px;
	margin-top: 10px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.c-pc .about_index_width .more_button{
	text-align: left;
	margin-top: 46px;
}
.c-pc .about_index_width .more_button button{
	background: #f7f8fa;
	margin-left: 25px;
}
.c-pc .about_index_width .more_button div{
	margin-left: 1px;
}

.c-pc .content_typesetting{
	display: flex;
}
.c-pc .center_left{
	width: 800px;
	padding-right: 40px;
    position: relative;
}
.c-pc .center_right{
	width: 360px;
}

/* 内页banner */
.c-pc .contact_us_banner{
	background: url(' contact_us_banner.jpg') top center no-repeat;
	width: 100%;
	height: 300px;
}
.c-pc .about_banner{
	background: url(' contact_us_banner.jpg') top center no-repeat;
}
.c-pc .news_show_banner{
	background: url(' contact_us_banner.jpg') top center no-repeat;
}
.c-pc .product_show_banner{
	background: url(' contact_us_banner.jpg') top center no-repeat;
}
.c-pc .product_html_banner{
	background: url(' contact_us_banner.jpg') top center no-repeat;
}
.c-pc .news_banner{
	background: url(' contact_us_banner.jpg') top center no-repeat;
}
/* 联系我们页面 */
.c-pc .contact_us_banner h2{
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding-top: 122px;
}
.c-pc .contact_us_banner p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 22px;
}
.c-pc .contact_us_banner p a{
	color: #fff;
	font-size: 14px;
}


.c-pc .content{
	padding: 88px 0 98px 0;
}
.c-pc .contact_html .center_lef h2{
	font-size: 30;
	color: #333333;
}
.c-pc .contact_text{
	display: flex;
}
.c-pc .contact_text_left{
	width: 610px;
}
.c-pc .contact_text_right img{
	width: 194px;
	height: 194px;
}
.c-pc .contact_html .center_left{
	padding-right: 40px;
	width: 800px;
}
.c-pc .contact_html .center_left h2{
	font-size: 30px;
	color: #333333;
	padding-top:35px;
	margin-bottom: 15px;
}
.c-pc .contact_html .center_left p{
	font-size: 14px;
	color: #444444;
	margin-top: 25px;
}
.c-pc .contact_html .contact_text{
	margin-bottom: 80px;
}
.c-pc .content_typesetting .side_search{
	width: 100%;
	height: 147px;
	background: #f7f9fc;
	position: relative;
	margin-bottom: 10px;
}
.c-pc .content_typesetting .side_search .contact_us_icon{
	position: absolute;
	top: 0;
	left: 0;
}
.c-pc .content_typesetting .search input{
	width: 228px;
	margin-top: 0;
	background: #fff;
}
.c-pc .content_typesetting .search_icon{
	margin-top: 0;
	background: #fff;
}
.c-pc .content_typesetting .search .border{
	border:solid 1px #e7eaf1;
	width: 320px;
	margin: auto;
	margin-top: 45px;
	margin-left: 22px;
}
.c-pc .content_typesetting .search p{
	width: 320px;
	margin: auto;
	padding-top: 18px;
	text-align: center;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.c-pc .contact_html .search p span{
	font-size: 14px;
	color: #999999;
}
.c-pc .center_right_title{
	position: relative;
	width: calc(100% - 44px);
	height: 75px;
	padding:45px 22px 0;
	background: #f7f9fc;
}
.c-pc .center_right_title .border-b{
	padding-bottom: 58px;
	border-bottom:solid 1px #e5e9f0;
}
.c-pc .center_right_title .float_l{
	font-size: 20px;
	color: #333333;
}
.c-pc .center_right_title .float_r{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.c-pc .center_right_title .float_r:hover{
	color: #fa990b;
}
.c-pc .center_right_title .clear{
	width: 30px;
	height: 2px;
	background: #fa990b;
	position: absolute;
	top: 102px;
}
.c-pc .center_right_contact{
	background: #f7f9fc;
	width: 100%;
	width: calc(100% - 44px);
	padding: 20px 22px 25px;
}
.c-pc .center_right_contact p{
	font-size: 14px;
	color: #444444;
	margin-bottom: 25px;
}

/* 手风琴效果 */
.c-pc .list_dl{
	margin: 0;
	background: #f7f9fc;
}
.c-pc .list_dt{
    background: #f7f9fc;
    color: #444444;
    width: calc(100% - 84px);
	padding: 0 28px 0 12px;
	margin: auto;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #e5e9f0;
}
.c-pc .list_dt p{
	display: block !important;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.c-pc .list_dt p:hover{
	color:#000;
}

.c-pc .list_dt:hover{
    /* background: #222; */
}
.c-pc .list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: #4285F4; */
}
.c-pc #open{
    background: #f7f9fc;
}
.c-pc #open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: #4285F4; */
}
.c-pc .list_dt_icon{
    position: absolute;
    right: 10px;
    top: 18px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(" ../images/off.png") no-repeat;
}
.c-pc #open .list_dt_icon{
    background: url(" ../images/open.png") no-repeat;
}
.c-pc .list_dd{
	display: none;
	margin: 0
}
.c-pc .list_li{
    background: #f7f9fc;
	list-style-type: none;
	font-size: 14px;
    color: #444444;
	width: calc(100% - 100px);
    margin: 0px 21px 0 51px;
    padding-left: 28px;
    height: 47px;
    line-height: 47px;
    cursor: pointer;
	border-bottom: 1px solid #e5e9f0;
	position: relative;
	transition:all ease-in-out 0.2s;
}
.c-pc .list_li:hover{
	/* background: #4285F4; */
	color: #fa990b;
}

.c-pc .list_dt_icon2{
	position: absolute;
    left: 10px;
    top: 18px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(" ../images/contact_us_icon2.png") no-repeat;
}
.c-pc .list_dt_icon3{
	position: absolute;
    right: 10px;
    top: 18px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(" ../images/off.png") no-repeat;
}


/* 关于我们页面 */
/* .about_html .center_left{
	width: calc(100% - 40px);
	padding-right: 40px;
} */
.c-pc .about_html .center_left h2{
	font-size: 30px;
	color: #333333;
	margin-top: 28px;
	margin-bottom: 30px;
}
.c-pc .about_html .center_left p{
	font-size: 14px;
	color: #333333;
	line-height: 48px;
	text-indent: 2rem;
}
.c-pc .about_html .center_left img{
	font-size: 14px;
	color: #333333;
	margin: 18px 0
	
}

/* 新闻详情 */
.c-pc .news_show_html .center_left h2{
	text-align: center;
	margin-top: 0;
	margin-bottom: 38px;
}
.c-pc .news_show_html .center_left h3{
	font-size: 14px;
	color: #888888;
	text-align: center;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.c-pc .news_show_html .center_left h3 span{
	font-size: 14px;
	color: #888888;
	margin: 0 15px;
}
.c-pc .switch{
	margin-top: 90px;
	border-top:solid 1px #eeeeee;
}
.c-pc .switch .upper{
	display: flex;
}
.c-pc .switch .upper p{
	font-size: 14px;
	color: #333;
	transition:all ease-in-out 0.2s;
}
.c-pc .switch .upper:hover p{
	color: #f36934;
}
.c-pc .switch .upper img{
	margin-right: 6px;
}
.c-pc .switch .next{
	display: flex;
}
.c-pc .switch .next p{
	font-size: 14px;
	color: #333;
	transition:all ease-in-out 0.2s;
}
.c-pc .switch .next:hover p{
	color: #f36934;
}
.c-pc .switch .next img{
	margin-right: 6px;
}

/*产品详情*/
.c-pc .product_banner{
	/*height: 453px;*/
    width: 605px;
	position: relative;
	margin: auto;
	margin-bottom: 80px;
}
.c-pc .swiper-container-product{
	/*height: 453px;*/
    width: 605px;
}
.c-pc .swiper-container-product img{
    width: 100%;
}
.c-pc .product_banner .swiper-button-prev,.c-pc  .product_banner .swiper-container-rtl .swiper-button-next{
	background: url(" ../images/product_left.png") no-repeat;
	width: 68px;
	height: 105px;
	left: -98px;
	top: 45%;
}
.c-pc .product_banner .swiper-button-next,.c-pc  .product_banner .swiper-container-rtl .swiper-button-prev{
	background: url(" ../images/product_right.png") no-repeat;
	width: 68px;
	height: 105px;
	right: -98px;
	top: 45%;
}
.c-pc #box{margin-top: 10px;}
.c-pc #box ul{width:100%;margin: auto;padding-bottom: 40px;border-bottom: solid 1px #eeeeee;margin-bottom: 25px;}
.c-pc #box li{width: 140px;height: 40px;line-height: 40px;text-align: center;background-color: #f39904;margin-right: 10px;float: left; color: #fff;cursor:pointer;}
.c-pc #box li:hover{background-color: #f37404;}
.c-pc #box .active{background: #f37404;}

/*产品页*/
.c-pc .case{
	width: 392px;
	height: 400px;
	border: solid 2px #ebedef;
	background: #f8f8f8;
	transition:all ease-in-out 0.4s;
	position: relative;
}
.c-pc .case img{
	width: 392px;
	/*height:380px;*/
	vertical-align: top;
}
.c-pc .case .c-title{ display: block; padding-bottom: 55px;}
.c-pc .case h2{
	font-size: 16px;
	color: #333333;
	margin-top: 22px;
	margin-left: 28px;
	transition:all ease-in-out 0.4s;
}
.c-pc .case .see{
	font-size: 14px;
	color: #8b8b8b;
	margin-top: 10px;
	position: absolute;
	left: 28px;
	padding-right: 60%;
	width: calc(40% - 28px);
	transition:all ease-in-out 0.4s;
	
}
.c-pc .case .see div{
	background: url("../images/ more1.png") no-repeat;
	width: 13px;
	height: 13px;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	transition:all ease-in-out 0.4s;
}
.c-pc .case:hover h2{
	color: #fff;
}
.c-pc .case:hover{
	border: solid 2px #f37404;
	background: #f37404;
}
.c-pc .case:hover .see{
	color: #fff;
	padding-left: 60%;
	padding-right: 0;
}
.c-pc .case:hover .see div{
	background: url(" ../images/more2.png") no-repeat;
}
.c-pc .case_margin{
	margin-right:8px; 
}
.c-pc .product_html_case{
	margin-bottom: 35px;
}

/*产品*/
.c-pc .case_img{
	width: 256px;
	height: 247px;
	border: solid 3px #fff;
	background: #fff;
	transition:all ease-in-out 0.4s;
	margin-bottom: 20px;
	margin-right: 7px;
}
.c-pc .case_img img{
	width: 256px;
	height: 190px;
	transition:all ease-in-out 0.4s;
}
.c-pc .case_img h2{
	font-size: 14px;
	color: #333333;
	text-align: center;
	 margin-top: 13px;
	transition:all ease-in-out 0.4s;
}
.c-pc .case_img:hover{
	border: solid 3px #f37404;
	background: #f37404;
}
.c-pc .case_img:hover h2{
	color: #fff;
}
.c-pc .product_html .product_html_img .case_img:nth-child(3),
.c-pc .product_html .product_html_img .case_img:nth-child(6),
.c-pc .product_html .product_html_img .case_img:nth-child(9),
.c-pc .product_html .product_html_img .case_img:nth-child(12),
.c-pc .product_html .product_html_img .case_img:nth-child(15),
.c-pc .product_html .product_html_img .case_img:nth-child(18),
.c-pc .product_html .product_html_img .case_img:nth-child(21){
	margin-right: 0px;
}
.c-pc .paging{
	margin-top: 25px;
	position: absolute;
    left: 50%;
}
.c-pc .paging ul{
	/*display: table;*/
	margin: auto;
	position: relative;
    right: 50%;
    display: flex;
}
.c-pc .paging ul li{
	/*display:table-cell;*/
	border:solid 1px #dddddd;
	padding: 15px 20px;
	color: #c7c7c7;
	font-size: 18px;
}
.c-pc .paging ul a{
	padding-left: 7px;
}
.c-pc .paging ul a:nth-child(1){
	padding-left: 0px;
}
.c-pc .paging ul li:hover{
	border:solid 1px #faac17;
	color: #faac17
}
.c-pc .paging ul .first{
	padding: 15px 24px;
	width: 36px;
}
.c-pc .paging ul .trailer{
	width: 36px;
}
/*新闻列表*/
.c-pc .news_html .new{
	width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
	display: flex;
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 45px;
	height: 233px;
}
.c-pc .news_html .news_information{
	width: 100%;
	margin-left: 20px;
}
.c-pc .news_html .news_information .news_text{
	-webkit-line-clamp:2;
}

.c-pc .news_html .news_information .news_text:hover{
	color:#000;}


.c-pc .news_html .news_information .news_title{
	font-size: 24px;
    margin-top: 3px;
}

.c-pc .news_html .news_information .news_title:hover{
     color:#fa7f12;
}


.c-pc .news_html .float_l number{
	padding-top: 5px;
}
.c-pc .news_html .number{
	width: 110px;
	text-align: center;
}
.c-pc .news_html .number div{
	font-size: 14px;
	color: #888888;
	text-align: center;
	border: solid 1px #eae7e7;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 72%;
	margin-top: 20px;
}
.c-pc .news_html .number div p{
	margin: 0;
	line-height: 25px;
}
.c-pc .news_html .news_information button{
	color: #fff;
	background: #f37404;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: none;
	padding: 12px 30px;
	margin-top: 24px;
}

.c-pc .news_html .news_information button:hover{
	
	background: #181b21;
	
}

.c-pc .message_html{
    width: 100%;
    height: 415px;
    margin: auto;
    padding-top: 80px;
    clear: both;
}
.c-pc .message_html buttom{
    margin-top: 18px;
}
.c-pc .contact_html_feedback{
	font-size: 22px;
    color: #fa990b;
    margin-top: 50px;
    
}
.c-pc .feedback{
    width: calc(100% - 28px);
	height: 60px;
	border-bottom :solid 1px #d1d2d4;
    background: #fff;
    margin-top: 0px;
    font-size: 16px;
    color: #444444;
    margin-bottom: -40px;
}
.c-pc .feedback h2{
	border-bottom :solid 2px #fa990b;
    font-size: 16px;
	color: #444444;
	width: 135px;
	padding-top: 20px !important;
	 padding-left: 15px;
}
.c-pc .message_feedback{
    /* height: 190px; */
    width:calc(100% - 60px);
    background: #fff;
    margin-bottom: 20px;
	border: solid 1px #999999;
	margin-top: 20px;
	transition: all ease-in-out 0.3s;
	margin-bottom: 22px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 2% 2%;
	cursor: pointer;
	padding-top:0px;
}
.c-pc .message_feedback:hover{
	box-shadow: 1px 1.732px 10px 0px rgba(4, 0, 0, 0.23);
}
.c-pc .foot_connect{
    background: #fff;
    padding-top: 1px;
}

.c-pc .message_character{
    width: 58px;
}
.c-pc .message_feedback_p{
    width: 900px;
    margin-right: 20px;
}
.c-pc .message_feedback_p p{
     font-size: 16px;
     color: #323232;
     margin-top: 8px;
}
.c-pc .message_feedback_p p span{
    font-size: 14px;
    color: #646464;
}
.c-pc .message_feedback_tiem p{
    font-size: 16px;
    color: #323232;
    margin-top: 8px;
}
.c-pc .message_feedback_tiem p span{
    font-size: 14px;
    color: #646464;
}
.c-pc .border_b{
    border-bottom: solid 1px #cccccc;
    padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 25；
}
.c-pc .feedback_content{
    padding-bottom:40px;
}
.c-pc .message_index{
    background: none !important;
}

.c-pc .message_index .title h1{
    color:#fff !important;
    margin-top: -50px !important;
}
.c-pc .message_index .title p{
    color:#fff !important;
}
.c-pc .message_background{
    width: 860px;
    height: 415px;
    background: #fff;
    opacity: 0.96;
    border-radius: 25px;
    margin: auto;
    padding-top: 45px;
}
.c-pc .message{
    margin-bottom: 12px;
}
.c-pc .message .name{
    width: 112px;
    margin-left: 40px;
    font-size: 18px;
    color: #444444;
    margin-top: 12px;
    
}
.c-pc .message .input input{
    width: 530px;
    border: solid 1px #d4d5d6;
    /* border-radius: 5px; */
    height: 44px;
    font-size: 18px;
    color: #444444;
    background: none;
}
.c-pc .message .must{
    font-size: 16px;
    color: #fa990b;
    margin-top: 9px;
    margin-left: 12px;
}
.c-pc .message .input textarea{
    width: 530px;
    border: solid 1px #d4d5d6;
    /* border-radius: 5px; */
    height: 134px;
    font-size: 18px;
    color: #444444;
    background: none;
}
.c-pc .textarea_must{
    margin-top: 110px !important;
}
.c-pc .submission{
    width: 157px;
    height: 48px;
    background: #333333;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    margin-right: 106px;
    margin-left: 10px;
    transition:all ease-in-out 0.2s;
}
.c-pc .submission span{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}
.c-pc .submission span:nth-child(1){
    margin-right: 20px;
}

.c-pc .submission:hover{
    background: #fa990b;
}

.c-pc .reset{
    width: 157px;
    height: 48px;
    background: #333333;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    transition:all ease-in-out 0.2s;
}
.c-pc .reset span{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}
.c-pc .reset span:nth-child(1){
    margin-right: 20px;
}

.c-pc .reset:hover{
    background: #fa990b;
}