body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: 'Source Han Sans CN';
	min-width: 1280px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	vertical-align: middle;
}

input,
textarea,
button {
	border: none;
	outline: none;
	font-family: "Microsoft Yahei"
}

.bj1 {
	background: #fff;
}

.wrapper {
	width: 100%;
	margin: auto;
}

.tran,
a {
	color: #333;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/*header*/

.header {
	height: 100px;
    position: relative;
}

.header .mail_l {}

.header .contact_top {
	width: 575px;
}

.header .contact_top .mail_l {
	height: 95px;
	background: url(../images/top_1.png) no-repeat left center / 30px;
	padding-left: 50px;
	font-size: 12px;
}

.header .contact_top .mail_l .p1 {
	padding-top: 32px;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px
}

.header .contact_top .mail_l p {
	color: #999;
}

.header .contact_top .tel_r {
    height: 40px;
    padding-left: 40px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.header .contact_top .tel_r .p1 {
	padding-top: 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}


.header .contact_top .tel_r p {
	color: #333;
	font-size: 16px;
	text-align: center;
}


/*nav*/

.nav {
   height: 50px; */
    /* line-height: 50px; */
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -600px; */
    /* top: 95px; */
    z-index: 1;
    /* background: #6bb90f; */
    padding-top: 40px;
    float: right;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	margin-left: 20px;
}

.nav .nLi:hover,.nav .nLi.xuan-zhong-nav {
	color: #ffffff;
}
.nav .nLi:hover> h3 a{
	background: #dddddd;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
    line-height: 50px;
    width: 100px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #222222;
}

.nav .sub {
	max-height: 0px;
    overflow: hidden;
    left: 0;
    top: 50px;
    width: 220px;
    position: absolute;
    background: #dddddd;
    line-height: 50px;
    transition: all 0.3s ease;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
    /* text-align: center; */
    padding: 0 20px;
    color: #666;
    line-height: 40px;
}

.nav .cur {
	color: #fff;
	background: #518e0a;
}

.nav .sub a:hover {
	background: #007134;
	color: #ffffff;
}

.searchbox {
	background: #fff;
	line-height: 49px;
	height: 50px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 20px;
}

.searchbox .ninputs {
	border-bottom: 1px solid #ddd;
	line-height: 35px;
	margin-top: 5px
}

.searchbox .searchbox_txt {
	line-height: 35px;
	font-size: 12px;
	color: #666;
}

.searchbox .sousuo {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}


/*index_title*/

.index_title {
	text-align: center;
	margin: 55px auto 40px;
}

.index_title h1 {
	font-size: 24px;
	font-weight: bold;
}

.index_title p.p1 {
	font-size: 12px;
	color: #ccc;
	padding: 5px 0 0;
	text-transform: uppercase;
    font-weight: normal;
}

.index_title p {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

.index_title h1 span {
	color: #333;
}

.index_title1 {
	text-align: left;
	margin: 0 auto;
}

.index_title1 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.index_title1 h1 span {
	color: #6bb90f;
}

.index_title1 p.p1 {
	font-size: 12px;
	color: #ccc;
	padding: 5px 0 0;
	margin-bottom: 10px;
}

.index_title1 .text p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	text-indent: 2em;
	text-align: justify;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.index_title2 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.index_title2 .p1 {
	font-size: 12px;
	color: #ccc;
	padding: 5px 0 0;
}

.index_title3 {
	text-align: center;
	margin: 55px auto 30px;
}

.index_title3 h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.index_title3 .p1 {
	font-size: 12px;
	color: #fff;
	padding: 5px 0 0;
}


/*index_list*/

.index_list {}

.index_list ul {
	margin-right: -40px;
}

.index_list ul li {
	float: left;
	text-align: center;
	width: 270px;
	height: 140px;
	margin-right: 40px;
	background: #f9f9f9;
	padding: 45px 20px;
	box-sizing: border-box;
}

.index_list ul li h3 {
	margin: 15px auto;
	font-size: 18px;
	font-weight: bold;
}

.index_list ul li p {
	font-size: 14px;
	color: #666;
	text-align: left;
}

.index_list ul li:hover {
	background: #f0f0f0;
}


/*index_about*/

.index_about {
	height: 440px;
	margin: 60px auto;
	position: relative;
	overflow: hidden;
}

.index_about .left {
	width: 560px;
}

.index_about .left ul.ul1 {
	width: 100%;
}

.index_about .left ul.ul1 li {
	width: 23%;
	float: left;
	text-align: center;
	margin: 30px 1% 0px;
}

.index_about .left ul.ul1 li i {
	display: block;
	width: 70px;
	height: 50px;
	background: url(../images/icon.png) no-repeat -2px -15px;
	margin: 0 auto 15px;
}

.index_about .left ul.ul1 li i.i2 {
	background-position: -108px -10px;
	height: 51px;
}

.index_about .left ul.ul1 li i.i3 {
	background-position: 1px -87px;
}

.index_about .left ul.ul1 li i.i4 {
	background-position: -107px -87px;
}

.index_about .img {
	width: calc(100% - 620px);
	height: 440px;
}

.index_about .img .position {
	float: right;
	position: absolute;
	left: 600px;
	height: 440px;
	width: 100%;
	background: url(../images/about_bj.jpg) no-repeat
}

.index_about .img .fl {
	position: absolute;
	top: 50px;
	padding-right: 25px;
}

.index_about .img .fl p {
	margin: 20px auto 40px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index_about .img .fl a {
	color: #fff;
}

.index_about .img .fl a:hover {
	background: #6bb90f;
	border-color: #6bb90f;
}

.index_about .left ul.ul1 li p {
	line-height: 20px;
}


/*index_cases*/

.index_cases {}

.index_cases ul {
	margin-right: -3%;
}

.index_cases ul li {
	float: left;
	width: 22%;
	margin-right: 3%;
	background-color: #ebeaea;
}

.index_cases ul li .title {
	font-size: 20px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.index_cases ul li .title i {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon.png) no-repeat -218px -12px;
	padding-right: 10px;
}

.index_cases ul li .title i.i2 {
	background-position: -281px -12px;
}

.index_cases ul li .title i.i3 {
	background-position: -342px -12px;
}

.index_cases ul li .title span {
	display: inline-block;
	vertical-align: middle;
}

.index_cases ul li .title a {
	float: right;
	font-size: 12px;
	color: #999;
}

.index_cases ul li .title a:hover,
.index_cases ul li p:hover a {
	color: #6bb90f;
}

.index_cases ul li p {
	padding: 10px 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	text-align: center;
}

.index_cases ul li p a {
	font-size: 16px;
}


/*index_project*/

.index_project {}

.index_project ul li {
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}

.index_project ul li .date {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

.index_project ul li .date span {
	display: block;
	margin: auto;
}

.index_project ul li .date span.span1 {
	font-size: 24px;
	color: #333;
	padding: 5px 0;
}

.index_project ul li .date span.span2 {
	font-size: 13px;
	color: #666;
}

.index_project ul li .content {
	width: calc(100% - 130px);
}

.index_project ul li .content .title {
	font-size: 18px;
	padding-bottom: 10px;
}

.index_project ul li:hover .content .title a {
	color: #6bb90f;
}

.index_project ul li .content p {
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index_news .ul1 {
	width: 640px;
}

.index_news .img {
	width: 500px;
}

.index_news .img img {
	max-width: 100%;
}

.index_news ul li {
	padding: 9.5px 0;
}

.index_news ul li .content p {
	-webkit-line-clamp: 1;
}

.index_news ul li .content .title {
	padding: 6.3px 0;
}

.index_news ul li .date span.span1 {
	padding: 0;
}

.index_project .more {
	text-align: center;
	margin: 60px auto 25px;
	width: 100%;
	float: left;
}

.index_project .more a {
	margin: auto 25px;
	color: #6bb90f;
	border: 1px solid #6bb90f;
	padding: 9px 48px;
}

.index_project .more a:hover {
	background: #6bb90f;
	border-color: #6bb90f;
	color: #fff;
}


/*index_jobs*/

.index_jobs {
	margin-top: 50px;
	color: #fff;
	background: url(../images/index_bj.jpg) no-repeat center;
	padding: 70px 0;
}

.index_jobs .content p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
	text-align: center;
}

.index_jobs .content .more {
	text-align: center;
	margin: 30px auto;
}

.index_jobs .content .more a {
	margin: auto 25px;
	color: #fff;
	border: 1px solid #fff;
	padding: 9px 48px;
}

.index_jobs .content .more a:hover {
	background: #6bb90f;
	border-color: #6bb90f;
}


/*footer*/

.footer {
	background: #171717;
	padding: 30px 0;
	margin-top: 100px;
	color: #fff;
	border-bottom: 1px solid #333;
}

.footer dl {
	float: left;
	margin-right: 60px;
}

.footer dt,
.footer dt a {
	color: #fff;
	margin: 10px auto;
}

.footer dd a {
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
}

.footer .footer_r {
	width: 365px;
}

.footer .footer_r .title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footer .footer_r .title i {
	vertical-align: bottom;
	display: inline-block;
	width: 66px;
	height: 63px;
	background: url(../images/icon.png) no-repeat -205px -82px;
}

.footer .footer_r .title p {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
}

.footer .footer_r .title p span {
	display: block;
	font-size: 24px;
}

.footer .footer_r .ewm {}

.footer .footer_r .ewm img {
	width: 95px;
	float: left;
	display: inline-block;
	margin-right: 30px;
}

.footer .footer_r .ewm p {
	font-size: 18px;
	float: left;
	line-height: 36px;
}

.footer .footer_r .ewm p span {
	display: block;
	margin-top: 10px;
}


/*copyright*/

.copyright {
	background: #171717;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #ddd;
}


/*kefu*/

.kefu {
	position: fixed;
	right: 0;
	top: 45%;
	background: #fff;
	box-shadow: -2px 2px 10px #999;
	width: 180px;
	z-index: 1000;
}

.kefu .title {
	background: #e81411;
	padding: 10px 10px;
	box-sizing: border-box;
	color: #fff;
}

.kefu .title a {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../images/cha.png) no-repeat center;
	float: right;
	margin-top: 4px;
}

.kefu ul li {
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 12px;
	border-bottom: 1px dashed #ddd;
}

.kefu ul li i {
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(../images/qq.png) no-repeat center;
	vertical-align: middle;
}

.kefu ul li:last-child {
	border: none;
}


/*共用*/

.page-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.page-banner img {
	display: block;
	width: 1920px;
	height: 450px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.page-nav {
	line-height: 50px;
}

.page-nav .left_crumbs {
	line-height: 50px;
	margin-left: -15px;
	font-family: "Sunsim";
	color: #888;
	font-size: 14px;
}

.page-nav .left_crumbs a {
	padding: 0 15px;
	font-family: Microsoft Yahei;
	color: #555;
	font-size: 16px;
}

.page-nav .left_crumbs a:hover {
	color: #6bb90f;
}

.page-nav .list_crumbs ul li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

.page-nav .list_crumbs ul li a {
	display: inline-block;
	line-height: 50px;
	width: 160px;
	text-align: center;
	background: #fff;
	color: #333;
}

.page-nav .list_crumbs ul li a:hover,
.page-nav .list_crumbs ul li a.cur {
	background: #6bb90f;
	color: #fff;
}

.page-nav-l {
	width: 16.667%;
	text-align: center;
}

.page-nav-l .title_over {
	background: #6bb90f;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.page-nav-l .ul1 li a {
	display: block;
	line-height: 50px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	font-size: 15px;
}

.page-nav-l .ul1 li a:hover,
.page-nav-l .ul1 li.cur a {
	color: #ffffff;
	background-color: #6bb90f;
	margin-bottom: 0px;
}

.page-content-r {
	width: 80%;
}


/*page*/

.page {
	text-align: center;
	padding: 50px 0 50px;
}

.page a {
	display: inline-block;
	padding: 0px 13px;
	line-height: 34px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.page a:hover,
.page .on {
	background: #6bb90f;
	color: #fff;
	border-color: #6bb90f;
}


/*contact*/

.contact h1 {
	font-size: 24px;
	color: #6bb90f;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact p {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}


/*cases*/

.cases {}

.cases ul li.li1 {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}

.cases ul li.li1 .date,
.cases ul li.li1:hover .date {
	color: #333;
}

.cases ul li {
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
}

.cases ul li .left {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
}

.cases ul li:hover .left a,
.cases ul li:hover .date {
	color: #6bb90f;
	line-height: 50px;
}

.cases ul li .date {
	color: #666;
	line-height: 50px;
}


/*cases_det*/

.cases_det {}

.cases_det table tr td {
	border: 1px solid #ddd;
	padding: 10px 10px;
	box-sizing: border-box;
}

.prenext {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 30px;
}

.prenext ul li {
	color: #555;
	font-size: 14px;
}

.prenext ul li a {
	color: #555
}

.prenext ul li:hover a {
	color: #6bb90f;
}

.prenext .ListDate {
	font-size: 12px;
	color: #666;
	padding-left: 15px;
}


/*news*/

.news ul li {
	font-size: 0.9rem;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.news ul li .date {
	width: 70px;
	height: 70px;
	background: #6bb90f;
	padding: 5px;
}

.news ul li .date span {
	color: #fff;
	display: block;
	margin: auto;
	text-align: center;
}

.news ul li .date .span1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.news ul li .date .span2 {
	font-size: 15px;
	line-height: 1;
}

.news ul li .index_news_r {
	width: 1100px;
}

.news ul li .index_news_r .title {
	font-size: 18px;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news ul li .index_news_r .title {
	color: #333;
	font-weight: bold;
}

.news ul li .index_news_r .content {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news ul li:hover .index_news_r .title a {
	color: #6bb90f;
}


/*news_det*/

.news_det h1 {
	text-align: center;
	margin-top: 50px;
	font-size: 28px;
}

.news_det .date {
	border-bottom: 1px dashed #d2d2d2;
	margin: auto;
	text-align: center;
	padding: 10px 0px;
	margin: auto auto 20px;
}

.news_det .date span {
	color: #5e5e5e;
	font-size: 13px;
	padding: 0 10px;
	line-height: 2;
}

.news_det p {
	color: #333;
	line-height: 30px;
	margin-bottom: 0px;
}
.newsdetail p img{
	max-width: 100%;
}

table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

table tbody tr td {
	border: 1px solid #888;
	padding: 10px 5px;
	color: #333;
	vertical-align: middle;
	text-indent: 0em;
}

.news_det table tbody tr td:nth-child(1) {
	width: 140px;
}


/*.share{margin:50px auto 10px;}
.share .bdsharebuttonbox span{line-height:36px;padding-right:15px;}*/

.about table tbody tr td {
	border: none;
}

.about.news_det table tbody tr td {
	border: 1px solid #ccc;
}


/*jobs*/

.jobs img {
	max-width: 100%;
}

.jobs ul {
	margin-top: 30px;
}

.jobs ul li {
	margin-bottom: 50px;
}

.jobs ul li h2 {
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}

.jobs ul li p {
	font-size: 14px;
	color: #666;
}

.jobs ul li .div1 {
	margin: 20px auto;
}

.nav .nLi:hover>.sub {
	max-height: 500px;
}

header {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.logo {
	height: 55px;
    margin-top: 17px;
}

.indexmain {
	width: 100%;
	overflow: hidden;
}

.index01tit {
	text-align: left;
	line-height: 3em;
}

.index01tit span {
	font-size: 16px;
	line-height: 3em;
}

.index01lb li p {
	text-indent: 0em;
	line-height: 2em;
}

.index01lb li p span {
	font-size: 16px;
}

.casemore {
	display: block;
	width: 100px;
	text-align: center;
	margin: auto;
	line-height: 30px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #6bb90e;
	color: #6bb90e;
	margin-top: 15px;
}

.casemore:hover {
	background-color: #6bb90e;
	color: #ffffff;
}

.ymbanner {
	width: 100%;
}

.aboutmain {
	width: 1200px;
	margin: auto;
}

.aboutjs p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #444;
}

#container {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}


/*相册*/

.rylb {
	width: 23%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2.66%;
}

.rylb:nth-child(4n) {
	margin-right: 0;
}

.lightbox {
	width: 100%;
	display: block;
	height: 235px;
}


}
.tz-gallery .lightbox img {
	border-radius: 4px 4px 4px 4px;
	width: 100%;
}
.lightbox p {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page-content-r p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #444444;
}
.newsdetail p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #444444;
}
.fenye {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-top: 20px;
}
.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}
.active {
	background-color: #222222;
}
.fenye li .current {
	color: #ffffff !important;
}
.fenye li a {
	color: #222222 !important;
}
.menulogo{
	display: none;
}
.menuzz{
	display: none;
}
.bqsy{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
	line-height: 20px;
}
.bqsy a{
	color: #FFFFFF;
}
.index_cases ul li a img{
	width: 100%;
}
.indexprolb{
	position: relative;
}
.swiper-container1{
	width: 90%;
	margin-left: 5%;
	overflow: hidden;
}
.indexlbcp{
	display: block;
	width: 100%;
	background-color: #f1f1f1;
}
.indexlbcp img{
	display: block;
	width: 100%;
}
.indexlbcp p{
	color: #222222;
	line-height: 30px;
	font-size: 15px;
	padding:0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index2left{
	position: absolute;
	width: 4%;
	left: 0;
	top: 35%;
}
.index2right{
	position: absolute;
	width: 4%;
	right: 0;
	top: 35%;
}
.zxflname{
	margin-bottom: 10px;
}
.zxflname a{
	display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    color: #222222;
    border: 1px solid #b3b2b2;
    border-radius: 20px;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.zxflname a:hover{
	color: #ffffff;
	border: 1px solid #b3b2b2;
	background-color: #6bb90f;
}
.zxfl11{
	width: 100%;
	margin:5px 0;
}
.zxfl11 span:nth-child(1){
	width: 78%;
	float: left;
	font-size: 14px;
	display: block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.zxfl11 span:nth-child(2){
	width: 20%;
	float: right;
	text-align: right;
	display: block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 13px;
color: #666;
}
.zxfldt{
	position: relative;
}
.zxfldt a{
	display: block;
	position: relative;
}
.zxfldt a img{
	width: 100%;
	display: block;
}
.zxfldt a p{
	display: block;
	width: 100%;
	line-height: 35px;
	font-size: 13px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	padding:0 10px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.swiper-container2{
	width: 90%;
	margin-left: 5%;
	overflow: hidden;
}
.khdf1{
	width: 100%;
	position: relative;
}
.index2left1{
	position: absolute;
	width: 4%;
	left: 0;
	top: 27%;
}
.index2right1{
	position: absolute;
	width: 4%;
	right: 0;
	top: 27%;
}
.swiper-container2 img{
	border:1px solid #dddddd;
	box-sizing:border-box;
}
.about4lb1tit{
	line-height: 40px;
	font-size: 17px;
	color: #666666;
	position: relative;
}
.about4lb1tit b{
	font-weight: normal;
	margin-left: 20px;
}
.about4lb1tit span{
	width: 30px;
	display: block;
	height: 30px;
	background: url(../images/jtxia.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 5px;
}
.about4lb1nr{
	padding: 15px 0;
}
.about4lb1nr p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.about4lb1{
	max-height: 40px;
	overflow: hidden;
	margin: 20px 0;
	transition: all 0.5s ease;
}
.about4lb2 .about4lb1tit{
	border-bottom: 2px solid #666;
}
.about4lb2{
	max-height: 500px;
	transition: all 1s ease;
}
.about4lb2 .about4lb1tit span{
	width: 30px;
	display: block;
	height: 30px;
	background: url(../images/jtshang.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 5px;
}
.lxfsfl{
	width: 100%;
}
.lxfsfl li{
	width: 31.33%;
	float: left;
	margin-right: 3%;
	padding: 15px;
	background-color: #f5f5f5;
}
.lxfsfl li:nth-child(3n){
	margin-right: 0;
}
.lxfsfl li h4{
	font-size: 16px;
	color: #222222;
	margin-bottom: 5px;
}
.lxfsfl li h4 i{
	font-size: 18px;
	color: #6bb90f;
	margin-right: 4px;
}
.lxfsfl li p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}
.zxflnamesx1{
	display: none;
}
.zxflnamesx1:nth-child(1){
	display: block;
}
.zxflname .zxflnamesx01{
	color: #ffffff;
	border: 1px solid #b3b2b2;
	background-color: #6bb90f;
}
.newslb{
	width: 23%;
	float: left;
	margin-right: 2.66%;
	margin-bottom: 15px;
	padding:20px !important;
	border:1px solid #dddddd;
}
.newslb:nth-child(4n){
	margin-right: 0;
}
.newslb h4{
	font-size: 15px;
	color: #6bb90f;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.newslb h5{
	font-size: 13px;
	color: #666;
	margin:15px 0;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.newslb img{
	width: 100%;
	height: 165px;
}
.newslb a{
	display: block;
	margin:auto;
	width: 100px;
	line-height:30px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
	color: #666;
	transition: all 0.3s ease;
}
.newslb a:hover{
	background-color: #6bb90f;
	color: #ffffff;
}
.dzxz{
	width: 100%;
	position: relative;
	margin-top:30px;
	z-index: 9;
}
.dzxz h4{
	width: 200px;
	line-height: 40px;
	color: #666;
	text-align: center;
	border:1px solid #dddddd;
	border-radius: 5px;
}
.dzxz1{
	width: 200px;
	position: absolute;
	left: 0;
	top: 45px;
	border:1px solid #dddddd;
	padding:5px;
	display: none;
	background-color: #ffffff;
}
.dzxz1 p{
	line-height: 35px;
	font-size: 15px;
	border-bottom: 1px dashed #dddddd;
}
.dzxz1 p:last-child{
	border-bottom: 0px dashed #dddddd;
}
.cpal{
	width: 31.33%;
	float: left;
	margin-bottom: 10px;
	margin-right: 3%;
}
.cpal:nth-child(3n){
	margin-right: 0;
}
.cpal a img{
	width: 100%;
	height: 250px;
}
.cpal a p{
	font-size: 14px;
	margin-top: 5px;
	color: #222222;
	text-align: center;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.cases ul .cpal div{
	width: 100%;
}
.page-content-r p img{
	max-width: 100%;
}
.about_img iframe{
    width: 100%;
    height: 300px;
    margin-top:20px;
    float: left;
}
.about_img a{
	float: left;
	display: none;
}
.index_about .img .fl {
    position: absolute;
    top: 25px;
    padding-right: 25px;
    width: 580px;
}
.index_title2 h1 a{
	float: right;
	font-size: 14px;
	color: #ffffff;
}


@media only screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}
	
	.kefu {
		display: none;
	}
	
	.w1200 {
		width: 100%;
		margin: auto;
	}
	
	header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.header {
		height: 50px;
	}

	.index2left{
	display: none;
}
.index2right{
	display: none;
}

	
	.logo {
		height: 40px;
		margin-top: 5px;
	}
	
	.header .contact_top {
		display: none;
	}
	.menulogo{
		display: block;
		width: 30px;
		float: right;
		margin-top: 10px;
	}
	.swiper-container{
		margin-top: 50px;
	}
	.nav {
    width: 260px;
    height: 100%;
    line-height: 50px;
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 9;
    background: #ffffff;
    padding-left: 0;
    padding-top: 0;
    transition: all 0.3s ease;
}
	.nav .nLi{
		width: 100%;
		padding: 0 15px;
		margin-left: 0px; 
	}
	.nav .nLi h3 a{
		width: 100%;
		color: #222222;
		text-align: left;
	}
	.nav .on h3 a{
	    color: #ffffff;
	}

	.searchbox {
    display: none;
}
.menuzz {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 8;
    display: none;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.index_title {
    text-align: center;
    margin: 20px auto 20px;
    padding: 0 10px;
}
.index01tit span {
    font-size: 14px;
    line-height: 1.5em;
}
.index01tit {
    text-align: left;
    line-height: 1.5em;
}
.index_list ul {
    margin-right: 0;
    padding: 0 10px;
}
.index_list ul li {
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    height: auto;
    margin-right: 0;
    background: #f9f9f9;
    padding: 20px 10px;
    box-sizing: border-box;
}
.index_list ul li:nth-child(2n){
	float: right;
}
.index01lb li p span {
    font-size: 13px;
    line-height: 20px;
}
.index01lb li p {
    text-indent: 0em;
    line-height: 20px;
}
.index_about {
    height: auto;
    margin: 30px auto;
    position: relative;
    width: 100%;
    padding: 0 10px;
}
.index_about .left {
    width: 100%;
}
.index_about .img {
    width: 100%;
    height: auto;
}
.index_about .img .position {
    float: right;
    position: inherit;
    left: 0;
    height: 340px;
    width: 100%;
    background: url(../images/about_bj.jpg) no-repeat;
}
.index_title1 .text p {
    font-size: 14px;
}
.index_about .left ul.ul1 li p {
    line-height: 20px;
    font-size: 12px;
}
.index_about .img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
}
.index_about .img .fl {
    position: absolute;
    top: 10%;
    width: 100%;
    padding: 0 10px;
}
.index_cases ul li .title {
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 0px;
}
.index_cases ul li .title i{
	    padding-right: 0;
	}
	.index_cases ul {
    margin-right: 0;
}
.index_cases ul li {
    float: left;
    width: 48%;
    margin: 10px 0;
    margin-right: 0;
}
.index_cases ul li:nth-child(2n) {
    float: right;
    width: 48%;
    margin-right: 0;
}
.index_cases ul li p a {
    font-size: 13px;
}
.casemore {
    display: block;
    width: 90px;
    text-align: center;
    margin: auto;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #6bb90e;
    color: #6bb90e;
    margin-top: 10px;
}
.index_project{
	padding: 0 10px;
}
.index_project ul li .content {
    width: calc(100% - 90px);
}
.index_project ul li .content .title {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
}
.index_project ul li .date {
    width: 78px;
}
.index_project .more {
    margin: 35px auto 0px;
}
.index_jobs .content .more a {
    margin: auto 10px;
    padding: 7px 20px;
    font-size: 14px;
}
.index_title3 {
    text-align: center;
    margin: 20px auto 15px;
}
.index_title3 h1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.index_jobs .content p {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.index_jobs {
    padding: 15px 0;
}
.index_news ul li .content .title {
    padding: 0;
}
.index_news .img img {
    max-width: 100%;
}
.index_news .ul1 {
    width: 100%;
}
.index_news{
    padding-bottom: 20px;
}
.footer {
    background: #171717;
    padding: 20px 10px;
    margin-top: 20px;
    color: #fff;
    border-bottom: 1px solid #333;
}
.footer .w1200 dl{
    display: none !important;
}
.footer .footer_r {
    width: 100%;
}
.footer .footer_r .title p {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 5px;
}
.footer .footer_r .title p span {
    display: block;
    font-size: 18px;
}
.footer .footer_r .title i {
    transform: scale(0.7);
    margin-top: 5px;
    float: left;
}
.footer .footer_r .ewm img {
    margin-right: 20px;
}
.footer .footer_r .ewm p {
    font-size: 15px;
}
.sub{
	display: none;
	}
	.ymbanner {
    margin-top: 50px;
}
.aboutmain {
    width: 100%;
    padding: 0 10px;
    margin: auto;
}
.list_crumbs .sub{
	display: block;
	}
	.page-nav .left_crumbs {
    line-height: 50px;
    margin-left: 0;
    font-family: "Sunsim";
    color: #888;
    font-size: 14px;
    width: 100%;
}
.page-nav .fr{
	width: 100%;
}
.page-nav .list_crumbs ul li{
	width: 48%;
	float: left;
	}
	.page-nav .list_crumbs ul li:nth-child(2n){
	width: 48%;
	float: right;
	}
	.page-nav .list_crumbs ul li a{
		width: 100%;
	}
	.aboutjs p {
    font-size: 14px;
    line-height: 25px;
}
#container{
	height: 300px;
}
.rylb {
    width: 100%;
    margin-right: 0;
}
.lightbox p{
	margin-top: 5px;
	}
.index_title p img{
	width: 100%;
	}
.jobs ul li p {
    text-indent: 0;
}
.jobs ul li {
    margin-bottom: 20px;
}
.news ul li .date {
    width: 50px;
    height: 50px;
    padding: 0px;
}
.news ul li .date .span1 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 6px;
}
.news ul li .date .span2 {
    font-size: 12px;
    line-height: 1;
}
.news ul li .index_news_r {
    width: calc(100% - 70px);
}
.news ul li .index_news_r .title{
	font-size: 16px;
}
.news_det h1 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
}
.prenext ul li a{
	line-height: 20px;
}
.page-nav-l {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.page-nav-l .title_over {
    background: #6bb90f;
    padding: 4px 15px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
.page-nav-l .ul1 li a {
    display: block;
    line-height: 40px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    font-size: 14px;
}
.page-content-r{
	width: 100%;
}
.title a{
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.aboutjs p{
	text-indent: 0;
}
.aboutjs img{
	max-width: 100%;
}
.nav .nLi h3 {
    float: left;
    width: 100%;
    text-align: left;
}
.index_news .img {
    width: 100%;
}
.swiper-container2{
	width: 100%;
	padding-left: 0;
}
.index2left1, .index2right1{
	display: none;
}
.lxfsfl li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin: 10px 0;
    padding: 15px;
    background-color: #f5f5f5;
}
.newslb{
	width: 100%;
}
.cpal{
	width: 100%;
}
.about_img iframe {
    width: 100%;
    height: 190px;
    float: left;
}
.about_img a {
    float: left;
    display: none;
}

}