﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: 黑体;
}
body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #682c2a;
	text-decoration: none;
}
.clear,
.clearfix {
	clear: both;
}
.w1100 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	height: 10%;
	margin: 0 auto;
	position: relative;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
/**/
#to_Top {
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 0;
    width: 36px;
    height: 42px;
    overflow: hidden;
    background: #159751 url(../images/totop.png) no-repeat center;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: none;
    transition: .3s;
}
.box1100 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.floatLeft {
	float: left;
}
.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
/*header star*/
.htop {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #f4f4f4;
}
.htop_box {
	width: 1200px;
	height: 100%;
	font-size: 14px;
	color: #888;
	margin: 0 auto;
	position: relative;
	background: url(../images/topico.png) no-repeat center right 66px;
}
.htop_box a {
	float: right;
	color: #888;
	margin-left: 80px;
}
.htop_box a:hover {
	color: #129850;
}
/**/
.header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.header h1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_line {
	width: 1px;
	height: 80px;
	background: #ccc;
	position: absolute;
	left: 256px;
	top: 50%;
	transform: translateY(-50%);
}
.header_name {
	position: absolute;
	left: 286px;
	top: 50%;
	transform: translateY(-50%);
}
.header_name h2 {
	font-size: 36px;
	font-weight: bold;
	color: #129850;
}
.header_name h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	letter-spacing: 4px;
}
.header_tel {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_tel_p {
	color: #129850;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 30px;
}
.header_tel_p span {
	font-weight: bold;
	position: relative;
}
.header_tel_p span:before {
	content: url(../images/telo.png);
	position: absolute;
	left: -100px;
	top: -1px;
}
/*导航开始*/
.nav {
	width: 100%;
	height: 60px;
	background: url(../images/navbg.jpg);
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.navLiA {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 20px 28px;
	letter-spacing: 1px;
	position: relative;
	margin-left: 2px;
}
.navLiA:first-child {
	margin-left: 0;
}
.navLiA:hover {
	background: #155ee3;
}
.navLiAOn {
	background: #155ee3;
}
/*header end*/
/*banner star*/
.banner_big {
	width: 100%;
	position: relative;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
	overflow: hidden;
	/* opacity: .5; */
}
.swiper-container-banner {
	width: 100%;
}
.swiper-container-banner .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	background: #ccc !important;
	border-radius: 0;
	transition: .3s;
	padding: 0;
	border: none;
	box-shadow: none;
	opacity: 1;
}
.swiper-container-banner .swiper-pagination-bullet:after {
	display: none;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	background: #139850 !important;
}
.swiper-button-prev-banner {
	width: 43px;
	height: 61px;
	/*background: rgba(0, 0, 0, .5);*/
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-prev-banner {
	opacity: 1;
	left: 50px;
}
.swiper-button-prev-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(16.1px, 0.6px);
}
.swiper-button-prev-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 0px);
}
.swiper-button-next-banner {
	width: 43px;
	height: 61px;
	/*background: rgba(0, 0, 0, .5);*/
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%) rotateZ(180deg);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-next-banner {
	opacity: 1;
	right: 50px;
}
.swiper-button-next-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(17px, 1px);
}
.swiper-button-next-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 1px);
}
.swiper-pagination-banner {
	text-align: center;
	position: absolute;
	bottom: 36px !important;
	z-index: 11;
}
.swiper-pagination-banner .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 10px !important;
	/* transform: translateX(-530px); */
}
/*banner end*/
/*search star*/
.resou_box {
	width: 100%;
	overflow: hidden;
}
.resou {
	width: 1200px;
	margin: 0 auto;
	padding: 33px 580px 33px 170px;
	box-sizing: border-box;
	color: #333;
	background: #129850;
	position: relative;
}
.resou:before {
	content: '';
	display: block;
	width: 360px;
	height: 100%;
	background: #129850;
	position: absolute;
	right: 100%;
	top: 0;
}
.resou a {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	margin: 0 5px;
}
.resou a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.resou_word {
	color: #fff;
	position: absolute;
	left: 0;
	top: 35px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
/*.resou_word span {
	color: #eb1b10;
	font-weight: bold;
}*/
.search_word a {
	color: #fff;
	margin: 0 10px;
}
.search_word a:hover {
	text-decoration: underline;
}
.serach_tel {
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #1f7ece;
	font-weight: bold;
	letter-spacing: 1px;
}
.serach_tel:before {
	content: url(../images/telico.png);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #1f7ece;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-5px, -50%);
}
/**/
.search_cont {
	width: 400px;
	position: absolute;
	left: 420px;
	top: 50%;
	transform: translateY( -50%);
}
.resou_right {
	width: 600px;
	height: 100%;
	background: #6d1cf2;
	position: absolute;
	right: 0;
	top: 0;
}
.search {
	width: 310px;
	height: 36px;
	background: #f0f0f0;
	/*position: absolute;
	right: 0;
	top: 27px;*/
	padding: 0 0px 0 0px;
	box-sizing: border-box;
}
.select {
	width: 75px;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	color: #444;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	outline-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	float: left;
}
.select option {
	color: #333;
	background: #ffffff;
}
.search:focus {
	outline: none;
}
.search .search_tow {
	width: 176px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: 2px;
	background: #111119;
	font-size: 14px;
	color: #999;
	border: 1px solid rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 0);
}
.search .search_button {
	width: 56px;
	height: 100%;
	overflow: hidden;
	background: #129850 url(../images/searchicofff.png)no-repeat center;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0);
	font-size: 18px;
	border: 0;
	cursor: pointer;
	float: right;
}
.search .search_tow:focus {
	outline: #333;
}
.SearchType {
	background: rgba(0, 0, 0, 0);
}
.search .search_tow::-moz-placeholder {
	color: #333;
}
.search .search_tow::-ms-input-placeholder {
	color: #333;
}
.search .search_tow::-webkit-input-placeholder {
	color: #333;
}
.searchIco {
	width: 30px;
	height: 30px;
	background: url(../images/searchico.png) no-repeat center;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: 56%;
	transform: translateY(-50%);
}
/*搜索结束*/
/*网站地图开始*/
.mapUl {
	margin: 20px;
	border-bottom: 1px dashed #D9D9D9;
}
.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}
.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.mapUlP:hover {
	color: #5B9C34;
}
.mapUl .mapLi {
	color: #666;
}
.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}
.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}
.mapLi:hover {
	color: #5B9C34;
}
.on {
	background: #5B9C34;
}
.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*网站地图结束*/
.caseOneTilte {
	text-align: center;
}
/*links star*/
.links {
	width: 100%;
	position: relative;
	background: #111;
}
.links_cont {
	width: 1200px;
	padding: 40px 0 40px 210px;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
.links_title {
	width: 220px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 37px;
}
.links_title p:nth-child(2) {
	font-size: 15px;
	color: #777;
	letter-spacing: 2px;
}
.links a {
	color: #666;
	font-size: 16px;
	margin-right: 40px;
	position: relative;
}
.links a:after {
	content: '';
	width: 8px;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	right: -25px;
	top: 50%;
}
.links a:last-child:after {
	display: none;
}
.links_title span {
	position: absolute;
	left: 160px;
	top: 34px;
	font-size: 18px;
	letter-spacing: 2px;
}
.links_title span:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #333;
	position: absolute;
	top: -5px;
	left: 0;
}
.links a:hover {
	/* color: #db261f; */
}
/*links end*/
/*footer star*/
.links {
	width: 100%;
	position: relative;
	background: #159751;
}
.links_cont {
	width: 1200px;
	padding: 20px 0 20px 210px;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
.links_title {
	width: 220px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 20px;
}
.links_title p:nth-child(2) {
	font-size: 15px;
	color: #777;
	letter-spacing: 2px;
}
.links a {
	color: #fff;
	font-size: 14px;
	margin-right: 34px;
}
.links_title span {
	position: absolute;
	left: 160px;
	top: 34px;
	font-size: 18px;
	letter-spacing: 2px;
}
.links_title span:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #333;
	position: absolute;
	top: -5px;
	left: 0;
}
.links a:hover {
	/* color: #ffffff; */
	text-decoration: underline;
}
/*links end*/
/*footer star*/
.foot_nav {
	padding-top: 10px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #2d2c31;
	border-bottom: 1px solid #3b3a3f;
	text-align: center;
}
.foot_nav a {
	color: rgba(255, 255, 255, .8);
	padding: 29px 0;
	margin: 0 30px;
	font-size: 14px;
}
.foot_nav a:hover {
	border-bottom: 2px solid #fbe810;
}
/**/
.footer {
	width: 100%;
	height: 430px;
	background: #159751;
	overflow: hidden;
	position: relative;
}
.footer_cont {
	width: 1200px;
	height: 100%;
	/* background: rgba(255,255,255,.2); */
	margin: 0 auto;
	padding-top: 85px;
	box-sizing: border-box;
	position: relative;
}
.foot_one {
	width: 130px;
	height: 300px;
	overflow: auto;
	margin-right: 5px;
	float: left;
}
.foot_one a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 17px;
}
.foot_one a:first-child {
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.foot_one a:hover {
	color: #ffffff;
	/* text-decoration: underline; */
}
.ft_ewm {
	width: 120px;
	height: 120px;
	text-align: center;
}
.ft_ewm img {
	width: 100%;
	height: 100%;
}
.ft_ewm_p {
	font-size: 14px;
	color: #666;
	text-align: center;
	color: #fff;
	margin-top: 14px;
}
.foot_info {
	float: left;
	margin-right: 40px;
	padding-top: 30px;
	position: relative;
}
.foot_info:before {
	content: '';
	display: none;
	width: 20px;
	height: 310px;
	background: #159751;
	position: absolute;
	left: -538px;
	top: 0;
}
.foot_info:after {
	content: '';
	display: block;
	width: 20px;
	height: 310px;
	background: #159751;
	position: absolute;
	left: -158px;
	top: 0;
}
.foot_info_p1 {
	font-size: 14px;
	color: #fff;
}
.foot_info_p2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 19px;
	letter-spacing: -1px;
}
.foot_info_p2 span {
	padding-left: 10px;
}
/**/
.copyright {
	border-top: 1px solid #555;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	font-size: 14px;
	padding-top: 30px;
	color: #666;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding: 30px 100px 0 100px;
}
.copyrightbox {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	color: rgba(255, 255, 255, .6);
}
.copyrightbox a {
	float: right;
	color: rgba(255, 255, 255, .6);
}
.copyright a:hover {
	text-decoration: underline;
	color: #db261f;
}
.copyright_ico {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20px;
}
.copyright_ico img {
	width: 100%;
}
.foot_copy {
	width: 100%;
	padding-top: 23px;
	padding-bottom: 40px;
	background: #159751;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.foot_copy_box {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}
.foot_copy_box a {
	color: #fff;
}
.foot_copy_box a:hover {
	/* color: #db261f; */
	text-decoration: underline;
}
.ft_ew {
	width: 380px;
	height: 190px;
	position: absolute;
	right: 0;
	top: 90px;
}
.ft_ew li {
	width: 120px;
	height: 100%;
	float: left;
	margin-right: 10px;
}
.ft_ew li:last-child {
	margin-right: 0;
}
/*footer end*/
/*story_list*/
.story_list {
	width: 100%;
	box-sizing: border-box;
}
.story_list li {
	padding: 30px 10px;
	border-bottom: 1px dotted #ddd;
}
.story_list li .story_list_title {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
.story_list li .story_list_title a {
	color: #333;
}
.story_list li .story_list_title a:hover {
	color: #129850;
}
.story_list_cont {
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
}
/*story_list end*/
