
 .section1 .swiper-slide>img {
     width: 100%;
     height: 100%;
 }

 .section1 .swiper-slide>img:nth-child(2) {
     display: none
 }

 .section1 .swiper-slide-active>img {
     animation: zoom 4.5s infinite;
     /* animation-delay:2s; */
     animation-direction: alternate;
 }
.section1 .swiper-button-next,.section1 .swiper-button-prev{
    font-size: 48px;
    color:#fff;
    font-weight: bold;
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: rgba(0,0,0,.6);
    line-height: 60px;
    text-align: center
}
.section1 .swiper-button-next{
    right: 80px;
}
.section1 .swiper-button-prev{
    left: 80px;
}
@keyframes zoom {
     from {
         transform: scale(1)
     }
     to {
         transform: scale(1.125)
     }
 }

 .section1 .swiper-slide {
     overflow: hidden;
 }

 .section1 .swiper-container {
     height: 100%
 }

 .padT20{ padding-top:20px;}
 .padB20{ padding-bottom:20px;}

 



.section2 {
     background-image: url(/css/../images/aboutbg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%
 }
 .section .swiper-pagination-bullet {
     width: 57px;
     height: 3px;
     background: #fff;
     position: relative;
     border-radius: 0;
     opacity: 1;
 }

 .section .swiper-pagination-bullet:after {
     content: '';
     display: block;
     width: 0;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background: #dd2624;
 }

 .section .swiper-pagination-bullet-active:after {
     width: 100%
 }

 #fp-nav ul li a span:before {
     display: none
 }

 #fp-nav ul li a span {
     width: 10px !important;
     height: 10px !important;
     border: none;
     background: #fff
 }

 #fp-nav ul li a.active span {
     background: #dd2624;
     border: none
 }

 #fp-nav ul li a span:after {
     border-right: 1px dashed #fff
 }

 #fp-nav ul li a span.hui:after {
     border-right: 1px dashed #dedede
 }

 .bannerinner {
     position: absolute;
 }

 .b_1 {
     bottom: 30%;
     z-index: 5;
     left: 20%;
 }

 .b_1 img {
     display: block;
     transform: translateX(200px);
     opacity: 0;
 }

 .swiper-slide-active .b_1 img {
     transform: translateX(0);
     opacity: 1;
 }

 .indextit h2 {
     color: #000;
     font-size: 54px;
     line-height: initial;
 }
 .indextit h4 {
     margin-bottom:10px;
     color: #666;
     font-weight: 100;
     font-size: 24px;
 }
.indextit h3 {
     text-align: center;  margin-bottom:10px;
     color: #333;
     font-size: 24px;
 }
 .indextit h3  b{
     font-size: 50px; font-weight: 700; font-style:oblique;
 }
 ._g_b {
     float: right;
     width: 45%;
     position: relative;
 }

 ._g_b .swiper-slide>img {
     width: 100%
 }

 ._g_b .swiper-button-prev, ._g_b .swiper-button-next {
     background-image: none;
     width: 36px;
     height: 36px;
     margin-top: 0;
     transform: translateY(-50%);
     border: 2px solid #c5c5c5;
     border-radius: 50%;
     color: #c5c5c5;
     text-align: center;
     line-height: 36px;
     opacity: 1;
 }

 ._g_b .swiper-button-prev:hover, ._g_b .swiper-button-next:hover {
     border-color: #dd2624;
     color: #dd2624
 }

 ._g_b .swiper-button-prev {
     left: -76px;
 }

 ._g_b .swiper-button-next {
     right: -76px;
 }

 ._gywm {
     width: 45%;
     float: left;
     position: relative;
 }
 ._gywm h3 {
     margin-bottom: 20px; margin-top:50px;
     font-size: 30px;
     color: #000;
     opacity: 0;
     transform: translateX(150%)
 }
 ._gywm p {
     color: #666666;
     line-height: 24px; padding:5px 0px;
     opacity: 0;
     transform: translateX(150%)
 }

._gywm .aList{}
._gywm .aList li{ width:22%; float:left; margin-right:3%; margin-top:20px; text-align:center; opacity: 0;  transform: translateY(150%)}
._gywm .aList li span{ display:block; font-size:40px; color:#dd2624; width:97px; height:97px; border-radius: 97px; line-height:97px; margin:0px auto;  transition: all 0.5s; background:#fdf2f2; position:relative;}
._gywm .aList li span:after{position: absolute;top: 50%;left: 50%;content: '';display: block;width: 102px;height: 102px;border: 1px dashed #fbd0d0;border-radius: 50%;margin: -53px 0 0 -52px;}
._gywm .aList li:hover span{background: #dd2624;color: #fff;}
._gywm .aList li:hover span:after{animation: move 0.6s linear infinite;}
@keyframes move{
	from{transform: rotateZ(0);}
	to{transform: rotateZ(360deg);}
}

._gywm .aList li .atitle{ font-size:16px; color:#333; line-height:40px; }

 ._gywm a.more {
     width: 160px;
     height: 40px;
     line-height: 40px;
     background-image: linear-gradient(to bottom right, #dd2624, #f95d5c); border-radius: 40px;
     color: #fff;
     display: inline-block;
     padding: 0 20px;
     box-sizing: border-box;
     position: absolute;
     right: 0px; top: 60px;
 }

 ._gywm a.more span {
     float: right; font-size:20px;
 }

 ._gywm a.more:hover {
     background-image: linear-gradient(to bottom right, #c00806, #dd2624);
 }

 .gy {
     margin-top: 80px;
 }
 .active ._gywm p, .active ._gywm h3{
     opacity: 1;
     transform: translateX(0)
 }
 .active ._gywm .aList li {
     opacity: 1;
     transform: translateY(0)
 }


.nav.act>ul>li>a { color: #333; }
.nav.act>ul>li.ac>a{ color:#dd2624; }
.nav.act>ul>li:hover a{ color:#fff; }




.section3 {
     background-image: url(/css/../images/probg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%
 }
.section3 .indextit{ text-align:center;}
 
 ._cpbanner {
    margin-top: 50px; 
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    z-index: 2;
}
 ._cpbanner li {
     float: left;
     width: 15%; margin:0 2%;
 }
 ._cpbanner li:nth-child(1){ margin-left:4.5%;}
 ._cpbanner li:nth-child(5){ margin-right:4.5%;}
 ._cpbanner li .img {
    padding: 10px;
    width: 200px; 
    text-align: center;
    margin: 0 auto;
    overflow: hidden; transition: all 0.5s;
}
 ._cpbanner li .img img {
    width: 200px;
    height: 200px;
}
 ._cpbanner li:hover .img{ background:none; border-radius:100%; box-shadow:0 2px 5px rgba(0,0,0,0.2); background:#fff; margin-top:-20px;}

 ._cpinner {
     text-align: center;
     height: 100px; overflow:hidden;
 }

 ._cpinner h2 {
     color: #666;
     font-size: 18px;
     font-weight: 600;
     padding: 10px 25px;
	 line-height:80px;
 }
 ._cpinner font {
     width: 120px; padding:0px 20px; 
     height: 35px;
     line-height: 35px; display:block; margin:0px auto;  border-radius:35px; background-image: linear-gradient(to bottom right, #dd2624, #f95d5c);
     color: #fff;
 }

 ._cpinner font span {
     color: #fff; float:right;
     font-size: 12px;
     opacity: 1;
 }
 ._cpbanner li:hover h2{ line-height:40px;}
 ._cpbanner li font:hover {
     background-image: linear-gradient(to bottom right, #c00806, #dd2624);
 }

 ._cpbanner li{
     opacity: 0;
     transform: translateY(150%)
 }
 .active ._cpbanner li {
     opacity: 1;
     transform: translateY(0)
 }

 .new_tab { float:right;
     transform: translateX(80%);
     opacity: 0;
 }

 .active .new_tab {
     transform: translateX(0); margin-top:20px;
     opacity: 1;
 }

 .new_tab h6 {
    display: block; float:left;
	width: 184px;
	height: 40px;
	line-height: 40px;
	background: url(/css/../images/h2bac2_03.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-left: -20px;
 }

 .new_tab h6:hover, .new_tab h6.ac {
     background-image: url(/css/../images/h2bac1_07.png);
 }
 .new_tab a:last-child {
     display: inline-block;
     width: 226px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     float: right;
     padding-right: 40px;
     width: auto
 }

 .section4 {
     background-image: url(/css/../images/i_n_b_02.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%
 }
 .section4 .indextit{ width:50%; float:left;}

 ._i_nlist {
     margin-top: 50px;
     display: none
 }

 ._i_nlist.ac {
     display: block
 }


._i_nlist li:hover{border-top-color: #dd2624;}
._i_nlist li:after{content: '';display: block;opacity: 0; width: 0;height: 0;border: 8px solid transparent;border-top-color: #dd2624;position: absolute;top: 0;left: 50%;margin-left: -8px; transition: all 0.5s;}
._i_nlist li:hover:after{opacity: 1;}
._i_nlist li time b{color: #dd2624;font-size: 32px;font-family: arial;margin-right: 8px; font-weight:bold;}
._i_nlist li time{color: #dd2624;}
._i_nlist li a h3{color: #222; font-size:16px; font-weight:600; margin: 20px 0;height: 70px;line-height: 24px;overflow: hidden;border-bottom: 1px solid #E6E6E6;}

._i_nlist li a p{color: #666; font-size:14px;  height: 72px;line-height: 24px;overflow: hidden; }

._i_nlist li img{width: 100%;height: auto;display: block;}
._i_nlist li a{display: block; padding: 50px 30px 20px;}
._i_nlist li div{height: 141px;overflow: hidden;width: 100%;box-sizing: border-box;position: relative;}
._i_nlist li figure{position: absolute;left: 0;top: 141px;display: block;width: 100%;z-index: 1;}
._i_nlist li:hover figure{top: 0;}
._i_nlist li i{display: block;width: 35px;height: 35px; line-height: 35px;background: #dd2624;border-radius: 50%;text-align: center;font-size: 14px;color: #fff;position: absolute;left: 0;bottom: 0;z-index: 2;}
._i_nlist li:hover i{bottom: 50%;left: 50%;margin-left: -18px;margin-top: 18px;background: rgba(221,38,36,0.7);}


 ._i_nlist li {
     opacity: 0;
     transform: translateY(150px); 
	 background: #fff;
    position: relative;
    border-top: 5px solid #fff;
    border-radius: 5px;
     float:left; width:23.5%; margin-right:2%;
 }
 ._i_nlist li:nth-child(4n){ margin-right:0;}
 .active ._i_nlist li {
     opacity: 1;
     transform: translateY(0)
 }



.section5 {
     background-image: url(/css/../images/v1.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%
 }
 .section5 .indextit{ text-align:center;}
 .section5 .indextit h2, .section5 .indextit h4{ color:#fff;}
 .clist {
     margin-top: 80px;
     display: none
 }

 .clist.ac {
     display: block
 }


.clist li:hover{border-top-color: #dd2624; background: rgba(221,38,36,0.9);}
/*.clist li:after{content: '';display: block; width: 0;height: 0;border: 20px solid transparent;border-top-color: #dd2624;position: absolute;top: 0;left: 50%;margin-left: -20px; transition: all 0.5s;}
.clist li:hover:after{border-top-color: #fff;}*/
.clist li a{display: block; padding: 50px 50px 20px;}
.clist li a h3{color: #fff; font-size:30px; padding: 20px 0; line-height: 24px;overflow: hidden;border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom:20px;}
.clist li a p{color: #fff; font-size:16px;  height: 72px;line-height: 24px;overflow: hidden; }

.clist li a font{ color:#fff; font-size:14px; letter-spacing:2px; padding:10px 20px; background-image: linear-gradient(to bottom right, #dd2624, #f95d5c);
    border-radius: 40px;}
.clist li a font span{ color:#fff;}
.clist li div{height: 141px;overflow: hidden;width: 100%;box-sizing: border-box;}
.clist li i{ font-size: 80px; font-weight:100; color: #fff;position: absolute;left: 50%; margin-left:-40px; top: -20px;z-index: 100;}

 .clist li {
     opacity: 0; position: relative;
     transform: translateX(80%); 
	 background: rgba(255,255,255,0.1); transition: all 0.5s;
     float:left; width:30%; margin-right:5%; text-align:center;
 }
 .clist li:nth-child(3n){ margin-right:0;}
 .active .clist li {
     opacity: 1;
     transform: translateX(0)
 }




.map{ width:100%; height:40%; font-family:'Î¢ÈíÑÅºÚ'; font-size:14px;}
.Tel {
	float: left;
	width: 37%;
	padding-left: 13%;
	/*background: url(/css/../images/telbac_02.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	height:60%; 
	color: #000;
}

.section6 .fp-tableCell {
	height:60%; 
}
.section6 .fp-tableCell>h1{
	color: rgba(195,195,195,.1);
}
.fp-tableCell>h1 {
	font-size: 140px;
	color: rgba(195,195,195,.06);
	position: absolute;
	left: 0;
	top: 48%;
	text-transform: uppercase;
	font-family: 'Conv_Helvetica Bold ';
	z-index: 10;
}
.Tel h2 {
	font-size: 48px;
	margin-top: 80px;
	margin-bottom: 80px;
}
body{
	-webkit-font-smoothing: antialiased;
}

.Tel span {
	font-size: 36px; font-weight:600; color:#d6001d;
	font-family: 'Conv_Helvetica-Condensed-Black-Se';
	display: inline-block;
	padding-bottom: 43px;
	position: relative;
	-webkit-font-smoothing:antialiased
}

.Tel span:after {
	content: '';
	display: block;
	width: 37px;
	height: 2px;
	background: #d6001d;
	margin-bottom: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.Tel p {
	width: 68%;
	margin-bottom: 30px;
	position: relative;
	padding-left: 33px;
	box-sizing: border-box;
	line-height: 26px; font-size:16px;
	color:rgba(0,0,0,.6)
}
.Tel a{ color:rgba(0,0,0,.3)} 
.Tel p i {
	position: absolute; font-size:24px;
	display: inline-block; 
	left: 0;
	top: 0
}
.Tel p i.icon-icon-test1{ font-size:14px;}
.addform {
	float: left;
	width: 41.5%;
	padding-left: 8.5%;
	height: 60%;
	background-image: url(/css/../images/addbac_03.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.addform form {
	margin-top: 100px;
	color: rgba(0,0,0,.6);
}

.addform form div {
	border-bottom: 1px solid rgba(0,0,0,.6);
	line-height: 50px;
	width: 70%;
	margin-bottom: 10px;
}

.addform input {
	outline: none;
	border: none;
	background: transparent;
	width: 60%;
	/*width:*/
	color: #000;
}

.addform textarea {
	outline: none;
	border: none;
	background: transparent;
	width: 100%;
	height: 80px;
	color: #000;
}

.addform button, .addform #sub {
	width: 120px;
	height: 35px; padding:0px 20px;
	line-height: 35px;
	background-image: linear-gradient(to bottom right, #dd2624, #f95d5c); border-radius: 35px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.addform button span, .addform #sub span { float:right; font-size: 20px; }

.addform button:hover, .addform #sub:hover  {
	background-image: linear-gradient(to bottom right, #c00806, #dd2624);
}

.addform form div.ac {
	border-color: #fff;
}

.addform form div.ac span {
	color: #fff;
}

.addform form div.ac p {
	color: #fff;
}



 .section {
     overflow: hidden;
 }



 ._cpbanner.container>a{
 	float: right;
 	display: block;
 	font-size: 16px;
 	color:#dd2624;
 	text-align: right;
 	width: 100%;
 }
 ._cpbanner .swiper-container{
     	width: 100%;
     	float: left;
     }
	 
 