﻿@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: 1440px;
	min-width: 960px;
	margin: 0 auto !important;
}

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: #393d46 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*/

.htel {
	/* width: 300px; */
	position: absolute;
	right: -64px;
	top: 55%;
	transform: translate(0px, -50%);
	text-align: right;
}

.htel:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/htel.png) no-repeat;
	position: absolute;
	right: -68px;
	top: 9px;
}

.htel_p {
	font-size: 14px;
	color: #29373b;
	margin-top: 10px;
	/* text-align: right; */
}

.htel_num {
	font-size: 24px;
	color: #0000fe;
	font-weight: bold;
}

.htel a {
	color: #555;
	font-size: 14px;
}

.htel a:nth-child(1) {
	margin-left: 28px;
}

.htel a:nth-child(2) {
	margin-left: 34px;
}

.htel a:hover {
	text-decoration: underline;
}

.htel a:nth-child(3) {
	padding: 5px 45px;
	margin-left: 13px;
}


/**/

.header_box {
	width: 100%;
	background: #fff;
	/* overflow: hidden; */
	position: relative;
	z-index: 3;
}

.htop {
	width: 100%;
	height: 37px;
	line-height: 37px;
	background: #383d45;
	position: relative;
	z-index: 10;
	/* display: none; */
}

.htop_box {
	width: 1200px;
	height: 100%;
	font-size: 13px;
	color: #fff;
	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: #fff;
	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 {
	height: 115px;
	/* overflow: hidden; */
	/* border-bottom: 1px solid #ccc; */
}

.header_box {
	width: 1200px;
	width: 960px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.header_box h1 {
	position: absolute;
	left: -4px;
	top: 60%;
	transform: translateY(-50%);
}

.hname {
	float: left;
	position: absolute;
	left: 232px;
	top: 54%;
	transform: translateY(-50%);
}

.hname h2 {
	font-size: 26px;
	color: #0100fe;
	font-weight: bold;
	letter-spacing: 4px;
}

.hname h3 {
	color: #393e46;
	font-size: 18px;
	font-weight: normal;
	margin-top: 4px;
}

.htel_num {
	float: right;
}

.htel_num a {
	display: block;
	height: 100%;
	text-align: center;
	margin-left: 56px;
	float: left;
	padding-top: 53px;
	box-sizing: border-box;
}

.htel_num a p:nth-child(1) {
	font-size: 16px;
	color: #666666;
}

.htel_num a:hover p:nth-child(1) {
	color: #00a13a;
}

.htel_num a p:nth-child(2) {
	font-size: 12px;
	color: #cccccc;
	font-family: arial;
	margin-top: 5px;
}


/*header end*/


/* nav */

.nav {
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 10;
	background: #4c8cc9;
	background: url(../images/navbg.jpg);
	/* margin-bottom: 3px; */
}

.navLiA {
	color: #fff;
	padding: 0 19px;
	display: inline-block;
	margin-left: -3px;
	font-size: 14px;
	position: relative;
}

.navLiA:after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}

.navLiA:last-child {
	margin-right: 0;
}

.navLiA:last-child:after {
	display: none;
}

.navLiA:hover,
.navLiAOn {
	background: #0a0bce;
}


/*header end*/


/*banner star*/

.big_baner {
	position: relative;
	overflow: hidden;
}

.swiper-container-banner {
	width: 100%;
}

.swiper-container-banner .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	/* border-radius: 50%; */
	background: #fff;
	/* border: 1px solid rgba(255, 255, 255, .5); */
	box-sizing: border-box;
	margin: 0 5px !important;
	transition: .3s;
	font-weight: bold;
	position: relative;
}

.swiper-container-banner .swiper-pagination-bullet:after {
	font-family: arial;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}


/*.swiper-container-banner .swiper-pagination-bullet:nth-child(1):after {
	content: '01';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
}

.swiper-container-banner .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
}*/

.swiper-container-banner .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	transform: translateY(2px);
	background: #0003fc;
	/* width: 64px; */
	/* height: 8px; */
	/* 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;
	/*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;
}


/*banner end*/


/*search star*/

.resou_box {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 3;
}

.resou {
	width: 960px;
	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: #0003fc;
	/* 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: #0003fc;
	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: 360px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 19px;
	border-radius: 20px;
	background: #fff0;
}

.select {
	width: 84px;
	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*/

.caseOneTilte {
	text-align: center;
}


/*links star*/

.links_box {
	width: 100%;
	background: #ffffff;
	padding: 42px 0;
}

.links {
	width: 960px;
	margin: 0 auto;
	padding-left: 170px;
	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: 60px;
}

.links a:hover {
	color: #0003fc;
}


/*links end*/


/*footer star*/

.footer {
	width: 100%;
	/* height: 448px; */
	background: #4c8cc9;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 80px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
	z-index: 3;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
	/* margin-bottom: 20px; */
}


/**/

.footer_nav {
	width: 960px;
	height: 106px;
	background: url(../images/shotnav.png) no-repeat left top 34px;
	padding-top: 46px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0 auto 80px;
	text-align: right;
}

.footer_nav a {
	color: #fff;
	font-size: 14px;
	margin-left: 16px;
	padding: 10px 0;
	position: relative;
}

.footer_nav a:before {
	content: '';
	display: none;
	width: 10px;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
	position: absolute;
	left: -27px;
	top: 50%;
}

.footer_nav a:first-child:before {
	display: none;
}

.footer_nav a:hover {
	/* color: #00a2ff; */
	text-decoration: underline;
}


/**/

.footer_box {
	width: 960px;
	/* height: 100%; */
	margin: 0 auto;
	/* padding-top: 95px; */
	box-sizing: border-box;
	position: relative;
}

.ft_left {
	width: 356px;
	float: left;
}

.ft_left_logo {
	margin-bottom: 10px;
	padding-top: 7px;
}

.ft_left_p {
	font-size: 14px;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	/* padding-left: 45px; */
	position: relative;
	line-height: 28px;
	min-height: 22px;
}

.ft_left_p span {
	position: absolute;
	left: 0;
	top: 0;
}

.ft_left_p a {
	color: rgb(255, 255, 255);
}

.ft_left_p a:hover {
	color: #fff;
	text-decoration: underline;
}

.ft_left_p b {
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
}

.foot_map {
	float: right;
}

.ft_left_more {
	display: block;
	margin-top: 32px;
	font-size: 14px;
	color: #fff;
	background: #0003fc;
	width: 145px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #0003fc;
	box-sizing: border-box;
	text-align: center;
}

.ft_left_more:hover {
	background: rgba(0, 0, 0, 0);
}

.ft_ewm {
	float: right;
	width: 110px;
	height: 100%;
}

.ft_ewm_img {
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin: 5px auto 12px;
}

.ft_ewm_img img {
	width: 100%;
	height: 100%;
}

.ft_ewm_name {
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.ft_one {
	width: 140px;
	/* height: 290px; */
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	margin-left: 0;
	float: left;
	float: right;
	padding-left: 45px;
}

.ft_ewm_line {
	height: 30px;
}

.ft_one_cn {
	font-size: 16px;
	color: #fff;
}

.ft_one_en {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	font-weight: 300;
	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, 0.5);
}

.ft_one_a a:hover {
	color: #fff;
}


/*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, .2);
	background: rgba(0, 0, 0, 0);
	padding-left: 26px;
	box-sizing: border-box;
	color: #fff;
}

textarea.ft_msg_content::-webkit-input-placeholder,
input.ft_msg_sty::-webkit-input-placeholder {
	color: #fff;
}

.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: #6a7551;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: none;
	outline: none;
	transition: .2s;
}

.ft_msg_submit:hover {
	background: #fff;
	color: #6a7551;
}


/*ft_fouce*/

.ft_fouce {
	width: 100%;
	padding: 40px 0 30px 0;
	background: #343434;
	position: relative;
	z-index: 3;
}

.ft_fouce_box {
	width: 1200px;
	margin: 0 auto;
}

.ft_ewm {
	height: 105px;
	margin-left: 45px;
}

.ft_ewm li {
	float: left;
	width: 105px;
	height: 105px;
	overflow: hidden;
	margin-right: 20px;
}

.ft_ewm li img {
	width: 105px !important;
	width: 105px !important;
}

.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: rgba(51, 51, 51, .1);
	overflow: hidden;
	float: left;
	margin-right: 20px;
	position: relative;
}

.ft_fouce_box div a:nth-child(1) {
	background: rgba(51, 51, 51, .1) url(../images/fti_email.png) center no-repeat;
}

.ft_fouce_box div a:nth-child(2) {
	background: rgba(51, 51, 51, .1) url(../images/fti_qq.png) center no-repeat;
}

.ft_fouce_box div a:nth-child(3) {
	background: rgba(51, 51, 51, .1) url(../images/fti_ali.png) center no-repeat;
}

.ft_fouce_box div a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*copyright*/

.copyright {
	width: 100%;
	height: 40px;
	line-height: 80px;
	background: #4c8cc9;
	color: rgb(255, 255, 255);
	/* border-top: hsl(209, 54%, 54%) 1px solid; */
	font-size: 13px;
	line-height: 39px;
	padding-top: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	transition: 1s ease-in-out;
}

.copyright_box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.copyright a {
	color: rgb(255, 255, 255);
	position: relative;
}

.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}


/*footer end*/


/*pronav s*/

.product_nav {
	text-align: center;
	margin: 33px auto 10px;
}

.product_nav_li {
	display: inline-block;
	position: relative;
	z-index: 100;
	margin: 20px -2px;
}

.product_nav_li:hover {
	z-index: 110;
}

.product_nava {
	width: 100%;
	height: 100%;
	background: #1085d2;
	background: url(../images/navbg.jpg);
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px 12px;
	margin: 4px 0;
	z-index: 5;
	font-size: 15px;
	letter-spacing: 1px;
}

.product_nav_li:hover .product_nava {
	background: #0100fe;
}

.product_nav_one {
	position: absolute;
	left: 4px;
	top: 30px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(102, 102, 102, 0.38);
	transform: rotateX(90deg);
	transition: .5s;
	transform-origin: 0 0;
	padding: 10px 0;
	z-index: 10;
}

.product_nav_li:hover .product_nav_one {
	transform: rotateX(0deg);
}

.product_nav_onea {
	padding: 5px 0px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	color: #333;
	width: 90%;
	box-sizing: border-box;
	font-size: 14px;
}

.product_nav_onea:hover {
	color: #0a0bce;
	font-weight: bold;
}


/*pronav e*/