﻿/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
@import "../iconfont/iconfont.css";
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{outline: none;color: #333;}
a:hover,a:focus{text-decoration: none;}
button,input{outline:none !important; }
#skip{height: 0; overflow: hidden;}
body {
	font-size: 14px !important;
}
body{
	background: url(../img/banner.jpg) top center no-repeat ;
}

ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
li{
	list-style: none;
}
.navbar-inverse{
	background: none;
}
.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	padding: 2px 12px;
	font-size: 12px;
	margin-top: 16px;
	background: rgba(38,104,153,.6);
}
.navbar-inverse .navbar-nav>li>a:hover{
	color: #fff;
	font-weight:bold;
	background:rgba(38,104,153,.6);
	border:1px solid rgba(38,104,153,.6);
}
.container{
	max-width: 1190px;
}



.main{
	margin-top: 600px;
}

.gc-header h3{
	font-size: 45px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.gc-header h3:before{
	content: '';
	height: 2px;
	width: 400px;
	background:#ddd;
	position: absolute;
	left:-450px;
	top:25px
}
.gc-header h3:after{
	content: '';
	height: 2px;
	width: 400px;
	background:#ddd;
	position: absolute;
	right:-450px;
	top:25px
}
.gc-header{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.gc-header h3 i{
	color: #3486d6;
}

.news li{
	display: flex;
	padding: 18px 0;
	border-bottom: 1px solid #ddd;
}
.news li:first-child{
	padding-top: 0;
}
.news li:last-child{
	border-bottom: 0;
}
.news li .date{
	border:1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	width: 100px;
	height: 94px;
	background: #fff ;
	position: relative;
	margin-right: 10px;
}
.news li .date .day{
	font-size: 30px;
	color: #fff;
	position: absolute;
	left:0;
	width: 100%;
	border-radius: 3px 3px  0 0 ;
	padding: 6px;
	top:0;
	box-sizing: border-box;
	background: #3486d6;

}
.news li .date .year{
	font-size: 16px;
	background: #fff;
	position: absolute;
	padding: 6px 0;
	bottom:0;
	width: 100%;
	left:0;
	color: #777777;
}
.news li a{
	flex: 1;
}
.news li a:hover{
	color:#3486d6 ;
}

.news li a .title{
	font-size: 18px;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.news li a.text p{
	margin-top: 10px;
	line-height: 24px;
}

.owl-item > .item > a > .title{
	background: rgba(255,255,255,.7)!important;
	color: #333!important;
	margin-left: 10%!important;
	margin-right: 10%!important;
	width: 80%!important;
	font-size: 14px;
	text-align: center;
}
.silde-title{
	font-size: 18px;
	margin-bottom: 10px
}

.normal-slider img{
	border:1px solid #ddd;
	padding: 2px;
}
.Slider-one .owl-controls .owl-nav{
	display: none;
}
.jd{
	background: url("../img/jd.jpg") no-repeat center top;
	height: 215px;
	padding: 60px 40px;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
}
.line-bg{
	height: 2px;
	background: #ddd;
	position: absolute;
	margin-top: 30px;
	width: 100%;
	left:0;
	top:14px;
	z-index: 99;
}
.title-header-2{
	position: relative;
	height: 60px;
	margin-bottom: 30px;
}
.title-header-2 h3{
	font-size: 26px;
	color: #333;
	position: absolute;
	left:0;
	background: #fff;
	padding: 10px;
	z-index: 999;
}
.title-header-2 h3 i{
	color: #3486d6;
}






.footer{background-color: #00a1ee;margin-top: 30px;padding: 30px 0;color: #fff }
.footer img{
	width: auto;
}
.footer .sh-text{
	border-left:1px solid #ccc;
	padding-left: 20px;
	color: #666;
}














































