﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}
body {
	/*overflow-x: hidden;*/
	max-width: 1920px;
	min-width: 1100px;
	margin: 0 auto;
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #682c2a;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 40px;
	height: 44px;
	text-align: center;
	background: #287aca;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
.clear,
.clearfix {
	clear: both;
}
.box1100 {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.floatLeft {
	float: left;
}
.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
/*头部开始*/
.header {
	width: 1100px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}
.header h1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hbox {
	position: absolute;
	left: 180px;
	padding-left: 44px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px #333333 solid;
}
.htopLing {
	width: 1px;
	height: 81px;
	background: url(../images/hline.png);
	position: absolute;
	left: 190px;
	top: 50%;
	transform: translateY(-50%);
}
.hbox h2 {
	font-size: 24px;
	color: #e50c11;
	letter-spacing: 4px;
}
.hbox h2 span {
	color: #2179ba;
}
.hbox h3 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-top: 6px;
	letter-spacing: 2px;
}
.cpR {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 44px;
}
.cpR:before {
	content: url(../images/htel.png);
	position: absolute;
	left: 0;
	top: 7px;
	transform: translateX(-14px);
}
.cpR p {
	font-size: 30px;
	font-family: arial;
	color: #e50112;
	font-weight: bold;
}
.cpR p:nth-child(1) {
	font-size: 16px;
	color: #7f7f7f;
	font-family: "华文细黑";
	font-weight: bold;
	letter-spacing: 4px;
}
.htop p {
	float: left;
	color: #7f7f7f;
}
.htop a {
	color: #7f7f7f;
	float: right;
	margin-left: 62px;
	position: relative;
}
.htop a:hover {
	text-decoration: underline;
}
/*导航开始*/
.nav {
	width: 100%;
	height: 55px;
	background: #222222;
	text-align: center;
	position: relative;
}
.nav:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #222;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.navLiA {
	color: #FFF;
	line-height: 55px;
	margin-right: 1px;
	text-align: center;
	font-size: 16px;
	position: relative;
	padding: 21px 32px;
	margin: 0 1px;
	position: relative;
	transform: translateY(-3px);
}
/*.navLiA:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: red;
	position: absolute;
	top: -3px;
	left: 0px;
}*/
.navLiA:first-child:before {
	width: 0;
}
.navLiA:hover:after {
	display: block;
}
.navLiA:hover {
	background: #e50112;
}
.navLiAOn {
	background: #e50112;
}
/*导航结束*/
/*头部结束*/
/*轮播图开始*/
.carousel {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	background: #ccc;
	margin: 0 auto;
	overflow: hidden;
}
.carousel .pic_box {
	width: 10000px;
}
.carousel .pic_box li {
	float: left;
}
.carousel .pic_box li img {
	display: block;
}
.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
}
.left {
	left: -10%;
}
.right {
	right: -10%;
}
.carousel:hover .left {
	left: 100px;
}
.carousel:hover .right {
	right: 100px;
}
.panel {
	/*居中写法*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	margin: 0 auto;
}
.control {
	color: red;
	background: #fff;
	margin: 10px;
	width: 40px;
	height: 3px;
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}
.active {
	background: #e50c13;
}
/*轮播图结束*/
/*搜索*/
.search_div {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #999;
}
.searchBox {
	width: 1100px;
	/* height: 100%; */
	margin: 0 auto;
	/*border-bottom: 1px solid #d4c9bc;*/
	box-sizing: border-box;
	position: relative;
	padding: 25px 350px 20px 100px;
}
.searchBox a {
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	/* z-index: 10; */
}
.searchBox a:hover {
	text-decoration: underline;
}
.searchBox:after {
	display: block;
	content: '';
	height: 0;
	width: 100%;
	/* background: #ccc; */
	position: absolute;
	bottom: -30px;
}
.searchWord {
	width: 700px;
	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: 400px;
	/* height: 100%; */
	/* background: pink; */
	position: absolute;
	left: 0;
	top: 26px;
	transform: translateY(0%);
	text-align: left;
	width: 0;
}
.searchWordL p:nth-child(1) {
	font-size: 14px;
	color: #333;
	width: 85px;
}
.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: #e26c6c;
	font-family: arial;
	font-weight: bold;
	transform: translateY(-3px);
}
.searchWordRTel p:nth-child(1) {
	color: #555;
	font-size: 15px;
}
.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;
}
.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
/**/
.search {
	float: right;
	width: 300px;
	height: 36px;
	background: #e50112;
	/*border-radius: 20px;*/
	/* border-top: 1px solid #999; */
	position: absolute;
	right: 0;
	top: 17px;
	/*transform: translateX(50%);*/
}
.search:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 67px;
	top: 0;
}
.select {
	height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	/* border-right: 1px solid #fff; */
	padding-right: 0px;
	padding-left: 10px;
}
.select option {
	color: #ffffff;
	background: #e50c13;
}
.search:focus {
	/*border: 1px solid rgba(0, 0, 0, 0);*/
	/*border-right: 1px solid #fff;*/
	outline: none;
}
.search .search_tow {
	width: 100%;
	height: 100%;
	padding-right: 60px;
	padding-left: 80px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	font-family: "宋体";
	/* border-bottom: 1px solid #999; */
}
.search .search_button {
	background: #00538d;
	font-size: 18px;
	border: 0;
	color: #ccc;
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.search .search_tow:focus {
	outline: #fff;
}
.SearchType {
	background: rgba(0, 0, 0, 0);
}
.search .search_tow::-moz-placeholder {
	color: #fff;
}
.search .search_tow::-ms-input-placeholder {
	color: #fff;
}
.search .search_tow::-webkit-input-placeholder {
	color: #fff;
}
.searchIco {
	font-size: 14px;
	position: absolute;
	right: 16px;
	top: 56%;
	transform: translateY(-50%);
}
/*搜索结束*/
/*搜索联系开始*/
.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(2) {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.ftcont1 p:nth-child(1) {
	font-size: 18px;
	color: #333;
	margin-top: 5px;
}
.findTelR {
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 40px;
}
.ft2p1 {
	font-size: 14px;
	color: #666;
	margin-bottom: 9px;
}
.ft2p2 {
	font-size: 24px;
	font-family: arial;
	color: #333;
}
/*搜索联系结束*/
/*网站地图开始*/
.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 a[class="mapLi"] {
	margin-left: 10px;
}
.mapUlP a[class="mapLi"]:first-child {
	margin-left: 0px;
}*/
.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;
}
/*#to_top {
	width: 30px;
	height: 40px;
	padding: 20px;
	font: 14px/20px arial;
	text-align: center;
	background: red;
	position: fixed;
	cursor: pointer;
	color: #fff;
}*/
.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;
}
/*友情链接开始*/
.linksBox {
	position: relative;
	width: 100%;
	/*background: #3475bb;*/
	padding-top: 40px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #4684c5;*/
}
.linksBox:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	background: #333;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.links {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
	box-sizing: border-box;
}
.links p:nth-child(1) {
	font-size: 24px;
	font-family: georgia;
	color: #333;
}
.links p:nth-child(2) {
	letter-spacing: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #e50112;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.links a {
	position: relative;
	font-size: 14px;
	color: #333;
	margin-right: 30px;
	margin-left: 20px;
}
.links a:hover {
	text-decoration: underline;
}
.links a:before {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: #333;
	position: absolute;
	right: 100%;
	top: 7px;
	transform: translateX(-10px) rotateZ(45deg);
}
.links a:after {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: #333;
	position: absolute;
	right: 100%;
	top: 10px;
	transform: translateX(-10px) rotateZ(-45deg);
}
/*友情链接结束*/
/*底部开始*/
.footer {
	width: 100%;
	height: 340px;
	background: #141313;
	margin: 0 auto;
	padding-top: 80px;
	box-sizing: border-box;
}
.foot {
	width: 1100px;
	/* height: 300px; */
	margin: 0 auto;
	color: #f6f9f1;
}
.copyright {
	width: 100%;
	height: 60px;
	border-top: 1px solid #f6f9f1;
	color: #f6f9f1;
	padding-top: 18px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}
.copyright a {
	color: #f6f9f1;
}
.copyright a:hover {
	text-decoration: underline;
}
.footEWM {
	float: left;
	width: 150px;
	/* height: 100%; */
	margin-right: 10px;
	text-align: center;
}
.footEWMBox {
	width: 135px;
	height: 135px;
	background: #fff;
	position: relative;
}
.footEWMBox img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.footEWM p {
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}
.footInfo {
	width: 430px;
	/* height: 100%; */
	float: left;
	margin-left: 150px;
}
.footInfoP {
	font-size: 14px;
	line-height: 34px;
}
.footInfoP a {
	color: #fff;
}
.footInfoP a:hover {
	text-decoration: underline;
}
.footTitle {
	font-size: 18px;
	color: #f6f9f1;
	letter-spacing: 4px;
	margin-bottom: 40px;
	position: relative;
}
/*.footTitle:after {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background: #f6f9f1;
	position: absolute;
	left: 0;
	bottom: -20px;
}*/
.footP {
	width: 300px;
	font-size: 13px;
	color: #f6f9f1;
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}
.footP span {
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 15px;
}
.footInfoOne {
	width: 250px;
	float: left;
	margin-bottom: 20px;
	color: #f6f9f1;
	font-size: 13px;
}
.footInfoOne a {
	color: #f6f9f1;
}
.footInfoOne a:hover {
	text-decoration: underline;
}
.footNav {
	width: 100%;
	padding: 30px 0;
	background: #141313;
	text-align: center;
	border-bottom: 1px solid #666;
	position: relative;
}
.footNav:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1100px;
	height: 1px;
	/* background: #ccc; */
	transform: translateX(-50%);
}
.footNav a {
	margin: 0 1px;
	padding: 0 35px;
	color: #fff;
	border-right: 1px solid #666;
	font-size: 15px;
}
.footNav a:last-child {
	border: none;
}
.footNav a:hover {
	text-decoration: underline;
}
.footCopy {
	font-size: 14px;
	float: right;
	line-height: 28px;
}
.footCopy a {
	color: #fff;
}
.footCopy a:hover {
	text-decoration: underline;
}
/*底部结束*/
/*yqlj*/
.yslj {
	width: 1100px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	padding-left: 280px;
	box-sizing: border-box;
}
.yslj a {
	padding: 5px;
	margin: 5px;
	color: #333;
}
.yslj a:hover {
	text-decoration: underline;
}
.yqljTi {
	width: 240px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 15px;
	background: red;
	position: absolute;
	left: 0;
	top: 5px;
}
/**/
