﻿/*!
 * ETUI v3
 *
 * Copyright 2016.9*/
/*-----font icon import------------------------------------------------------------------------*/
@import url("iconfont/iconfont.css");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover,a:focus{text-decoration: none; color: #0263B7;}
#skip{height: 0; overflow: hidden;}
img {
	max-width: 100%;
	width: inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	font-size: 16px;
	overflow-x: hidden;
}

.btn {
	border-radius: 3px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.main-cont{

}
/*topbanner*/
.top-cont{
	background: url("img/lgbanner.png") no-repeat center center;
	z-index: 999;
	position: relative;
	height: 800px;
}

.yellow-bg{
	background: #f9f6ef;
	padding:60px 0;
	margin-top: -30px;
}
.top-cont .down{
	background: rgba(0,0,0,.6);
	color:#fff;
	text-align: center;
	position: fixed;
	bottom:0;
	padding:6px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index:99999;
}
.top-cont .down img{
	width: auto;
	height: auto;
	margin-left: 8px;
}
.top-cont{
	position: relative;
}
/*-----header------------------------------------------------------------------------*/
/*  header  */
.header{
	padding:10px 20px;
	background-color: #C8171E;
	z-index: 99999;
	width: 100%;
}
.header-index{
	padding:10px 20px;
	z-index: 99999;
	width: 100%;
	transition: .5s;
}
.header-index-bg{
	background-color: #C8171E;
}
.header img{
	width:auto;
}
.header .text-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .text-right p{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	color: #666;
}
.header .text-right .btn{
	margin-top: 10px;
	color:#C8171E;
	font-size: 12px;
}

.header .text-right .btn{
	margin-top: 6px;
	color:#C8171E;
	font-size: 12px;
}
.header .text-right .btn:hover, .header .open .btn {
	background:#fff;
	color:#C8171E !important;
	border:1px solid #fff;
}

.header .text-right .dropdown-menu {
	right:0;
	left:auto;
}

.header .username .btn {
	font-size:12px;
	margin-top:6px;
}
.header .username .btn:hover, .header .open .username {
	background:#fff;
	color:#C8171E !important;
	border:1px solid #fff;
}
.header .dropdown-menu {
	right:0;
	left:auto;
}
.btn.btn-danger{
	margin-top: 14px;
	padding:7px 24px;
	font-size: 16px;
}
.search-cont .normal-slider.Slider-one .owl-dots{
	width: 100%;
}
.search-cont .normal-slider.Slider-one .owl-controls .owl-nav{
	top:44%;
}
.search-cont{
	position: relative;
	background: #f9f6ef;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 140px;
}
.search-cont .logo-lg{
	margin-bottom: 10px;
}
.search-cont .input-group{
	width: 800px;
	border:1px solid #C8171E;
	height: 60px;
	border-radius: 6px;
	margin:30px auto 50px;
}
.search-cont .input-group input{
	width: 100%;
	background: rgba(255,255,255,.8);
	height: 60px;
	border-radius: 6px!important;;
	border:none;
	font-size: 20px;
	padding-left: 160px;
}
.search-cont .input-group i{
	position: absolute;
	/*left:10px;*/
	left:110px;
	top:10px;
	z-index: 999;
	color: #999;
	font-size: 36px;
	margin:4px
}
.search-cont .input-group input:active,.search-cont .input-group input:focus{
	background:rgba(255,255,255,.8)!important;
}
.search-cont .input-group .btn{
	position: absolute;
	right:10px;
	top:-3px;
	z-index: 999;
	background: #CA2128;
	border-color: #CA2128;
}
.main .title-h2{
	font-size:44px;
	color: #222;
	margin:30px 0;
	text-align: center;
}
.hot-img img{
	width: 100%;
}
.hot-img a{
	display: block;
	position: relative;
}
.hot-img p.text{
	position: absolute;
	z-index: 999;
	color: #fff;
	font-size: 24px;
	text-align: center;
	bottom:16px;
	width: 100%	;
}
.hover-show-cont{
	background: rgba(0,0,0,.6);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	transition: .5s;
}
.hover-show-cont .hover-show{
	color: #fff;
	/*position: absolute;*/
	z-index: 9999;
	justify-content: center;
	/*background: url("../img/border.png") no-repeat center center;*/
	/*width: 300px;*/
	/*height: 156px;*/
	width: 250px;
	height: 80%;
	max-height: 156px;
	border:1px solid white;
	/*margin-left: 25px;*/
	/*margin-top: 5%;*/
	/*left:50%;*/
	/*top:50%;*/
	/*margin-top: -78px;*/
	/*margin-left: -150px;*/
	text-align: center;
	transition: .5s;
}

.hover-show{
	display: flex;
	align-items: center;
}
.hover-show-cont .hover-show li{
	margin:0 10px;
	display: inline-block;
	/*margin-top: 60px;*/
	cursor: pointer;
	position: relative;
	text-align: center;
	height: 40px;

}
.hover-show-cont .hover-show li i{
	font-size: 22px;
	transition: .05s;
	position: absolute;
	display: block;
	left:50%;
	margin-left: -11px;
	top: 0;

}
.hover-show-cont .hover-show li:hover i{
	font-size: 26px;
	margin-left: -13px;
	margin-top: -4px;

}
.hover-show-cont .hover-show p{
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 24px;

}
.hot-img a:hover .hover-show-cont{
	display: block;
}
.hot-img a:hover p.text{
	display: none;
}
.hover-show-cont .hover-show-zt{
	color: #fff;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	/*position: absolute;*/
	width: 100%;
}
.hover-show-cont .hover-show-zt .img-title{
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom:1px solid #fff;
	width: 100%;
}
.hover-show-cont .hover-show-zt span{
	display: block;
	font-size: 16px;
	margin:12px 0;
}
.hover-show-cont .img-info{
	color: #fff;
	padding: 10px;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	position: absolute;
	bottom:-10px;
	left:0;
	overflow: hidden;
}
.gray-bg{
	background: #f7f7f7;
	margin:60px 0;
	padding-bottom: 30px;
}
.btn-list li a{
	border:1px solid #ddd;
	padding: 16px 0;
	display: block;
	text-align: center;
	background: #fff;
	font-size: 20px;
	color: #333;
	margin:4px;
}
.btn-list li a:hover,.btn-list li a.active{
	background: #ca2128;
	color: #fff;
}
/*登录*/
.login-popup{
	background: url("../img/loginbg.jpg") right bottom no-repeat #fff;
	height: 400px;
	background-size: 100% auto;
}
.login-pop-cont{
	width: 800px;
}
.login-popup .modal-title{
	text-align: center;
}
.login-popup .modal-header{
	padding: 40px 0 20px;
	border-bottom: 0;
}
.login-popup .form-group{
	width: 480px;
	position: relative;
	margin:20px auto;
}
.login-popup .form-group input{
	width: 480px;
	height: 50px;
	padding-left: 50px;
	border-radius: 4px!important;
}
.login-popup .form-group i{
	font-size: 24px;
	position: absolute;
	left:16px;
	top:12px;
	color: #999;
}
.login-popup .modal-header .close{
	margin-right: 20px;
	background: #999;
	width: 29px;
	height: 29px;
	color: #fff;
	border-radius: 29px;
	margin-top: -10px;
}
.login-popup .modal-header .close span{
	margin-top: -4px;
	display: block;
}
.login-popup .tips{
	display: none;
	font-size: 12px;
	color: #ff985a;
	margin-top: 10px;

}
.login-popup .tips i{
	position: relative;
	font-size: 16px;
	color: #ff985a;
	top:1px;
	left:0;
	margin-right: 0;
}

/*底部瀑布流*/
.dark-bg{
	background: #1D1B1B;
	padding:40px 0;
}
.waterfall-warp{
	margin: 0 auto;
}
#waterfall { margin:auto; position:relative; }
.waterfall-item { float:left; }
.waterfall-item img { width:300px; }
.waterfall-item:hover .hover-show-cont{
	/*display: block;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.pic-list .waterfall-item  img { width:400px; }

.footer{
	background: #282828;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	/*margin-top: 60px;*/
}
.header-2 .input-group{
	border:1px solid #ca2128;
	border-radius: 4px;
	width: 350px;
	float: right;
	/*margin-top: 8px;*/
}
.header-2 .input-group i{
	position: absolute;
	right:10px;
	top:12px;
	z-index: 999;
	color: #999;
	font-size: 20px;
}
.header-2 .input-group input,.header-2 .input-group input:focus,.header-2 .input-group input:active{
	border:none!important;
	border-radius: 4px!important;
	padding-left: 10px;
	background: #fff!important;
	margin-top: 4px;
}
.header-2 .btn{
	margin-top: 0;
}
.banner{
	background: url("../img/banner.jpg") no-repeat center top;
	/*margin-top: 20px;*/
	height: 200px;
}
.sort-bar{
	width: 100%;
	display: block;
	margin:20px 0;
	font-size: 16px;
	position: relative;
}
.sort-bar dt{
	float: left;
	font-weight: normal;
	margin-top: 4px;
	width: 6%
}
.sort-bar dd{
	float: left;
	width: 94%;
	font-size: 0;
}
.sort-bar dd a{
	font-size: 16px;
	padding: 6px 10px;
	display: inline-block;
	color: #666;
	min-width: 60px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 15px 10px;
}
.sort-bar dd a:hover{
	color:  #ca2128;
}
.sort-bar dd a.select{
	background: #ca2128;
	color: #fff;
	border-radius: 30px;
	text-align: center;
}

.sort-bar dd a span{
	color:#bbb;
}
.sort-bar dd a.select span{
    color:  #fff;
}
.sort-bar .more-a{
	position: absolute;
	top: 5px;
	right:0;
	color: #ca2128;
	}
.more-sort{
	margin-left: 68px;
	display: none;
	transition: 2s;
}
.more-sort a{
	margin:2px 0;
}
.img-list li>a{
	position: relative;
	display: block;
	margin:10px 0
}
.img-list li>a .hover-show-p{
	box-shadow: inset 0 -18px 26px rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	justify-content: space-between;
	padding:6px 10px;
	align-items: center;
}
.img-list li>a .hover-show-p p{
	margin-bottom: 0;
	text-align: left;
}
.img-list li>a:hover .hover-show{
	/*display: block;*/
	/*background: url("../img/border2.png") no-repeat center center;*/
}
.img-list li a:hover .hover-show-cont{
	/*display: block;*/
	z-index: 99999;
}

.img-list li>a {

}
.gray-bg-2{
	box-shadow:#eee 0 10px 16px inset;
	background: #f7f7f7;
}
.breadcrumb{
	margin-bottom: 0;
	background:none!important;
}
.breadcrumb a{
	color: #D14046;
}
/*详细页*/
.detail-img{
	max-width: 100%;
	width: initial;
}
.detail-cont h3{
	margin-top: 0;
	color: #333;
	font-size: 28px;
}
.data{
	display: flex;
	margin:20px 0;
	margin-left: -36px;
}
.data li{
	color: #999;
	flex:1;
	border-right:1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.data li:last-child{
	border-right:0;
}
.data li p{
	margin-bottom: 0;
	margin-left: 6px;
}
.detail-info li{
	color: #999;
	width: 50%;
	margin:10px 0;
	float: left;
}
.labels{
	margin-top: 10px;
	color: #999;
	display: flex;
}
.labels dt{
	white-space: nowrap;
	margin-top: 6px;
}
.labels dt,.labels dd{
	float: left;
}
.labels dd span{
	background: #f7f7f7;
	padding: 6px 10px;
	display: inline-block;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 30px;
	font-size: 16px;
}
.labels dd .more-a{
	background: none;
	color: #D14046;
	cursor: pointer;
}
.labels dd .more-sort{
	margin-left: 0;
}
.detail-cont .btn{
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
	padding: 14px 0;
}
.radio-list{
	margin-bottom: 10px;
}
.radio-list input{
	display: none;
}
.radio-list label{
	width: 50%;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	position: relative;
	float: left;
	padding-left: 50px;
	color: #666;
	margin-bottom: 0;
}
.radio-list label:active{
	background: #EEEEEE;
}
.radio-list label:after{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
}
.radio-list input:checked+label:after{
	padding:4px;
	border: 1px solid #D14046;
}
.radio-list input:checked+label:before{
	content: '';
	background:#D14046;
	width:12px ;
	height: 12px;
	position: absolute;
	left:19px;
	top:19px;
	border-radius: 16px;
}
ul.zan{
	text-align: center;
	display: flex;
}
ul.zan span{
	background: #f7f7f7;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: block;
	text-align: center;
	color: #666;
	padding-top: 8px;
	margin:0 auto
}
ul.zan span i{
	font-size: 30px;
	display: block;
	color: #999;
}
ul.zan li{
	margin:0 10px;
	cursor: pointer;
}
ul.zan li p.text{
	margin-top: 10px;
	font-size: 16px;
	color: #666;
}
.download-ts{
	display: flex;
	position: fixed;
	width: 540px;
	height: 120px;
	top:50%;
	left:50%;
	margin-top: -60px;
	margin-left: -270px;
	background: #fff;
	box-shadow:0px 2px 10px 0px rgba(120,120,120,0.25);
	border-radius:5px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.download-ts:before,.download-ts:after{
	display: none;
}
.ts-text{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ts-text span{
	font-size: 16px;
}
.ts-text i{
	color:#D14046;
	margin-right: 10px;
	font-size: 22px;
}
.download-ts .btn{
	display: inline;
	width: 80px;
	padding: 6px 10px;
}
.download-ts .closed{
	position: absolute;
	right:10px;
	top:10px;
	font-size: 24px;
	color: #ccc;
	cursor: pointer;
}
.top i{
	font-size: 40px;
	color: #ccc;
	position: fixed;
	right:20px;
	bottom:20px;
}
.top:hover i{
	color:#D14046;
}

	/* map */
.Article {
	padding: 0 15px;
}
.Article-title {
	padding: 0 !important;
	font-size: 24px;
	text-align: center;
	color: #015293;
}
.Article_content {
	font-family: 'Microsoft YaHei',arial,helvetica,sans-serif;
}
.Article_content:before
, .Article_content:after {
	display: table;
	content: " ";
}
.Article_content:after {
	clear: both;
}
.Article_content table {
	width: 100% !important;
}
.Article_content p {
    text-align: justify;
    color: #333;
    line-height: 2;
}
.Article_content img {
    width: auto;
    max-width: 100%;
}
.Article_content img[src*="icon_doc.gif"] {
	display: inline-block;
	*display: inline;
	margin-right: 10px !important;
}
.Article_content object {
	display: block;
	margin: 0 auto;
}
.Article-time {
	padding: 9px 10px;
	background: #f0f3f6;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

/* pagination */
.pagination {
	margin:15px 0;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
	border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
	background: #ccc !important;
	color: #fff !important;
	border: 0;
    margin: 0 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination a:hover {
	background: #007CC9 !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	background: #eee !important;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	outline: none;
	background: none !important;
	border: 1px solid #f9dcd9 !important;
}
::-webkit-input-placeholder {
    color: #999;
}
input[type="text"],textarea {
	-webkit-appearance: none;
}

.dropdown-menu>li>a{
	padding:10px 20px;
}
.dropdown-menu>li>a:hover {
	background:rgba(0,0,0,.1);
}

.username{
	color:white !important;
}

.btn-news{
	width: 100px;
	left: 10px;
	right: unset !important;
	margin-top: 14px;
	padding: 7px 14px;
	font-size: 16px;
	top: -5px;
}

