﻿@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;
}

.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;
	background: #f4f4f4;
}

* {
	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: #16558f;
	color: #FFFFFF;
}

::-moz-selection {
	background: #16558f;
	color: #FFFFFF;
}

::-webkit-selection {
	background: #16558f;
	color: #FFFFFF;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.h500 {
	min-height: 600px;
}

.context p {
	font-size: 14px;
	color: #666666;
	line-height: 27px;
	margin-bottom: 10px;
}

.context img {
	width: auto !important;
	height: auto !important;
}

.context table {
	width: auto !important;
	height: auto !important;
}


/*导航*/

header {
	height: 90px;
	line-height: 90px;
	position: fixed;
	top: 0px;
	z-index: 10;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s ease-in-out;
}

header .head {
	height: 90px;
}

header .head .logo {
	float: left;
}

header .head .nav {
	float: right;
	margin-right: 25px;
}

header .head .nav ul li {
	float: left;
	width: 70px;
	text-align: center;
    margin-right: 30px;
}

header .head .nav ul li a {
	color: #ffffff;
	font-size: 15px;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	position: relative;
	text-align: center;
}

header .head .nav ul li a::before {
	position: absolute;
	content: "";
	width: 0px;
	bottom: -35px;
	left: 0px;
	height: 1px;
	background: #ffffff;
	transition: all 0.4s ease-in-out;
}

header .head .nav ul li:hover a::before,
header .head .nav ul li.active a::before {
	width: 100%;
}

header .head .other {
	width: 100px;
	float: right;
}

header .head .other>div {
	width: 50%;
	position: relative;
}

header .head .other .search {
	float: left;
	width: 30%;
	position: relative;
}

header .head .other .search::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	background: #e6e6e6;
	top: 50%;
	margin-top: -8px;
	right: 2px;
	right:-10px;
}

header .head .other .search form input {
	position: absolute;
	width: 0px;
	opacity: 0;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	background: #f7f7f7;
	color: #999999;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 35px;
	right: 10px;
	top: 50%;
	margin-top: -17.5px;
	outline: none;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}

header .head .other .search form button {
	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	padding: 0px;
	background: url(../img/ico/01_.png) no-repeat center;
	z-index: 2;
	top: 4px;
}


header .head .other .language {
	float: right;
	width: 50px;
}
header .head .other .language .btn-group>.btn:first-child {
	border: none;
}
header .head .other .language .btn-group>.btn:first-child{
	background: none !important;
	border-radius: 0px;
	color: #FFFFFF;
	display: block;
	padding: 0px !important;
	width: 40px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
	border: 1px solid rgba(255,255,255,0.3) ;
}

header .head .other .language button:hover,
header .head .other .language button:active,
header .head .other .language button:focus {
	background: none !important;
	/* color: #FFFFFF !important; */
}



header .head .other .language .btn-group>.btn:first-child:focus,
header .head .other .language .btn-group>.btn:first-child:active,
header .head .other .language .btn-group>.btn:first-child:hover {
	background: #FFFFFF;
	box-shadow: none;
}

header .head .other .language .btn .caret {
	margin-left: 10px;
	display: none;
}

header .head .other .language .dropdown-menu {
	min-width: auto;
	box-shadow: none;
	border: none;
}

header .head .other .search:hover input {
	opacity: 1;
	width: 250px;
}

header .head .other .search:hover button {
	background: url(../img/ico/01.png) no-repeat center;
}


/*顶部反色*/

header.active {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px #ccc;
}

header.active .head .nav ul li a {
	color: #333333;
}

header.active .head .nav ul li a::before {
	background: #333333;
}

header.active .head .other .search form button {
	background: url(../img/ico/01.png) no-repeat center;
}

header.active .head .other .search:hover form button {
	background: url(../img/ico/01.png) no-repeat center;
}

header.active .head .other .language .btn-group>.btn:first-child{
	color: #333;
	border: 1px solid #707070 ;
}
header.active .head .other .search::before{
	background: #333333;
}


/*底部*/

footer {
	background: #00182f;
	padding: 50px 0px;
}

footer .foot .foot_left {
	float: left;
	width: 650px;
}

footer .foot .foot_left .foot_nav {
	margin-top: 28px;
	padding: 23px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .foot .foot_left .foot_nav a {
	color: #ffffff;
	font-size: 14px;
	margin-right: 45px;
}

footer .foot .foot_left .foot_copyright {
	margin-top: 25px;
}

footer .foot .foot_left .foot_copyright p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}

footer .foot .foot_left .foot_copyright a {
	color: #ffffff;
	font-size: 14px;
	margin-left: 30px;
}

footer .foot .foot_right {
	float: right;
	width: 360px;
	padding-top: 20px;
}

footer .foot .foot_right>p {
	color: #ffffff;
	font-size: 16px;
}

footer .foot .foot_right .foot_other {
	margin-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .foot .foot_right .foot_other .TEL {
	float: left;
}

footer .foot .foot_right .foot_other .TEL p {
	color: #ffffff;
	font-size: 18px;
}

footer .foot .foot_right .foot_other .TEL span {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

footer .foot .foot_right .foot_other div {
	margin-top: 30px;
    font-weight:bold;
}

footer .foot .foot_right .foot_other div a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 10px;
}

footer .foot .foot_right .foot_other div a:nth-child(1) {
	background: url(../img/footer/qq.png) no-repeat center;
}

footer .foot .foot_right .foot_other div a:nth-child(2) {
	background: url(../img/footer/wb.png) no-repeat center;
}

footer .foot .foot_right .foot_other .code {
	float: right;
	text-align: center;
}

footer .foot .foot_right .foot_other .code p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	padding: 10px 0px;
}


/*分页*/

.page {
	text-align: center;
	padding: 20px 0px;
}

.page a {
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	padding: 6px 12px;
	transition: all 0.3s ease-in-out;
	background: #414141;
	border-radius: 5px;
	    margin: 0px 5px;
}

.page a:hover,
.page a.active {
	background: #0f77be;
	color: #FFFFFF;
}


/*返回列表*/

.back_list {
	width: 100%;
	padding-top: 35px;
	margin-top: 60px;
	border-top: 1px solid #cccccc;
	position: relative;
}

.back_list a {
	display: block;
	width: 136px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	color: #666666;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}

.back_list a.prevs {
	float: left;
}

.back_list a.backs {
	position: absolute;
	left: 50%;
	margin-left: -68px;
	background: url(../img/news/01.png) no-repeat center;
	background-position-x: 20px;
}

.back_list a.nexts {
	float: right;
}

.back_list a.prevs:hover,
.back_list a.nexts:hover {
	background: #1580bf;
	color: #FFFFFF;
}

.back_list a.backs:hover {
	color: #1580bf;
	border-color: #1580bf;
	background: url(../img/news/02.png) no-repeat center;
	background-position-x: 20px;
}


/*二级banner*/

.bannres {
	position: relative;
}

.banners_t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banners_t p {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.banners_t font {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	background: url(../img/ico/04.png) no-repeat center;
}

.address {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	background: rgba(22, 85, 143, 0.3);
}

.address p {
	color: #FFFFFF;
	font-size: 14px;
}

.address p a {
	color: #FFFFFF;
	font-size: 14px;
}

.pub_main {
	margin-top: 45px;
	min-height: 500px;
	margin-bottom: 80px;
}

.tow_nav {
	width: 100%;
	margin-bottom: 45px;
}

.tow_nav a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	float: left;
	text-align: center;
	background: #FFFFFF;
	position: relative;
}
.tow_nav a:not(:last-child)::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 70px;
	right: 0px;
	top: 0px;
	background: #f4f4f4;
}
.tow_nav a:hover,
.tow_nav a.active {
	color: #FFFFFF;
	background: #16558f;
}

.public_title {
	text-align: center;
	height: 42px;
}

.public_title p {
	font-size: 24px;
	font-weight: bold;
	color: #16558f;
	position: relative;
}

.public_title p::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 3px;
	background: #666666;
	left: 50%;
	margin-left: -16px;
	top: 40px;
}