﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	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: 50px;
	height: 50px;
	text-align: center;
	background: #222;
	font-weight: bold;
	cursor: pointer;
	display: none;
	transition: .3s;
}

#to_Top img {
	width: 40px;
	height: 40px;
	margin-top: 6px;
}

.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*/

.header {
	width: 100%;
	height: 210px;
	background: url(../images/header_bj_01.png) no-repeat center;
}

.h_t {
	height: 150px;
}

.h_t .logo {
	width: 118px;
	height: 118px;
	float: left;
	margin: 16px 60px;
}

.h_t .h_t_r {
	width: 960px;
	float: right;
}

.h_t .h_t_r .h_t_r_d {
	float: left;
	width: 500px;
	padding-left: 50px;
	margin-top: 50px;
}

.h_t .h_t_r .h_t_r_d h4 {
	display: block;
	font-size: 24px;
	color: #3cd207;
}

.h_t .h_t_r .h_t_r_d h2 {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-top: 8px;
}

.h_t .h_t_r .h_t_t {
	float: right;
	width: 380px;
	margin-top: 46px;
}

.h_t .h_t_r .h_t_t span {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 64px;
	height: 52px;
	background: url(../images/top_tel_03.png) no-repeat;
}

.h_t .h_t_r .h_t_t dt {
	display: block;
	float: left;
}

.h_t .h_t_r .h_t_t dt b {
	display: block;
	width: 300px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.h_t .h_t_r .h_t_t dt b i {
	font-style: normal;
	font-family: arial;
	font-size: 24px;
	color: #fff;
}

.h_b {
	height: 60px;
}

.h_b .albb {
	float: left;
	width: 240px;
	height: 60px;
	background: url(../images/albb_03.png) no-repeat;
}


/*header end*/


/*navsea*/

.navsea {
	width: 920px;
	height: 60px;
	float: right;
	padding-left: 40px;
}

.navseacon {
	margin: 0 auto;
}


/*nav*/

.nav {
	width: 920px;
	height: 60px;
}

.navLi {
	float: left;
	/*margin-left: 20px;*/
}

.navLiA {
	font-size: 15px;
	font-style: normal;
	font-family: "微软雅黑";
	color: #555;
	line-height: 60px;
	padding: 0 8px;
	display: block;
}

.navLiA:hover {
	transition: .5s;
	color: #fab929;
}

.navLiAOn {
	transition: .5s;
	color: #fab929;
}

.nav span {
	display: block;
	float: left;
	width: 10px;
	height: 1px;
	background: #ccc;
	margin: 30px 4px;
}

.nav span:last-child {
	display: none;
}


/*nav*/

/*banner star*/

.banner_big {
	width: 100%;
	position: relative;
	overflow: hidden;
	/* opacity: .5; */
}

.swiper-container-banner {
	width: 100%;
}

.swiper-container-banner .swiper-wrapper {
	/*transform: translateX(-300px) !important;*/
}

.swiper-container-banner .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	background: rgb(255, 255, 255) !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: #0054fc !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: 25px !important;
	z-index: 11;
}

.swiper-pagination-banner .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 10px !important;
	/* transform: translateX(-530px); */
}


/*banner end*/

/*ss star*/

.search_div {
	width: 100%;
	height: 80px;
	/* background: #FAFAFA; */
}

.searchBox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	/* border-bottom: 1px solid #ccc; */
	box-sizing: border-box;
	position: relative;
	padding: 25px 350px 20px 100px;
}

.searchBox a {
	padding: 5px 10px;
	font-size: 14px;
	color: #999;
	z-index: 10;
	/* float: left; */
	/* width: 68px; */
}

.searchBox a:hover {
	text-decoration: underline;
}

.searchBox:after {
	display: block;
	content: '';
	height: 0;
	width: 100%;
	background: #ccc;
	position: absolute;
	bottom: -30px;
}

.searchWord {
	width: 600px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #333;
	padding-left: 110px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	text-align: justify;
}

.searchWordL {
	/* width: 444px; */
	/* height: 100%; */
	/* background: pink; */
	position: absolute;
	left: 0;
	top: 30px;
	transform: translateY(0%);
	text-align: left;
	/* width: 700px; */
}

.searchWordL p:nth-child(1) {
	font-size: 14px;
	color: #333;
	/* width: 120px; */
	float: left;
	margin-top: 2px;
}

.searchWordR {
	width: 320px;
	/* height: 100%; */
	/* margin-left: 20px; */
	/* border-left: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	position: absolute;
	right: 0;
	top: 40px;
	transform: translateY(0%);
}

.searchWordRTel {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translate(0, -50%);
	padding-left: 40px;
	background: url(../images/tel2.png) no-repeat left center;
	letter-spacing: 2px;
}

.searchWordRTel p {
	font-size: 24px;
	color: #ea788f;
	font-family: arial;
	font-weight: bold;
	transform: translateY(-3px);
}

.searchWordRTel p {
	color: #555;
	font-size: 15px;
}


/*.searchWordL p:before {
	content: '';
	display: block;
	float: left;
	background: url(../images/hotico_03.png) no-repeat;
	width: 20px;
	height: 22px;
	margin-right: 10px;
}*/

.searchWord span {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}

.searchWord a {
	color: #333;
	margin-right: 10px;
	font-size: 14px;
}


/*.searchWord a:hover {
	text-decoration: underline;
}*/


/*.w1200 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}*/

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}


/**/

.search {
	float: right;
	width: 250px;
	height: 40px;
	background: #fafafa;
	position: absolute;
	right: 0;
	top: 18px;
	/* border: solid 1px #ccc; */
}

.select {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	/* border: solid 1px #ccc; */
	border-right: none;
	/* background: #f4f4f4; */
}

.search .search_tow {
	width: 100%;
	height: 40px;
	padding-right: 80px;
	padding-left: 10px;
	margin-top: 0px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0);
	color: #999;
	border: 1px solid rgba(0, 0, 0, 0);
	/* border-bottom: 1px solid #999; */
	position: relative;
	line-height: 40px;
}

.search .search_button {
	/* background: #ffcc01; */
	font-size: 18px;
	border: 0;
	color: #ffffff;
	width: 50px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.search .search_tow:focus {
	outline: #ccc;
}

.SearchType {
	background: rgba(0, 0, 0, 0);
}

#SearchType {
	width: 60px;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: #fafafa;
}

.search .search_tow::-moz-placeholder {
	color: #666;
}

.search .search_tow::-ms-input-placeholder {
	color: #666;
}

.search .search_tow::-webkit-input-placeholder {
	color: #666;
}

.searchIco {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 40px;
	background: #fafafa;
}

.searchIco img {
	width: 17px;
	height: 17px;
	margin: 11px 16px;
}

.searchBox a:hover {
	color: #33c410;
}


/*搜索结束*/


/*搜索联系开始*/

.findTel {
	width: 1100px;
	height: 100px;
	margin: 50px auto;
	border-bottom: 1px solid #999;
}

.findTelL {
	float: left;
	width: 550px;
	height: 100%;
	margin-left: 110px;
}

.ftimg {
	width: 58px;
	height: 100%;
	float: left;
	margin-right: 20px;
}

.ftcont1 {
	width: 470px;
	height: 100%;
	float: left;
}

.ftcont1 p:nth-child(1) {
	font-size: 24px;
	color: #333;
}

.ftcont1 p:nth-child(2) {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.findTelR {
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 40px;
}

.ft2p1 {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.ft2p2 {
	font-size: 24px;
	font-family: arial;
}


/*ss end*/


/*网站地图开始*/

.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 {
	color: #FC51C6;
}

.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;
}


/*footer s*/

.footer {
	width: 100%;
	height: 406px;
	background: #333;
	padding: 70px 0;
}

.foo_c {
	width: 1200px;
	height: 240px;
	margin-bottom: 40px;
}

.foo_t_e {
	float: left;
	width: 330px;
}

.foo_tel {
	height: 50px;
	margin-bottom: 50px;
}

.foo_tel span {
	display: block;
	float: left;
	margin-top: 6px;
	width: 52px;
	height: 50px;
	background: url(../images/foo_tel_03.png) no-repeat;
}

.foo_tel dt {
	display: block;
	float: right;
	width: 230px;
	padding-left: 20px;
	border-left: solid 1px #555;
}

.foo_tel dt i {
	display: block;
	font-size: 14px;
	color: #888;
	font-style: normal;
}

.foo_tel dt b {
	display: block;
	font-size: 30px;
	color: #3cd208;
	font-weight: normal;
}

.ewm {
	width: 130px;
	height: 130px;
	position: relative;
	overflow: hidden;
}

.ewm img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.foo_nav_box {
	float: right;
	width: 620px;
}

.foo_tit {
	font-size: 16px;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 30px;
}

.foo_nav {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.foo_nav:last-child {
	margin-right: 0;
}

.foo_nav_l a {
	display: block;
	width: 140px;
	font-size: 14px;
	color: #888;
	margin-bottom: 12px;
}

.foo_nav_l a:hover {
	color: #fff;
	text-decoration: underline;
}

.foo_l {
	width: 1200px;
	padding-bottom: 20px;
}

.foo_l p {
	font-size: 14px;
	color: #ccc;
	float: left;
	margin-right: 40px;
}

.foo_l p a {
	font-size: 14px;
	color: #ccc;
}

.foo_l p a:hover {
	color: #3cd208;
	text-decoration: underline;
}

.foo_copy {
	width: 1200px;
	border-top: solid 1px #555;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	margin-top: 20px;
	color: #777;
}

.foo_copy a {
	font-size: 14px;
	color: #777;
}

.foo_copy a:hover {
	color: #fff;
}


/*footer e*/