﻿@charset "utf-8";

/*//自定义浏览器滚动条*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.banner  .swiper-slide img {
	width: 100%;
	height: auto;
}

.bg {
	background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

 ::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #da251d;
}

body,
html {
	min-width: 1200px;
}

* {
	font-family: "微软雅黑";
	font-size: 14px;
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}

img {
	max-width: 100%;
}


/*网页文字选中效果*/

::selection {
	background: #da251d;
	color: #FFFFFF;
}

::-moz-selection {
	background: #da251d;
	color: #FFFFFF;
}

::-webkit-selection {
	background: #da251d;
	color: #FFFFFF;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.h500 {
	min-height: 600px;
}
.m100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.p4030{
	padding: 40px 30px;
	background: #FFFFFF;
}

/*导航*/

header {
	height: 100px;
	background: #FFFFFF;
}

header .head {
	position: relative;
}

header .head .logo {
	float: left;
	height: 100px;
	line-height: 100px;
}

header .head .nav {
	float: left;
	height: 100px;
	line-height: 100px;
	margin-left: 85px;
}

header .head .nav>ul>li {
	float: left;
	margin: 0px 22.5px;
	padding-top: 15px;
}

header .head .nav>ul>li>a {
	color: #262626;
	font-size: 14px;
	display: block;
}

header .head .nav>ul>li ul {
	width: 1200px;
	position: absolute;
	left: 0px;
	top: 100px;
	display: none;
	z-index: 99;
}
header .head .nav>ul>li ul li{
	float: left;
	position: relative;
}
header .head .nav>ul>li ul li a{
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 15px;
	border: 1px solid rgba(255,255,255,0);
	background: url(../img/nav/01.jpg);
}
header .head .nav>ul>li ul li a img{
	margin-right: 10px;
}
header .head .nav>ul>li ul li.bor::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 36px;
	background: url(../img/nav/09.png) no-repeat center;
	right: 0px;
	top: 50%;
	margin-top: -18px;
}
header .head .nav>ul>li:nth-child(2) ul li{
	width:25%;
}
header .head .nav>ul>li:nth-child(3) ul li{
	width:25%;
}
header .head .nav>ul>li:nth-child(4) ul li,
header .head .nav>ul>li:nth-child(6) ul li{
	width:50%;
}
header .head .nav>ul>li:nth-child(5) ul li{
	width:33.33%;
}

header .head .nav>ul>li ul li a:hover{
	border-color: #FFFFFF;
	font-size:18px;
}






header .head .nav>ul>li:hover ul {
	display: block;
}

header .head .other {
	float: right;
	line-height: inherit;
	height: 100px;
}

header .head .other .top {
	height: 50px;
	line-height: 50px;
	position: relative;
}

header .head .other .top form {
	position: absolute;
	width: 200px;
	left: -210px;
	padding-right: 28px;
}

header .head .other .top form input {
	width: 168px;
	height: 28px;
	padding-left: 10px;
	border: 1px solid #d1d1d1;
	border-right: none;
	display: none;
	outline: none;
}

header .head .other .top form button {
	position: absolute;
	outline: none;
	border: none;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/ico/01.png) no-repeat center;
	top: 11px;
	right: 4px;
	15px;
}

header .head .other .top form:hover input {
	display: inline-block;
}

header .head .other .top form:hover button {
	background: #da251d url(../img/ico/01_1.png) no-repeat center;
}

header .head .other .top span {
	float: right;
}

header .head .other .top span img {
	margin-right: 28px;
	position: relative;
	top: -3px;
}

header .head .other .top span font {
	color: #da251d;
	font-size: 20px;
	position: relative;
}

header .head .other .top span font::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background: #e6e6e6;
	left: -14px;
	top: 50%;
	margin-top: -6.5px;
}

header .head .other .language {
	height: 37px;
	color: #e6e6e6;
	    text-align: right;
}

header .head .other .language a {
	color: #333333;
	font-size: 15px;
	margin: 0px 10px;
}

header .head .other .language a img {
	margin-right: 5px;
}

header .head .other .language a:nth-child(1) {
	margin-left: 0px;
}
header .head .other .language a:nth-child(2){
	margin-right:0px;
}

header .head .nav>ul>li:hover>a,
header .head .nav>ul>li.active>a {
	color: #da251d;
}


/*底部*/

footer {
	background: #f0f0f0;
	padding: 25px 0px;
	border-top: 1px solid #e0e0e0;
}

footer .foot .foot_info {
	float: left;
}

footer .foot .foot_info h1 {
	color: #181411;
	font-size: 25px;
	font-weight: bold;
	    margin-bottom: 25px;
}

footer .foot .foot_info h1 img {
	margin-right: 5px;
	position: relative;
	top: -3px;
}

footer .foot .foot_info p {
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}

footer .foot div h2 {
	color: #333333;
	font-size: 16px;
	position: relative;
}

footer .foot div h2::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	background: #da251d;
	top: 30px;
	left: 0px;
}

footer .foot .foot_nav {
	float: left;
	margin-left: 105px;
}

footer .foot .foot_nav ul {
	margin-top: 50px;
}

footer .foot .foot_nav ul li {
	float: left;
	margin-right: 40px;
}

footer .foot .foot_nav ul li:last-child {
	margin-right: 0px;
}

footer .foot .foot_nav ul li a {
	color: #666666;
	font-size: 14px;
}

footer .foot .foot_nav .btn-group {
	margin-top: 30px;
}

footer .foot .foot_nav .btn-group .btn-default {
	border-radius: 0px;
	height: 45px;
	border: none;
	color: #999999;
	font-size: 14px;
}

footer .foot .foot_nav .btn-group .btn-default:nth-child(1) {
	width: 135px;
	background: #d1d1d1;
}

footer .foot .foot_nav .btn-group .btn-default:nth-child(2) {
	width: 50px;
	background: #999999;
}

footer .foot .foot_nav .btn-group .btn .caret {
	width: 14px;
	height: 8px;
	border: none;
	background: url(../img/footer/02.png) no-repeat center;
}

footer .foot .foot_nav .dropdown-menu {
	width: 100%;
}

footer .foot .foot_nav .dropdown-menu li {
	width: 100%;
}

footer .foot .foot_nav .btn-group .btn:hover {
	outline: none;
	border: none;
}

footer .foot .foot_code {
	float: right;
}

footer .foot .foot_code img {
	margin-top: 45px;
}

footer .copyright {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

footer .copyright p {
	color: #999999;
	font-size: 13px;
	float: left;
}

footer .copyright a {
	float: right;
	color: #999999;
	font-size: 13px;
}

/*---*/
.pub_title{
	padding-bottom: 22px;
	border-bottom: 1px dashed #e6e6e6;
}
.pub_title a{
	display: block;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/ico/03.png) no-repeat center;
	background-position-x: 95%;
}
/*二级页面banners*/

.banners {
	position: relative;
}

.banners .ban_t {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.banners .ban_t p:nth-child(1) {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	opacity: 0;
	animation: banners_t 0.6s 0.4s ease-in forwards;
	-moz-animation: banners_t 0.6s 0.4s ease-in forwards;
	-ms-animation: banners_t 0.6s 0.4s ease-in forwards;
	-webkit-animation: banners_t 0.6s 0.4s ease-in forwards;
}

.banners .ban_t p:nth-child(2) {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	opacity: 0;
	animation: banners_t 0.6s 1s ease-in forwards;
	-moz-animation: banners_t 0.6s 1s ease-in forwards;
	-ms-animation: banners_t 0.6s 1s ease-in forwards;
	-webkit-animation: banners_t 0.6s 1s ease-in forwards;
}

.banners .ban_t span {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	position: relative;
	opacity: 0;
	animation: banners_t 0.6s 1.5s ease-in forwards;
	-moz-animation: banners_t 0.6s 1.5s ease-in forwards;
	-ms-animation: banners_t 0.6s 1.5s ease-in forwards;
	-webkit-animation: banners_t 0.6s 1.5s ease-in forwards;
}

.banners .ban_t span::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -10px;
	background: url(../img/ico/06.png) no-repeat center;
	animation: down_load 1.5s infinite linear;
	-moz-animation: down_load 1.5s infinite linear alternate;
	-ms-animation: down_load 1.5s infinite linear alternate;
	-webkit-animation: down_load 1.5s infinite linear alternate;
}

@keyframes banners_t {
	from {
		opacity: 0;
		transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	}
}

@keyframes down_load {
	from {
		transform: translateY(-3px);
	}
	to {
		transform: translateY(5px);
	}
}

.banners .swiper-pagination-bullets {}

.banners .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	border: 2px solid #FFFFFF;
	background: none;
}

.banners .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #FFFFFF;
}


/*二级导航*/

.tow_navs {
	width: 100%;
	background: #FFFFFF;
}

.tow_navs div a {
	display: block;
	float: left;
	width: 14.28571428571429%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #333333;
	font-size: 16px;
	border-left: 1px solid #ededed;
	position: relative;
}

.tow_navs div a::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right: 0px;
	height: 4px;
	background: #FFFFFF;
}
.tow_navs div a:last-child {
	border-right: 1px solid #ededed;
}

.tow_navs div a:hover,
.tow_navs div a.active {
	color: #da251d;
}

.tow_navs div a:hover::before,
.tow_navs div a.active::before {
	background: #da251d;
}
/*分页*/
.page{
	text-align: center;
	padding: 20px 0px;
}
.page a{
	color: #666666;
	font-size: 14px;
	display: inline-block;
	padding: 6px 12px;
	transition: all 0.3s ease-in-out;
}
.page a:hover,
.page a.active{
	background: #da251d;
	color: #FFFFFF;
}
