/* CSS Document */
@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font:14px/1.5 "Microsoft Yahei";
	color:#333;
	cursor:default;
}
img {
	border:0px;
	vertical-align:top;
}
ul,ol {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea,select {
	font:14px/1 "Microsoft Yahei";
	color:#555;
	outline:0;
}
textarea {
	resize:none;
	overflow:auto;
}
input[type='checkbox'],input[type='radio'] {
	vertical-align:-2px;
	margin-right:5px;
}
h1,h2,h3,h4,h5,h6,font {
	font-size:14px;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:active {
	color:#e0272c;
}
em {
	font-style:normal;
}
h3,h4 {
	font-weight:400;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#e5e5e5;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#e5e5e5;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#e5e5e5;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#e5e5e5;
}
.clearfix:after {
	content:"";
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
	width:100%;
	height:1px;
}
.hidden {
	display:none;
}
.center {
	text-align:center;
}
.autocut {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-break:break-all;
}
.ease {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
a {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
.noease,.noease * {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.wrap {
	width:1220px;
	margin:0 auto;
	position:relative;
}
html,body {
	position:relative;
	max-width:100%;
	overflow-x:hidden;
}

/*网站头部*/
.kly-header {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 100px;
	background: #fff;
}

.kly-header .wrap {
	width: 1450px;
}
.kly-header .logo {
	float: left;
	margin-right: 70px;
}
.kly-header .logo img {
	display: block;
	height: 74px;
	margin: 13px 0;
}
.kly-header .menu {
	float: left;
}
.kly-header .menu ul li {
	float: left;
	width: 128px;
	position: relative;
}
.kly-header .menu ul li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	font-size: 20px;
	color: #595757;
	line-height: 100px;
	text-align: center;
}
.kly-header .menu ul li > a:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 18px;
	height: 10px;
}
.kly-header .menu ul li > a:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 70px;
	display: block;
	width: 32px;
	height: 4px;
	background: #5a5858;
}
.kly-header .menu ul li.active > a {
	color: #0E8A3B;
}
.kly-header .menu ul li.active > a:before {
	background: url(../images/header-arrow.png) no-repeat;
}
.kly-header .menu ul li.active > a:after {
	background: #0E8A3B;;
}
.kly-header .menu ul li .drop {
	position: absolute;
	left: 0;
	top: 100px;
	background: #fff;
	width: 128px;
	display: none;
	padding-bottom: 12px;
}
.kly-header .menu ul li .drop a {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 16px;
	color: #595757;
	text-align: center;
	line-height: 36px;
}
.kly-header .menu ul li .drop a:hover {
	color: #318FE7;
}
.kly-header .tool {
	float: right;
	height: 30px;
	margin-top: 35px;
	line-height: 30px;
}
.kly-header .tool .search {
	float: left;
	cursor: pointer;
	position: relative;
	background: #fff;
	margin-top: 4px;
}
.kly-header .tool .search img {
	margin-top: 6px;
}
.kly-header .tool .search form {
	height: 30px;
	width: 24px;
	position: absolute;
	top: 0;
	right: 0;
}
.kly-header .tool .search .key {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 140px;
	height: 30px;
	border: 0;
	border-bottom: 1px solid #595757;
	display: none;
	font-size: 16px;
	color: #595757 !important; 
}
.kly-header .tool .search form:hover {
	width: 175px;
}
.kly-header .tool .search form:hover .key {
	display: block;
}
::-webkit-input-placeholder { 
	font-size: 16px !important;
	color: #595757 !important; 
} 
.kly-header .tool .search .s_btn {
	float: right;
	display: block;
	width: 24px;
	height: 25px;
	background: url(../images/search.png) no-repeat;
	cursor: pointer;
	border: 0;
}
.kly-header .tool .lang {
	float: left;
	padding: 0 15px;
	margin-left: 20px;
	border: 2px solid #595757;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
}
.kly-header .tool .lang .drop {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 10px 0;
	display: none;
}
.kly-header .tool .lang:hover .drop {
	display: block;
}
.kly-header .tool .lang .drop a {
	display: block;
	font-size: 13px;
	color: #595757; 
	line-height: 33px;
}
.kly-header .tool .lang img {
	margin-top: 12px;
}


/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height:836px;
	overflow:hidden;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
	height:836px;
}
.i-banner .flexslider {
	position:relative;
	height:836px;
}
.i-banner .flex-control-nav {
	bottom: 40px;
	z-index:999;
}
.i-banner .flex-control-paging li a {
	width:24px;
	height:24px;
	background: #fff;
	border: 0;
}
.i-banner .flex-control-paging li a.flex-active {
	background:#318FE7;
}


/*首页 视频*/
.kly-video {
	width: 100%;
	height: 371px;
	padding: 40px 0;
}
.kly-video .wrap {
	position: relative;
}
.kly-video .itmLeft iframe,
.kly-video .itmLeft img {
	width: 660px;
	height: 371px;
}
.kly-video .itmRight {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 99;
	width: 560px;
	height: 285px;
	background: #AFDDBF;
}
.kly-video .itmRight p {
	width: 470px;
	margin: 40px auto 0;
	font-size: 29px;
	color: #595757;
	line-height: 48px;
	text-indent: 2em;
}
.k-more {
	display: block;
	width: 170px;
	height: 40px;
	background: #318fe7;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	margin: 30px auto 0;
}
.k-more:hover {
	font-weight: bold;
	color: #fff;
}

/*首页产品*/
.kly-pdt {
	width: 100%;
}
.kly-pdt .pdtItem {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}
.kly-pdt .pdtItem .introduce {
	float: right;
	width: 300px;
	padding: 0 63px;
	height: 580px;
	overflow: hidden;
}
.kly-pdt .pdtItem .box {
	width: 300px;
	height: 100%;
	padding-top: 30px;
}
.kly-pdt .pdtItem .box h3 {
	font-size: 35px;
	color: #fff;
	text-align: center;
}
.kly-pdt .pdtItem .box .des {
	margin: 80px 0;
}
.kly-pdt .pdtItem .box .des p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}


/*首页公司简介*/
.kly-about {
	width: 100%;
	/*height: 1000px;*/
	height: 880px;
	overflow: hidden;
	background: url(../images/kly-about-bg.png) center top no-repeat;
}
.kly-about .a-tit {
	padding: 60px 0;
}
.kly-about .a-tit h3 {
	font-size: 30px;
	color: #595757;
	text-align: center;
}
.kly-about .a-des {
	width: 100%;
	/*height: 300px;*/
	margin-top:20px;
	overflow: hidden;
}
.kly-about .a-des .itmLeft {
	float: left;
	width: 566px;
}
.kly-about .a-des .itmLeft p {
	font-size: 17px;
	color: #595757;
	line-height: 36px;
	text-indent: 2em;
}
.kly-about .a-des .itmRight {
	float: right;
}
.kly-about .a-des .itmRight img {
	height: 267px;
}
.kly-about .a-history {
	width: 100%;
	margin-top: 40px;
}
.kly-about .a-history ul {
	width: 100%;
	overflow: hidden;
}
.kly-about .a-history li {
	float: left;
	width: 20%;
	height: 80px;
	border-right: 2px solid #d7d6d6;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.kly-about .a-history li:last-child {
	border-right: 0;
}
.kly-about .a-history li span {
	display: block;
	font-size: 50px;
	color: #318FE7;
	font-family: 'impact';
	line-height: 50px;
}
.kly-about .a-history li p {
	font-size: 16px;
	color: #595757;
	line-height: 36px;
}
.kly-about .a-photo {
	/*width: 100%;*/
	overflow: hidden;
	margin-top: 56px;
}
.kly-about .a-photo ul {
	width: 110%;
}
.kly-about .a-photo li {
	position: relative;
	float: left;
	width: 268px;
	height: 177px;
	margin-right: 40px;
}
.kly-about .a-photo li a {
	display: block;
	width: 100%;
	height: 100%;
}
.kly-about .a-photo li img {
	display: block;
	width: 269px;
	height: 200px;
}
.kly-about .a-photo li .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 200px;
	background: rgba(48, 133, 204, 0.8);
}
.kly-about .a-photo li .box span {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-top: 55px;
}
.kly-about .a-photo li .box .icon {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/kly-about-icon.png) no-repeat;
	margin: 40px auto 0;
}
.kly-about .a-more {
	margin-top: 60px;
}


/*首页 新闻中心*/
.kly-news {
	width: 100%;
	padding: 50px 0;
	background: #83bcf1 url(../images/kly-news-bg.png) bottom center no-repeat;
	overflow: hidden;
}
.kly-news .itmAdv {
	width: 100%;
	overflow: hidden;
}
.kly-news .itmAdv ul {
	width: 110%;
}
.kly-news .itmAdv li {
	float: left;
	width: 121px;
	margin-right: 96px;
}
.kly-news .itmAdv li img {
	display: block;
}
.kly-news .itmAdv li span {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.kly-news .itmList {
	padding: 50px 0;
	overflow: hidden;
}
.kly-news .itmList h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.kly-news .itmList ul {
	width: 110%;
}
.kly-news .itmList li {
	float: left;
	width: 320px;
	padding: 25px 25px 15px 25px;
	background: #fff;
	margin-right: 52px;
}
.kly-news .itmList li .pic {
	display: block;
	width: 320px;
}
.kly-news .itmList li .pic img {
	position: relative;
	top: 0;
	display: block;
	width: 320px;
	height: 200px;
	transition: all 0.5s;
}
.kly-news .itmList li:hover .pic img {
	top: -3px;
}
.kly-news .itmList li .desc {
	width: 100%;
}
.kly-news .itmList li .desc .tit {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	color: #595757;
	line-height: 30px;
	margin-top: 10px;
}
.kly-news .itmList li:hover .desc .tit {
	color: #318FE7;
}
.kly-news .itmList li .desc .time {
	font-size: 13px;
	color: #969696;
	line-height: 30px;
}
.kly-news .itmList li .desc p {
	width: 100%;
	height: 72px;
	overflow: hidden;
	font-size: 15px;
	color: #969696;
	line-height: 24px;
	text-indent: 2em;
}
.kly-news .itmList li .desc .icon {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/kly-new-icon.png) no-repeat;
	margin: 10px auto 0;
}
.kly-news .n-more .k-more {
	margin-top: 0;
}


/*网站底部*/
.kly-footer {
	width: 100%;
	background: #4b4b4b;
	overflow: hidden;
	border-top: 2px solid #4b4b4b;
}
.kly-footer .itmTop {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.kly-footer .itmTop .itmLeft {
	float: left;
	width: 740px;
}
.kly-footer .itmTop .itmLeft dl {
	float: left;
	width: 75px;
	margin-right: 40px;
	text-align: center;
	margin-top: -12px;
}
.kly-footer .itmTop .itmLeft dt a {
	display: block;
	font-size: 17px;
	color: #fff;
	line-height: 40px;
}
.kly-footer .itmTop .itmLeft dd {

}
.kly-footer .itmTop .itmLeft dd a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
}
.kly-footer .itmMid {
	float: left;
	width: 121px;
}
.kly-footer .itmMid img {
	display: block;
	width: 121px;
}
.kly-footer .itmMid span {
	display: block;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.kly-footer .itmRight {
	float: right;
}
.kly-footer .itmRight p {
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	color: #fff;
	overflow: hidden;
}
.kly-footer .itmRight p img {
	float: left;
	margin: 8px 8px 0 8px;
}
.kly-footer .itmRight p span {
	float: left;
}
.kly-footer .itmCopyRight {
	width: 100%;
	height: 50px;
	text-align: center;
	/*border-top: 2px solid #4b4b4b;*/
}
.kly-footer .itmCopyRight p {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 50px;
}


/*关于我们 公司简介*/
.pg-banner {
	width: 100%;
}
.pg-banner img {
	display: block;
	width: 100%;
}
.menuBar {
	width: 100%;
	height: 80px;
	background: #f2f2f2;
}
.menuBar .itmMenu {
	float: left;
}
.menuBar .itmMenu li {
	float: left;
	width: 144px;
}
.menuBar .itmMenu li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #595757;
	line-height: 80px;
}
.menuBar .itmMenu li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	width: 2px;
	height: 22px;
	background: #d0d0d0;
}
.menuBar .itmMenu li.active a {
	color: #318FE7;
}
.menuBar .itmPos {
	float: right;
	padding-left: 20px;
	background: url(../images/pos.png) left center no-repeat;
}
.menuBar .itmPos * {
	font-size: 15px;
	color: #969696;
	line-height: 80px;
}
.menuBar .itmPos .on {
	color: #595757;
}

.pg-about-js {
	width: 100%;
	overflow: hidden;
}
.pg-about-js .jsItmJs {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.pg-about-js .jsItmJs .wrap {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -620px;
	z-index: 99;
}
.pg-about-js .jsItmJs .wrap h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 60px 0 30px 0;
}
.pg-about-js .jsItmJs .wrap p {
	font-size: 17px;
	color: #fff;
	line-height: 36px;
	text-indent: 2em;
}
.pg-about-js .jsItmWl {
	width: 100%;
	height: 760px;
	background: url(../images/jsItmWl-1-1.png);
}
.pg-about-js .jsItmWl .wrap {
	position: relative;
}
.pg-about-js .jsItmWl .pg-itm-tit {
	color: #fff;
}
.pg-about-js .jsItmWl .sub-tit {
	position: absolute;
	left: 43.5%;
	top: 56%;
	font-size: 26px;
	color: #fff;
}

.pg-about-js .jsItmZl {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}
.pg-about-js .jsItmZl .tit {
	width: 100%;
}
.pg-about-js .jsItmZl .tit h3 {
	font-size: 30px;
	color: #595757;
	text-align: center;
	padding: 40px 0 40px 0;
}
.pg-about-js .jsItmZl .list {
	width: 110%;
}
.pg-about-js .jsItmZl .list .top {
	width: 100%;
	overflow: hidden;
}
.pg-about-js .jsItmZl .list .top .itm {
	float: left;
	width: 370px;
	margin-right: 50px;
}
.pg-about-js .jsItmZl .list .top .itm img {
	display: block;
}
.pg-about-js .jsItmZl .list .top .itm span {
	display: block;
	width: 360px;
	height: 38px;
	margin: 0 auto;
	border: 1px solid #dcdde0;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	color: #595757;
	margin-top: 20px;
}
.pg-about-js .jsItmZl .list .bot {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}
.pg-about-js .jsItmZl .list .bot .itm {
	float: left;
	margin-right: 24px;
}


/*荣誉资质*/
.pg-about-ryzz {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
.pg-itm-tit {
	font-size: 30px;
	color: #595757;
	text-align: center;
	padding: 30px 0 20px 0;
}
.pg-about-ryzz .zzItm ul {
	width: 110%;
	overflow: hidden;
}
.pg-about-ryzz .zzItm li {
	float: left;
	margin-right: 60px;
}
.pg-about-ryzz .zzItm li img {
	display: block;
}
.pg-about-ryzz .zzItm li span {
	display: block;
	font-size: 17px;
	color: #595757;
	text-align: center;
	margin-top: 20px;
}


/*企业文化*/
.pg-about-qywh {
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}
.pg-about-qywh .whItmBox {
	width: 100%;
	height: 340px;
	margin-bottom: 20px;
}
.pg-about-qywh .whItmBox .left {
	float: left;
}
.pg-about-qywh .whItmBox .right {
	float: right;
}
.pg-about-qywh .whItmBox .itmPic {
	width: 600px;
	height: 340px;
}
.pg-about-qywh .whItmBox .itmDes {
	position: relative;
	width: 600px;
	height: 340px;
	background: #318fe7;
}
.pg-about-qywh .whItmBox .itmDes .box {
	padding: 60px 90px;
}
.pg-about-qywh .whItmBox .itmDes h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 45px;
}
.pg-about-qywh .whItmBox .itmDes p {
	position: relative;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
}
.pg-about-qywh .whItmBox .itmDes p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}
.pg-about-qywh .whItmBox .itmDes.right:after {
	content: "";
	position: absolute;
	left: -100px;
	top: 140px;
	z-index: 99;
	width: 0px;
	height: 0px;
	border: 50px solid;  
	border-right-color: #318fe7;
	border-left-color: transparent;
	border-top-color:  transparent;
	border-bottom-color: transparent;
}
.pg-about-qywh .whItmBox .itmDes.left:after {
	content: "";
	position: absolute;
	right: -100px;
	top: 140px;
	z-index: 99;
	width: 0px;
	height: 0px;
	border: 50px solid;  
	border-left-color: #318fe7;
	border-right-color: transparent;
	border-top-color:  transparent;
	border-bottom-color: transparent;
}
.pg-about-qywh .cultureList {
	width: 100%;
	margin-top: 30px;
}
.pg-about-qywh .cultureList .cItm {
	width: 100%;
	overflow: hidden;
}
.pg-about-qywh .cultureList .cItm .left {
	float: left;
	width: 474px;
}
.pg-about-qywh .cultureList .cItm .left img {
	display: block;
	width: 474px;
}
.pg-about-qywh .cultureList .cItm .right {
	float: left;
	margin-left: 35px;
	width: 710px;
	border-bottom: 2px dashed #000;
}
.pg-about-qywh .cultureList .cItm .right p {
	font-size: 20px;
	color: #000;
	line-height: 38px;
}


/*产品中心*/
.pg-product {
	width: 100%;
	padding: 50px 0 100px;
	overflow: hidden;
}
.pg-product .wrap {
	width: 1266px;
	overflow: hidden;
}


.pg-product .pdtList,
.pg-product .pdtList ul {
	overflow: hidden;
}

.pg-product .pdtList .sub-title-list li{
	float: left;
	margin: 5px 10px 5px 5px;
	padding: 7px;
	border: 1px solid #ededed;
	box-shadow: #d2d1d1 0px 0px 10px;
	color: white;
}
/*.pg-product .pdtList .sub-title-list li a{
	color: white;
}

.pg-product .pdtList .sub-title-list li a:hover{
	background-color: #0a5ba6;
}*/

.pg-product .pdtList li {
	float: left;
	margin: 20px;
	padding: 25px;
	border: 1px solid #ededed;
	box-shadow: #d2d1d1 0px 0px 10px;
}
.pg-product .pdtList li .pic {
	display: block;
	width: 100%;
}
.pg-product .pdtList li .pic img {
	display: block;
	width: 330px;
	height: 248px;
}
.pg-product .pdtList li .desc {
	width: 100%;
}
.pg-product .pdtList li .desc .title {
	width: 100%;
	overflow: hidden;
	margin: 24px 0;
}
.pg-product .pdtList li .desc .tit {
	float: left;
	font-size: 20px;
	color: #595757;
}
.pg-product .pdtList li .desc .more {
	float: right;
	display: block;
	width: 107px;
	height: 24px;
	background: url(../images/pg-product-more.png) no-repeat;
}
.pg-product .pdtList li .desc p {
	font-size: 15px;
	color: #595757;
	line-height: 24px;
}
.pg-product .pdtList li:hover {
	box-shadow: #b4b3b3 0px 0px 10px;
}
.pg-product .pdtList li:hover .desc .tit {
	color: #318fe7;
}
.pg-product .pdtInfo {
	width: 100%;
}
.pg-product .pdtInfo .photo-tit {
	width: 100%;
	overflow: hidden;
}
.pg-product .pdtInfo .photo-tit .pic {
	float: left;
	width: 760px;
}
.pg-product .pdtInfo .photo-tit .pic img {
	display: block;
	width: 760px;
	height: 500px;
}
.pg-product .pdtInfo .photo-tit .title {
	float: left;
	margin-left: 75px;
	width: 350px;
}
.pg-product .pdtInfo .photo-tit .title h3 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
	margin-bottom: 50px;
	margin-top: 100px;
}
.pg-product .pdtInfo .photo-tit .title p {
	font-size: 20px;
	color: #595757;
	line-height: 36px;
}
.pg-product .pdtInfo .desc {
	width: 100%;
	margin-top: 70px;
}
.pg-product .pdtInfo .desc .tit {
	width: 100%;
}
.pg-product .pdtInfo .desc .tit span {
	display: inline-block;
	font-size: 30px;
	color: #595757;
	border-bottom: 3px solid #595757;
	line-height: 60px;
	font-weight: bold;
}
.pg-product .pdtInfo .desc .introduce {
	width: 100%;
}
.pg-product .pdtInfo .desc .introduce h5 {
	font-size: 20px;
	color: #595757;
	margin-top: 30px;
}
.pg-product .pdtInfo .desc .introduce p {
	font-size: 16px;
	color: #595757;
	line-height: 40px;
}
.pg-product .pdtInfo .desc .pic {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.pg-product .pdtInfo .desc .pic img {
	width: 270px;
	height: 200px;
}

/*生产研发*/
.pg-production {
	width: 100%;
	padding: 0px 0 100px;
}
.pg-production .cqItmJs {
	width: 100%;
}
.pg-production .cqItmJs p {
	font-size: 17px;
	color: #595757;
	line-height: 36px;
	text-indent: 2em;
}

.pg-production .picScroll {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pg-production .picScroll .hd {
	position: absolute;
	top: 100px;
	width: 100%;
	height: 38px;
}
.pg-production .picScroll .hd a {
	display: block;
	width: 38px;
	height: 38px;
	background: #f00;
	position: absolute;
	top: 0;
}
.pg-production .picScroll .hd a.next {
	right: 0;
	background: url(../images/pg-product-next.png);
}
.pg-production .picScroll .hd a.prev {
	left: 0;
	background: url(../images/pg-product-prev.png);
}
.pg-production .picScroll .hd a.next:hover {
	background: url(../images/pg-product-next-1.png);
}
.pg-production .picScroll .hd a.prev:hover {
	background: url(../images/pg-product-prev-1.png);
}
.pg-production .picScroll .bd {
	width: 1086px;
	margin: 0 auto;
	overflow: hidden;
}
.pg-production .picScroll .bd li {
	float: left;
	margin: 0 16px;
}
.pg-production .picScroll .bd li img {
	display: block;
	width: 330px;
	height: 220px;
}

.pg-production .zlItmJs {
	width: 100%;
}
.pg-production .zlItmJs p {
	font-size: 17px;
	color: #595757;
	line-height: 36px;
	text-indent: 2em;
}
.pg-production .zzPicList .list {
	width: 100%;
	text-align: center;
}
.pg-production .zzPicList img {
	margin: 20px 10px;
}
.pg-production .yfItemPic {
	width: 100%;
}
.pg-production .yfItemPic .list {
	display: flex;
	justify-content: space-between;
}
.pg-production .yfItemPic .list img {
	width: 386px;
	height: 250px;
}
.pg-production .yfItemJs {
	width: 100%;
	margin: 60px 0 20px;
}
.pg-production .yfItemJs p {
	font-size: 17px;
	color: #595757;
	line-height: 36px;
	margin: 20px 0;
	text-indent: 2em;
}
.pg-production .yfItemJs p img {
	float: left;
	margin-right: 20px;
}
.pg-production .yfItemZj {
	width: 100%;
}
.pg-production .yfItemZj ul {
	width: 110%;
}
.pg-production .yfItemZj li {
	float: left;
	width: 268px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.pg-production .yfItemZj li img {
	display: block;
	width: 268px;
	height: 381px;
}
.pg-production .yfItemZj li span {
	display: block;
	width: 266px;
	height: 38px;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 38px;
	font-size: 17px;
	color: #595757;
	margin-top: 12px;
}


.pg-production {
	width: 100%;
}
.pg-production p {
	font-size: 17px;
	color: #595757;
	line-height: 36px;
	text-indent: 2em;
}
.pg-production .jdItemYl {
	width: 100%;
}
.pg-production .bold {
	margin: 30px 0;
}
.pg-production .bold p {
	font-weight: bold;
}


/*新闻中心*/
.pg-news {
	width: 100%;
	padding-bottom: 60px;
}
.pg-news .nList {
	width: 100%;
}
.pg-news .nList li {
	padding: 20px;
	box-shadow: #d5d5d5 0 0 16px;
	margin-bottom: 40px;
	overflow: hidden;
}
.pg-news .nList li .pic {
	float: left;
	width: 370px;
}
.pg-news .nList li .pic img {
	display: block;
	width: 370px;
	height: 222px;
}
.pg-news .nList li .desc {
	float: right;
	width: 780px;
}
.pg-news .nList li .desc .tit {
	display: block;
	font-size: 17px;
	color: #595757;
	line-height: 40px;
	margin-top: 10px;
}
.pg-news .nList li .desc .time {
	display: block;
	font-size: 13px;
	color: #969696;
}
.pg-news .nList li .desc p {
	width: 100%;
	height: 80px;
	overflow: hidden;
	font-size: 15px;
	color: #595757;
	line-height: 20px;
	text-indent: 2em;
	margin: 20px 0;
}
.pg-news .nList li .desc .more {
	display: block;
	font-size: 13px;
	color: #969696;
	line-height: 36px;
}
.pg-news .nList li:hover {
	box-shadow: #b9b9b9 0 0 16px;
}
.pg-news .nList li:hover .desc .tit {
	color: #318FE7;
}
.pg-news .nList li:hover .desc .more {
	color: #318FE7;
}

.pg-news .n-tit {
	text-align: center;
	border-bottom: 2px solid #dedede;
}
.pg-news .n-tit .info > div {
	display: inline-block;
	font-size: 15px;
	color: #969696;
	line-height: 70px;
	margin: 0 100px;
}
.pg-news .n-detail {
	width: 100%;
}
.pg-news .n-detail .content {
	margin: 70px 0;
}
.pg-news .n-detail .content img {
	max-width: 100%;
}
/*.pg-news .n-detail .content p {
	font-size: 17px;
	color: #595757;
	line-height: 36px;
	text-indent: 2em;
}*/

.prev-next {
	width: 100%;
	border-top: 2px solid #dedede;
	padding: 15px 0;
}
.prev-next > div {
	width: 100%;
}
.prev-next * {
	font-size: 15px;
	color: #969696;
	line-height: 36px;
}



/*人力资源*/
.pg-manpower {
	width: 100%;
	overflow: hidden;
	padding: 0 0 80px 0;
	/*background-image: url("../images/pg-manpower.jpg");
	background-repeat: no-repeat;
	background-position: 100%;
	backgorund-zise:100% 100%;*/
}
.pg-manpower .itmLn {
	width: 100%;
}
.pg-manpower .itmLn h4 {
	font-size: 28px;
	color: #318FE7;
	line-height: 80px;
	font-weight: bold;

}
.pg-manpower .itmLn p {
	font-size: 17px;
	color: #595757;
	line-height: 54px;
}
.pg-manpower .itmLn span {
	font-size: 30px;
}
.pg-manpower .itmZp {
	width: 100%;
}
.pg-manpower .itmZp ul {
	width: 100%;
}
.pg-manpower .itmZp li {
	padding: 30px;
    box-shadow: #d5d5d5 0 0 16px;
    margin-bottom: 40px;
    overflow: hidden;
}
.pg-manpower .itmZp li .desc {
	float: left;
	width: 900px;
}
.pg-manpower .itmZp li .desc span {
	display: block;
	font-size: 20px;
	color: #595757;
	font-weight: bold;
	margin-bottom: 12px;
}	
.pg-manpower .itmZp li .desc p {
	font-size: 17px;
	color: #595757;
	line-height: 30px;
}
.pg-manpower .itmZp li .more {
	float: right;
}
.pg-manpower .itmZp li .more a {
	display: block;
	width: 210px;
	height: 60px;
	background: #318fe7;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin-top: 20px;
}

.pg-manpower .itmZpInfo {
	width: 100%;
}
.pg-manpower .itmZpInfo .content {
	width: 100%;
}
.pg-manpower .itmZpInfo .content .itm {
	margin-bottom: 40px;
}
.pg-manpower .itmZpInfo .content .itm span {
	display: block;
	font-size: 20px;
	color: #595757;
	line-height: 50px;
}
.pg-manpower .itmZpInfo .content .itm p {
	font-size: 17px;
	color: #595757;
	line-height: 30px;
}
.pg-manpower .itmZpInfo .btn {
	display: block;
	width: 210px;
	height: 60px;
	background: #318fe7;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}


/*联系我们*/
.pg-contact {
	width: 100%;
	overflow: hidden;
}
.pg-contact .itemInfo {
	width: 100%;
	padding: 40px 0;
}
.pg-contact .itemInfo h4 {
	font-size: 30px;
	color: #318FE7;
	border-bottom: 3px solid #318fe7;
	line-height: 80px;
	font-weight: bold;
}
.pg-contact .itemInfo .box {
	overflow: hidden;
}
.pg-contact .itemInfo .box .left {
	float: left;
	width: 650px;
}
.pg-contact .itemInfo .box .right {
	float: left;
}
.pg-contact .itemInfo .box p {
	font-size: 20px;
	color: #595757;
	line-height: 60px;
}
.pg-contact .itemInfo .map {
	margin: 30px 0;
}
.pg-contact .itemMsg {
	width: 100%;
	padding-bottom: 60px;
}
.pg-contact .itemMsg .itm {
	width: 100%;
	display: flex;
	justify-content: space-between; 
	margin-bottom: 30px;
}
.pg-contact .itemMsg .itm span {
	float: left;
	font-size: 15px;
	color: #969696;
	border: 0;
}
.pg-contact .itemMsg .itm textarea {
	float: left;
	display: block;
	width: 1000px;
	height: 230px;
	border: 0;
	font-size: 17px;
	color: #595757;
	margin-top: 2px;
}
.pg-contact .itemMsg .itm .ipt {
	width: 560px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
}
.pg-contact .itemMsg .itm .ipt input {
	float: left;
	border: 0;
	width: 450px;
	font-size: 17px;
	color: #595757;
}
.btn {
	width: 100%;
	height: 40px;
	background: #318fe7;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #fff;
	border: 0;
	border-radius: 8px;
}
.pg-contact .itemBusiness {
	min-height: 500px;
}

/*.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	height:40px;
	padding:20px 0px;
}
.pagination a{
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 12px;
	height:24px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
.pagination p{
	float:left;
	padding:2px 12px;
	font-size:12px;
	height:24px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;

}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}*/
.pagination{padding:10px 0; text-align:center;font-size:18px}

.pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 8px;}

.pagination .active{background:#09F; color:#FFF; border-color:#09F; margin:0 2px;}

.pagination .disabled{color:#aaa;}

.pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
.pagination li:hover{
	color:white;
	background: #318FE7;
	/*border:1px #077ee3 solid;*/
}

.pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}
/*.pagination {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.pagination li {
	display: inline-block;
	border: 1px solid #595757;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	font-size: 14px;
	color:#595757;
	margin: 0 5px;
}

.pagination .active {
	background: #318FE7;
	border-color: #318FE7;
	color: #fff;
}
.pagination li:hover{
	color:#fff;
	background: #318FE7;
	border:1px #077ee3 solid;
}
.pagination .disabled li:hover {

}*/

/*产品详情*/
.pg-dtl {
	width: 100%;
	overflow: hidden;
	/*background: #f0f2f5;*/
	padding-bottom: 100px;
}
.pg-dtl .dtlItmTit {
	width: 95%;
	margin: 0 auto;
}
.pg-dtl .dtlItmTit h3 {
	width: 160px;
	text-align: center;
	font-size: 32px;
	color: #0E8A3B;
	line-height: 80px;
	font-weight: 400;
}
.pg-dtl .dtlItmTit h5 {
	width: 160px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 32px;
	color: #fff;
	background: #e25918;
	font-weight: 400;
}
.pg-dtl .dtlItmPic {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}
.pg-dtl .dtlItmPic ul {
	width: 110%;
}
.pg-dtl .dtlItmPic li {
	float: left;
	margin-right: 30px;
}
.pg-dtl .dtlItmPic li img {
	display: block;
	width: 282px;
	height: 341px;
}
.pg-dtl .dtlItmDes {
	width: 100%;
	overflow: hidden;
}
.pg-dtl .dtlItmDes .leftBox {
	float: left;
	width: 790px;
}
.pg-dtl .dtlItmDes .leftBox .s-tit {
	width: 635px;
	border-bottom: 2px solid #000000;
	overflow: hidden;
}
.pg-dtl .dtlItmDes .leftBox .s-tit img {
	float: left;
}
.pg-dtl .dtlItmDes .leftBox .s-tit span {
	float: left;
	display: block;
	font-size: 46px;
	color: #E25918;
	margin-top: 140px;
}
.pg-dtl .dtlItmDes .leftBox .s-con {
	width: 100%;
	margin-top: 30px;
}
.pg-dtl .dtlItmDes .leftBox .s-con p {
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
	line-height: 40px;
}
.pg-dtl .dtlItmDes .leftBox .s-con p span {
	display: inline-block;
	width: 100px;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	color: #fff;
	background: #e25918;
	font-weight: bold;
	text-align: justify;
    text-justify:distribute-all-lines;
    text-align-last: justify;
}
.pg-dtl .dtlItmDes .rightBox {
	float: right;
	width: 380px;
}
.pg-dtl .dtlItmDes .rightBox img {
	display: block;
}
.pg-dtl .dtlItmScene {
	width: 100%;
	overflow: hidden;
}
.pg-dtl .dtlItmScene .tit {
	width: 100%;
	margin: 50px 0;
}
.pg-dtl .dtlItmScene .tit h3 {
	width: 216px;
	height: 68px;
	background: #e25918;
	text-align: center;
	line-height: 68px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.pg-dtl .dtlItmScene .list {
	width: 100%;
	overflow: hidden;
}
.pg-dtl .dtlItmScene .list .box {
	width: 110%;
}
.pg-dtl .dtlItmScene .list .box img {
	margin-right: 30px;
}

/*首页幻灯片*/
.index-banner .swiper-slide a {
	display: block;
	width: 100%;
}
.index-banner .swiper-slide a img {
	display: block;
	width: 100%;
}
.index-banner .swiper-pagination {
	bottom: 30px !important;
}
.index-banner .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	background: #fff;
	opacity: 1;
	margin: 0 8px !important;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0e8a3b;
}










