
.header {
	width: 100%;
	height: 80px;
	
	padding: 0 60px;
	box-sizing: border-box;
	line-height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000000000;
}
.header.active{
	background: rgba(0,0,0,0.8);
}
.header .logo {
	float: left;
	width: 209px;
	height: 41px;
	margin-top: 19px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .nav {
	float: right;
	position: relative;
}

.header.act .nav p {
	top: -100px;
}

.header .nav p {
	float: left;
	margin: 0 16px;
	position: relative;
	top: 0px;
	overflow: hidden;
}

.header .nav p a {
	float: left;
	margin: 0 10px;
	position: relative;
	top: 0;
	overflow: hidden;
}

.header .nav p a:hover {
	color: #cc0000;
}

.header .nav p:hover a,
.header .nav p.act a {
	position: relative;
	padding-left: 20px;
	color: #cc0000;
}

.header .nav p a {
	display: block;
	font-size: 16px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .nav p:hover a:after {
	content: "";
	width: 13px;
	height: 1px;
	background: #cc0000;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .nav p.act a:after {
	background: #cc0000;
	content: "";
	width: 13px;
	height: 1px;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .nav p:first-child {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header .nav p:first-child+p {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.header .nav p:first-child+p+p {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.header .nav p:first-child+p+p+p {
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-ms-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
}

.header .nav p:first-child+p+p+p+p {
	-webkit-transition: all 1.6s ease-in-out;
	-moz-transition: all 1.6s ease-in-out;
	-ms-transition: all 1.6s ease-in-out;
	-o-transition: all 1.6s ease-in-out;
	transition: all 1.6s ease-in-out;
}

.header .nav p:first-child+p+p+p+p+p {
	-webkit-transition: all 1.9s ease-in-out;
	-moz-transition: all 1.9s ease-in-out;
	-ms-transition: all 1.9s ease-in-out;
	-o-transition: all 1.9s ease-in-out;
	transition: all 1.9s ease-in-out;
}

.header .tel {
	-webkit-transition: all 1.9s ease-in-out;
	-moz-transition: all 1.9s ease-in-out;
	-ms-transition: all 1.9s ease-in-out;
	-o-transition: all 1.9s ease-in-out;
	transition: all 1.9s ease-in-out;
}

.header.act .tel {
	top: -100px;
}

.header .tel {
	float: right;
	color: #fff;
	margin-left: 20px;
	position: relative;
	top: 0px;
}

.banner{
	width: 100%;
	/*position: relative;*/
	height: 100vh
	
}
.banner .swiper-slide img{
	  display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper-button-next{
	width: 13px;
	height: 24px;
	bottom: 50px;
	top: auto;
	right: 100px;
}
.banner .swiper-button-prev{
	width: 13px;
	height: 24px;
	bottom: 50px;
	top: auto;
	left: 100px;
}







.banner .li_left{
	position: relative;
}
.banner .li_left .box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-85%,-80%);
}

.banner .li_left .box h1{
	font-size: 55px;
	color: #fff;
	font-family: tan
}

.banner .li_left .box h1 span{
	font-size: 75px;
	color: #fff;
	font-family: tan
}

.banner .li_left .box h2{
	font-size: 55px;
	color: #fff;
	padding-left: 150px;
	font-family: tan
}

.banner .li_left .box h2 span{
	font-size: 75px;
	color: #fff;
	font-family: tan
}



.banner .li_left .box p{
	font-size: 35px;
	color: #fff;
	font-family: yuan
}

.banner .li_left .box p span{
	font-size: 35px;
	color: #cc0000;
	font-family: yuan
}





.banner .swiper-button-next{
	width: 13px;
	height: 24px;
	bottom: 50px;
	top: auto;
	right: 100px;
}
.banner .swiper-button-prev{
	width: 13px;
	height: 24px;
	bottom: 50px;
	top: auto;
	left: 100px;
}



/*首页视频*/

.index_video {
	width: 100%;
	height: 100%;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.index_video video {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	vertical-align: baseline;
	object-fit: fill
}
.index_video .mengban{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	top:0
}

.video_box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 207px;
	text-align: center;
	margin-top: -103px;
	z-index: 100;
}

.video_box h1 {
	font-size: 0px;
	line-height: 140px;
	color: #fff;
	font-weight: normal;
	font-family: fangzheng;
	opacity: 0;
	transition: 3s all;
}

.video_box p {
	font-size:0px;
	line-height: 67px;
	color: #fff;
	font-family: "宋体";
	transition: 3s all;
	opacity: 0;
}


.swiper-slide-active .video_box h1{
	font-size: 102px;
	opacity: 1;
}

.swiper-slide-active .video_box p{
	font-size: 45px;
	opacity: 1;
}

.video_icon {
	width: 23px;
	height: 35px;
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -11px;
	z-index: 100;
	animation: rot .8s linear infinite alternate;
}

@keyframes rot{
	from{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		}
	to{
		transform: translateY(15px);
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		}
		}
.video_icon img {
	display: block;
	width: 100%;
}

.index-waper-box {
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 9;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	
	box-sizing: border-box;
}

.index-back-box {
	height: 110px;
	background-color: #fff;
	max-width: 1590px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	margin: 0 auto;
	overflow: hidden;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	transform: rotateX(0deg) translate3d(0, 0, 0);
	-webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
	-moz-transform: rotateX(0deg) translate3d(0, 0, 0);
	transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	-webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	-moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	padding: 13px 0;
	box-sizing: border-box;
}

.index-waper-box .act{
	transform: rotateX(100deg) translate3d(0, 0, 0);
	-webkit-transform: rotateX(100deg) translate3d(0, 0, 0);
	-moz-transform: rotateX(100deg) translate3d(0, 0, 0);
}
.index-back-box ul li{
	width: 25%;
	float: left;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fff;
}
.index-back-box ul li:last-child{
	border: 0;
}
.index-back-box ul li div{
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #000;
}
.index-back-box ul li p{
	line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #000;
}
.index-back-box ul li div span{
	font-size: 34px;
}


/*第二部分*/
.index2{
	box-sizing: border-box;
	width: 100%;
	
	background: url(../img/index2_bj.jpg) no-repeat center;
    background-position: 100% 100%;
    background-size: cover;

}
.index_nr{
	max-width: 1590px;
	min-width: 1100px;
	padding: 60px 20px 0;
	margin: 0 auto;
}

.index2 .left{
	width: 35%;
	float: left;
	padding: 60px 0 0;
	box-sizing: border-box;
}
.index2 .left h1{
	font-size: 48px;
	color: #fff;
	line-height: 68px;
	font-weight: bold;
}
.index2 .left h1 span{
	color: #cc0000;
}
.index2 .left h2{
	font-size: 35px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.index2 .left i{
	width: 30px;
	height: 1px;
	background: #fff;
	margin: 20px 0 50px;
	display: block;
}
.index2 .left p{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.index2 .left a{
	font-size: 14px;
	color: #cc0000;
	line-height: 28px;
	display: block;
	margin-top: 60px;
}
.index2 .right{
	width: 55%;
	float: right;
}
.index2 .right ul li{
	float: left;
	width: 48%;
	margin-bottom: 60px;
}
.index2 .right ul li:hover{
	    cursor: pointer;
}
.index2 .right ul li:nth-of-type(2n){
	float: right;
}
.index2 .right ul li .icon{
	width: 40px;
	height: 30px;
	overflow: hidden;
	-webkit-transition: all 1s ;
	-moz-transition: all 1s;
	-ms-transition: all 1s ;
	-o-transition: all 1s ;
	transition: all 1s ;
	position: relative;
}
.index2 .right ul li .icon img{
	display: block;
	position:absolute;
	-webkit-transition: all .8s ;
	-moz-transition: all .8s;
	-ms-transition: all .8s ;
	-o-transition: all .8s ;
	transition: all .8s ;
	top: 0;

}
.index2 .right ul li .icon .img2{
	right: -40px ;
}
.index2 .right ul li .icon .img1{
	left: 0px ;
}
.index2 .right ul li:hover .icon .img1{
	left: -40px;

}
.index2 .right ul li:hover .icon .img2{
	right: 0px;

}
.index2 .right ul li:nth-of-type(2):hover .icon .img2{
	right: 5px;
}
.index2 .right ul li:nth-of-type(3):hover .icon .img2{
	right: 5px;
}
.index2 .right ul li:nth-of-type(4):hover .icon .img2{
	right: 5px;
}



.index2 .right ul li h4{
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding-left: 25px;
	transition: all 0.3s ease-in-out;
}
.index2 .right ul li h4:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.index2 .right ul li:hover h4{
	color: #cc0000;
	padding-left: 0;
}
.index2 .right ul li:hover h4:after {
	background: #cc0000;
	content: "";
	width: 0px;
	height: 1px;
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.index2 .right ul li p{
	font-size: 14px;
	color: #fff;
	height: 21px;
	overflow: hidden;
}
.index2 .right ul li ol{
	margin-top: 10px;
}
.index2 .right ul li ol li{
	width: 40%;
	float: left;
	margin-right: 5%;
	margin-bottom: 10px;

	box-sizing: border-box;
	text-align: center;
	height: 32px;
	line-height: 30px;
-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;
}






.index2 .right ul li ol li {
  background: none;
	    box-shadow: inset 0 0 0 1px #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: inherit;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  vertical-align: middle;
}
.index2 .right ul li ol li::before, .index2 .right ul li ol li::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}




.index2 .right ul li ol li {
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
}
.index2 .right ul li ol li::before, .index2 .right ul li ol li::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.index2 .right ul li ol li::before {
  top: 0;
  left: 0;
}
.index2 .right ul li ol li::after {
  bottom: 0;
  right: 0;
}
.index2 .right ul li ol li:hover a{
  color: #cc0000 !important;
  position: relative;
  z-index: 10000;
}
.index2 .right ul li ol li:hover::before, .index2 .right ul li ol li:hover::after {
  width: 100%;
  height: 100%;
  
}
.index2 .right ul li ol li:hover::before {
  border-top-color:#cc0000;
  border-right-color: #cc0000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
          transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.index2 .right ul li ol li:hover::after {
  border-bottom-color: #cc0000;
  border-left-color: #cc0000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
          transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


























.index2 .right ul li ol li:nth-of-type(2n){
	float: left;
}
.index2 .right ul li ol li a{
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.index2 .right ul li .more{
	color: #ccc;
	font-size: 14px;
	display: block;margin-top: 30px;
}
.index2 .right ul li .more:hover{
	color: #cc0000
}


/*第三部分*/
.index3{
	width: 100%;
}
.index3 ul li{
	width: 33.333333%;
	float: left;
	position: relative;
	overflow: hidden;
}
.index3 ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.index3 ul li .box{
	position: absolute;
	left: 0;
	top: 0;

	/*background: rgba(0,0,0,.4);*/
	display: block;
	box-sizing: border-box;
}
.index3 ul li .box h1{
	font-size: 40px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	background: url(../img/xian.jpg) no-repeat bottom;
	text-align: center;
	overflow: hidden;

	transition: 1s all;
	width: 100%;
}
.index3 ul li .box p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height:80px ;

	width: 100%;
	transition: 1s all;
	
}
.index3 ul li .box .yy{
	width: 17px;
	height: 23px;
	margin: 0 auto;
   transition: 1s all;
}
.index3 ul li:hover .box{
	display: block;
}

.index3 ul li .box{position: absolute;left: 0px;top: 50%;text-align: center;right: 0px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index: 9;}
.index3 ul li .box *{-webkit-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;}
.index3 ul li .box h1{width: 100%!important;font-size: 40px;color: #fff;height: 80px;line-height: 80px;background: url(../img/xian.jpg) no-repeat bottom;opacity: 0;-webkit-transform:translateX(-200px);transform:translateX(-200px);}
.index3 ul li:after{content: "";position: absolute;top: 0px;right: 0px;left: 0px;bottom: 0px;-webkit-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
.index3 ul li .box p{font-size: 14px;color: #fff;text-align: center;line-height:80px ;opacity: 0;-webkit-transform:translateX(200px);transform:translateX(200px);}
.index3 ul li .box .yy{opacity: 0;-webkit-transform:translateY(200px);transform:translateY(200px);width: 17px;height: 23px;}
.index3 ul li:after{background: rgba(0,0,0,0.6);opacity: 0;}
.index3 ul li:hover:after{opacity: 1;}
.index3 ul li:hover .p{opacity: 0;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;}
.index3 ul li:hover .box h1{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 1;}
.index3 ul li:hover .box p{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 1;}
.index3 ul li:hover .box .yy{-webkit-transform:translateY(0px);transform:translateY(0px);opacity: 1;}



.xin_con4_li5_div{position: absolute;top: 0;left: 0;width:100%;z-index: 5;text-align: center;top: 50%;transform: translateY(-50%);}
.xin_con4_li5_div i{display: block;font-size: 20px;color: white;margin-top: 15px;}
.index3 ul li:nth-child(9){transition: 0.8s ease-out 1.4s;}
.index3 ul li .xin_con4_li5_div_div{display: inline-block;line-height: 1;}
.index3 ul li .xin_con4_li5_div_div i{display: inline-block;vertical-align: top;width: 18px;height:18px;background: white;border-radius: 3px;margin-top: 5px;}
.index3 ul li .xin_con4_li5_div_div i:nth-child(2){position: relative;animation: rns 10s linear infinite;}
.xin_con4_li5 aside{display: block;text-align: center;position: absolute;bottom: 20px;width: 100%;z-index: 2;transition: 0.3s ease-out;}
.xin_con4_li5:hover aside{transform: translateY(-5px);}
.xin_con4_li5 a{
	display: block;
}
.xin_con4_u1 li .xin_con4_li5_div_div i:nth-child(2) {
    position: relative;
    animation: rns 10s linear infinite;
}
@keyframes rns{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}






/*第四部分*/
.index4{	
	
	width: 100%;

	background: url(../img/index3_bj.jpg) no-repeat center;
    background-position: 100% 100%;
    background-size: cover;
    padding-bottom: 60px;
    box-sizing: border-box;
    position: relative;
}
.index4 .index4_nr{
	max-width: 1590px;
	min-width: 1100px;
	padding: 60px 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.index4 .index4_nr .left{
	width: 50%;
	float: left;
	position: relative;
	z-index: 101;
}
.index4 .index4_nr .left .zqyd{
	float: left;
	
	writing-mode:lr-tb;
	color: #fff
}
.index4 .index4_nr .left .zqyd span{
	margin-top: 0px;
	font-size: 16px;
	line-height: 15px;
	writing-mode:lr-tb;
	color: #fff;
	width: 14px;
	float:left;
word-wrap: break-word;
text-align: center;
margin-right: 10px
}
.index4 .index4_nr .left .zqyd p{
	font-size:50px;
	line-height: 60px;
	writing-mode:lr-tb;
	color: #fff;
	width: 60px;
	float:right;
	text-align: right;
}

.index4 .index4_nr .left .wehave{
	position: absolute;
	right: -60px;
	top: 0;
	padding: 60px 120px 25px 60px;
	border: 3px solid #fff;
	box-sizing: border-box;
	
}
.index4 .index4_nr .left .wehave h1{
	font-size: 45px;
	color: #fff;
	line-height: 60px;
	font-family: new;
	text-transform: uppercase
}
.index4 .index4_nr .left .wehave h2{
	font-size: 18px;
	color: #fff;
	line-height: 80px;
}
.index4 .index4_nr .left .wehave p{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.index4 .index4_nr .left .wehave a{
	color: #fff;
	line-height: 100px;
	font-size: 14px;
}
.index4 .index4_nr .right{
	float: right;
	width: 50%;
	background: #222;
	position: relative;
	z-index: 100;
}
.index4 .index4_nr .right ul{
	width: 80%;
	float: right;
}

.index4 .index4_nr .right ul li{
	width: 45%;
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
}
.index4 .index4_nr .right ul li:nth-of-type(2n){
	float: right;
}

.index4 .index4_nr .right ul li div{
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
.index4 .index4_nr .right ul li i{
	display: block;
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #cc0000;
	transition: all 1s; 
}
.index4 .index4_nr .right ul li:hover i{
	width: 100%;
}
.index4 .index4_nr .right ul li div img{
	margin-right: 20px;

	vertical-align: middle;
}
.index4 .index4_nr .right ul li p{
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}

.index4 .ybj{
	background: #222;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}



/*第五部分*/


.index5{
	width: 100%;
	background: #f4f4f4;
}
.index5 .index5_nr{
	max-width: 1590px;
	min-width: 1100px;
	padding: 60px 20px 60px;
	margin: 0 auto;
	box-sizing: border-box;
}
.index5 .index5_nr .left{
	width: 50%;
	float: left;
	padding-right: 50px;
	box-sizing: border-box;
}
.index5 .index5_nr .left ul li{
	width: 143px;
	height: 42px;
	background: #222;
	border-radius: 5px;
	line-height: 42px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.index5 .index5_nr .left ul li.active{
	background: #cc0000;
}
.index5 .index5_nr .left ul li:hover{
	background: #cc0000;
}
.index5 .index5_nr .left ul li a{
	color: #fff;
	font-size: 18px;
}
.index5 .index5_nr .left .new_xq{
	width: 100%;

	margin-bottom: 30px;
}
.index5 .index5_nr .left .new_xq .title{
	line-height: 50px;
}
.index5 .index5_nr .left .new_xq h1{
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height:50px;
	padding-right: 120px;
	box-sizing: border-box;
	position: relative;


}
.index5 .index5_nr .left .new_xq h1 span{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 50px;
	margin-left: 0
}








.index5 .index5_nr .left .new_xq:hover h1{
	color: #cc0000;
}
.index5 .index5_nr .left ol li p:hover{
	color: #cc0000;
}
.index5 .index5_nr .left .new_xq span{
	font-size: 14px;
	color: #333;
	margin-left: 30px;
}
.index5 .index5_nr .left .new_xq .xian{
	width: 100px;
	height: 1px ;
	background: #dcdcdc;
	position: relative;
		margin:0 0 20px 0;
}
.index5 .index5_nr .left .new_xq .xian i{
	display: block;
	position: absolute;
	width: 50%;
	height: 1px;
	left: 0;
	top: 0;
	background: #cc0000;
	transition: 1s all;

}
.index5 .index5_nr .left .new_xq:hover .xian i{
	width: 100%;
}
.index5 .index5_nr .left .new_xq p{
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index5 .index5_nr .left  ol{
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	box-sizing: border-box;
}
.index5 .index5_nr .left  ol li{
	width: 45%;
	float: left;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.index5 .index5_nr .left  ol li p{
	padding-left: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #333;
	font-size: 18px
}
.index5 .index5_nr .left  ol li span{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #CC0000;
	position: absolute;
	left: 0;
	top: 22px;
}






.index5 .index5_nr .right{
	float: right;
	width: 50%;
}
.index5 .index5_nr .right img{
	max-width: 100%;
	min-width: auto;
	display: block;
}



/*第六部分*/
.index6{
	width: 100%;
	background: #f4f4f4;
}
.index6 .index5_nr{
	max-width: 1590px;
	min-width: 1100px;
	padding: 60px 20px 60px;
	margin: 0 auto;
	box-sizing: border-box;
}





.index7{ clear:both; overflow:hidden; position:relative; height:auto; background:#000; }
.tupe{ width:100%; height:auto; overflow:hidden; display:block;}
.tupe img{ display:block; width:100%;transition: all 2s ease;}
.ycpin{ width:50%; position:absolute;height:100%;padding:105px 5% 0px ;-webkit-transition:-webkit-transform .5s; transition:transform .5s; color:#fff;transition: all 0.5s ease; right:0; top:0; z-index:99999999;box-sizing: border-box; }

.index7:hover .tupe img{webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);}

.boryu{ width:98%; min-height:96%; position:absolute; left:1%;top:2%; z-index:99999; cursor:pointer;}
.boryu:hover:before{width:100%; transition:800ms ease all;}
.boryu:before{content:'';position:absolute;top:0px; left:50%;height:100%; border-bottom:3px solid #fff; border-top:3px solid #fff;width:0;transform:translate(-50%,0);box-sizing: border-box;}
.boryu:hover:after{height:100%;transition:800ms ease all;}
.boryu:after{content:'';position:absolute;top:50%; left:0px;right:0px;width:100%; height:0px; border-left:3px solid #fff; border-right:3px solid #fff;transform:translate(0,-50%); z-index:999;box-sizing: border-box;}

.ycpin .title{
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
}
.ycpin .title span{
	color: #cc0000;
}

.ycpin h4{
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.ycpin h3{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	margin-top: 50px;
}
.ycpin h2{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.ycpin ul{
	margin-top: 50px;
}
.ycpin ul li{
	width: 188px;
	height: 44px;
	margin-right: 40px;
	border-radius: 20px;
	background: #cc0000;
	text-align: center;
	line-height: 44px;
	float: left;
	position: relative;
}
.ycpin ul li a{
	display: block;
	color: #fff;
}
.ycpin ul li img{
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease 1s;
}
.ycpin ul li:last-child{
	margin-right: 0;
}

.ycpin ul li:hover img{
	left: 144px;
}



.ycpin h2 i {
	animation: tel 6s ease-out 0s infinite;
	-webkit-animation: tel 6s ease-out 0s infinite;
	display: inline-block;
	font-style: normal;
	font-size: 40px;
	color: #fff;
	letter-spacing: -12px;
}


@-webkit-keyframes tel{
  0%{-webkit-transform:scale(1);}
  1%{-webkit-transform:scale(1.3);}
  3%{-webkit-transform:scale(0.8);}
  6%{-webkit-transform:scale(1);}
  100%{-webkit-transform:scale(1);}
}
@keyframes tel{
  0%{transform:scale(1);}
  1%{transform:scale(1.3);}
  3%{transform:scale(0.8);}
  6%{transform:scale(1);}
  100%{transform:scale(1);}
}



.footer{
	width: 100%;

	background: #222222;
}
.footer_nr{
	max-width: 1590px;
    min-width: 1100px;
    padding: 30px 20px 30px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer_nr .lianjie{
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.footer_nr .lianjie a{
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
}
.footer_nr .lianjie a:hover{
	color: #CC0000;
}
.footer_nr .footer_lxfwwx{
	width: 100%;
	height: 100%;
	margin: 40px auto 0;
}
.footer_nr .footer_lxfwwx .footer_lx{
	width: 25%;
	float: left;
	
}
.footer_nr .footer_lxfwwx .footer_fw{
	width: 60%;
	float: left;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	padding: 0 6%;
	
	box-sizing: border-box;
}

.footer_nr .footer_lxfwwx .footer_wx{
	width: 15%;
	float: left;
	padding-top:20px;
	box-sizing: border-box;
	
}
.footer_nr .footer_lxfwwx .footer_wx img{
	float: right;
	display: block;
	max-width: 100%;
	min-width: auto;
}
.footer_nr .footer_lxfwwx .footer_wx p{
	width: 120px;
	float: right;
	font-size: 14px;
	color: #fff;
	text-align: center;
	
	line-height: 30px;
}
.footer_nr .footer_lxfwwx  .title{
	 height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.footer_nr .footer_lxfwwx  .title i{
	display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #cc0000;
    transition: all 1s;
}
   
.footer_nr .footer_lxfwwx .footer_lx:hover .title i{
	width: 100%;
}
.footer_nr .footer_lxfwwx .footer_fw:hover .title i{
	width: 100%;
}
.footer_nr .footer_lxfwwx .footer_lx p{
	line-height: 32px;
	color: #fff;
	font-size: 14px;
}
.footer_nr .footer_lxfwwx .footer_fw a{
	width: 90px;
	height: 28px;
	overflow: hidden;
	float: left;
	display: block;
	margin-right: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
}
.footer_nr .footer_lxfwwx .footer_fw a:hover{
	color: #CC0000;
}
.footer_bottom{
	width: 100%;
	line-height: 42px;
	background: #181818;
}
.footer_bottom_nr{
	max-width: 1590px;
    min-width: 1100px;
    padding: 0px 20px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}
.footer_bottom_nr div{
	float: left;
	line-height: 42px;
}
.footer_bottom_nr div a:first-child{
	margin-left: 0;
}
.footer_bottom_nr div a{
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
	line-height: 42px;
	display: inline-block;
}

.footer_bottom_nr div a img{
	display:block;
	margin-top: 5px;
	width: 32px
}
.footer_bottom_nr p{
	float: right;
}

.footer_bottom_nr div a:hover{
	color: #CC0000;
}



@media only screen and (max-width:1627px) {

	.ycpin .title{
		font-size: 32px;
	}
	.ycpin h3{
		font-size: 24px;
		margin-top: 15px;
	}
	.ycpin{
		padding-top: 30px;
		width: 55%;
	}
	.ycpin ul li{
		width: 175px;
		margin-right: 20px;
	}
}
@media only screen and (max-width:1440px) {

.header{
		height: 60px;
		line-height: 60px;
	}
	.header .logo{
		margin-top: 9px;
	}
	.header .nav p.act a:after{
		top: 30px;
	}
	.header .nav p:hover a:after{
		top: 30px;
	}
	.index-back-box{
		width: 1100px;
		height: 80px;
		margin: 0 auto;
		padding: 10px 0 0 0;
	}
	.index-back-box ul li div{
		line-height: 32px;
	}
	.banner .swiper-button-prev{
		bottom: 30px;
	}
	.banner .swiper-button-next{
		bottom: 30px;
	}
	.index-back-box ul li div span{
		font-size: 26px;
	}
	.index-back-box ul li div{
		font-size: 20px;
	}
	.index_nr{
		padding: 30px 20px;
	}
	.index2{
		background-size: 100% 100%;
	}
	.index2 .left h1{
		font-size: 34px;
	}
	.index2 .left h2{
		font-size: 24px;
	}
	.index2 .right ul li .more{
		margin-top:15px;
	}
	.index2 .right ul li{
		margin-bottom: 40px;
	}
	.index3 ul li .box h1 {
	    width: 100%!important;
	    font-size: 24px;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	}
	.index3 ul li .box p{
		line-height: 50px;
	}
	.ycpin .title{
		font-size: 32px;
	}
	.ycpin h3{
		font-size: 24px;
		margin-top: 15px;
	}
	.ycpin{
		padding-top: 30px;
		width: 55%;
	}
	.ycpin ul li{
		width: 175px;
		margin-right: 20px;
	}
	.footer_nr .footer_lxfwwx .footer_fw{
		padding: 0 3%;
	}



	.index5 .index5_nr .left .new_xq{
		margin-bottom:15px;
	}
	.index5 .index5_nr .left ol li{
		width: 50%
	}
	.index5 .index5_nr .left ol li p{
		height: 40px;
		line-height: 40px
	}
	.index5 .index5_nr .left ol{
		margin-top: 15px
	}
.index5 .index5_nr .left ol li{
	height: 40px;
	line-height: 40px
}
.footer_nr .footer_lxfwwx{
	margin: 20px auto 0
}
.index5 .index5_nr .left ol li span{
	left: 6px;
    top: 18px;
}






.banner .li_left .box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-85%,-80%);
}

.banner .li_left .box h1{
	font-size: 40px;
	color: #fff;
	font-family: tan
}

.banner .li_left .box h1 span{
	font-size: 60px;
	color: #fff;
	font-family: tan
}

.banner .li_left .box h2{
	font-size: 40px;
	color: #fff;
	padding-left: 150px;
	font-family: tan
}

.banner .li_left .box h2 span{
	font-size: 60px;
	color: #fff;
	font-family: tan
}



.banner .li_left .box p{
	font-size: 25px;
	color: #fff;
	font-family: yuan
}

.banner .li_left .box p span{
	font-size: 25px;
	color: #cc0000;
	font-family: yuan
}



}

@media only screen and (max-width:1366px) {
	.header{
		height: 60px;
		line-height: 60px;
	}
	.header .logo{
		margin-top: 9px;
	}
	.header .nav p.act a:after{
		top: 30px;
	}
	.header .nav p:hover a:after{
		top: 30px;
	}
	.index-back-box{
		width: 1100px;
		margin: 0 auto;
	}
	.index-back-box ul li div span{
		font-size: 26px;
	}
	.index-back-box ul li div{
		font-size: 20px;
	}
	.index_nr{
		padding: 30px 50px;
	}
	.index2{
		background-size: 100% 100%;
	}
	.index2 .left h1{
		font-size: 34px;
	}
	.index2 .left h2{
		font-size: 24px;
	}
	.index2 .right ul li{
		margin-bottom: 40px;
	}
	.index3 ul li .box h1 {
	    width: 100%!important;
	    font-size: 24px;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	}
	.index3 ul li .box p{
		line-height: 50px;
	}
	.index5 .index5_nr .left ul li{
		width: 135px;
	}
	.index5 .index5_nr{
		padding: 40px 20px;
	}
	.ycpin .title{
		font-size: 32px;
	}
	.ycpin h3{
		font-size: 24px;
		margin-top: 15px;
	}
	.ycpin{
		padding-top: 30px;
		width: 55%;
	}
	.ycpin ul li{
		width: 175px;
		margin-right: 20px;
	}
	.footer_nr .footer_lxfwwx .footer_fw{
		padding: 0 2%;
	}
	.index4 .index4_nr .left .wehave{
		right: -90px;
		padding: ;
	}
}

@media only screen and (max-width:1024px) {
	
	

	
	
}
@media only screen and (max-width:1000px) {
.header .nav{
	display: none;
}
}