﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 662px;
}

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;
}


/*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: #0189e1;
}

.story_list_cont {
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
}


/*story_list end*/


/**/

#to_Top {
	color: #fff;
	position: fixed;
	z-index: 2;
	bottom: 10px;
	right: 0;
	width: 36px;
	height: 42px;
	overflow: hidden;
	background: #2da3a5 url(../images/totop.png) no-repeat center;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: none;
	transition: .3s;
}


/*header*/

.header_box {
	width: 100%;
	height: 112px;
	max-width: 1920px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.header {
	width: 1200px;
	height: 112px;
	margin: 0 auto;
}

.h_logo {
	width: 350px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 13px;
	/* opacity: .5; */
}

.h_logo h2 {
	font-size: 14px;
	color: #666;
	margin-top: -4px;
	font-weight: normal;
}


/*Navigation*/

.nav {
	float: right;
}

.navLiA {
	line-height: 116px;
	font-size: 15px;
	color: #555;
	box-sizing: border-box;
	margin-left: 40px;
	position: relative;
	padding: 46px 0;
}

.navLiA:before {
	content: '';
	display: none;
	width: 4px;
	height: 4px;
	background: #3a418f;
	border-radius: 50%;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.navLiA:last-child {
	margin-right: 0;
}

.navLiA:hover {
	color: #31b4b6;
	border-top: 2px solid #31b4b6;
}

.navLiAOn {
	color: #31b4b6;
	border-top: 2px solid #31b4b6;
}


/*header end*/


/*banner star*/

.swiper-container-banner {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	position: fixed;
	top: 112px;
}

.swiper-container-banner:after {
	content: url(../images/banneraf.png);
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.swiper-container-banner .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	background: rgba(0, 0, 0, 0);
	margin: 0 5px !important;
	transition: .3s;
	font-weight: bold;
	position: relative;
}

.swiper-container-banner .swiper-pagination-bullet:after {
	font-family: arial;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: skyblue;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: normal;
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(1):after {
	content: '01';
	background: #30b4b6;
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
	background: #008afe;
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
	background: #00a33d;
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
	background: #15ff00;
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
	background: #877de5;
}

.swiper-container-banner .swiper-pagination-bullet-active {
	background: #3b418f;
	background: rgba(0, 0, 0, 0);
	border-radius: 8px;
	/*transform: translateY(3px);*/
}

.swiper-container-banner .swiper-pagination-bullet-active:after {
	color: #fff;
}

.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: 57px !important;
	z-index: 11;
	transform: translateX(580px);
}


/*banner end*/


/*search star*/

.resou_box {
	width: 100%;
	background: #f3f3f3;
	position: relative;
	z-index: 2;
}

.resou {
	width: 1200px;
	margin: 0 auto;
	padding: 26px 400px 26px 80px;
	box-sizing: border-box;
	color: #333;
	position: relative;
}

.resou a {
	color: #999;
	font-size: 14px;
	margin: 0 5px;
}

.resou a:hover {
	color: #31b4b6;
	/* text-decoration: underline; */
}

.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.resou_word {
	color: #666;
	position: absolute;
	left: 0;
	top: 28px;
	font-size: 14px;
	/* letter-spacing: 0px; */
}

.resou_word span {
	color: #3a418f;
	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: 44px;
	position: absolute;
	right: 0;
	top: 17px;
	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%);
}


/*搜索结束*/


/*网站地图开始*/

.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: #1f1f23;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.links {
	width: 1200px;
	margin: 0 auto;
	padding-left: 90px;
	box-sizing: border-box;
	position: relative;
}

.links:before {
	content: '友情链接：';
	font-size: 16px;
	color: #606060;
	position: absolute;
	left: 0;
	top: 0;
}

.links a {
	font-size: 14px;
	color: #555;
	margin-right: 40px;
}

.links a:hover {
	color: #31b4b6;
	/* text-decoration: underline; */
}


/*links end*/


/*footer star*/

.footer {
	width: 100%;
	height: 448px;
	background: #1f1f23;
	/*background: url(../images/bbb.jpg) no-repeat center top 80px;*/
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.footer_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 74px;
	box-sizing: border-box;
	position: relative;
}

.ft_one {
	width: 147px;
	height: 290px;
	border-right: 1px solid rgba(85, 85, 85, .3);
	margin-right: 54px;
	float: left;
}

.ft_one_cn {
	font-size: 16px;
	color: #fff;
}

.ft_one_en {
	font-size: 24px;
	color: rgba(255, 255, 255, .2);
	font-weight: 300;
	margin-bottom: 10px;
	margin: 8px 0 29px;
}

.ft_one_a {
	color: rgba(255, 255, 255, .3);
	font-size: 14px;
	margin-bottom: 17px;
}

.ft_one_a a {
	color: rgba(255, 255, 255, .3);
}

.ft_one_a a:hover {
	color: rgba(255, 255, 255, 1);
}


/*ft_msg*/

.ft_msg {
	width: 410px;
	float: right;
}

.ft_msg_sty {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(85, 85, 85, .3);
	background: rgba(0, 0, 0, 0);
	padding-left: 26px;
	box-sizing: border-box;
	color: #999;
}

.ft_msg_content {
	resize: none;
	height: 100px;
	padding: 24px 26px;
}

.ft_msg_submit {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 44px;
	text-align: center;
	background: #31b4b6;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: none;
	outline: none;
	letter-spacing: 7px;
}


/*ft_fouce*/

.ft_fouce {
	width: 100%;
	padding: 40px 0 30px 0;
	background: #1f1f23;
	position: relative;
	z-index: 2;
}

.ft_fouce_box {
	width: 1200px;
	margin: 0 auto;
}

.ft_fouce_box p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.ft_fouce_box div {
	margin-top: 26px;
	height: 35px;
}

.ft_fouce_box div a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #313134;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	position: relative;
}

.ft_fouce_box div a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*copyright*/

.copyright {
	width: 100%;
	height: 100px;
	background: #17171a;
	text-align: center;
	color: rgba(255, 255, 255, .3);
	font-size: 13px;
	line-height: 26px;
	padding-top: 25px;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
}

.copyright a {
	color: rgba(255, 255, 255, .3);
}

.copyright a:hover {
	color: #fff;
}


/*footer end*/