* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}

html,
body {
   
    overflow-x: hidden;
    /*-webkit-user-select: none;*/
}

body {
    -webkit-text-size-adjust: 100%; 
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body{
	font-family:'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
	line-height: 1.7;
}
a{
	color: inherit;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}


.wrapper:after,
.wrapper:before,
.header{
	height:100px;
	background: #fff;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s  ease-in-out;
}
.header.on{
	height: 120px;
}
.header.fixed{
	background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-logo{
	float: left;
	margin-top:20px;
}
.header-logo img{
	width:160px;
}
.header-nav-box{
	float: left;
	margin-left:260px;
}

.header-nav> li{
	color: #333333;
	float: left;
	margin-left: 50px;
	line-height: 80px;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.header-nav> li::before{
	content:"";
	width:60px;
	height:2px;
	background-color:#ea5504;
	top:78px;
	left:22.5px;
	position: absolute;
	display: none;
}
.header-nav > li>a{
	display: block; line-height: 80px;
}
.header-nav > li:after{
	position: absolute; left: 0; width:0; bottom: 9px; height: 2px; background: #ea5504; content:""; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-nav > li>a:hover,
.header-nav > li.active>a{
	color: #ea5504;
}
.header-nav > li.active:after,
.header-nav > li:hover:after{
	width: 100%;
}


.header-nav ul{
	position: absolute; width: 600px; line-height: 50px; font-size: 14px;
	left:0;
	top:80px;
	display: none; 
}

.header-nav ul li{
	float: left; 
	margin-right: 18px; 
	line-height: 35px;
}
.header-nav ul li a:hover{
	color: #ea5504;
}

.header .menu {
	margin-top:30px;
	position: absolute;
	right:0;
}
.header .menu li {
	height: 24px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.header .menu .pic img {
	width:24px;
	height:24px;
}

.header .menu li .txt {
	position: absolute; 
	left: 0;
	top: 36px; 
	z-index: 99; 
	padding: 5px; 
	background: #fff; 
	line-height: 1; 
	display: none;
	border-radius: 6px;
	border:1px solid #d5d5d5;
	box-shadow: 0 0 14px 0 rgb(0 0 0 / 16%);
    transition: 0.5s;
	
}
.header .menu li p:before {
    content: "";
    border-bottom: none;
    border-bottom: 8px solid #d5d5d5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 14px;
    top: -8px;
}
.header .menu li p:after {
    content: "";
    border-bottom: none;
    border-bottom: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 14px;
    top: -8px;
}
.header .menu li.selected .txt {
	display: block;
}
.header .menu .tel .txt {
	width: 170px;
	padding:10px 0;
	text-align: center;
	font-size:14px;
	border:1px solid #d8d8d8;
}
.header .menu .tel strong {
	font-size:16px;
	color:#ea5504;
	font-weight: normal;
	font-family: Bebas;
}

.header .menu .wx p:before,
.header .menu .wx p:after {
	left: 60px;
}

.header .menu .mobile p:before,
.header .menu .mobile p:after {
	left: 102px;
}






.gh {
	float: right; 
	margin-top: 18px;
	height: 26px;
	width: 26px;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	display: none;
}



.gh a {
	background-color: #00a83c;
	display: block;
	height: 2px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}


.gh a:after,
.gh a:before {
	background-color: #00a83c;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

.gh a:after {
	top: 8px;
}

.gh a:before {
	top: -8px;
}

.header .weixin{
	position: absolute; right: 0; margin-right: -45px; top: 70px; width: 120px; height: 120px; background: #fff; border-radius: 5px; display: none;
}
.gh.selected{
	transform: rotate(90deg);
}
.gh.selected a:after,
.gh.selected a:before {
	top: 0;
}

.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}

.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a{
	background: transparent;
}

.notice {
	height:52px;
	background: #ee7736;
}
.notice p {
	height:52px;
	line-height:52px;
	display: block;
	font-size:16px;
	color:#fff;
}

.banner .swiper-container-horizontal>.swiper-pagination {
	bottom: 16px;
}

.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity:0.7;
	margin: 0 5px;
}
.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active {
	background: #ee7736;
	opacity:1;
}


.bannerPic {
	height:800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.layout {
	overflow: hidden;
}

.newsTit {
	text-align: center;
	background: url('../images/news-title.png') center 80px no-repeat;
}
.newsTit h3 {
	display: block;
	height:80px;
	line-height: 2.6;
	font-size:36px;
}
.newsTit span {
	display: block;
	height:60px;
	line-height: 50px;
	font-size: 16px;
	color:#666;
}

.news .swiper-container-horizontal>.swiper-pagination {
	height:18px;
	bottom:0;
}

.news .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background:#fff;
	border:1px solid #d5d5d5;
	opacity:1;
	margin:0 5px 3px;
}
.news .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active {
	background: #ee7736;
	width: 18px;
	height: 18px;
	border:0;
	background: url('../images/news-dot1.png') center center repeat-x;
	margin:0 5px;
}
.newsCon {
	height:340px;
}
.newsCon .item {
	padding:0 20px;
	height: 300px;
	display: block;
	position: relative;
	background: url('../images/newscon-line2.jpg') center bottom repeat-x;
}
.newsCon .item .pic {
	float: left;
    width: 58%;
    height: 270px;
    background-size: cover;
    background-position: center;
}
.newsCon .item .txt {
	float: left;
    width: 42%;
	padding-left:16px;
	padding-top:40px;
}
.newsCon .item .txt span {
	font-family: Bebas;
	color:#999;
	font-size:14px;
	display: block;
	float:left;
	margin:4px 0;
}
.newsCon .item .txt h5 {
	display: block;
	float:left;
	height:58px;
	font-size:18px;
	line-height:1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}
.newsCon .item .txt p {
	
	display: block;
	float:left;
	font-size:14px;
	line-height:1.6;
	color:#7f7f7f;
	padding:8px 0 0;
	background:url('../images/newscont-line1.jpg') left top no-repeat;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow:hidden;
}
.newsCon .item .txt em {
	width:60px;
	height:40px;
	border:1px solid #d8d8d8;
	display: block;
	float:left;
	margin:6px 0 0;
	background:url('../images/arrow1.png') center center no-repeat
}
.newsCon a:hover {
	transition: all 0.3s ease-in-out 0s;
	background: url('../images/newscon-line2-2.jpg') center bottom repeat-x;
}
.newsCon a:hover .txt span,
.newsCon a:hover .txt h5,
.newsCon a:hover .txt p,
.newsCon a:hover .txt em {
	transition: all 0.3s ease-in-out 0s;
	color:#fff;
}
.newsCon a:hover .txt span {
	opacity: .5;
}
.newsCon a:hover .txt p {
	opacity: .7;
	background:url('../images/newscont-line1-1.jpg') left top no-repeat
}
.newsCon a:hover .txt em {
	
	border:1px solid #fff;
	background:url('../images/arrow1-1.png') center center no-repeat
}

.more {
	display: block;
    width: 150px;
    height: 56px;
    text-align: center;
    margin: 0 auto;
    font-size: 0;
}

.more .more-btn {
    width: 150px;
    height: 56px;
    font-size: 18px;
    border-radius: 30px;
    background: linear-gradient(to right,#ee7736,#ea5504);
    box-shadow: 0px 5px 20px #fcd2b8;
    position: relative;
	display: block;
}
.more .more-btn .more-txt {
	font-size: 18px;
    line-height: 56px;
    padding-right: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    height: auto;
	color:#fff;
}
.more .more-btn:before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    content: '';
    right: 30%;
    top: 45%;
}
.more a:hover .more-btn {
	opacity: .9;
	transition: all 0.3s ease-in-out 0s;
}
.news .more {
	margin:16px auto 0;
}

.about {
	background: #faebe2;
	margin-top:30px;
	padding:30px 0 50px;
	overflow: hidden;
}
.about .aboutTxt {
	width:58%;
	float:left;
}
.about .aboutTxt .aboutTit {
	height:120px;
	position: relative;
	overflow: hidden;
	background: url('../images/about-entxt.png') no-repeat;
	margin-top:30px;
}

.about .aboutTxt .aboutTit h3 {
	display: block;
	float:left;
	position: absolute;
	bottom: 10px;
	left:0;
	font-size:56px;
}

.about .aboutTxt  ul {
	width:100%;
	float:left;
}
.about .aboutTxt  li {
	font-size:18px;
	line-height:2;
	float:left;
	list-style-type:circle;
	clear: both;
	margin:0 0 0 20px;
	color:#ea5504;
}
.about .aboutTxt  p {
	display: block;
	font-size:14px;
	line-height: 2;
	width:100%;
	padding:10px 0;
	clear: both;
	color:#717171
}
.about .aboutPic {
	width:40%;
	float:right;
	padding-top:50px;
}
.about .aboutPic .pic {
	width:100%;
	display: block;
	float:left;
    height: 360px;
    background-size: cover;
    background-position: center;
	border-radius: 12px;
	border:8px solid #fff;
}
.about .more {
	margin:16px 0 0;
}

.aboutData {
	overflow: hidden;
	padding:30px 0 ;
    background: linear-gradient(to right,#ee7736,#ea5504);
}

.aboutData li {
	width:25%;
	float:left;
	color:#fff;
	overflow: hidden;
	background: url('../images/aboutData-line.png') right top repeat-y;
}
.aboutData li:last-child {
	background: none;
}
.aboutData li div {
	display: flex;
	justify-content: center;
}
.aboutData li div span {
	font-size:80px;
	line-height:1;
	font-family: Bebas;
}
.aboutData li div em {
	font-size:14px;
	text-indent:0.3em;
}
.aboutData li p {
	display: block;
	font-size:14px;
	text-align: center;
	padding:20px 0 0;
}


.products {
	background:url('../images/pro-bg.png') center top no-repeat;
    background-size: cover;
	overflow: hidden;
}

.proTit {
	text-align: center;
	color:#fff;
}
.proTit a {
	color:#fff;
}
.proTit h3 a {
	margin:0 auto;
	display: block;
	height:80px;
	line-height: 3;
	font-size:34px;
}
.proTit span {
	width:70%;
	margin:0 auto;
	display: block;
	line-height: 2;
	font-size: 14px;
}

.proCon {
	margin:0 auto;
	padding:20px 0;
}

/* .swiper-button-prev,
.swiper-button-next {
	width: 30px;
    height: 30px;
	padding:10px;
	margin-top:-50px;
	border:2px solid #fff;
	border-radius: 50%;
}
.swiper-button-prev {
	left:0;
} */



.proCon .item {
	display: block;
	margin:0 10px;
	position: relative;
}

.proCon .item .pic::before,
.proCon .item .pic::after {
	content:''; 
	width:100%; 
	height:0px;
	background:#000; 
	position:absolute; 
	top:0px; 
	left:0px; 
	border-radius: 6px;
	transition:all 0.3s; 
	opacity: 0;
}
.proCon .item .pic::before,
.proCon .item .pic::after {
	background:#000; 
}
.proCon .item .pic::after {
	background:url(../images/icon-sou.png) center center no-repeat; 
}

.proCon .item:hover .pic::before{ height:220px;opacity: .6; }
.proCon .item:hover .pic::after{ height:220px;opacity: 1; }

.proCon .item .pic {
	width:100%;
	height:220px;
	background-position: center;
	background-size:auto 100%;
	background-repeat: no-repeat;
	border-radius: 6px;
	display: block;
	margin:0 auto;
}
.proCon .item .txt {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align: center;
	display: block;
}

#proCon {
	padding:0 0 20px;
}

.gyy {
	width:100%;
	padding:50px 0;
    display: flex;
    display: -webkit-flex;
    position: relative;
    background: #fafafa url('../images/gyy-bg.jpg') center top no-repeat;
	background-size:cover;
}
.gyy .gyyLeft {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	color:#757575;
}
.gyy .gyyLeft h4 {
	width:100%;
	font-size:36px;
	line-height:1.6;
	color:#60be60;
}


.gyy .gyyRight {
	width:100%;
	float:left;
}

.gyy .gyyRight .item {
	width:100%;
	height:500px;
    position: relative;
}
.gyy .gyyRight .item .txt {
	width:30%;
	padding:30px 0;
	height:400px;
	float:left;
	margin-top:70px;
    background: linear-gradient(to right,#ee7736,#ea5504);
	color:#fff;
}
.gyy .gyyRight .item .txt a {
	color:#fff;
}
.gyy .gyyRight .item .txt em {
	width:60px;
	text-align: center;
	border-bottom:1px solid #fff;
	font-size:22px;
	margin-left:20px;
	float:left;
	display: block;
}

.gyy .gyyRight .item .txt em::after {
	content: '1';
}
.gyy .gyyRight li:last-child .item .txt em::after {
	content: '2';
}
.gyy .gyyRight .item .txt h6 a {
	width:calc(100% - 40px);
	margin-left:20px;
	line-height:2.4;
	font-size:22px;
	float:left;
	display: block;
}
.gyy .gyyRight .item .txt p {
	width:calc(100% - 40px);
	margin-left:20px;
	line-height: 2;
	float:left;
	display: block;
}
.gyy .gyyRight .item .txt .more {
	width:60px;
	height:40px;
	border:1px solid #fff;
	display: block;
	float:right;
	margin-top:20px;
	margin-right:20px;
	background:url('../images/arrow1-1.png') center center no-repeat
}
.gyy .gyyRight .item .txt-bg {
	display: none;
}

.gyy .gyyRight .item .item-right {
	width:70%;
	display: block;
	float:left;
	position: relative;
}
.gyy .gyyRight .item .item-right .pic {
	display: block;
	width:100%;
	height:500px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	float:left;
}

.gyy .gyyRight .item .item-right .pic::before,
.gyy .gyyRight .item .item-right .pic::after {
	content:''; 
	width:100%; 
	height:0px;
	background:#000; 
	position:absolute; 
	top:0px; 
	left:0px;
	transition:all 0.3s; 
	opacity: 0;
}
.gyy .gyyRight .item .item-right .pic::before,
.gyy .gyyRight .item .item-right .pic::after {
	background:#000; 
}
.gyy .gyyRight .item .item-right .pic::after {
	background:url(../images/icon-sou.png) center center no-repeat; 
}

.gyy .gyyRight .item .item-right a:hover .pic::before{ height:500px;opacity: .6; }
.gyy .gyyRight .item .item-right a:hover .pic::after{ height:500px;opacity: 1; }


.gyy .swiper-container-horizontal>.swiper-pagination {
	width:370px;
	left:30px;
	bottom:50px;
	text-align: left;
}
.gyy .swiper-pagination-bullet {
	opacity: .7;
	background:#fff;
	transition:all 0.3s; 
}
.gyy .swiper-pagination-bullet-active {
	opacity: 1;
	width:40px;
	background:#fff;
	border-radius: 6px; 
}

.footer  {
	width:100%;
	overflow: hidden;
}
.footer .ft1 {
	width:100%;
	background:#2d2b34;
	padding:30px 0;
	overflow: hidden;
}
.footer .ft1 .nav {
	float:left;
	color:#b3b0bd;
	font-size:14px;
}
.footer .ft1 .nav h3 {
	font-size:20px;
}
.footer .ft1 .nav span {
	font-size:14px;
}
.footer .ft1 .nav li {
	width:100%;
	line-height: 30px;
	float:left;
}
.footer .ft1 .n1 {
	width:200px;
}

.footer .ft1 .n2 {
	width:200px;
	margin-left:30px;
}

.footer .ft1 .n3 {
	width:430px;
	margin-left:30px;
}

.footer .ft1 .n4 {
	width:340px;
	float:right;
}
.footer .ft1 .n4 li {
	width:50%;
}
.footer .ft1 .n4 img {
	width:130px;
	display: block;
	margin:0 auto
}
.footer .ft1 .n4 span {
	width:130px;
	line-height:32px;
	text-align: center;
	display: block;
	margin:0 auto
}
.footer .ft1 .n4 li {
	margin:8px 0;
}
.footer .ft1 .n4 input {
	border:1px solid #44414c;
	color:#b3b0bd;
	width:300px;
	height:36px;
	border-radius: 18px;
	background:none;
	text-indent:1em;
	margin:0;
	padding:0;
}
.footer .ft1 .n4 button {
	width: 150px;
    height: 46px;
    font-size: 18px;
    border-radius: 30px;
    background: linear-gradient(to right,#ee7736,#ea5504);
    position: relative;
	display: block;
	margin:0;
	padding:0;
	outline: none;
	color:#fff;
	border:0;
	cursor:pointer
	
}
.footer .ft2 {
	width:100%;
	line-height: 58px;
	background:#17171b;
	overflow: hidden;
	color: #63606d;
	font-size:14px;
}
.footer .ft2 .left {
	float:left;
}
.footer .ft2 .right {
	float:right;
}



.newfooter .ft1 {
	width:100%;
	background:#2d2b34;
	padding:30px 0 20px;
	overflow: hidden;
}
.newfooter .ft1 .nav {
	float:left;
	color:#b3b0bd;
	font-size:14px;
}

.newfooter .ft1 .nav span {
	font-size:14px;
}
.newfooter .ft1 .nav li {
	width:100%;
	line-height: 30px;
	float:left;
}
.newfooter .ft1 .n1 {
	width:30%;
}
.newfooter .ft1 .n1 .tel {
	font-size: 32px;
	font-weight: 700;
	padding: 10px 0;
	color: #ea5504;
}
.newfooter .ft1 .n2 {
	width:30%;
	margin: 80px 0 0;
}


.newfooter .ft1 .code {
	width:340px;
	float:right;
}
.newfooter .ft1 .code li {
	width:50%;
}
.newfooter .ft1 .code img {
	width:130px;
	display: block;
	margin:0 auto
}
.newfooter .ft1 .code span {
	width:130px;
	line-height:32px;
	text-align: center;
	display: block;
	margin:0 auto
}

.newfooter .ft2 {
	width:100%;
	padding:14px 0;
	text-align: center;
	line-height: 1.4;
	background:#17171b;
	overflow: hidden;
	color: #63606d;
	font-size:14px;
}
.newfooter .ft2 span {
	display: block;
}
.newfooter .ft2 .f-left {
	float: left;
}
.newfooter .ft2 .f-right {
	float: right;
}


.pagebanner .bannerPic {
	height:500px;
}
.pagebanner .bannerBg {
	width:100%;
	height:500px;
	position: absolute;
	top:0;
	left:0;
	background: #000;
	opacity: .1;
}
.pagebanner .bannerPic .txt {
	display: block;
	color:#fff;
	text-align: center;
	position: absolute;
	width:40%;
	left:30%;
	top:220px;
}
.pagebanner .bannerPic .txt h3 {
	display: block;
	font-size:42px;
	margin:0 auto;
}
.pagebanner .bannerPic .txt h3::after {
	content: '';
	width:100px;
	height:2px;
	background:#fff;
	display: block;
	margin:0 auto;
}
.pagebanner .bannerPic .txt span {
	display: block;
	font-size:32px;
	margin:0 auto;
}

.nowpsn {
	background: #f2f2f2;
	overflow: hidden;
	font-size:14px;
}
.nowpsn .nleft {
	float:left;
}
.nowpsn .nleft li {
	float:left;
}
.nowpsn .nleft li a {
	display: block;
	float:left;
	border-right:1px solid #ddd;
	font-size:16px;
	position: relative;
	padding:0 20px;
	margin:20px 0;
}
.nowpsn .nleft .on a {
	color:#ea5504;
}

.nowpsn .nleft li:last-child a {
	border-right:0;
}
.nowpsn .nleft li:first-child a {
	padding:0 20px 0 0;
}


.nowpsn .nright {
	float:right;
	margin:20px 0;
}
.nowpsn .nright i {
	color:#00a83c;
}
.pagelist .pcont {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

.pagelist .pcont ul {
	width:100%;
	float:left;
}
.pagelist .pcont li {
	width:100%;
	padding:30px 0;
	float:left;
	border-bottom:1px solid #ddd;
}
.pagelist .pcont .txt {
	width:calc(100% - 300px);
	float: left;
}
.pagelist .pcont .txt .pdata {
	width:20%;
	float:left;
	position: relative;
	color:#999;
}
.pagelist .pcont .txt .pdata .d1 {
	width:80px;
	font-size: 20px;
	float:left;
	clear: both;
	display: block;
	text-align: center;
	font-family: Bebas;
}
.pagelist .pcont .txt .pdata .d2 {
	width:40px;
	float:left;
	clear: both;
	display: block;
	text-align: center;
	font-size:14px;
	padding:5px 0;
	margin-top:20px;
	margin-left:20px;
	transition: all 0.3s ease;
}
.pagelist .pcont li:hover .txt .pdata .d2 {
	background:#ea5504;
	color:#fff;
	transition: all 0.3s ease;
}
.pagelist .pcont li:hover .txt .pdata .d2::after {
	width:80px;
	transition: all 0.3s ease;
}
.pagelist .pcont .txt .pdata .d2::after {
	content: '';
	position: absolute;
	width:60px;
	height:1px;
	background:#ccc;
	top:14px;
	left:100px;
	opacity: 1;
	transition: all 0.3s ease;
}
.pagelist .pcont .txt .pnews {
	width:80%;
	float:left;
}

.pagelist .pcont .txt .pnews h3 a {
	width:96%;
	font-size:24px;
	transition: all 0.3s ease;
}
.pagelist .pcont li:hover .txt .pnews h3 a {
	margin-left:20px;
	transition: all 0.3s ease;
}
.pagelist .pcont .txt .pnews p a {
	width:96%;
	font-size:14px;
	color:#999;
	transition: all 0.3s ease;
	display: block;
}
.pagelist .pcont li:hover .txt .pnews p a {
	margin-left:20px;
	transition: all 0.3s ease;
}
.pagelist .pcont .pic {
	width:300px;
	height:200px;
	background-size:cover;
	background-repeat: center center;
	display: block;
	float: left;
}


.pagelistpic .pcont {
	padding:30px 0 0;
}
.pagelistpic .pcont li {
	width:25%;
	padding-left:1%;
	padding-right:1%;
	padding-bottom: 20px;
	padding-top:0;
	float:left;
	border:0;
}
.pagelistpic .pcont .txt {
	width:100%;
	text-align: center;
	margin:0 auto;
}

.pagelistpic .pcont .txt h3 a {
	width:100%;
	text-align: center;
	margin:0 auto;
	display: block;
	font-size:14px;
	line-height: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow:hidden;
}
.pagelistpic .pcont .pic {
	width:100%;
	height:206px;
	display: block;
	margin:0 auto;
	border-radius: 6px;
	border:1px solid #ddd;
	padding:6px;
	position: relative;
	overflow: hidden;
}
.pagelistpic .pcont .pic a {
	width:100%;
	height:100%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position: center center;
	display: block;
	margin:0 auto;
	transition:all 0.3s ease-in-out; 
}
.pagelistpic .pcont .pic a:hover {
	opacity: 0.9;
	transition:all 0.3s ease-in-out; 
}

/*荣誉证书*/

.pagelistpicsu .pcont li {
	width: 33.3333%;
}
.pagelistpicsu .pcont .pic {
	width:100%;
	height:580px;
	padding:12px;
}
.pagelistpicsu .pcont .pic a {
	background-size:auto 100%;
}
/*人才招聘*/

.joblist {
    background: #f5f5f5;
    padding: 30px 0;
}
.joblist .wrapper {
    background: #fff;
    padding-left: 3%;
    padding-right: 3%;
}


.joblist .pcont {
	width: 80%;
	padding: 20px 0 0;
	clear: both;
}
.joblist .pcont li {
	width: 100%;
}
.joblist .pcont .txt {
	width: 100%;
}
.joblist .pcont .txt .pnews {
	width: 100%;
}
.joblist .pcont .txt .pnews p a {
	width: 100%;
	/*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    white-space: pre-line;
    -webkit-line-clamp: 4;
    word-break:break-all;
    line-height: 2;
}
.joblist .pcont li:hover .txt .pnews h3 a,
.joblist .pcont li:hover .txt .pnews p a {
	margin-left:0;
	transition: all 0.3s ease;
}
.jobinfo {
	padding: 20px 0;
	font-size: 20px;
	line-height: 2.4;
}

/* 分页 */
.listpage {
	padding:30px 0;
	width:100%;
	margin:0 auto;
	text-align:center;
	clear: both;
	font-size:14px;
}
.listpage a {
	display:inline-block;
	height:36px;
	line-height:36px;
	background:#fff;
	border:1px solid #e3e3e3;
	text-align:center;
	color:#333;
	padding:0 14px;
	margin-left:3px;
	margin-bottom: 10px;
	border-radius:2px;
	font-size:14px;
}
.listpage a:hover {
	background:#f1f1f1;
	color:#000;
	text-decoration:none;
}
.listpage span {
	display:inline-block;
	height:36px;
	padding:0 16px;
	line-height:36px;
	background:#ea5504;
	border:1px solid #ea5504;
	color:#fff;
	text-align:center;
	margin-left: 3px;
	margin-bottom: 10px;
	border-radius:2px;
}
.pshow {
	width:100%;
	padding:10px 0 0;
	clear: both;
}
.pshow h1 {
	width:100%;
	display: block;
	margin:0 auto;
	text-align: center;
	font-size:32px;
	line-height: 1.4;
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.pshow .info {
	width:100%;
	margin:0 auto;
	text-align: center;
	font-size:14px;
	line-height: 2;
	padding:10px 0;
	color:#666;
}
.pshow .content {
	width:100%;
	margin:0 auto;
	padding:0 0 30px;
	overflow: hidden;
}
.page .pshow .content {
	padding:20px 0 30px;
}
.pshow .content p {
	margin:10px 0;
	line-height: 2;
	font-size:16px;
}
.pshow .content img {
	max-width:100%;
	display: block;
    margin: 16px auto;
}

.pshow .pagetext {
	width:100%;
	border-top:1px solid #ddd;
	padding:20px 0;
	margin:0 auto;
	overflow: hidden;
}
.pshow .pagetext li {
	width:50%;
	line-height: 32px;
	float:left;
	font-size:14px;
}
.pshow .pagetext a {
	font-size:14px;
}
.pshow .pagetext .p2 {
	float:right;
	text-align: right;
}
/*人才招聘*/
.jobshow .pshow {
	width: 80%;
	margin: 0 auto;
}

/* 联系我们 */
.countact .content {
	padding:30px 0;
}
.countact .c-left {
	width:50%;
	padding:0 2%;
	float:left;
}
.countact .pshow .content p {
	margin: 5px 0;
}
.countact .c-left h2 {
	font-size:22px;
	color: #00a83c;
}
.countact .form li {
	width:100%;
	float:left;
	margin:0 0 10px;
}
.countact .form span {
	width:20%;
	line-height: 32px;
	float:left;
	display: block;
	text-align: right;
	font-size:14px;
}
.countact .form .input-textarea,
.countact .form textarea {
	width:80%;
	height:100px;
	border:1px solid #d8d8d8;
	float:left;
	display: block;
}
.countact .form .input-text {
	width:80%;
	border:1px solid #d8d8d8;
	height:32px;
	line-height: 32px;
	float:left;
	display: block;
}
.countact .form .button {
	width: 80%;
    height: 46px;
    font-size: 18px;
    background: linear-gradient(to right,#ee7736,#ea5504);
    position: relative;
	display: block;
	margin:0 0 0 20%;
	padding:0;
	outline: none;
	color:#fff;
	border:0;
	cursor:pointer
}

.countact .c-right {
	width:50%;
	float:right;
}
.countact .baidumap {
	width:100%;
	height:450px;
	border:0;
	margin:20px 0 0;
	border:1px solid #d5d5d5;
	overflow: hidden;
}

/* 公司历程 */

.c-licheng {
    margin-left: 244px;
    margin-bottom: 54px;
    margin-top: 70px
}

.c-licheng ul li {
    padding: 40px 75px 30px 66px;
    border-left: 1px solid #00a83c;
    position: relative
}

.c-licheng ul li .d_year {
    position: absolute;
    left: -150px;
    top: 31px;
    font-size: 40px;
    color: #00a83c
}

.c-licheng ul li .i_circle {
    display: block;
    width: 11px;
    height: 11px;
    background: #fff url("../images/arrow4.png") no-repeat;
    position: absolute;
    left: -6px;
    top: 50px
}

.c-licheng ul li .d_detail {
    font-size: 16px;
    color: #000000;
    line-height: 32px
}

.c-licheng ul li .i_jiantou {
    display: block;
    width: 16px;
    height: 7px;
    background: url("../images/arrow3.png") no-repeat;
    position: absolute;
    left: -9px;
    top: -2px
}