@charset "utf-8";
@media only screen and (min-width: 1101px) {
	/*公共头部样式*/
header {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.16);
}
header .header_logo {
	display: block;
	width: 400px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -742px;
	transition: all 0.5s;
	font-size:16px;
}
header .header_logo img {
	display: block;
	max-width: 83%;
}
.header_menu {
    margin: 27px 0;
    float:right;
}
.header_menu ul {
	width: 100%;
	height: 32px;
}
.header_menu ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 60px;
	position: relative;
}
.header_menu ul li h4 {
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	margin-left: 8px;
}
.header_menu ul li h4 a {
	color: #333333;
	padding: 0 10px;
	display:block;
}
.header_menu ul li:hover{text-decoration: none;}
.header_menu ul li:hover h4 a {
	color: #ffffff;
	background-color:#008f8e;
	display:block;
	border-radius:10px;
	text-decoration: none;
}
.header_menu ul li.menuNow h4 a {
	color: #ffffff;
	background-color:#008f8e;
	display:block;
	border-radius:10px;
	padding: 0 10px;
}
.header_menu ul li:last-of-type {
	margin: 0;
}
.header_menu ul li .header-two {
	width: 130px;
	overflow: hidden;
	background: rgba(0,143,142,1);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 50px;
	left: 54%;
	margin-left: -60px;
	padding: 10px 11px 14px;
	display: none;
	text-align: center;
	transition: all 0.3s ease;
}
.header_menu ul li .header-two p {
	width: 100%;
	overflow: hidden;
	line-height: 31px;
	font-size: 13px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
.header_menu ul li .header-two p a {
	color: #ffffff;
}
.header_menu ul li .header-two p:hover a 
{
    
}
.header_logo {
	display: block;
	width: 204px;
	height: 40px;
	margin: 30px 0;
	overflow: hidden;
	float: left;
}
.header_logo img {
	width: 100%;
}
.header-right {
	float: right;
}
.header-en {
	width: 60px;
	height: 32px;
	line-height: 32px;
	margin: 34px 30px;
	font-size: 16px;
	font-family: arial;
	overflow: hidden;
	float: right;
}
.header-en a.active {
	font-weight: bold;
	color: #008f8e;
}
.header-search {
	width: 100px;
	height: 90px;
	background-color: rgba(34,34,34,0.1);
	position: relative;
	float: right;
	cursor: pointer;
}
.header-search img {
	width: 36px !important;
	position: absolute;
	right: 32px;
	top: 32px;
}
}
/*首页banner*/
.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -30px;
}
.index-banner .swiper {
	width: 100%;
	overflow: hidden;
}
.index-banner .swiper .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index-banner .banner-txt {
	width: 730px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 60px;
	z-index: 1;
	color: #FFFFFF;
	text-align: right;
	font-size: 36px;
}
.banner-txt h2 {
	font-size: 87px;
	line-height: 90px;
	margin: 0 0 20px;
	text-shadow: 0px 9px 9px rgba(0,0,0,0.32);
}
.banner-txt p {
	line-height: 35px;
	font-family: arial;
	font-weight: lighter !important;
}
.banner-txt:after {
	content: '';
	display: block;
	width: 62px;
	height: 4px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: right;
	margin: 30px 0 0;
}

.b_txt
{
    position:absolute;
    z-index:999;
    width:100%;
    text-align:center;
    float:left;
    top:40%;
}
.b_txt h1
{
    display:block;
    text-align:center;
    font-size:56px;
    color:#ffffff;
    line-height:60px;
    margin-bottom:30px;
    font-family:"楷体";
}
.b_txt p
{
    display:block;
    text-align:center;
    font-size:30px;
    color:#ffffff;
    line-height:56px;
    font-family:"楷体";
}
.b_txt span
{
    display:block;
    text-align:center;
    font-size:30px;
    color:#ffffff;
    line-height:56px;
    font-family:"楷体";
}
.b_txt i
{
    width:80px;
    height:5px;
    background-color:#ffffff;
    float:left;
    margin-top:30px;
}

@media only screen and (max-width:1500px) 
{
    .sectionlist .item .txt p {
        min-height: 205px !important;
    }
}
@media only screen and (max-width:1300px) 
{
    .sectionlist .item .txt h3 {
        font-size: 16px !important;
    }
    .sectionlist .box {
        width: 33% !important;
        margin-right: 0.33% !important;
    }
}
@media only screen and (max-width:1100px) 
{
    .sectionlist .item .txt h3 {
        font-size: 14px !important;
    }
    .sectionlist .item .txt p {
        min-height: 246px !important;
    }
}

@media only screen and (max-width: 991px) 
{
    
	.index-banner .banner-txt {
		width: 650px;
		margin: -221px 0 0 -325px;
	}
	.banner-txt h2 {
		font-size: 146px;
		line-height: 164px;
		margin: 0 0 20px;
	}
	.banner-txt p {
		font-size: 35px;
		line-height: 35px;
	}
	.banner-txt:after {
		width: 65px;
		height: 5px;
		margin: 30px 0 0;
	}
	
	
	.header-search img
	{
	    margin-right: 19px !important;
	}
}
@media only screen and (max-width: 750px) {
	.index-banner .banner-txt {
		width: 335px;
		margin: -110px 0 0 -167.5px;
	}
	.banner-txt h2 {
		font-size: 72px;
		line-height: 82px;
		margin: 0 0 10px;
	}
	.banner-txt p {
		font-size: 18px;
		line-height: 20px;
	}
	.banner-txt:after {
		width: 30px;
		height: 3px;
		margin: 10px 0 0;
	}
	.about_pic li {
        margin: 15px 5px 0px 0px !important;
    }
}
@media only screen and (min-width: 1101px) {
	.index-banner img:nth-of-type(2) {
		display: none;
	}
	.index-banner img {
		width: 1300px;
		position: relative;
		left: 50%;
		margin-left: -650px;
	}
	.index-banner .banner-txt {
		width: 535px;
		margin: -60px 0 0 -55px;
		font-size: 24px;
	}
	.banner-txt h2 {
		font-size: 64px;
		line-height: 65px;
		margin: 0 0 10px;
	}
	.banner-txt p {
		line-height: 25px;
	}
	.banner-txt:after {
		width: 50px;
		height: 2px;
		margin: 10px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index-banner img {
		width: 1600px;
		margin-left: -800px;
	}
	.index-banner .banner-txt {
		width: 600px;
		margin: -60px 0 0 -25px;
		font-size: 28px;
	}
	.banner-txt h2 {
		font-size: 72px;
		line-height: 75px;
		margin: 0 0 15px;
	}
	.banner-txt p {
		line-height: 30px;
	}
	.banner-txt:after {
		width: 55px;
		height: 3px;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 1550px) {
	.index-banner img {
		width: 1920px;
		margin-left: -960px;
	}
	.index-banner .banner-txt {
		width: 730px;
		margin: -60px 0 0 20px;
		font-size: 36px;
	}
	.banner-txt h2 {
		font-size: 87px;
		line-height: 90px;
		margin: 0 0 20px;
	}
	.banner-txt p {
		line-height: 35px;
	}
	.banner-txt:after {
		width: 62px;
		height: 4px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	.index-banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}
/*企业简介*/
.index1 {
	width: 100%;
	padding: 65px 0 0;
	background: url(../images/index1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.index1-img {
	width: -moz-calc(50% - 145px);
	width: -webkit-calc(50% - 145px);
	width: calc(50% - 145px);
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 10;
}
.index1-img img {
	width: 100%;
}
.index1-box {
	width: 100%;
	margin: 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.index1-box:before {
	content: '';
	display: block;
	width: 61px;
	height: 61px;
	overflow: hidden;
	background-image: url(../images/line.png);
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 395px;
	top: 7px;
}
.index1-box h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	color: #333333;
}
.index1-txt {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
	float: left;
	text-align: justify;
	margin: 20px 0px 10px;
}
.index1-txt h2 {
	font-size: 48px;
	line-height: 55px;
	font-weight: bold;
	margin: 20px 0 65px;
}
.index1-txt p {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	margin: 0 0 10px;
}
.index1-more a {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 0 25px;
	color: #333333;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	float:right;
}
.index1-more a:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #008f8e;
	border-right: 2px solid #008f8e;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.index1-more a span {
	position: relative;
	z-index: 1;
	font-size: 16px;
}
.index1-more a:hover {
	color: #FFFFFF;
}
.index1-more a:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #008f8e;
}
.index1-video {
	width: 1260px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -100px;
	z-index: 1;
}
.index1-video>img {
	width: 100%;
}
.index1-video:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.33);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.video-icon {
	width: 136px;
	height: 136px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.4);
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -68px 0 0 -68px;
	z-index: 2;
}
.video-icon img {
	width: 38px;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -25.5px 0 0 -19px;
}


.about_pic { width: 100%; float:left}
.about_pic li{display:block;margin: 30px 20px 0px 0px;float:left;}
.about_pic li img{ height:35px;}



@media only screen and (max-width: 991px) {
	.index1 {
		padding: 100px 0;
		background-size: 500%;
		min-height: 1108px !important;
	}
	.index1-img {
		display: none;
	}
	.index1-txt {
		width: 100%;
		float: none;
	}
	.index1-txt:before {
		left: 260px;
	}
	.index1-txt h2 {
		font-size: 28px;
		line-height: 70px;
		margin: 20px 0 50px;
	}
	.index1-txt p {
		font-size: 24px;
		line-height: 35px;
	}
	.index1-txt a {
		width: 300px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		padding: 0 30px;
		margin: 80px 0;
	}
	.index1-video {
		width: 100%;
		position: relative;
		bottom: 0;
	}
	.video-icon {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}
	.video-icon img {
		width: 24px;
		margin: -16px 0 0 -12px;
	}
	.index2-box
	{
	    margin: 0px 0 0 !important;
	}
	.index2 {
        height: 957px !important;
    }
}
@media only screen and (max-width: 750px) {
	.index1 {
		padding: 40px 0;
		min-height: 1190px !important;
		background-position: bottom center !important;
		background-size: 550%;
	}
	.index1 p
	{
	    font-size:16px !important;
	    line-height:2 !important;
	}
	.index1-txt h2 {
		font-size: 28px !important;
		line-height: 35px;
		margin: 10px 0 25px;
	}
	.index1-box h2
	{
	    font-size:28px !important;
	}
	.index1-box:before {
        width: 41px !important;
        height: 41px !important;
        left: 234px !important;
        top: 18px !important;
    }
	.index1-txt p {
		font-size: 12px;
		line-height: 20px;
	}
	.index1-txt a {
		width: 140px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		padding: 0 10px;
		margin: 30px 0 35px;
		float:right;
	}
	.index1-txt a:before {
	    border-bottom-width: 1px;
	    border-right-width: 1px;
	    height: 12px;
	}
	.video-icon {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
		border-width: 1px;
	}
	.video-icon img {
		width: 14px;
		margin: -16px 0 0 -7px;
	}
	.news-home {
        margin-bottom: 30px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 18px !important;
    }
    .index1-txt p {
	    font-size: 18px !important;
	    line-height: 1.7 !important;
    }
}
@media only screen and (min-width: 1101px) {
	.index1 {
		padding: 60px 0 0;
		min-height: 820px;
		background-size: 1200px;
	}
	.index1-img {
		width: -moz-calc(50% - 65px);
		width: -webkit-calc(50% - 65px);
		width: calc(50% - 65px);
	}
	.index1-txt h2 {
		font-size: 36px;
		line-height: 45px;
		margin: 10px 0 35px;
	}
	.index1-txt p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 6px;
	}
	.index1-txt a {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		margin: 60px 0 0;
	}
	.index1-txt a:before {
		height: 17px;
		left: -8px;
	}
	.index1-video {
		width: 880px;
		bottom: -60px;
	}
	.video-icon {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}
	.video-icon img {
		width: 24px;
		margin: -16px 0 0 -12px;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 {
		padding: 90px 0 0;
		min-height: 820px;
		background-size: 1550px;
	}
	.index1-img {
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% - 100px);
		width: calc(50% - 100px);
	}
	.index1-txt h2 {
		font-size: 42px;
		line-height: 50px;
		margin: 15px 0 50px;
	}
	.index1-txt p {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 8px;
	}
	.index1-txt a {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		margin: 40px 0 0;
		font-size: 16px;
        float: right;
	}
	.index1-txt a:before {
		height: 17px;
		left: -8px;
	}
	.index1-video {
		width: 1070px;
		bottom: -80px;
	}
	.video-icon {
		width: 110px;
		height: 110px;
		margin: -55px 0 0 -55px;
	}
	.video-icon img {
		width: 30px;
		margin: -20px 0 0 -15px;
	}
}
@media only screen and (min-width: 1550px) {
	.index1 {
		padding: 65px 0 0;
		min-height: 820px;
		background-size: 1920px;
	}
	.index1-img {
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% - 100px);
		width: calc(50% - 100px);
		margin-top: 57px;
	}
	.index1-txt h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 50px 0 33px;
	}
	.index1-txt p {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	.index1-txt a {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		margin: 50px 0 0;
		font-size: 16px;
		float: right;
	}
	.index1-txt a:before {
		height: 17px;
		left: -8px;
	}
	.index1-video {
		width: 1260px;
		bottom: -100px;
	}
	.video-icon {
		width: 136px;
		height: 136px;
		margin: -68px 0 0 -68px;
	}
	.video-icon img {
		width: 38px;
		margin: -25.5px 0 0 -19px;
	}
}
@media only screen and (min-width: 1921px) {
	.index1 {
		background-size: 100%;
	}
}
/*产品展示*/
.index2 {
	width: 100%;
	height: 1035px;
	position: relative;
	background-image: url(../images/index2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.index2:after {
	content: '';
	display: block;
	width: 514px;
	height: 1017px;
	overflow: hidden;
	background-size: 100%;
	position: absolute;
	right: 128px;
	bottom: -173px;
	z-index: 1;
}
.index2-box {
	width: 100%;
	margin: 100px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.index2-box:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background-image: url(../images/line.png);
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 200px;
	top: 7px;
}
.index2-box h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	color: #FFFFFF;
}
.index2-list {
	width: 100%;
	margin: 105px 0 80px;
	overflow: hidden;
}
.index2-list a {
	display: block;
	width: -moz-calc(25% - 40px);
	width: -webkit-calc(25% - 40px);
	width: calc(25% - 40px);
	margin-right: 40px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
}
.index2-list .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.index2-list h4 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	background-color: #9c9c9c;
	transition: all 0.5s;
}
.index2-list a:hover .list-img img {
	transform: scale(1.1);
}
.index2-list a:hover h4 {
	background-color: #008f8e;
}
.index2-more {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.index2-more:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #008f8e;
	border-right: 2px solid #008f8e;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.index2-more span {
	position: relative;
	z-index: 1;
}
.index2-more:hover {
	color: #FFFFFF;
}
.index2-more:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #008f8e;
}
@media only screen and (max-width: 991px) {
	.index2 {
		padding: 120px 0;
		height: auto;
		overflow: hidden;
		position: relative;
		background-size: auto 100%;
	}
	.index2:after {
		display: none;
	}
	.index2-box {
		width: 100%;
		margin: 0;
	}
	.index2-box:before {
		left: 260px;
	}
	.index2-box h2 {
		font-size: 64px;
		line-height: 70px;
	}
	.index2-list {
		width: 100%;
		margin: 80px 0 0;
	}
	.index2-list a {
		width: 100%;
		margin: 0 0 50px;
	}
	.index2-list h4 {
		height: 80px;
		line-height: 80px;
		font-size: 36px;
	}
	.index2-list h4:before {
		width: 10px;
		height: 10px;
		margin: 0 10px 0 0;
	}
	.index2-more {
		width: 300px;
		height: 60px;
		line-height: 60px;
		padding: 0 30px;
		font-size: 24px;
	}
	.index2-more:before {
		height: 17px;
	}
}
@media only screen and (max-width: 750px) {
	.index2 {
		padding: 45px 0;
		height: 509px !important;
	}
	.index2-box
	{
	    margin: 15px 0 0 !important;
	}
	.index2-box:before {
		width: 33px;
		height: 33px;
		left: 129px;
	}
	.index2-box h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.index2-list {
		margin: 35px 0 0;
	}
	.index2-list a {
		margin: 0 0 25px;
	}
	.index2-list h4 {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.index2-list h4:before {
		width: 7px;
		height: 7px;
		margin: 0 5px 0 0;
	}
	.index2-more {
		width: 140px;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		font-size: 16px;
		float:right;
	}
	.index2-more:before {
		height: 12px;
	    border-bottom-width: 1px;
	    border-right-width: 1px;
	}
	.newslist_more a {
        margin: 0px 0 0px !important;
    }
}
@media only screen and (min-width: 1101px) {
	.index2 {
		height: 685px;
		background-attachment: fixed;
		background-size: 1300px;
	}
	.index2:after {
		width: 335px;
		height: 663px;
		right: 40px;
		bottom: -110px;
	}
	.index2-box {
		width: 100%;
		margin: 130px 0 0;
	}
	.index2-box:before {
		width: 55px;
		height: 55px;
		left: 150px;
		top: 5px;
	}
	.index2-box h2 {
		font-size: 36px;
		line-height: 45px;
	}
	.index2-list {
		margin: 65px 0 50px;
	}
	.index2-list a {
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
		margin-right: 20px;
	}
	.index2-list h4 {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.index2-list h4:before {
		width: 5px;
		height: 5px;
		margin: 0 4px 0 0;
	}
	.index2-more {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}
	.index2-more:before {
		height: 12px;
		left: -8px;
	}
}
@media only screen and (min-width: 1200px) {
	.index2 {
		height: 835px;
		background-size: 1600px;
	}
	.index2:after {
		width: 415px;
		height: 821px;
		right: 128px;
		bottom: -140px;
	}
	.index2-box {
		width: 100%;
		margin: 180px 0 0;
	}
	.index2-box:before {
		width: 66px;
		height: 66px;
		left: 175px;
		top: 6px;
	}
	.index2-box h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.index2-list {
		margin: 85px 0 60px;
	}
	.index2-list a {
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
		width: calc(25% - 30px);
		margin-right: 30px;
	}
	.index2-list h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.index2-list h4:before {
		width: 7px;
		height: 7px;
		margin: 0 5px 0 0;
	}
	.index2-more {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		font-size: 16px;
        float: right;
	}
	.index2-more:before {
		height: 15px;
		left: -8px;
	}
}
@media only screen and (min-width: 1550px) {
	.index2 {
		height: 900px;
		background-size: 1920px;
	}
	.index2:after {
		width: 514px;
		height: 1017px;
		right: 128px;
		bottom: -173px;
	}
	.index2-box {
		width: 100%;
		margin: 75px 0 0;
	}
	.index2-box:before {
		width: 77px;
		height: 77px;
		left: 200px;
		top: 7px;
	}
	.index2-box h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.index2-list {
		margin: 75px 0 80px;
	}
	.index2-list a {
		width: -moz-calc(25% - 40px);
		width: -webkit-calc(25% - 40px);
		width: calc(25% - 40px);
		margin-right: 40px;
	}
	.index2-list h4 {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.index2-list h4:before {
		width: 9px;
		height: 9px;
		margin: 0 6px 0 0;
	}
	.index2-more {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 16px;
		float: right;
	}
	.index2-more:before {
		height: 17px;
		left: -8px;
	}
}
@media only screen and (min-width: 1921px) {
	.index2 {
		background-size: 100%;
	}
}
/*新闻资讯*/
.index3 {
	width: 100%;
	padding: 65px 0 100px;
	overflow: hidden;
	background-color: #f6f6f6;
	position: relative;
}
.index3:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 65px;
	margin-left: -550px;
}
.index3 h2 {
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 65px;
	font-weight: bold;
	color: #333333;
}
.index3 a {
	display: block;
	width: -moz-calc(33.33% - 50px);
	width: -webkit-calc(33.33% - 50px);
	width: calc(33.33% - 50px);
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	transition: box-shadow 0.5s;
}
.index3 a:nth-of-type(2) {
	margin: 0 75px;
}
.index3-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.index3-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.5s;
}
.index3-txt {
	width: 100%;
	height: 320px;
	padding: 17px 35px 35px;
	overflow: hidden;
	position: relative;
}
.index3-txt em {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	font-family: arial;
	color: #d0d0d0;
	overflow: hidden;
}
.index3-txt h4 {
	width: 100%;
	max-height: 74px;
	line-height: 37px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 6px 0 17px;
	transition: all 0.5s;
}
.index3-txt p {
	width: 100%;
	max-height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #a4a4a4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.index3-more {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #333333;
	overflow: hidden;
	position: absolute;
	left: 35px;
	bottom: 35px;
	transition: all 0.5s;
}
.index3-more:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #008f8e;
	border-right: 2px solid #008f8e;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.index3-more span {
	position: relative;
	z-index: 1;
}
.index3-more:hover {
	color: #FFFFFF;
}
.index3-more:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #008f8e;
}
.index3 a:hover {
	box-shadow: -3.6px 1.8px 38px 5px rgba(0,0,0,0.21);
}
.index3 a:hover .index3-img img {
	transform: scale(1.1);
}
.index3 a:hover .index3-txt h4 {
	color: #008f8e;
}
@media only screen and (max-width: 991px) {
	.index3 {
		padding: 125px 0 130px;
	}
	.index3:before {
		top: 65px;
		margin-left: -121px !important;
	}
	.index3 h2 {
		font-size: 64px;
		line-height: 70px;
		margin: -72px 0 80px;
	}
	.index3 a {
		width: 100%;
	}
	.index3 a:nth-of-type(2) {
		margin: 75px 0;
	}
	.index3-img {
		height: 360px;
	}
	.index3-txt {
		height: auto;
		padding: 30px 50px 70px;
	}
	.index3-txt em {
		line-height: 30px;
		font-size: 24px;
	}
	.index3-txt h4 {
		max-height: 110px;
		line-height: 55px;
		font-size: 48px;
		margin: 10px 0 35px;
	}
	.index3-txt p {
		max-height: 105px;
		line-height: 35px;
		font-size: 28px;
	}
	.index3-more {
		width: 300px;
		height: 60px;
		line-height: 60px;
		padding: 0 30px;
		font-size: 24px;
		position: relative;
		left: 0;
		bottom: 0;
		margin: 60px 0 0;
	}
	.index3-more:before {
		left: -8px;
	}
}
@media only screen and (max-width: 750px) {
	.index3 {
		padding: 40px 0 20px;
	}
	.index3:before {
		width: 33px;
		height: 33px;
		top: 50px;
		margin-left: -55px;
	}
	.index3 h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 30px;
	}
	.index3 a {
		width: 100%;
	}
	.index3 a:nth-of-type(2) {
		margin: 30px 0;
	}
	.index3-img {
		height: 186px;
	}
	.index3-txt {
		height: auto;
		padding: 15px 20px 30px;
	}
	.index3-txt em {
		line-height: 20px;
		font-size: 12px;
	}
	.index3-txt h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.index3-txt p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.index3-more {
		width: 120px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
		margin: 30px 0 0;
	}
	.index3-more:before {
		border-bottom-width: 1px;
		border-right-width: 1px;
		height: 12px;
	}
	
	
	.b_txt
    {
        top:40%;
    }
    .b_txt h1
    {
        display:block;
        text-align:left;
        font-size:20px;
        color:#ffffff;
        line-height:36px;
        text-align:center;
        margin-bottom:10px !important;
    }
    .b_txt p
    {
        display:block;
        text-align:left;
        font-size:16px;
        color:#ffffff;
        line-height:36px;
        text-align:center;
    }
    .b_txt span
    {
        display:block;
        text-align:left;
        font-size:13px;
        color:#ffffff;
        line-height:23px;
        text-align:center;
    }
    }
@media only screen and (min-width: 1101px) {
	.index3 {
		padding: 65px 0 50px;
	}
	.index3:before {
		width: 55px;
		height: 55px;
		top: 75px;
		margin-left: -340px;
	}
	.index3 h2 {
		font-size: 36px;
		line-height: 45px;
		margin: 0 0 50px;
	}
	.index3 a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	.index3 a:nth-of-type(2) {
		margin: 0 30px;
	}
	.index3-img {
		height: 166px;
	}
	.index3-txt {
		height: 250px;
		padding: 15px 25px 25px;
	}
	.index3-txt h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.index3-txt p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.index3-more {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		left: 25px;
		bottom: 25px;
	}
	.index3 a:hover {
		box-shadow: -3.6px 1.8px 18px 5px rgba(0,0,0,0.21);
	}
}
@media only screen and (min-width: 1200px) {
	.index3 {
		padding: 85px 0 90px;
	}
	.index3:before {
		width: 66px;
		height: 66px;
		top: 90px;
		margin-left: -400px;
	}
	.index3 h2 {
		font-size: 42px;
		line-height: 50px;
		margin: 0 0 70px;
	}
	.index3 a {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
	}
	.index3 a:nth-of-type(2) {
		margin: 0 45px;
	}
	.index3-img {
		height: 196px;
	}
	.index3-txt {
		height: 280px;
		padding: 15px 30px 30px;
	}
	.index3-txt h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
		margin: 5px 0 15px;
	}
	.index3-txt p {
		max-height: 66px;
		line-height: 22px;
		font-size: 13px;
	}
	.index3-more {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		left: 30px;
		bottom: 30px;
	}
	.index3 a:hover {
		box-shadow: -3.6px 1.8px 28px 5px rgba(0,0,0,0.21);
	}
}
@media only screen and (min-width: 1550px) {
	.index3 {
		padding: 65px 0 100px;
	}
	.index3:before {
		width: 77px;
		height: 77px;
		top: 65px;
		margin-left: -548px;
	}
	.index3 h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 65px;
	}
	.index3 a {
		width: -moz-calc(33.33% - 50px);
		width: -webkit-calc(33.33% - 50px);
		width: calc(33.33% - 50px);
	}
	.index3 a:nth-of-type(2) {
		margin: 0 75px;
	}
	.index3-img {
		height: 250px;
	}
	.index3-txt {
		height: 320px;
		padding: 17px 35px 35px;
	}
	.index3-txt h4 {
		max-height: 74px;
		line-height: 37px;
		font-size: 30px;
		margin: 6px 0 17px;
	}
	.index3-txt p {
		max-height: 72px;
		line-height: 24px;
		font-size: 14px;
	}
	.index3-more {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		left: 35px;
		bottom: 35px;
	}
	.index3 a:hover {
		box-shadow: -3.6px 1.8px 38px 5px rgba(0,0,0,0.21);
	}
}


/*新闻中心*/
.news-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}


.newslist
{
    width:100%;
    float:left;
}


.newslist li
{
    width:33.33%;
    float:left;
    height:411px;
}


.newslist li img
{
    width:100%;
}


.news-pic{ width:100%; float:left; position:absolute; display:block;}

.daynews {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: #008f8e;
    box-shadow: 3px 2px 4px #333;
    width: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.yearnews {
    position: absolute;
    top: 70px;
    z-index: 1;
    left: 0;
    background: #f8f8f8;
    box-shadow: 3px 2px 4px #333;
    width: 70px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.newsTitle {
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    background: #f2f2f2;
    width:100%;
    position:absolute;
    float:left;
    bottom:0;
}

.newslist ul li:hover .newsTitle {
    background: #008f8e;
    color: #fff;
}

.newslist .swiper-horizontal>.swiper-pagination-bullets,.newslist .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px !important;
}


.mores{ width:190px; float:right; position: relative;}


.newslist_more a {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		margin: 50px 0 0;
		font-size: 16px;
		float: right;
		overflow: hidden;
		background:none;
	}
.newslist_more a:before {
		height: 17px;
		left: -8px;
	}
.newslist_more a:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #008f8e;
	border-right: 2px solid #008f8e;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.newslist_more a span {
	position: relative;
	z-index: 1;
}
.newslist_more a:hover {
	color: #FFFFFF;
	background:none;
}
.newslist_more a:hover:before {
	height: 40px;
	transform: skewX(0deg);
	left: 0px;
	background-color: #008f8e;
}

/*新闻中心*/
@media only screen and (max-width: 1200px) 
{
    .newslist li {
            height: 297px !important;
        }
}
@media only screen and (max-width: 1400px) 
{
    .newslist li {
        height: 322px;
    }
    .footer-center li 
    {
        
    }
    .index2-box {
        margin: 80px 0 0;
    }
    .index2 {
        height: 907px;
    }
    .index1-img {
        width: -moz-calc(50% - 35px);
        width: -webkit-calc(50% - 35px);
        width: calc(50% - 35px);
    }
    .index1 {
        min-height: 820px;
    }
    .index1-img img {
        margin-top: 145px;
    }
    .header-menu li {
        font-size: 16px;
        padding: 0 8px;
    }
    .logo {
        width: 238px;
        background-size: 100%;
    }
    .header-menu {
        width: 652px;
    }
}


.sectionlist{overflow:hidden;margin: 40px -15px 25px;}
.sectionlist .box{width:31%;float:left;padding:0 15px; margin-right:3.5%;}
.sectionlist .item{border:1px solid #e8e8e8;text-align:center;}
.sectionlist .item .txt{padding:20px 20px 30px; background-color:#ffffff;}
.sectionlist .item .txt h3{font-size:18px;line-height:24px;color:#0b9697;}
.sectionlist .item .txt p{margin-top:10px;font-size:14px;line-height:25px;min-height: 153px;overflow:hidden;text-align: justify;}
.sectionlist .item .img{overflow:hidden;}
.sectionlist .item img{ width:100%; transition: all 0.5s;}
.sectionlist .item a:hover img{ transform: scale(1.1);}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
.sectionlist{margin:40px -5px;}
.sectionlist .box{padding:0 5px;}
.sectionlist .item .txt{padding:10px;}
.sectionlist .item .txt h3{font-size:16px;}
.sectionlist .item .txt p{font-size:14px;line-height:25px; min-height: 78px;}
}
@media (max-width:767px){
.sectionlist{overflow:hidden;margin: 20px -5px;}
.sectionlist .box{width: 100% !important;padding: 0 5px;margin-bottom:10px;}
.sectionlist .item .txt{padding:10px;}
.sectionlist .item .txt h3{font-size:16px !important;}
.sectionlist .item .txt p{font-size:12px;line-height:18px;min-height: 36px;}
}