@charset "utf-8";
/* 通用 */
*{box-sizing:border-box;}
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
body {margin: 0px;padding: 0px;background: #f1f8ff;}
a { text-decoration: none; }
a:link, a:visited { color: #333333; }
a:link{text-decoration:none; }
a:visited{text-decoration:none; }
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
* { margin: 0px; padding: 0px;box-sizing: border-box;; outline: none }
ul, li { list-style-type: none; margin: 0px; padding: 0px; }
img { border: 0px; vertical-align: middle; }
.clear { clear: both; height:0;}
input, select { vertical-align: middle; }
table { margin: 0px auto;}/*table-layout: fixed;*/
p{margin: 0 0 0px;}
h2,h3,h4{
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner,.links,.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.fl{float:left;}
.fr{float:right;}
.row{margin-right: 0px;margin-left: 0px;}
.col-md-6{
	padding-right: 0px;padding-left: 0px;
	width: 50%;
	float: left;
}
.col-md-6:first-child{padding-right: 20px;}
.col-md-6:last-child{ padding-left: 20px;}
.content{
	position: relative;
	margin: -52px auto 20px;
	width: 1200px;
	padding: .25rem 0.3rem 10px;
	background: #fff;
}
.content ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content [class*="p"] ul:after, .content [class*="p"]::after,.content .tzgg:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* webkit滚动条 */
::-webkit-scrollbar{
    width: 8px;
    height: 3px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #bbb;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #aaa;
}
::-webkit-scrollbar-track-piece{
    background-color: #fff;
}

/* 纯文字列表 */
.list-t li {
    position: relative;
    padding-left: 16px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 27px;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    background-color: #fbd9b4;
    transition:all .3s
}
.list-t li:hover:before {
    background-color: #ef2004;
}
.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}
.list-t li a {
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-t li:hover a,
.list-t li:hover span{
  color: #ef2004;
}


/* 图文列表 */
.list-p li {
    float: left;
    width: 22.5%;
    margin-right: 3.333%;
    box-shadow: 0px 1px 12px rgba(101, 96, 96, 0.29);
    margin-top: 36px;
    position: relative;
    transition: transform .3s;
}

.list-p li:nth-child(4n+4) {
    margin-right: 0;
}
.list-p li:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 15px rgba(73, 68, 61, 0.53);
}
.list-p li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #685133;
    padding: 10px 0 10px;
}

.list-p li p {
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.list-p li .photo {
    display: block;
    position: relative;
}
.list-p li img{
	width: 100%;
	height: 176px;
}
.list-p li i {
    background: url(../images/dywh_9.png)  center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.list-p li:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 15px rgba(73, 68, 61, 0.53);
}
.list-p li:hover p {
    color: #1a9774;
    font-weight: bold;
}






/* 正文开始 */
.header{
  position: relative;
  margin: 0px auto;
  background-position: center bottom;
  background-size: 100% auto;
  background: url(../images/header.png) no-repeat;
  height: 4.92rem;
}

.header  #top-box {
    width: 1200px;
    padding: .25rem 0 .35rem;
    margin: 0 auto;
}

.header  #top-box  a {
    position: relative;
    max-width: 100%;
    margin-right: 44px;
}
.header  #top-box  a+a:before {
	position: absolute;
	left: -25px;
	content: "";
	top: -1px;
	background: #807b78;
	width: 2px;height: 24px;
}
.header .banner {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
}
.header .banner img{
	max-width: 100%;
}


/* 首页 开始 */
.content h3{
	font-size: 24px;
	margin-bottom: 0.3rem;
	font-weight: normal;
	border-bottom: 2px solid #006bc8;
	padding-bottom: .2rem;
}

.content .p1+.p1 {
    margin-top: 50px;
}

.content h3 a {
    color: #006bc8;
}
.li-w4 li{
	float:left;
	width: 23.5%;
	background: url('../images/img_1.png') no-repeat;
	line-height: 30px;
	text-align: center;
	padding: 40px 0;
	font-size: 20px;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all .3s;
	position: relative;
}

.li-w4 li:hover:before {
    width: 100%;
}

.li-w4 li a {
    position: relative;
}

.li-w4 li:before {
    width: 0%;
    content: "";
    background: #308bda;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    transition:all .3s
}
.li-w4 li:nth-child(4n){
	margin-right: 0;
}
.li-w4 li:hover {
  
    border-radius: 6px;
}

.li-w4 li:hover a {
    font-weight: bold;
    color: #fff;
}





/* 移动端菜单结束 */
/* 媒体查询 */
@media (max-width: 1200px){
    .header, body,
    .header  #top-box,
    .header .banner,
    .header .banner img,
	.content{
        width:100%;
    }

.header .banner {
    margin-top: 1.5rem;
}
	img{
		max-width: 100%;
	}
	.header .banner img {
		width: 90%;
	}

	.header .fl img {
		max-width: 84%;
		margin-top: 0;
	}
    .row {
        margin-right: 10px;
        margin-left: 10px;
    }
    .header a{
       padding-left: 11px;
    }

	.header a img {
		max-width: 50%;
	}

	.header{
		background-size: 100% 100%;
	}
	.content{
	margin: .3rem auto .2rem;
	}
}
@media (max-width: 992px){
	.header #top-box a{
		margin-right: 0;
	}	
	.col-md-6{
		width: 100%;
		padding: 0!important;
	}
	.list-t li a{
		width: 70%;
	}

	.header #top-box a+a:before {
		display: none;
	}
	.header #top-box{
		height: 1.5rem;
		line-height: initial;
	}
	.header a .xq{
		width: 20%;
	}
	.header a img {
		max-width: 56%;
	}
	.li-w4 li,.li-w4 li:nth-child(4n){
		width: 48%;
		margin: 1%;
		padding: 20px 0;
		font-size: 14px;
	}
	.li-w4 {
		/* display:flex; */
		/* flex-wrap: wrap; */
		/* justify-content: space-around; */
	}
}
/* 媒体查询 */