@charset "utf-8";

html,
body {
	position: relative;
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Roboto, Helvetica, Tahoma, Arial, "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #dc2027;
	text-decoration: underline;
}

a:active {
	color: #333333;
}

p,
div {
	color: #333;
	font-size: 12px;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

strong,
strong span {
	font-weight: bold;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about-list:after,
.aritcle-slide:after,
.i-container:after,
.aritcle-slide:after,
.footer-content:after,
.honor-list:after,
.i-contact:after {
	content: "";
	display: table;
	clear: both;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.not-animated {
	opacity: 0;
}

@-webkit-keyframes caption-top {
	0% {
		-webkit-transform: translate(0, -40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes caption-top {
	0% {
		transform: translate(0, -40px);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.container {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 10px 0;
	width: 1100px;
	margin: 0 auto;
}

#top {
	width: 100%;
	min-width: 1100px;
	background: #fff;
	box-shadow: 0 0 5px #b0b0b0;
}

.top-fixed {
	position: fixed;
	height: 70px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-animation: caption-down .5s;
	animation: caption-down .5s;
}

.logo {
	max-width: 171px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.logo img {
	display: block;
	width: 100%;
}

.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	z-index: 9999;
}

.nav>li {
	position: relative;
	padding: 0 10px;
	float: left;
}

.nav>li>a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff;
	padding: 0 7px 0 7px;
}

.nav-line {
	border-right: 1px solid #eee;
	height: 20px;
	float: left;
}

.nav>li>a:hover {
	text-decoration: none;
}

.down-menu {
	display: none;
	position: absolute;
	padding-top: 10px;
	width: 96px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999999;
}

.down-menu-list {
	padding: 7px 0;
	background: rgba(193, 0, 6, 0.6) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	background: #c10006;
	filter: Alpha(opacity=60);
	/*实现IE背景透明*/
	border-radius: 0 0 5px 5px;
}

.down-menu-list a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #ca585b;
	font-size: 13px;
	padding: 7px 0;
	text-align: center;
}

.down-menu-list a:hover {
	color: #fff;
	background: #a70000;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}

.nav>li>a span {
	color: #333;
	padding: 0 3px;
	font-size: 15px;
}

.nav>li>a div {
	width: 0;
	border-bottom: 3px solid #116038;
	transition: all 0.3s ease-in-out;
	margin: 29px auto 0 auto;
}

.nav>li>a:hover span,
.nav>li:hover span,
.nav>li>a.cur span {
	color: #116038;
}

.nav>li>a:hover div,
.nav>li:hover>a>div,
.nav>li>a.cur div {
	width: 100%;
}

.header-right {
	display: flex;
	align-items: center;
}

.top-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #da080c;
	border-radius: 50%;
	cursor: pointer;
}

.top-search-btn img {
	display: block;
	width: 30px;
	margin: 0 auto;
}

.search-content {
	position: fixed;
	top: 90px;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

.search-box {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	height: 60px;
}

.search-btn,
.small-search-btn {
	display: flex;
	align-items: center;
	height: 100%;
	background: #da080c;
	padding: 5px 20px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search-btn .icon,
.small-search-btn .icon {
	font-size: 26px;
	color: #fff;
}

.search-input {
	width: 630px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-right: none;
	height: 100%;
	border-radius: 5px 0 0 5px;
	outline: none;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.15);
}

.search-content .slide-full {
	background: rgba(0, 0, 0, .8);
}


#banner {
	min-width: 1100px;
}

.banner-img img {}

@media (max-width:1200px) {
	.banner-img img {
		width: 100%;
	}

}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.swiper-slide img {
	display: block;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

.swiper-banner:hover .swiper-button-next,
.swiper-banner:hover .swiper-button-prev {
	display: block;
}

.swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

#banner:hover .swiper-button-next,
#banner:hover .swiper-button-prev {
	display: block;
}

.swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fd8103'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fd8103'%2F%3E%3C%2Fsvg%3E") !important;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}

.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

.banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #f00;
	border-radius: 50%;
	background: none;
}

#standard {
	padding: 15px 0;
}

.article {
	width: 800px;
	float: left;
}

.article-column {
	height: 40px;
	padding-right: 10px;
	border-bottom: 1px solid #da080c;
}

.sort {
	display: inline-block;
	vertical-align: text-bottom;
	float: left;
}

.sort a {
	display: block;
	font-size: 15px;
	padding: 0 15px;
	line-height: 40px;
	float: left;
}

.sort a.active {
	color: #fff;
	background: #da080c;
}

.more {
	float: right;
}

.more a {
	color: #da080c;
	font-size: 15px;
	line-height: 40px;
}

.article-container {
	overflow: hidden;
}

.standard-container {
	height: 312px;
}

.aritcle-slide {
	display: none;
}

.aritcle-cur {
	display: block;
}

.article-content {
	margin-bottom: 20px;
}

.article-list {
	border-top: none;
	padding: 17px 0 0 0;
	margin: 0 -2%;
	overflow: hidden;
}

.article-list li {
	width: 46%;
	padding-bottom: 7px;
	margin: 0 2% 8px 2%;
	border-bottom: 1px dashed #e4e4e4;
	float: left;
}

.article-list li .time {
	float: right;
}

/*.article-list li:after{
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
	float: left;
}
*/
.article-list li a {
	display: block;
}

.article-list li span,
.article-list li p,
.article-list li .time {
	display: inline-block;

}

.article-list li span {
	color: #ccc;
	font-size: 12px;
	padding-right: 5px;
}

.article-list li p {
	font-size: 13px;
}

.article-list li:hover span,
.article-list li:hover p,
.article-list li:hover .time {
	color: #da080c;
}

.fast,
.contact {
	width: 260px;
	float: right;
}

.about {
	border-radius: 5px;
	background: #f5f5f5;
}

.about-tit {
	padding: 11px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
	background: #da080c;
}

.about-list {
	padding: 10px;
}

.about-list p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-shadow: 0 1px 0 #fff;
}

.about-list dl {
	width: 42%;
	margin: 0 4% 10px 4%;
	float: left;
}

.about-list dl dt {
	position: relative;
	width: 65px;
	height: 65px;
	margin: 0 auto 5px auto;
	border-radius: 65px;
	background: #83a7d4;
	box-shadow: 0 1px 0 #fff;
}

.about-list dl dt img {
	display: block;
	position: absolute;
	width: 33px;
	left: 0;
	right: 0;
	transform: translate(0px, -50%);
	top: 50%;
	margin: 0 auto;

}

.about-list dl dd {
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
}

.money {
	text-align: center;
	padding: 8px 15px;
	background: #da080c;
}

.money img,
.money p,
.tit img,
.tit h2 {
	display: inline-block;
	vertical-align: middle;
}

.money img {
	width: 40px;
}

.money p {
	color: #fff;
	padding-left: 5px;
	font-size: 16px;
}

#honor {
	padding: 10px 0;
}

.tit {}

.tit img {
	width: 30px;
}

.tit h2 {
	color: #da080c;
	font-size: 16px;
}

.honor-list,
.culture-list {
	min-width: 1100px;
	padding-top: 20px;
	margin: 0 -10px;

}

.honor-list dl,
.culture-list dl {
	width: 260px;
	margin: 0 10px;
	float: left;
}

.honor-list dl dt,
.culture-list dl dt {
	height: 163px;
	overflow: hidden;
}

.honor-list dl dt img,
.culture-list dl dt img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.7s ease-out;
	-moz-transition: transform 0.7s ease-out;
	-ms-transition: transform 0.7s ease-out;
	-o-transition: transform 0.7s ease-out;
	transition: transform 0.7s ease-out;
}

.honor-list dl:hover img,
.culture-list dl:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.honor-list dl dd,
.culture-list dl dd {
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	background: #f5f5f5;
	text-shadow: 0 1px 0 #fff;
}

.honor-list dl:hover dd,
.culture-list dl:hover dd {
	color: #da080c;
}

.swiper-raduis {
	padding-bottom: 40px;
}

#honor .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 7px !important;
	display: inline-block;
	border-radius: 50%;
	background: #da080c;
}

#honor .swiper-pagination-bullet-active {
	opacity: .9;
}

#honor .swiper-pagination-bullet-active:after {
	display: none;
}

#honor .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px !important;
}

#honor .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

#news {
	padding: 30px 0;
}

.news-container {
	height: 190px;
}

.contact {
	padding: 15px 10px 10px 15px;
	background: #f5f5f5;
}

.contact dl {
	margin-bottom: 28px;
}

.contact dl dt {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	border-radius: 35px;
	background: #da080c;
	vertical-align: middle;
	box-shadow: 0 0 1px #fff;
}

.contact dl dt img {
	display: block;
	position: absolute;
	width: 18px;
	left: 0;
	right: 0;
	transform: translate(0px, -50%);
	top: 50%;
	margin: 0 auto;
}

.contact dl dd {
	display: inline-block;
	font-size: 15px;
	padding-left: 10px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
}

#culture {}

.culture-list {}

#link {
	padding: 20px 0;
}

.link-tit img {
	width: 25px;
}

.link-list {
	margin-top: 15px;
}

.link-list a {
	font-size: 14px;
	margin-right: 5px;
}

/*内页*/
#i-banner {
	position: relative;
	min-width: 1100px;
	height: 400px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	width: 1920px;
	height: 400px;
	margin-left: -960px;
	left: 50%;
}

#inner {
	padding: 30px 0;
}

.i-tit {
	text-align: center;
}

.i-tit h2 {
	color: #333;
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
}

.i-tit p {
	font-size: 13px;
}

.i-line {
	width: 33px;
	margin: 15px auto 20px auto;
	border-bottom: 3px solid #da080c;
}

.i-container {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

/*新闻中心*/
.i-left {
	width: 230px;
	padding: 0 0 30px 0;
	background: #f9f9f9;
	border-top: 3px solid #da080c;
	border-radius: 3px;
	float: left;
}

.i-left h2 {
	color: #da080c;
	text-align: center;
	font-size: 19px;
	padding: 20px 0;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #fff;
}

.i-position-left {
	position: fixed;
	top: 75px;
	float: none;
}

.i-left-list {
	border-top: 1px solid #E8E8E8;
	padding-top: 5px;
}

.i-left-list>a {
	display: block;
	color: #000;
	text-align: center;
	border-left: 2px solid #f5f5f5;
	padding: 15px 0;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #F1F1F1;
	font-size: 15px;
}

.i-left-list>a:hover,
.i-left-list>a.current,
.i-left-list>li.current>a {
	color: #da080c;
	background: #fff;
	border-left: 2px solid #da080c;
	text-decoration: none;
}

.i-right {
	width: 850px;
	padding: 15px 10px;
	background: #fff;
	float: right;
}

.bread {
	font-size: 13px;
	padding-bottom: 16px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}

.bread img {
	width: 26px;
	vertical-align: middle;
}

.bread p,
.bread img {
	display: inline-block;
}

.bread p span {
	padding: 0 3px;
	font-family: serif;
}

.bread p a,
.bread p {
	font-size: 13px;
	color: #333;
}

/*新闻列表*/
.i-news {}

.i-news li {
	margin-bottom: 15px;
	border-bottom: 1px #D0D0D0 dotted;
}

.i-news li a {
	display: flex;
	align-items: center;
	height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 15px;
	overflow: hidden;
	color: #000;

}


.i-news li a p.name {
	color: #da080c;
	font-size: 15px;
	margin-right: 5px;
	width: 80px;
}

.i-news li a h3 {
	flex: 1;
	font-size: 15px;
}

.i-news li a .time {
	width: 100px;
	font-size: 12px;
	color: #4d4d4d;
}


.i-news li:hover a,
.i-news li:hover .time {
	color: #da080c;
}

.i-news li.noinfo {
	font-size: 16px;
	text-align: center;

}

.i-news li.noinfo:last-child {
	border-bottom: none;
}

.i-pic {
	text-align: center;
}

.i-details {
	margin-top: 30px;
}

.i-details h1 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

.infos {
	font-size: 12px;
	line-height: 40px;
	color: #666666;
	text-align: center;
}

.i-details-content p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: justify;
}

/*关于我们*/
/*联系我们*/
.i-contact {
	margin: 40px -10px 0 -10px;
}

.i-contact li {
	width: 350px;
	margin: 0 10px;
	padding: 40px 15px;
	text-align: center;
	background: #f6f6f6;
	float: left;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.i-contact li:hover {
	box-shadow: 0 5px 15px #A5A5A5;
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.i-contact li .icon img {
	width: 50px;
}

.i-contact li h3 {
	margin: 15px 0;
	font-size: 15px;
	color: #222;
	text-shadow: 0 1px 0 #fff;
}

.i-contact li p {
	color: #555;
	font-size: 16px;
	text-shadow: 0 1px 0 #fff;
}

#allmap {
	margin: 30px auto 0 auto;
	width: 1098px;
	height: 500px;
	overflow: hidden;
	border: 1px solid #eee;
}

.i-content {
	margin-top: 30px;
}

.i-content p {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 24px;
}

.i-honor-list {
	min-width: inherit !important;
}

.i-honor-list dl {
	margin-bottom: 20px;
	height: 210px;
}

#footer {
	min-width: 1100px;
	padding: 30px 0 30px 0;
	background: #212121;
}

.footer-content {}

.footer-content p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	color: #9c9c9c;
}

.footer-content p a {
	color: #9c9c9c;
}

#copy {
	min-width: 1100px;
	padding: 8px 0;
	background: #100B0A;
}

#copy p {
	text-align: center;
	font-size: 12px;
	color: #696969;
}