/*banner背景图片动画*/
/*回到顶部*/
	#myBtn {
		display: none; /* 默认隐藏 */
		position: fixed; 
		bottom: 5%; 
		right: 0px; 
		z-index: 99; 
		border: none;
		outline: none; 
		background-color: #c1272d; /* 设置背景颜色，你可以设置自己想要的颜色或图片 */
		color: white; /* 文本颜色 */
		cursor: pointer; 
		padding: 15px; 
		border-radius: 10px; /* 圆角 */
	}
	 
	#myBtn:hover {
		background-color: #555; 
	}


@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/*banner */

.index_main {
	background: #fff;
}

.index_main .section1 {
	position: relative;
	
}

.index_main .section1 .index_banner .item {
	/*background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;*/
	height: 100vh;
	position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
	/*visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;*/
}

.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 847px;
	z-index: 0;
}

.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top: 44%;
	right: 10px;
	left: 10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
	width: 30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border: 0;
}

.index_main .section1 .left {
	left: 0;
}

.index_main .section1 .right {
	right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
	background-image: url(../img/ban_prev.png);
	left: 60px;
}

.index_main .section1 .slick_txt .next {
	background-image: url(../img/ban_next.png);
	right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
	background-image: url(../img/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
	background-image: url(../img/ban_next_hover.png);
}

.index_main .section1 .number {
	position: absolute;
	bottom: 23%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
	font-family: "Myriad Pro", "Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
	margin-right: 0;
}

.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}


/**/

.banner_ys {
	width: 100%;
	background: #000000;
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

.banner_ys ul li {
	float: left;
	height: 30px;
	width: 260px;
}

.banner_ys ul li p:nth-child(1) {
	float: left;
	width: 68px;
	height: 60px;
	margin-top: 10px;
	line-height: 60px;
	border-radius: 38px;
	background: #fff;
}

.banner_ys ul li p img {
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 80px;
}

.banner_ys ul li p:nth-child(2) {
	line-height: 76px;
	padding-left: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


/**/

.index_main .section2 {
	background: #fff;
	overflow: hidden;
}

.index_main .section2 .pro_title {
	width: 100%;
	    height: 209px;
	background: #c1272d;
	    padding-top: 41px;
	        margin-bottom: 30px;
}

.index_main .section2 .pro_title h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.index_main .section2 .pro_title p {
	width: 70px;
	height: 4px;
	background: #fff;
	margin: 10px auto;
}

.index_main .section2 .pro_title span {
	display: block;
	width: 800px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin: 0px auto;
}


/*pro_box*/

.pro_box {
	margin-top: 10px;
}

.pro_box li {
	    width: 265px;
    float: left;
    height: 322px;
    overflow: hidden;
    display: block;
    margin-right: 19px;
}

.pro_box li .pro_img {
	width: 265px;
	height: 184px;
	display: block;
	overflow: hidden;
}

.pro_box li .pro_img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.pro_box li .pro_img:hover img {
	transform: scale(1.1);
}

.pro_box li .pro_txt {
	width: 100%;
	height: 107px;
	padding: 10px;
	clear: both;
	overflow: hidden;
	background: #F5F5F5;
	margin-top: -12px;
}

.pro_box li .pro_txt a {
	display: block;
}

.pro_box li .pro_txt a p:nth-child(1) {
	font-size: 16px;
	float: left;
	width: 120px;
	color: #000;
}

.pro_box li .pro_txt a p:nth-child(2) {
	font-size: 12px;
	float: right;
	width: 80px;
	height: 29px;
	background: #000;
	color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 29px;
}

.pro_box li .pro_txt .p_xq {
	height: 50px;
	clear: both;
	font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_box li .pro_txt:hover {
	background: #c1272d;
}

.pro_box li .pro_txt:hover a {
	color: #fff;
}

.pro_box li .pro_txt:hover p {
	color: #fff !important;
}


/*section3*/

.index_main .section3 {
	width: 100%;
	height: 100%;
	background: url(../img/news_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.index_main .section3 h3 {
	text-align: center;
}

.title h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.title p {
	width: 70px;
	height: 4px;
	background: #c1272d;
	margin: 10px auto;
}

.title span {
	display: block;
	/*width: 800px;*/
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	margin: 0px auto;
}
.news{
	margin-top: 80px;
}
.news_fl {
	margin-top: 10px;
	width: 500px;
	height: 468px;
	overflow: hidden;
	position: relative;
}

.news_fl>a {
	position: absolute;
	bottom: 0px;
	height: 120px;
	padding: 10px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}

.news_fl>a p:nth-child(1) {
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	color: #fff;
}

.news_fl>a p:nth-child(2) {
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

a:hover {
	text-decoration: none !important;
}

.news_fr {
	width: 640px;
	
	padding: 20px;
}

.news_fr ul li {
	height: 108px;
	margin-bottom: 10px;
	background: #f4f4f4;
}

.news_fr ul li .new_time {
	width: 100px;
	height: 80px;
	padding: 10px;
}

.news_fr ul li .new_time p:nth-child(1) {
	font-size: 36px;
	color: #454444;
	text-align: center;
}

.news_fr ul li .new_time p:nth-child(2) {
	font-size: 14px;
	color: #454444;
	text-align: center;
}

.news_fr ul li .news_txt {

	width: 486px;
    padding-right: 10px;
}

.news_fr ul li .news_txt a {
	display: block;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	color: #454444;
	margin-top: 10px;
	overflow: hidden;
}

.news_fr ul li .news_txt p {
	display: block;
	font-size: 14px;
	color: #454444;
	line-height: 30px;
	    height: 53px;
    overflow: hidden;
    margin-top: 5px;
	
}

.news_fr ul li:hover {
	background: #c1272d;
}

.news_fr ul li:hover p {
	color: #fff;
}

.news_fr ul li:hover a {
	color: #fff;
}

.news_fr ul li:hover .new_time p {
	color: #fff;
}

.more {
	width: 120px;
	height: 35px;
	margin: 0 auto;
	display: block;
	background: #c1272d;
	clear: both;
	overflow: hidden;
	color: #fff;
	line-height: 35px;
	text-align: center;	
	margin-top: 30px;
	}
.more:hover{
		background: #000000;
		color: #fff;
		}

.index_main .section4 {
	width: 100%;
}

.yhjj {
	width: 100%;
}

.yhjj {}

.section4 ul li {
	float: left;
	height: 50%;
	width: 50%;
	background-size: cover;
}

.section4 ul li .hy_img {
	width: 50%;
	height: 489px;
	display: block;
	overflow: hidden;
}

.section4 ul li .hy_img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.section4 ul li .hy_txt {
	height: 489px;
	width: 50%;
	background: #f5f5f5;
	padding: 145px 55px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.section4 ul li .hy_txt p:first-child {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.section4 ul li .hy_txt p:nth-child(2) {
	width: 140px;
	height: 1px;
	margin-top: 20px;
	border-top: 2px solid #ff0000;
}

.section4 ul li .hy_txt p:nth-child(3) {
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	line-height: 30px;
	height: 65px;
	overflow: hidden;}

.section4 ul li .hy_txt .yy_more{
	margin-top: 20px;
   border: 1px solid #000;
width: 30px;
text-align: center;
color: #000;
	display: block;
	line-height: 20px;
	
	}

.section4 ul li:hover .hy_txt {
	background: #e02828;
}
.section4 ul li:hover .yy_more{
	border: 1px solid #fff;
	color: #fff;
} 

.section4 ul li:hover .hy_txt p{
color: #fff;
}

.section4 ul li .hy_img:hover img {
	transform: scale(1.2);
}

.section4 ul li:hover .hy_txt p:nth-child(2) {
	border-top: 2px solid #fff;
}


.index_main .section4 h3 {
	text-align: center;
}

/*section5*/
.index_main .section5{
	background:#fff
	
}
.ys_box{margin-top: 120px;}
.ysone{
	width: 336px;
	margin-left:4px;
}
.ys1{
	margin-top: 40px;
	margin-bottom: 120px;
}
.ys1 p:nth-child(1){
	width: 300px;
	height: 40px;
	border-radius: 10px;
	background: #c1272d;
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	
}
.ys1 p:nth-child(1)span{
	font-size: 29px;
	font-weight: bold;}
.ys1 p:nth-child(2)	{
	font-size: 16px;
	line-height: 30px;
	
}
.ystwo{
	position: relative;
	width: 418px;
	height: 418px;
	    margin-right: 20px;
    margin-left: 20px;
	
}
.ystwo ul li{
	width: 113px;
	height: 113px;
	border-radius: 60px;
	background: #626262;
	float: left;
	position: absolute;	}
.ystwo ul li:hover{
	background: #c1272d;
}
.ystwo ul li p:nth-child(1){
	width: 40px;
	height: 40px;
	
	display: block;
	text-align: center;
	line-height: 40px;
}
.ystwo ul li p:nth-child(1) img{
	
	margin-left: 40px;
	margin-top: 20px;
	display: block;
	text-align: center;
	line-height: 40px;
	}
.ystwo ul li p:nth-child(2){
	font-size: 14px;
	text-align: center;	color: #fff;
}	
.ystwo ul li:nth-child(1){
	left: 24px;
}
.ystwo ul li:nth-child(2){
	
    right: 	12px;
}

.ystwo ul li:nth-child(3){
	
   left: -8px;
   bottom: 40px;
   }
   .ystwo ul li:nth-child(4){
	right: -23px;
   bottom: 40px;
   }
   /*section6*/
  .section6{
  	width: 100%;
  	overflow: hidden;
  	background: #fff;
  }
  .index_about{
  	margin-top: 120px;
  }
.about_fl{
	width: 570px;
	
}
 .about_fl h3{
 	font-size: 28px;
 	color: #c1272d;
 	font-weight: bold;
 }
 
 .about_fl .about_p p:nth-child(1){
 	float: left;
 	width: 140px;
 	height: 2px;
 	    margin-top: 12px;
 	background: #000;
 }
 .about_fl a{
 	clear: both;
 	font-size: 14px;
 	color: #000;
 	line-height: 21px;
 	height: 140px;
 	display: block;
 	padding-top: 30px;
 text-indent:25px;
 }
 
  
 .about_fl .about_p p:nth-child(2){
 	float: left;
 	
 font-size: 18px;
 color: #c1272d;
 }
 
.about_fr {
	width: 500px;
	height: 342px;
}
.about_fr a{
	width: 500px;
	height: 342px;
	display: block;
	overflow: hidden;
}
.about_fr a img{
	width: 100%;
 height: 100%;
 display: block;
 transition: all 0.5s;
 }
.about_fr a:hover img{
	transform: scale(1.1);
}
.about_img{
	    padding-top: 34px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.about_img li{
	float: left;
	margin-left: 6px;
	width: 279px;
	height: 183px;
	display: block;
	    margin-top: 10px;
	overflow: hidden;
}
.about_img li img{
	width: 100%;
 height: 100%;
 display: block;
 transition: all 0.5s;
}
.about_img li:hover img{
	transform: scale(1.1);
	}
	
	/*section7*/
	.section7{
		width: 100%;
		overflow: hidden;
		background: #F5f5f5;
	}
.cont_p {
      padding-top: 101px;
    padding-bottom: 101px;
    overflow: hidden;
    
    
    }
.cont_p li{
	float: left;
	width: 284px;	
	}
.cont_p li p:nth-child(1){
	width: 80px;
	    height: 73px;
    border-radius: 93px;
	background: #c1272d;
	margin: 10px auto;
	}
	.cont_p li p:nth-child(1) img{
	    text-align: center;
    margin-left: 25px;
    margin-top: 17px;
    width: 35%;
	}
.cont_p li p:nth-child(2){
	text-align: center;
	font-size: 15px;
}	

.cont_p li p:nth-child(3){
	text-align: center;
	font-size: 14px;
}	

@media only screen and (max-width: 1600px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1440px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 18px;
		margin-top: 5px;
	}
	.section4 ul li {
	float: left;
	height: 50%;
	width: 50%;
	background-size: cover;
}
	.section4 ul li .hy_txt {
    height: 359px;
    }
    .section4 ul li .hy_img {
    height: 359px;
    }
}

@media only screen and (max-width: 1366px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow {
		background-size: auto 30px;
	}

}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 22px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.index_main .section1 .index_banner .item {
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow {
		display: none !important;
	}
	.index_main .section1 .index_banner .slick-dots {
		position: absolute;
		bottom: 12px;
	}
	.index_main .section1 .index_banner .slick-dots li {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 2px solid #fff;
	}
	.index_main .section1 .index_banner .slick-dots li button {
		display: none;
	}
	.index_main .section1 .index_banner .slick-dots li.slick-active {
		background: #fff;
	}
	.index_main .section1 .number {
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span {
		margin-right: 22px;
	}
	.index_main .section1 .number span:after {
		bottom: -14px;
	}
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}

/*footer*/
footer{
 width: 100%;
 overflow: hidden;
 background: #000;
     height: 400px;

}
.title3{
	    padding-top: 86px;
}
.foot_nav{
	margin-top: 30px;
	width: 140px;
	height: 213px;
	margin-right: 15px;
	border-right: 1px solid #424242;
}
.foot_nav h4{
	margin-top: 20px;
	font-size: 14px;
	color: #ffffff;
}
.foot_p1{
	margin-top: 10px;
	width: 30px;
	height: 2px;
	border-bottom: 1px solid #FFFFFF;
}
.foot_nav ul{
	margin-top: 20px;
}
.foot_nav ul li{
	float: left;
	    width: 120px;
	    height: 30px;
	    line-height: 2px;
}
.foot_nav ul li a{
	display: block;
	color: #e6e6e6;
	font-size: 12px;
}
.foot_nav ul li a:hover{
	text-decoration: underline;
}
.foot_fx{
	background: url(../img/f.png) no-repeat right;
	margin-top: 40px;
	margin-left: -5px;
	width: 186px;
	height: 213px;
	margin-right: 0%;
	border-right: 1px solid #424242;
}
.foot_fx>p:nth-child(1){
	color: #FFFFFF;
	font-size: 14px;
}
.foot_fx>p:nth-child(2){
	color: #FFFFFF;
	margin-top:10px;
	font-size: 14px;
}
.foot_fx a {
    display: block;
    width: 167px;
    height: 47px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    line-height: 47px;
    background: #c1272d url(../img/qq2.png) no-repeat 20px center;
}
#share2, #share3{
	display: block;
	overflow: hidden;
	clear: both;
}

.gb_resItms{
	margin-top: 20px;
	
}
.gb_resItms p{
	width: 61px;
float: left; 
padding: 0 9px;	 
}

#weixin3 {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	width: 29px !important;
	height: 29px !important;
	background: url(../img/fx1.png) no-repeat !important;
}

#qzone3 {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	width: 29px !important;
	height: 29px !important;
	background: url(../img/fx3.png) no-repeat !important;
}

#tsina3 {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	width: 29px !important;
	height: 29px !important;
	background: url(../img/fx2.png) no-repeat !important;
}
.foot_wx {
	margin-top: 40px;
	margin-left: 9px;
	width: 160px;
	overflow: hidden;
}
.foot_wx p{
	width: 86px;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
}
.foot_wx img{
	margin-top: 18px;
	width: 66%;
}
.foot{
	clear: both;
	overflow: hidden;
	height: 60px;
	padding-bottom: 30px;
	margin-top: 20px;
	
}
.foot p{
	margin-top: 10px;
	color: #ffffff;
	font-size: 12px;
}
.foot p a{
	margin-top: 30px;
	color: #ffffff;
	font-size: 12px;
}

/*zy_banner*/
.zy_banner{
	display: block;
	width: 100%;
	height: 360px;
	
    margin-top: 56px;
}
.about_title{
	margin-top: 20px;
	text-align: center;
}
.about_title h3{
	font-size: 36px;
	color: #c1272d;
}
.about_title p{
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
}
/*about_wh*/
.about_wh{
	width: 100%;
	overflow: hidden;
	height: 652px;
	background: url(../img/wh1.png) no-repeat center;
}
.about_wh ul{
	margin-top: 30px;
}
.about_wh li{
	float: left;
	width: 284px;	
	cursor: pointer;
	}
.about_wh li p:nth-child(1){
	width: 80px;
	    height: 79px;
    border-radius: 93px;
	background: #c1272d;
	margin: 10px auto;
	}
	.about_wh li p:nth-child(1) img{
	    text-align: center;
     margin-left: 24px;
    margin-top: 25px;
  width: 28px;
    height: 28px;
	}
.about_wh li p:nth-child(2){
	text-align: center;
	font-size: 15px;
}	

.about_wh li p:nth-child(3){
	text-align: center;
	font-size: 14px;
}	
.about_wh li p:nth-child(1):hover{
	background: #000000;
}
.about_ys{
	    padding-bottom: 120px;
}
.about_ys1{
	display: block;
	margin-top: 20px;
}
.about_ys1 p{
	font-size: 18px;
	color: #999999;
	line-height: 30px;
}
/*产品中心*/
.other_pro_title{

	margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.other_pro_title li{
	width: 120px;
	height: 40px;
	background: #000;
	float: left;
	margin: 10px auto;
margin-left: 35px;
	
}
.other_pro_title li a{
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.other_pro_title li:hover{
	background: #c1272d;
}
.other_pro_title li.on{
	background: #c1272d;
}
.pro_gg{
	width: 100%;
	margin-top: 20px;
	height: 266px;
}
.pro_ys{
	width: 100%;
	overflow: hidden;
}
.pro_ys_txt{
	margin-top:40px;
	width: 643px;
}
.pro_ys_txt p:nth-child(1){
	font-size: 30px;
	color: #000000;
}
.pro_ys_txt p:nth-child(1) span{
	font-size: 110px;
	color: #c1272d;
}
.pro_ys_txt p:nth-child(2){
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
}
.pro_ys_txt p:nth-child(3){
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	}
.pro_ys_img{
	width: 489px;
	margin-top: 40px;
}
.pro_ys_one{
	height: 480px;
	border-bottom: 1px solid #dddddd;
}

/*xq_txt*/
.other_pro_xq{
	margin-top: 20px;
}
.xq_img {
	    width: 510px;
    height: 378px;
    display: block;
    overflow: hidden;
}
.xq_img img{
	width:100%;
	height:100%;
}
.xq_txt{
	width: 500px;
}
.xq_txt h3{
	font-size: 30px;
	color: #c1272d;
	font-weight: bold;
}
.xq_txt p:nth-child(2){
	font-size: 20px;
	font-weight: bold;
}
.xq_txt p:nth-child(3){
	border-bottom: 1px solid #222222;
	 
}
.xq_txt p:nth-child(4){
	height: 140px;
	font-size: 14px;
	line-height: 30px;
	 
}
.xq_txt p:nth-child(5){
	border-bottom: 1px solid #222222;
	 
}
.button{
	margin-top: 30px;
}
.button .button_l{ float:left;}
.button .button_l { display:block; width:172px; height:44px; line-height:44px; background:#a1151c; font-size:16px; color:white; text-align:center;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    border-radius:2px;}
 .button .button_l :hover{ opacity:0.8;}

.button .button_r{ float:right; height:44px; line-height:44px; font-size:16px; color:#666;}
.button .button_r .bdsharebuttonbox{ display:inline-block; *zoom:1; *display:inline; vertical-align:middle; margin-top:-3px;}
.button .button_r a{ display:block; float:left; margin:0 0 0 15px !important; padding:0 !important;  width:33px; height:33px; background-size:contain; background-position: center center; background-repeat:no-repeat;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    border-radius:50%;}
.button .button_r a.a1{ background-image:url(../img/zico_10_1.png);}
.button .button_r a.a2{ background-image:url(../img/zico_10_2.png);}
.button .button_r a.a3{ background-image:url(../img/zico_10_3.png);}

/*行业应用*/
.son-solution{
	margin-top: 60px;
}
.son-solution ul li {
	height: 300px;
	width: 49%;
	background: #f6f6f6;
	margin-bottom: 30px;
	    float: left;
    margin-left: 11px;
}



.son-solution ul li .img {
	height: 100%;
	width: 45%;
	overflow: hidden;
}

.son-solution ul li .img img {
	height: 100%;
	transition: all 0.3s;
}

.son-solution ul li .text {
	padding: 30px;
	width: 55%;
	box-sizing: border-box;
	overflow:hidden;
}



.son-solution ul li .text p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #645e5e;
	line-height: 60px;
}
.son-solution ul li .text p:nth-child(2){
	width: 130px;
	height: 2px;
	background: #c1272d;
}
.son-solution ul li .text p:last-child {
	    font-size: 14px;
    color: #7f7373;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 143px;
}

.son-solution ul li:hover .img img {
	transform: scale(1.2);
}

.son-solution ul li:hover {
	background: #c1272d;
	color: #fff;
}
.son-solution ul li:hover .text p{
color: #fff;

}
.son-solution ul li:hover  .text p:nth-child(2){
	background: #fff;
}
	}
/*实力展示*/
.machining_list{
	margin-top: 40px;
}
.machining_list li{
	float: left;
	width: 300px;
	margin-left: 40px;
}
.machining_list li .machining_img{
	min-width: 300px;
	min-height: 200px;
	display: block;
	overflow: hidden;
	
}
.machining_list li .machining_img img{
	    width: 100%;
	    height: 100%;
	transition: all 0.3s;
	
}
.machining_list li .machining_img:hover img{
transform: scale(1.2);
	
}
.machining_txt{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
/*xq_box*/
.xq_box{
	background: #f1f1f1;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	
}
.pro-nav-holder {
	position: relative;
	width: 100%;
	height: 60px;
}
.pro-nav {
	width: 100%;
	left: 0;
	right: 0;
	position: relative;
	height: 60px;
	line-height: 60px;
	background-color: #f1f1f1;
	text-align: center;
	z-index: 10;
}
.pro-nav.fixed {
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.pro-nav li {
	position: relative;
	float: left;
	width: 16.6%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.pro-nav li:hover {
	color: #333;
}
.pro-nav li.cur {
	font-weight: normal;
	color: #333;
}
.pro-nav li.cur:after {
	content: '';
	display: block;
	width: 66px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -33px;
	background-color: #333;
}
.pro-nav li:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 8px;
	left: -1px;
	top: 27px;
	background-color: #dcdcdc;
}

/*pro-wrap*/
.pro-wrap {
	overflow: hidden;
	background: #fff;
}
.pro-main {
	padding: 70px 0;
	clear: both;
}
.pro-title {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	padding-bottom: 30px;
	font-weight: normal;
}
.pro-title .ico {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: -5px;
	background-position: center;
	background: url(../img/pro_t.png) no-repeat;
}

.pro_cont_case {
	margin-top: 10px;
	clear: both;
}
.pro_cont_case ul li{
	float: left;
	width:350px;
	height: 330px;
	margin-left:25px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.pro_cont_case ul li img{
	float: left;
	width:100%;
	height: 100%;
transition: all 0.5s;
}
.pro_cont_case ul li:hover img{
	transform: scale(1.1);
}
/*新闻中心*/
.location {
    text-align: center;
    overflow: hidden;
   margin-top: 30px;
}

.location .myslide {
    display: inline-block;
    width: 25%;
    font-size: 20px;
    color: #333;
}

.location .myslide .con {
    margin: 0 10px;
    height: 65px;
    line-height: 65px;
    background: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.location .myslide .con a {
    display: block;
    color: #fff;
    text-align: center;
    height: 65px;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.location .myslide:hover .con,
.location1 .myslide:hover .con {
    background: #c1272d;
}
.location .myslide.hoevr .con a,
.location1 .myslide.hoevr .con a{
    background:#c1272d;
    color: #fff;
}

.location .myslide:hover .con a,
.location1 .myslide:hover .con a {
    color: #fff;
}
.location .myslide .con a.hover,
.location1 .myslide .con a.hover{
    background: #c1272d;
}

.location .myslide .con a.hover,
.location1 .myslide .con a.hover {
    color: #fff;
}
.location .myslide .con a div {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 23px;
    vertical-align:middle;
}

.other_box{
	overflow: hidden;
	clear: both;
}
.other_news{
	width: 1200px;
	padding-bottom: 20px;
	}
	.news_txt2{
		width: 1050px !important;
		    padding-right: 47px !important;
	}

.news_txt2 p{
	 margin-top: 10px  !important;
	}	   

.newsinfor{
	
}

.newsinfor {}
.newsinfor .sub-tit {
    font-size: 38px;
    line-height: 73px;
    color: #222;
    margin-bottom: 30px;
}
.newsinfor .sub-tit .math{
	height: 22px;
}
.newsinfor .math .time{
	font-size: 18px;
	line-height: 22px;
	color: #666666;
		font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-family: "Arial";
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.newsinfor .math .tit{
	font-size: 16px;
    color: #1e409f;
    	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    line-height: 22px;
}
.newsinfor_cont{
	    width: 100%;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    line-height: 30px;
    color: #666666;
    padding-top: 20px;
    }
.bot{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;

}
.bot .box{
	width: 750px;
	float: left;
}
.bot .box p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
		font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.bot .box p a{
	color: #999;
		font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.bot .box p a:hover{
	color: #666;
}
.bot .btns {
   width: 219px;
    height: 46px;
    line-height: 46px;
   text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #a1312f;
    display: block;
    float: right;
       margin-right: 120px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*联系我们*/
.subBanner{ width: 100%; padding-top:26%; position: relative; }
.pageTop {
    clear: both;
    width: 100%;
}

.bai {
    background: #FFF;
}
.subPageC {
    min-height: 214px;
    height: auto !important;
    height: 600px;
}
.contact1 {
    height: 135px;
    position: relative;
    margin-right: -30px;
}
.contact{ width: 1080px; margin: 0 auto;}
.contact1{height:  135px; position: relative; margin-right: -30px;}
.contact1List{ position: absolute; left: 0px; width: 100%; top: -30px;}
.contact1List dd{ float: left; display: inline; width: 33.3333%;}
.contact1List dd .con{ padding-right: 30px; text-align: center;}
.contact1List dd .con .text{ height:297px; border-bottom: 3px solid #c7c7c7; background: #FFF; padding-top: 70px; line-height: 26px; color: #333333; font-size: 14px; position: relative;transition: all 0.3s; -webkit-transition: all 0.3s;}
.contact1List dd .con .text:before{ display: block; height: 3px; background: #cd281e; position: absolute; left: 0px; bottom: -3px; content: ''; width: 0px;transition: all 0.3s; -webkit-transition: all 0.3s;}
.contact1List dd .con .img{ width: 73px; height: 73px; overflow: hidden; position: absolute; left: 50%; margin-left: -36px; top: -36px;}
.contact1List dd:hover .text{ box-shadow: 0px 0px 15px rgba(0,0,0,0.2); color: #cd281e;}
.contact1List dd:hover .text:before{ width: 100%;}
.messageT{ height: 55px; line-height: 55px; text-align: center; color: #333333; font-size: 24px; margin-bottom: 40px;}
.messageC{ background: #f5f3f0; padding: 45px 50px;     margin-top: 120px;}
.messageForm{ overflow: hidden; margin-right: -20px;}
.messageForm dd{ float: left; display: inline; width: 33.3333%; margin-bottom: 15px;}
.messageForm dd .con{ padding-right: 20px;}
.messageForm dd .form{ border-bottom: 1px solid #c7c7c7;  padding: 0 8px;}
.messageForm dd .form span{ float: left; display: inline; color: #666666; font-size: 14px; line-height: 40px;}
.messageForm dd .form .formC{ overflow: hidden; padding: 0 10px;}
.messageForm dd .form input{ overflow: hidden; display: block; height: 40px; line-height: 40px; background: none; border: none; width: 100%;}
.messageForm dd .form textarea{ overflow: hidden; display: block; height: 170px; line-height: 40px; font-size: 14px; background: none; border: none; width: 100%;}
.messageForm dd.ddtextarea{ width: 100%;}
.messageCode{ text-align: center; padding: 30px 0;}
.messageCode div{ display: inline-block; overflow: hidden;}
.messageCode div input{ float: left; display: inline; width: 143px; height: 38px; border: 1px solid #c7c7c7; padding: 0 10px; background: none; margin-right: 18px;}
.messageCode div img{ float: left; display: inline; width: 145px; height: 40px;}
.messageBtn{ overflow: hidden; text-align: center;}
.messageBtn input{ display: block; width: 273px; height: 50px; line-height: 50px; font-size: 14px; background: #c1272d; margin: 0 auto; color: #FFF;}
.messageBtn input:hover{ opacity: 0.8}

.pro_cont_txt table{
	border-collapse: collapse;
	width:100% !important;
	height:auto;
}
.pro_cont_txt table td{
	border: 1px solid #cad3de;
	height: 60px !important;
	line-height: 60px  !important;
	text-align: center;
}
.pro_cont_txt table tr:first-child{
	/*background: #c1272d !important;
	color: #fff!important;*/
}

.page{height:30px; overflow:hidden; text-align:center; padding-top:5px; line-height:21px; font-weight: normal;}
.page a{BORDER:#999 1px solid; PADDING:2px 5px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color: #333; font-weight: normal;}
.page a:hover{border:1px solid #0d9ae4; text-decoration:none; BACKGROUND-COLOR:#0d9ae4; color:#FFF;}
.page a:active{border:1px solid #0d9ae4; text-decoration:none; BACKGROUND-COLOR:#0d9ae4;}
.page span.current{BORDER: #237ac7 1px solid; PADDING:1px 5px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #c1272d;MARGIN-RIGHT: 5px;}
.page span.disabled{BORDER:#237ac7 1px solid; PADDING:2px 5px; COLOR:#237ac7; MARGIN-RIGHT: 5px; background:#d8f1ff;}
.other_jj{
	    margin-top: 62px;
}
/*在线客服*/

.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 62px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../img/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../img/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
   /* width: 16px;*/
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../img/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../img/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../img/wx.jpg) no-repeat;
}
#udesk-feedback-tab {
    position: fixed;
    right: 62px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../img/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

@media only screen and (max-width: 1500px) {
.cont_p {
    padding-top: 77px;
    padding-bottom: 97px;
    overflow: hidden;
}



}



