﻿@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 {
	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: 40px;
	height: 44px;
	text-align: center;
	background: #0054a0;
	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*/

.header {
	width: 100%;
	height: 137px;
	position: relative;
	overflow: hidden;
}

.header_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.header_box h1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header_name {
	position: absolute;
	left: 188px;
	top: 48%;
	transform: translateY(-50%);
}

.header_name h2 {
	font-size: 26px;
	color: #333;
}

.header_name h3 {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 5px;
}

.header_name h3 b {
	color: #1d58b5;
}

.header_line {
	background: #d6d6d6;
	width: 1px;
	height: 73px;
	position: absolute;
	left: 585px;
	top: 50%;
	transform: translateY(-50%);
}

.header_p {
	position: absolute;
	left: 615px;
	top: 47%;
	transform: translateY(-50%);
}

.header_p1 {
	font-size: 20px;
	font-weight: bold;
	color: #2368c3;
}

.header_p2 {
	font-size: 18px;
	color: #555555;
	letter-spacing: 6px;
	margin-top: 10px;
}

.header_tel {
	width: 340px;
	height: 54px;
	background: url(../images/htelbg.png) no-repeat;
	position: absolute;
	right: 0;
	top: 46%;
	transform: translateY(-50%);
}

.header_tel_a {
	text-align: right;
	transform: translateY(-7px);
}

.header_tel_a a {
	font-size: 14px;
	color: #666;
	margin-left: 27px;
}

.header_tel_a a:hover {
	color: #2368c3;
}

.header_tel_num {
	width: 170px;
	font-family: arial;
	margin-top: 10px;
	float: right;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}


/*导航开始*/

.nav {
	width: 100%;
	height: 56px;
	background: url(../images/navbg.jpg);
	line-height: 56px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.navLiA {
	font-size: 15px;
	color: #fff;
	padding: 5px 16px;
	margin-left: 50px;
	letter-spacing: 1px;
	position: relative;
}

.navLiA:first-child {
	margin-left: 0;
}

.navLiA:before {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #cfcfcf;
	position: absolute;
	left: -30px;
	top: 50%;
}

.navLiA:first-child:before {
	display: none;
}

.navLiA:hover {
	color: #2368c3;
	background: #fff;
	border-radius: 20px;
}

.navLiAOn {
	color: #2368c3;
	background: #fff;
	border-radius: 20px;
}


/*header end*/


/*banner star*/

.banner_big {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.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: rgba(255, 255, 255, .5) !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: #fff !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*/


/*search star*/

.resou_box {
	width: 100%;
	border-bottom: 1px #ccc solid;
}

.resou {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 400px 25px 140px;
	box-sizing: border-box;
	color: #333;
	position: relative;
}

.resou a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}

.resou a:hover {
	color: #1d58b5;
	/* text-decoration: underline; */
}

.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.resou_word {
	color: #555;
	position: absolute;
	left: 0;
	top: 28px;
	font-size: 14px;
	letter-spacing: 1px;
}

.resou_word span {
	color: #1d58b5;
	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;
	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: 34px;
	position: absolute;
	right: 0;
	top: 18px;
}

.select {
	width: 75px;
	height: 100%;
	background: #ffffff;
	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;
}

.select option {
	color: #333;
	background: #ffffff;
}

.search:focus {
	outline: none;
}

.search .search_tow {
	width: 223px;
	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: #ffffff;
}

.search .search_button {
	width: 50px;
	height: 100%;
	overflow: hidden;
	background: #ffffff 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%);
}


/*搜索结束*/


/*网站地图开始*/

.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: 1200px;
	margin: 42px auto;
	padding-left: 180px;
	box-sizing: border-box;
	position: relative;
}

.links:before {
	content: url(../images/linti.png);
	position: absolute;
	left: 0;
	top: -10px;
}

.links a {
	font-size: 14px;
	color: #777;
	margin-right: 40px;
}

.links a:hover {
	color: #0054a0;
}


/*links end*/


/*footer star*/

.footer {
	width: 100%;
	height: 314px;
	background: #0054a0;
	position: relative;
}

.foot {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.ft_ewm {
	width: 136px;
	height: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 80px;
	box-sizing: border-box;
}

.ft_ewm_pic {
	width: 136px;
	height: 136px;
	overflow: hidden;
}

.ft_ewm_name {
	margin-top: 5px;
}

.ft_cont {
	width: 937px;
	float: right;
}

.ft_nav {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-top: 77px;
	padding-bottom: 12px;
}

.ft_nav a {
	font-size: 14px;
	color: #fff;
	margin-left: 40px;
	padding: 0 7px 10px 7px;
}

.ft_nav a:hover {
	border-bottom: 2px solid #fff;
}

.ft_nav a:first-child {
	margin-left: 0;
}

.ft_info {
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	margin-top: 37px;
}

.ft_info b {
	font-family: arial;
	font-size: 16px;
}

.ft_info a {
	color: #fff;
}

.ft_info a:hover {
	text-decoration: underline;
}

.ft_info img {
	transform: translateY(6px);
}

.copy {
	width: 100%;
	height: 80px;
	background: #0054a0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright {
	width: 1200px;
	height: 80px;
	line-height: 80px;
	color: #f4f4f4;
	margin: 0 auto;
	font-size: 14px;
}

.copyright_p {
	float: right;
}

.copyright_p a {
	color: #fff;
}

.copyright_p a:hover {
	text-decoration: underline;
}


/*footer end*/