/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1300px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(../img/bottom-bg.jpg) center bottom / auto 847px repeat-x #fff;
	overflow-x: hidden;
	padding-bottom: 1.8rem;
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 86.3158%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}

.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}

@media (max-width:768px) {
	.header_coat {
		height: 0;
		display: none;
	}
}

@media (max-width:414px) {
	.header .link {
		display: none;
	}
}
/* ---- banner Style ---- */
.banner-container {
	width: 100%;
	height: 660px;
	background: url(../img/banner.jpg) center center / 100% 100% no-repeat;
}
@media (max-width:2000px) {
	.banner-container {
		background-size: auto 100%;
	}
}
@media (max-width:1200px) {
	.banner-container {
		height: 53vw;
	}
}

/* ---- menu-container style ---- */
.menu-container {
	background: #ba1b1a;
	margin-bottom: 42px;
	height: 0;
	position: relative;
}
.menu-container .menu {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.menu-container .menu li {
	width: 16.66%;
	float: left;
	min-height: 64px;
}
.menu-container .menu li a {
	display: block;
	width: 100%;
	min-height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 42px;
	font-size: 26px;
	color: #ffeca6;
}
.menu-container .menu li a img{
	width: 42px;
	height: 42px;
	margin-right: 15px;
}
.menu-container .menu li a:hover {
	text-decoration: none;
}
@media (max-width:1200px) {
	.menu-container {
		margin-bottom: 3.5vw;
	}
	.menu-container .menu {
		bottom: 1vw;
	}
	.menu-container .menu li {
		min-height: 5.25vw;
	}
	.menu-container .menu li a {
		
		min-height: 5.25vw;
		line-height: 3.5vw;
		font-size: 2.25vw;
	}
	.menu-container .menu li a img{
		width: 3.5vw;
		height: 3.5vw;
		margin-right: 1.25vw;
	}
}
@media (max-width:768px) {
	.menu-container {
		margin-bottom: 5.6vw;
	}
	.menu-container .menu {
		bottom: 0vw;
	}
	.menu-container .menu {
		padding: 1.2vw 0;
	}
	.menu-container .menu li {
		min-height: 8.4vw;
	}
	.menu-container .menu li a {
		min-height: 8.4vw;
		line-height: 5.6vw;
		font-size: 3.6vw;
	}
	.menu-container .menu li a img{
		width: 5.6vw;
		height: 5.6vw;
		margin-right: 0;
	}
}
/* ---- headline-container style ---- */
.headline-container {
	position: relative;
	padding-left: 125px;
	margin-bottom: 42px;
}
.headline-container h1 img.icon {
	position: absolute;
	top: 9px;
	left: 0;
	width: 90px;
	height: auto;
}
.headline-container h1 {
	min-height: 64px;
	line-height: 64px;
	font-size: 42px;
	color: #333;
	font-weight: bold;
}
.headline-container p {
	min-height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}
.headline-container p a.detail {
	display: inline-block;
}
@media (max-width: 1200px) {
	.headline-container {
		padding-left: 10.5vw;
		margin-bottom: 3.25vw;
	}
	.headline-container h1 img.icon {
		top: 0.75vw;
		width: 7.5vw;
	}
	.headline-container h1 {
		min-height: 5.25vw;
		line-height: 5.25vw;
		font-size: 3.25vw;
	}
	.headline-container p {
		min-height: 2.25vw;
		line-height: 2.25vw;
		font-size: 1.33vw;
	}
}
@media (max-width: 768px) {
	.headline-container {
		margin-bottom: 5.2vw;
		padding-left: 0;
	}
	.headline-container h1 img.icon {
		position: absolute;
		top: 50%;
		margin-top: -5.2vw;
		width: 12vw;
	}
	.headline-container h1 {
		position: relative;
		padding-left: 16.8vw;
		min-height: 16.8vw;
		line-height: 8.4vw;
		font-size: 5.2vw;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.headline-container p {
		min-height: 3.6vw;
		line-height: 3.6vw;
		font-size: 2.4vw;
	}
}
@media (max-width: 414px) {
	.headline-container h1 {
		position: relative;
		padding-left: 16.8vw;
		min-height: 16.8vw;
		line-height: 8.4vw;
		font-size: 5.2vw;
	}
	.headline-container p {
		min-height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
	}
}
/* ---- swiper-container style ---- */
.nomal-swiper-container {
	margin-bottom: 30px;
	position: relative;
}
.news-swiper-container {
	width: 50%;
	float: left;
	height: 400px;
}
.endeavor-swiper-container {
	float: right;
	width: 50%;
	height: 330px;
}
.nomal-swiper-container .swiper-container {
	width: 100%;
	height: 100%;
}
.nomal-swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}
.news-swiper-container .swiper-slide {
	height: 400px;
}
.endeavor-swiper-container .swiper-slide {
	height: 330px;
}
.nomal-swiper-container .swiper-slide img{
	height: 100%;
	min-width: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.nomal-swiper-container .swiper-slide:hover img{
	transform: translate(-50%, -50%) scale(1.2);
}
.nomal-swiper-container .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 54px;
	line-height: 54px;
	padding: 0 120px 0 18px;
	font-size: 22px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nomal-swiper-container .pagination {
	position: absolute;
	z-index: 99;
	right: 9px;
	bottom: 21px;
	height: 9px;
	line-height: 0;
}
.nomal-swiper-container .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 0 8px;
	background: #fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
}
.nomal-swiper-container .swiper-pagination-bullet-active {
	background: #ba0900;
}
@media (max-width: 1200px) {
	.nomal-swiper-container {
		margin-bottom: 2.5vw;
	}
	.news-swiper-container {
		height: 33.5vw;
	}
	.endeavor-swiper-container {
		height: 27.5vw;
	}
	.news-swiper-container .swiper-slide {
		height: 33.5vw;
	}
	.endeavor-swiper-container .swiper-slide {
		height: 27.5vw;
	}
	.nomal-swiper-container .swiper-slide p{
		height: 4.5vw;
		line-height: 4.5vw;
		padding: 0 10vw 0 1.5vw;
		font-size: 1.75vw;
	}
	.nomal-swiper-container .pagination {
		right: 0.75vw;
		bottom: 1.75vw;
		height: 0.75vw;
	}
	.nomal-swiper-container .swiper-pagination-bullet{
		width: 0.75vw;
		height: 0.75vw;
		margin: 0 0.75vw;
	}
}
@media (max-width: 768px) {
	.nomal-swiper-container {
		margin-bottom: 4vw;
	}
	.news-swiper-container {
		height: 62.5vw;
		width: 100%;
		float: none;
	}
	.endeavor-swiper-container {
		height: 51.6vw;
		width: 100%;
		float: none;
	}
	.news-swiper-container .swiper-slide {
		height: 62.5vw;
	}
	.endeavor-swiper-container .swiper-slide {
		height: 51.6vw;
	}
	.nomal-swiper-container .swiper-slide p{
		height: 7.2vw;
		line-height: 7.2vw;
		padding: 0 16vw 0 2.4vw;
		font-size: 2.8vw;
	}
	.nomal-swiper-container .pagination {
		right: 1.2vw;
		bottom: 2.8vw;
		height: 1.2vw;
	}
	.nomal-swiper-container .swiper-pagination-bullet{
		width: 1.2vw;
		height: 1.2vw;
		margin: 0 1.2vw;
	}
}
@media (max-width: 414px) {
	.nomal-swiper-container .swiper-slide p{
		height: 8vw;
		line-height: 8vw;
		padding: 0 20vw 0 2.4vw;
		font-size: 3.6vw;
	}
	.nomal-swiper-container .pagination {
		bottom: 2.8vw;
		height: 2vw;
	}
	.nomal-swiper-container .swiper-pagination-bullet{
		width: 2vw;
		height: 2vw;
	}
}

/* ----= right-news-container / news-head-box / section-head-box  ---- */
.right-news-container {
	float: right;
	width: 46.75%;
	margin-bottom: 30px;
}
.left-news-container {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.news-head-box {
	position: relative;
	height: 48px;
	line-height: 0;
	margin-bottom: 22px;
}
.news-head-box img.title{
	height: 100%;
	width: auto;
	margin-right: 12px;
}
.news-head-box a.more{
	position: absolute;
	bottom: 0;
	height: 21px;
	line-height: 21px;
	padding: 0 4px;
	background: #ffb401;
	font-size: 14px;
	color: #fff;
	transition: .3s ease-in-out;
}
.news-head-box a.more:hover {
	background: #ba1b1a;
	text-decoration: none;
}
.section-head-box {
	width: 100%;
	line-height: 0;
	height: 75px;
	margin-bottom: 30px;
	text-align: center;
}
.section-head-box img{
	height: 100%;
	width: auto;
}
@media (max-width: 1200px) {
	.right-news-container,
	.left-news-container {
		margin-bottom: 2.5vw;
	}
	.news-head-box {
		height: 4vw;
		margin-bottom: 1.75vw;
	}
	.news-head-box img.title{
		margin-right: 1vw;
	}
	.news-head-box a.more{
		height: 1.75vw;
		line-height: 1.75vw;
		padding: 0 0.25vw;
		font-size: 1.25vw;
	}
	.section-head-box {
		height: 6.25vw;
		margin-bottom: 2.5vw;
	}
}
@media (max-width: 768px) {
	.right-news-container,
	.left-news-container {
		float: none;
		width: 100%;
		margin-bottom: 4vw;
	}
	.news-head-box {
		height: 6.4vw;
		margin-bottom: 2.8vw;
	}
	.news-head-box img.title{
		margin-right: 1.6vw;
	}
	.news-head-box a.more{
		height: 3.6vw;
		line-height: 3.6vw;
		padding: 0 0.8vw;
		font-size: 2.4vw;
	}
	.section-head-box {
		height: 10vw;
		margin-bottom: 4vw;
	}
}
@media (max-width: 414px) {
	.news-head-box {
		height: 8vw;
		margin-bottom: 2.8vw;
	}
	.news-head-box img.title{
		margin-right: 2vw;
	}
	.news-head-box a.more{
		height: 4.8vw;
		line-height: 4.8vw;
		padding: 0 0.8vw;
		font-size: 3.6vw;
	}
}
/* ---- news-list ---- */
.news-list li{
	position: relative;
	padding-left: 24px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #dbdbdb;
}
.news-list li:first-of-type {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 18px;
	height: 58px;
	line-height: 50px;
	padding-left: 0;
	font-size: 24px;
	font-weight: bold;
}
.news-list li:first-of-type::before {
	display: none;
}
@media (max-width: 1200px) {
	.news-list li{
		padding-left: 2vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 1.5vw;
	}
	.news-list li::before {
		top: 1.25vw;
		width: 0.75vw;
		height: 0.75vw;
	}
	.news-list li:first-of-type {
		margin-bottom: 1.5vw;
		height: 4.75vw;
		line-height: 4.25vw;
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.news-list li{
		padding:1.6vw 0 1.6vw 3.2vw;
		height: auto;
		line-height: 4.8vw;
		font-size: 2.8vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.news-list li::before {
		top: 3.6vw;
		width: 1.2vw;
		height: 1.2vw;
	}
	.news-list li:first-of-type {
		margin-bottom: 2.4vw;
		height: auto;
		line-height: 6vw;
		padding-left: 0;
		padding-top: 1.6vw;
		padding-bottom: 2.4vw;
		font-size: 3.6vw;
	}
}
@media (max-width: 414px) {
	.news-list li{
		line-height: 6.4vw;
		font-size: 4vw;
	}
	.news-list li::before {
		top: 3.6vw;
		width: 1.6vw;
		height: 1.6vw;
	}
	.news-list li:first-of-type {
		line-height: 8vw;
		font-size: 4.8vw;
	}
}
/* ---- video-news-list Style ---- */
.video-news-list {
	margin-bottom: 40px;
}
.video-news-list li {
	float: left;
	width: 48%;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.video-news-list li:nth-of-type(2n) {
	float: right;
}
.video-news-list li img {
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.video-news-list li:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}
.video-news-list li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 12px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.video-news-list {
		margin-bottom: 3.25vw;
	}
	.video-news-list li {
		height: 15vw;
	}
	.video-news-list li p {
		height: 3vw;
		line-height: 3vw;
		padding: 0 1vw;
		font-size: 1.33vw;
	}
}
@media (max-width: 768px) {
	.video-news-list {
		margin-bottom: 5.2vw;
	}
	.video-news-list li {
		height: 28vw;
	}
	.video-news-list li p {
		height: 5.2vw;
		line-height: 5.2vw;
		padding: 0 1.6vw;
		font-size: 2.4vw;
	}
}
@media (max-width: 414px) {
	.video-news-list li p {
		padding: 0 2vw;
		font-size: 3.6vw;
	}
}
/* ---- picture-container ---- */
.picture-container {
    height: 500px;
    position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}
.picture-container .swiper-container {
    height: 500px;
}
.picture-container .swiper-slide {
    width: 1156px;
    height: 500px;
	overflow: hidden;
	position: relative;
	background: #ba1b1a;
}
.picture-container .swiper-slide img {
	height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.picture-container:hover .swiper-slide-active img {
	transform: translate(-50%, -50%) scale(1.2);
}
.picture-container .swiper-slide a {
    transition: 0.2s;
}
.picture-container .picture-pagination {
    position: absolute;
    left: 50%;
    margin-left: -578px;
    bottom: 14px;
    width: 510px;
    min-height: 100px;
    line-height: 0;
    z-index: 9999;
	padding: 20px 40px 20px 140px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture-container .picture-pagination .number {
	position: absolute;
	top: 0;
	left: 36px;
	height: 80px;
	width: 100px;
	line-height: 80px;
	font-size: 66px;
	text-align: center;
	font-weight: normal;
	font-family: Georgia;
}
.picture-container .picture-pagination .number .swiper-pagination-current{
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 66px;
	line-height: 66px;
	color: #cc3333;
	font-size: 66px;
}
.picture-container .picture-pagination .number .swiper-pagination-total {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 42px;
	line-height: 42px;
	font-size: 36px;
	text-align: center;
}
.picture-container .picture-pagination .title{
	text-align: left;
	width: 100%;
	font-size: 18px;
	line-height: 34px;
}
.picture-container .picture-prev,
.picture-container .picture-next {
    position: absolute;
    width:50%;
	height: 500px;
    top:0;
    background: rgba(0, 0, 0, 0.6);
	z-index:999;
	transition: 0.2s;
    cursor: pointer;
}
.picture-container .picture-prev{
	left: -600px;
}	
.picture-container .picture-next{
	right: -600px;
}
@media (max-width: 1200px) {
	.picture-container {
		height: 42vw;
		margin-bottom: 2.5vw;
	}
	.picture-container .swiper-container {
		height: 42vw;
	}
	.picture-container .swiper-slide {
		width: 96.5%;
		height: 42vw;
	}
	.picture-container .picture-pagination {
		position: absolute;
		left: 1.75%;
		margin-left: 0;
		bottom: 1.25vw;
		width: 42.5vw;
		min-height: 8.5vw;
		padding: 1.75vw 3.5vw 1.75vw 11.75vw;
	}
	.picture-container .picture-pagination .number {
		left: 3vw;
		height: 6.75vw;
		width: 8.5vw;
		line-height: 6.75vw;
		font-size: 5.5vw;
	}
	.picture-container .picture-pagination .number .swiper-pagination-current{
		height: 5.5vw;
		line-height: 5.5vw;
		font-size: 5.5vw;
	}
	.picture-container .picture-pagination .number .swiper-pagination-total {
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 3vw;
	}
	.picture-container .picture-pagination .title{
		font-size: 1.5vw;
		line-height: 2.75vw;
	}
	.picture-container .picture-prev,
	.picture-container .picture-next {
		height: 42vw;
		top:0;
		background: rgba(0, 0, 0, 0.6);
		z-index:999;
		transition: 0.2s;
		cursor: pointer;
	}
	.picture-container .picture-prev{
		left: auto;
		right: 100%;
	}	
	.picture-container .picture-next{
		right: auto;
		left: 100%;
	}
}
@media (max-width: 768px) {
	.picture-container {
		margin-bottom: 4vw;
	}
	.picture-container .swiper-slide a {
		transition: 0.2s;
	}
	.picture-container .picture-pagination {
		position: absolute;
		bottom: 2vw;
		width: 80%;
		min-height: auto;
		padding: 2vw 2vw 2vw 16vw;
	}
	.picture-container .picture-pagination .number {
		left: 2vw;
		top: 50%;
		margin-top: -4vw;
		height: 8vw;
		width: 14vw;
		line-height: 8vw;
		font-size: 8vw;
	}
	.picture-container .picture-pagination .number .swiper-pagination-current{
		position: absolute;
		top: 0;
		right: 50%;
		width: 50%;
		height: 6vw;
		line-height: 6vw;
		font-size: 8vw;
	}
	.picture-container .picture-pagination .number .swiper-pagination-total {
		width: 70%;
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 4vw;
	}
	.picture-container .picture-pagination .title{
		font-size: 3.2vw;
		line-height: 4.8vw;
	}
}
@media (max-width: 414px) {
	.picture-container .picture-pagination .title{
		font-size: 4vw;
		line-height: 6vw;
	}
}

/* ---- grid-news-container styles ---- */
.grid-news-container {
	border: 1px solid #ededed;
	margin-bottom: 30px;
}
.grid-news-container > li {
	float: left;
	width: 50%;
	position: relative;
	border-top: 1px solid #ededed;
	padding: 8px 15px 27px 30px;
	background: #fff;
}
.grid-news-container > li:first-of-type,
.grid-news-container > li:nth-of-type(2) {
	border-top: none;
}
.grid-news-container > li:nth-of-type(2n+1) {
	border-right: 1px solid #ededed;
}
.grid-news-container > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
    height: 0;
    border-top: 24px solid #ba1b1a;
    border-right: 24px solid transparent;
}
.grid-news-head {
	position: relative;
	padding: 17px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 18px;
}
.grid-news-head h1 {
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	border-left: 6px solid #ba1b1a;
	font-size: 25px;
	color: #ba1b1a;
	font-weight: normal;
}
.grid-news-head a.more {
	position: absolute;
	right: 0;
	top: 17px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	transition: .3s ease-in-out;
}
.grid-news-head a.more:hover {
	text-decoration: none;
	color: #ba1b1a;
}
.grid-news-list li {
	height: 36px;
	line-height: 36px;
	padding-left: 26px;
	font-size: 18px;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grid-news-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	line-height: 0;
	font-size: 0;
	background: #d9d9d9;
}
@media (max-width: 1200px) {
	.grid-news-container {
		margin-bottom: 2.5vw;
	}
	.grid-news-container > li {
		padding: 0.75vw 1.25vw 2.25vw 2.5vw;
	}
	.grid-news-container > li::before {
		border-top-width: 2vw;
		border-right-width: 2vw;
	}
	.grid-news-head {
		padding: 1.5vw 0;
		margin-bottom: 1.5vw;
	}
	.grid-news-head h1 {
		height: 2.5vw;
		padding-left: 1.75vw;
		line-height: 2.5vw;
		border-left-width: 0.5vw;
		font-size: 2vw;
	}
	.grid-news-head a.more {
		top: 1.5vw;
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 1.25vw;
	}
	.grid-news-list li {
		height: 3vw;
		line-height: 3vw;
		padding-left: 2.25vw;
		font-size: 1.5vw;
	}
	.grid-news-list li::before {
		top: 1.25vw;
		height: 0.75vw;
		width: 0.75vw;
	}
}
@media (max-width: 768px) {
	.grid-news-container {
		margin-bottom: 4vw;
	}
	.grid-news-container > li {
		width: 100%;
		padding: 1.2vw 2vw 3.6vw 4vw;
	}
	.grid-news-container > li:nth-of-type(2) {
		border-top: 1px solid #ededed;
	}
	.grid-news-container > li:nth-of-type(2n+1) {
		border-right: none;
	}
	.grid-news-container > li::before {
		border-top-width: 3.2vw;
		border-right-width: 3.2vw;
	}
	.grid-news-head {
		padding: 2.4vw 0;
		margin-bottom: 2.4vw;
	}
	.grid-news-head h1 {
		height: 4vw;
		padding-left: 2.8vw;
		line-height: 4vw;
		border-left-width: 0.8vw;
		font-size: 3.2vw;
	}
	.grid-news-head a.more {
		top: 2.4vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 2.4vw;
	}
	.grid-news-list li {
		padding:1.6vw 0 1.6vw 3.2vw;
		height: auto;
		line-height: 4.8vw;
		font-size: 2.8vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.grid-news-list li::before {
		top: 3.6vw;
		width: 1.2vw;
		height: 1.2vw;
	}
}
@media (max-width: 414px) {
	.grid-news-head h1 {
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 4.4vw;
	}
	.grid-news-head a.more {
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
	}
	.grid-news-list li{
		line-height: 6.4vw;
		font-size: 4vw;
	}
	.grid-news-list li::before {
		top: 3.6vw;
		width: 1.6vw;
		height: 1.6vw;
	}
}
/* ---- endeavor-container Style ---- */
.endeavor-container {
	padding: 27px 0 0;
	margin-bottom: 30px;
	background: linear-gradient(to bottom,rgba(253, 247, 240, 1)  0%, rgba(253, 247, 240, 0.7) 45%, rgba(253, 247, 240, 0) 74.5%, rgba(253, 247, 240, 0) 100%);
}
.endeavor-news-container {
	float: left;
	width: 46.75%;
	margin-bottom: 30px;
}
.endeavor-news-more {
	height: 38px;
	line-height: 38px;
	text-align: right;
	font-size: 14px;
	color: #666;
}
@media (max-width: 1200px) {
	.endeavor-container {
		padding: 2.25vw 0 0;
		margin-bottom: 2.5vw;
	}
	.endeavor-news-container {
		margin-bottom: 2.5vw;
	}
	.endeavor-news-more {
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.25vw;
	}
}
@media (max-width: 768px) {
	.endeavor-container {
		padding: 3.6vw 0 0;
		margin-bottom: 4vw;
	}
	.endeavor-news-container {
		width: 100%;
		float: none;
		margin-bottom: 4vw;
	}
	.endeavor-news-more {
		margin-top: 2vw;
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 2.4vw;
		text-align: center;
	}
}
@media (max-width: 414px) {
	.endeavor-news-more {
		font-size: 3.6vw;
	}
}
/* ---- ---- */
.history-swiper {
	position: relative;
	height: 375px;
	width: 100%;
	margin-bottom: 30px;
}
.history-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
.history-swiper .swiper-slide {
	position: relative;
	height: 375px;
	overflow: hidden;
}
.history-swiper .swiper-slide img{
	height: 100%;
	min-width: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.history-swiper .swiper-slide:hover img{
	transform: translate(-50%, -50%) scale(1.2);
}
.history-swiper .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.history-swiper-next,
.history-swiper-prev {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 23px;
	height: 44px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 99;
	cursor: pointer;
}
.history-swiper-prev {
	background-image: url(../img/history-prev.png);
	left: -44px;
}
.history-swiper-next {
	background-image: url(../img/history-next.png);
	right: -44px;
}
.history-swiper .swiper-button-disabled {
	opacity: 0.5;
	cursor: auto;
}
@media (max-width: 1200px) {
	.history-swiper {
		height: 38.3vw;
		margin-bottom: 2.5vw;
	}
	.history-swiper .swiper-slide {
		height: 38.3vw;
	}
	.history-swiper .swiper-slide p{
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.5vw;
	}
	.history-swiper-next,
	.history-swiper-prev {
		margin-top: -1.9vw;
		width: 2vw;
		height: 3.75vw;
	}
	.history-swiper-prev {
		left: -2.25vw;
	}
	.history-swiper-next {
		right: -2.25vw;
	}
}
@media (max-width: 768px) {
	.history-swiper {
		height: 75vw;
		margin-bottom: 4vw;
	}
	.history-swiper .swiper-slide {
		height: 75vw;
	}
	.history-swiper .swiper-slide p{
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 2.4vw;
	}
	.history-swiper-next,
	.history-swiper-prev {
		margin-top: -3vw;
		width: 3.2vw;
		height: 6vw;
	}
	.history-swiper-prev {
		left: 1.6vw;
	}
	.history-swiper-next {
		right: 1.6vw;
	}
}
@media (max-width: 414px) {
	.history-swiper .swiper-slide p{
		height: 8vw;
		line-height: 8vw;
		font-size: 3.6vw;
	}
}
/* ---- base-head-box style ---- */
.base-head-box {
	height: 42px;
	text-align: center;
	line-height: 0;
	background: url(../img/base-head-bg.png) center 18px / auto 9px repeat-x;
	margin-bottom: 20px;
}
.base-head-box h1{
	height: 42px;
	line-height: 42px;
	display: inline-block;
	padding: 0 18px;
	background: #fff;
	font-size: 28px;
	color: #333333;
}
.base-head-box h1 b{
	color: #ba1b1a;
}
.base-head-box h1 a:hover{
	text-decoration: none;
}
.base-list {
	margin-bottom: 15px;
}
.base-list li {
	float: left;
	width: 18.75%;
	height: 145px;
	margin-right: 1.5625%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.base-list li:nth-of-type(5n) {
	margin-right: 0;
}
.base-list li img {
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.base-list li:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}
.base-list li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 9px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.base-head-box {
		height: 3.5vw;
		background-position: center 1.5vw;
		background-size: auto 0.75vw;
		margin-bottom: 1.75vw;
	}
	.base-head-box h1{
		height: 3.5vw;
		line-height: 3.5vw;
		padding: 0 1.5vw;
		font-size: 2.25vw;
	}
	.base-list {
		margin-bottom: 1.25vw;
	}
	.base-list li {
		height: 12vw;
		margin-bottom: 1.75vw;
	}
	.base-list li p {
		height: 2.5vw;
		line-height: 2.5vw;
		padding: 0 0.75vw;
		font-size: 1.25vw;
	}
}
@media (max-width: 768px) {
	.base-head-box {
		height: 5.6vw;
		background-position: center 2.4vw;
		background-size: auto 1.2vw;
		margin-bottom: 2.8vw;
	}
	.base-head-box h1{
		height: 5.6vw;
		line-height: 5.6vw;
		padding: 0 2.4vw;
		font-size: 3.6vw;
	}
	.base-list {
		margin-bottom: 2vw;
	}
	.base-list li {
		width: 48.5%;
		height: 29vw;
		margin-right: 0%;
		margin-bottom: 2.8vw;
	}
	.base-list li:nth-of-type(2n) {
		float: right;
	}
	.base-list li p {
		height: 4vw;
		line-height: 4vw;
		padding: 0 1.2vw;
		font-size: 2.8vw;
	}
}
@media (max-width: 414px) {
	.base-head-box h1{
		font-size: 4.8vw;
	}
	.base-list li p {
		height: 6vw;
		line-height: 6vw;
		font-size: 3.6vw;
	}
}
/* ---- works-list ---- */
.works-list{
	margin-bottom: 40px;
}
.works-list li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	height: 525px;
	background: url(../img/phone.png) center center / 100% 100% no-repeat;
	position: relative;
}
.works-list li:nth-of-type(4n) {
	margin-right: 0;
}
.works-list li .pic {
	position: absolute;
	top: 10.86%;
	left: 0;
	right: 0;
	width: 90%;
	height: 82.5%;
	overflow: hidden;
	border: 1px solid #5b5c5e;
	margin: 0 auto;
}
.works-list li .pic img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: .3s ease-in-out;
}
.works-list li:hover .pic img{
	transform: scale(1.2);
}
@media (max-width: 1200px) {
	.works-list{
		margin-bottom: 3.5vw;
	}
	.works-list li{
		height: 43.75vw;
	}
}
@media (max-width: 768px) {
	.works-list{
		margin-bottom: 5.6vw;
	}
	.works-list li{
		width: 48.5%;
		margin-right: 0;
		margin-bottom: 4vw;
		height: 82vw;
	}
	.works-list li:nth-of-type(2n) {
		float: right;
	}
}
/* ---- special-container ---- */
.special-container{
	background: url(../img/cloud-bg.png) center center / auto 100% repeat-x;
	padding-bottom: 100px;
}
.special-swiper-container {
	float: left;
	width: 54%;
	position: relative;
	height: 450px;
}
.special-swiper-container .swiper-container {
	width: 100%;
	height: 100%;
}
.special-swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 450px;
}
.special-swiper-container .swiper-slide img{
	height: 100%;
	min-width: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.special-swiper-container .swiper-slide:hover img{
	transform: translate(-50%, -50%) scale(1.2);
}
.special-swiper-container .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 84px;
	line-height: 54px;
	padding: 0 12px 0 12px;
	font-size: 22px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.special-swiper-container .pagination {
	position: absolute;
	z-index: 99;
	left: 0;
	width: 100%;
	bottom: 18px;
	height: 9px;
	text-align: center;
	line-height: 0;
}
.special-swiper-container .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 0 8px;
	background: #fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
}
.special-swiper-container .swiper-pagination-bullet-active {
	background: #ba0900;
}
@media (max-width: 1200px) {
	.special-container{
		padding-bottom: 8.25vw;
	}
	.special-swiper-container {
		height: 37.5vw;
	}
	.special-swiper-container .swiper-slide {
		height: 37.5vw;
	}
	.special-swiper-container .swiper-slide p{
		height: 7vw;
		line-height: 4.5vw;
		padding: 0 1vw 0 1vw;
		font-size: 1.75vw;
	}
	.special-swiper-container .pagination {
		bottom: 1.5vw;
		height: 0.75vw;
	}
	.special-swiper-container .swiper-pagination-bullet{
		width: 0.75vw;
		height: 0.75vw;
		margin: 0 0.75vw;
	}
}
@media (max-width: 768px) {
	.special-container{
		padding-bottom: 10vw;
	}
	.special-swiper-container {
		float: none;
		width: 100%;
		height: 65vw;
		margin-bottom: 4vw;
	}
	.special-swiper-container .swiper-slide {
		height: 65vw;
	}
	.special-swiper-container .swiper-slide p{
		height: 11.2vw;
		line-height: 7.2vw;
		padding: 0 1.6vw 0 1.6vw;
		font-size: 2.8vw;
	}
	.special-swiper-container .pagination {
		bottom: 2.4vw;
		height: 1.2vw;
	}
	.special-swiper-container .swiper-pagination-bullet{
		width: 1.2vw;
		height: 1.2vw;
		margin: 0 1.2vw;
	}
}
@media (max-width: 414px) {
	.special-swiper-container .swiper-slide p{
		font-size: 3.6vw;
	}
}
/* ---- special-list style ---- */
.special-list {
	float: right;
	width: 42.5%;
}
.special-list li {
	margin-bottom: 19px;
	border-bottom: 1px dashed #c4c6c7;
	padding-bottom: 19px;
}
.special-list li:last-of-type{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.special-list li::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.special-list li .pic {
	width: 35.3%;
	float: left;
	margin-right: 5.88%;
	height: 125px;
	position: relative;
	overflow: hidden;
}
.special-list li .pic img {
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.special-list li .pic:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}
.special-list li h1 {
	/* float: right;
	width: 58.8%; */
	min-height: 125px;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
}
@media (max-width: 1200px) {
	.special-list li {
		margin-bottom: 1.5vw;
		padding-bottom: 1.5vw;
	}
	.special-list li .pic {
		height: 10.5vw;
	}
	.special-list li h1 {
		min-height: 10.5vw;
		font-size: 2vw;
		line-height: 3vw;
	}
}
@media (max-width: 768px) {
	.special-list {
		float: none;
		width: 100%;
	}
	.special-list li {
		margin-bottom: 2.4vw;
		padding-bottom: 2.4vw;
	}
	.special-list li .pic {
		height: 22.73vw;
	}
	.special-list li h1 {
		min-height: 22.73vw;
		font-size: 3.2vw;
		line-height: 4.8vw;
	}
}
@media (max-width: 414px) {
	.special-list li h1 {
		font-size: 4vw;
		line-height: 6vw;
	}
}
/* ---- container Style ---- */
.container {
	width: 94%;
	top: 0;
	left: 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1200px) {
	.container {
		margin: 0 auto;
	}
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1200px;
	line-height: 1.8rem;
	font-size: 14px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:1200px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}

	.footer p {
		display: none;
	}
}