﻿@charset "utf-8";
* {
	font-family: "microsoft yahei", "PingFang SC", arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}

a {
	color: #682c2a;
	text-decoration: none;
}

.clear,
.clearfix {
	clear: both;
}

#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 36px;
	height: 42px;
	overflow: hidden;
	background: #2c7fc0 url(../images/totop.png) no-repeat center;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: none;
	transition: .3s;
	z-index: 3;
}

.floatLeft {
	float: left;
}


/*header*/

.header_box {
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	max-width: 1920px;
}

.htop {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #edeff1;
	position: relative;
	z-index: 10;
}

.htop_box {
	width: 1200px;
	height: 100%;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
	position: relative;
}

.htop_links {
	width: 353px;
	height: 72px;
	background: url(../images/htopicon.png) no-repeat;
	position: absolute;
	right: -32px;
	top: 0;
	box-sizing: border-box;
	padding-left: 30px;
}

.htop_links a {
	font-size: 14px;
	color: #666;
	margin-right: 56px;
	display: inline-block;
	transform: translateY(-11px);
}

.htop_links a:nth-child(3) {
	color: #fff;
	margin: 0;
	padding-right: 5px;
	transform: translate(-24px, 20px);
	padding: 10px 5px 5px 5px;
}

.htop_links a:hover {
	text-decoration: underline;
}

.header_cont {
	height: 107px;
	background: #fff;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
}

.header_cont_box {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	/* opacity: .6; */
}

.header_cont_box h1 {
	float: left;
	padding-top: 14px;
	position: relative;
}


/*.header_cont_box h1:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: #999;
	position: absolute;
	right: -19px;
	top: 45px;
}*/

.header_name {
	float: left;
	margin: 20px 0 0 25px;
}

.header_name h2 {
	font-size: 30px;
	color: #111111;
	font-weight: normal;
}

.header_name h3 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	margin-top: 5px;
}

.header_name h3 b {
	color: #e92e2e;
	position: relative;
	padding-left: 20px;
}

.header_name h3 b:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #e92e2e;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 8px;
}

.htel {
	position: absolute;
	right: 0;
	top: 56%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 32px;
	color: #2d80c1;
	font-family: arial;
}

.htel:before {
	content: url(../images/htlic.png);
	position: absolute;
	left: -150px;
	top: -2px;
}

.htel:after {
	content: '全国咨询热线:';
	font-size: 15px;
	color: #555555;
	font-weight: normal;
	position: absolute;
	left: -105px;
	top: 6px;
}


/*Navigation*/

.nav {
	width: 100%;
	max-width: 1920px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: #2c7fc0;
	overflow: hidden;
	text-align: center;
}

.navLiA {
	display: inline-block;
	padding: 0 27px;
	color: #fff;
}

.navLiA:hover,
.navLiAOn {
	background: #e82d2d;
}


/*header end*/


/*banner star*/

.swiper-container-banner {
	width: 100%;
	max-width: 1920px;
}

.swiper-container-banner-fixed {
	position: fixed;
	top: 148px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-container-banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 5px !important;
	background: #edf0f5;
	/* color: white; */
	transition: .3s;
	position: relative;
}


/*before&after star*/


/*

.swiper-container-banner .swiper-pagination-bullet:before {
	content: '壹';
	font-family: "楷体";
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(2):before {
	content: '贰';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(3):before {
	content: '参';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(4):before {
	content: '肆';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(5):before {
	content: '伍';
}

.swiper-container-banner .swiper-pagination-bullet-active:before {
	color: #f7e448 !important;
}

 */


/*before&after end*/

.swiper-container-banner .swiper-pagination-bullet-active {
	background: #e82c2b;
	width: 12px;
	height: 12px;
}

.swiper-button-prev-banner {
	width: 43px;
	height: 61px;
	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;
	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: 16px !important;
	z-index: 11;
}


/*banner end*/


/*search star*/

.resou_box {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 3;
}

.resou {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 400px 30px 144px;
	box-sizing: border-box;
	color: #333;
	position: relative;
}

.resou a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}

.resou a:after {
	content: '、';
}

.resou a:last-child:after {
	display: none;
}

.resou a:hover {
	color: #228eb0;
	/* text-decoration: underline; */
}

.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.resou_word {
	color: #000;
	position: absolute;
	left: 0;
	top: 29px;
	font-size: 16px;
	/* letter-spacing: 0px; */
}

.resou_word b {
	color: #2d80c1;
	font-size: 18px;
}

.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;
	font-family: arial;
}

.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: 350px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 18px;
	border-radius: 20px;
	background: #fff0;
}

.select {
	width: 75px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	color: #666;
	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;
	font-family: arial;
	float: left;
	margin-left: 20px;
}

.select option {
	color: #333;
	background: #ffffff;
}

.search:focus {
	outline: none;
}

.search .search_tow {
	width: 200px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: 2px;
	background: #111119;
	font-size: 12px;
	color: #999;
	border: 1px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

.search .search_button {
	width: 50px;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url(../images/searchico.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%);
}


/*search 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 {
	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;
}


/*sitemap end*/

.caseOneTilte {
	text-align: center;
}


/*links star*/

.links_box {
	width: 100%;
	/* background: #f2f2f2; */
	padding: 42px 0;
}

.links {
	width: 1200px;
	margin: 0 auto;
	padding-left: 190px;
	box-sizing: border-box;
	position: relative;
}

.links:before {
	content: url(../images/links.png);
	position: absolute;
	left: 0;
	top: -10px;
}

.links a {
	font-size: 14px;
	color: #333;
	margin-right: 20px;
}

.links a:hover {
	color: #1779cd;
}


/*links end*/


/*footer star*/

.footer {
	width: 100%;
	/* min-height: 500px; */
	background: #2d80c1;
	overflow: hidden;
	padding-bottom: 50px;
}

.foot {
	width: 1200px;
	height: 100%;
	padding-top: 67px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.foot_one {
	width: 146px;
	height: 295px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	float: left;
	margin-right: 36px;
	padding-top: 10px;
}

.foot_one p:nth-child(1) {
	color: #ffffff;
	font-size: 16px;
}

.foot_one p:nth-child(2) {
	color: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 27px;
}

.foot_one ul li {
	margin-bottom: 16px;
}

.foot_one a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.foot_one a:hover {
	/* color: rgba(255, 255, 255, 1); */
	text-decoration: underline;
}

.foot_info {
	width: 366px;
	float: left;
	margin-left: 50px;
	padding-top: 2px;
	color: #fff;
}

.foot_info_p1 {
	font-size: 14px;
	color: #e22c07;
}

.foot_info_p2 {
	font-size: 26px;
	color: #e22c07;
	font-family: arial;
	margin-top: 5px;
	font-weight: 600;
}

.foot_info_p3 {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #2a2a2a;
	margin-top: 30px;
	padding-bottom: 31px;
}

.foot_info_p4 {
	font-size: 13px;
	color: #999;
	margin-top: 26px;
	line-height: 26px;
}

.foot_info_p4 a {
	color: #999;
}

.foot_info_p4 a:hover {
	color: #fff;
}

.ewmbox {
	width: 106px;
	margin-top: 22px;
}

.foot_ewm {
	width: 106px;
	height: 106px;
	overflow: hidden;
	margin-right: 16px;
}

.foot_ewm img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ewmbox_name {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	margin-top: 10px;
}

.foot_info_rx {
	font-size: 14px;
	color: #fff;
	margin-top: 4px;
}

.foot_info_num {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	margin-top: 8px;
}

.foot_add {
	/* width: 350px; */
	font-size: 14px;
	line-height: 21px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 18px;
	padding-bottom: 28px;
	position: relative;
	padding-left: 43px;
	padding-right: 0;
	box-sizing: border-box;
	color: #fff;
}

.foot_add:before {
	content: '地址 :';
	position: absolute;
	left: 2px;
	top: 0px;
}

.copyright {
	font-size: 13px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 21px;
}

.copyright a {
	color: rgba(255, 255, 255, 0.5);
}

.copyright a:hover {
	/* color: #454545; */
	text-decoration: underline;
}

.foot_info_a {
	height: 25px;
	margin-top: 20px;
}

.foot_info_a a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	margin-right: 40px;
}

.foot_info_a a:after {
	content: '';
	display: block;
	height: 20px;
	width: 1px;
	border-right: 1px dashed #fff;
	position: absolute;
	right: -20px;
	top: 2px;
}

.foot_info_a a:last-child:after {
	display: none;
}


/*copy*/

.copy {
	width: 100%;
	height: 80px;
	background: #ff698e;
	position: relative;
}

.copy_box {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.copy_p {
	line-height: 80px;
	font-size: 14px;
	color: #fff;
	float: left;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}

.copy_p:before {
	content: url(../images/addico.png);
	position: absolute;
	left: 0;
	top: 5px;
}

.copy_p a {
	color: #fff;
}

.copy_p a:hover {
	text-decoration: underline;
}


/*footer end*/