*{margin: 0;padding: 0;}
html, body{position: relative;height: 100%;font-size: 14px;}
i,em{font-style: normal;}
li{list-style: none;}
html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
@media screen and (min-width:320px){html{font-size:    10px;}}
@media screen and (min-width:360px){html{font-size: 11.25px;}}
@media screen and (min-width:375px){html{font-size: 11.7px;}}
@media screen and (min-width:480px){html{font-size:    15px;}}
@media screen and (min-width:414px){html{font-size:  13px;}}
@media screen and (min-width:560px){html{font-size:  17.5px;}}
@media screen and (min-width:640px){html{font-size:    20px;}}


.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f_cb,.f_cbli li{zoom:1;} 
.f_fl{ float:left;}
.f_fr{ float:right;}
.f_pr{ position: relative;}
.f_pa{ position: absolute;}


.head2 {position: relative;z-index: 11;background: #c92b2b; height:1.5rem;line-height:1.5rem; padding:1rem 0; overflow:hidden;}
.head2 .menu_btn {
	padding:0px; width: 79%;
	right:0;
	height:1.5rem;
	line-height:1.5rem;
	position:absolute; 
}
.head2 .menu_btn a {
	color:white; width:inherit;
}
.head2 .menu_btn a.downmenu{font-size: 1.5rem;  line-height: 2rem; color: #fff;  right:0;top:0; position: absolute; display: block; width:1.8rem;text-align: center; padding:1rem 1rem 0.5rem 1.1rem; margin-top:-1rem;}
.head2 .menu_btn a.downmenu img{ width:100%;}
.head2 .menu_btn a.downmenu:hover { background:#2f55a2;}

.head2 .menu_btn a.downmenu.hover {
	background:#ec994b;
	border-radius:5px;
	box-shadow:1px 1px 1px #666;
}

@font-face {font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot'); /* IE9*/ 
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{color: #f00;
    font-family:"iconfont" !important;
    font-style:normal; 
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}


.head2 .logo{float:left;  width:22%; position:relative; z-index:5; margin-top:-1rem;}
.head2 .logo img{height:3.8rem; width: 100%;display: block;}
.head2 .menu_btn .tsite{font-size:1.1rem; color: #fff; float:right; display: inline-block; width:93%;padding-right: 3%;}
.head2 .menu_btn .tsite a{display: inline-block; width:21.8%;text-align: center; box-sizing:border-box; border-right:1px solid #8a0c0c;border-left:1px solid #f84848;font-family: "Microsoft YaHei";}
.head2 .menu_btn .tsite a.cur{ color:#fff600;}
.head2 .menu_btn .tsite a:first-child{ border-left:none;}

.menu2.down .slideMenu{
	transform:translate3D(0,100%,0);
	-webkit-transform:translate3D(0,100%,0);
}

.menu2 .slideMenu{ 
	width:100%; 
	display: none;
	z-index: 10;
	height:100%; 
	overflow:hidden;
	position:fixed; 
	margin:0 auto;
	max-width:640px;
	top:0; 
	right:0;
	left:0;
	background: url(../images/jss_bg.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;
	transition:transform 1s;
	-webkit-transition:transform 1s;
	
}
.menu2 .slideMenu .tirl{ display:block; text-align:center; padding-top:6.5rem; font-size:2.35rem; font-weight:bold;font-family: "Microsoft YaHei"; color:#c92b2b; margin-bottom:2rem;}
.menu2 .slideMenu .tirl span{ display:block; font-size:2.5rem; font-weight:normal; text-transform:uppercase; line-height:100%;}
.menu2 .slideMenu ul{ overflow:hidden; margin:0 auto; width:50%;}
.menu2 .slideMenu ul li{ display:block; height:4.0rem; line-height:4.0rem; background:#c92b2b; margin-bottom:0.8rem; overflow:hidden;}
.menu2 .slideMenu ul li span{ display:inline-block; width:3.9rem; margin:0.5rem 0 0 1.5rem; float:left;}
.menu2 .slideMenu ul li span img{ width:100%;}
.menu2 .slideMenu ul li a{ font-size:1.5rem; color:#fff;font-family: "Microsoft YaHei";}


a{text-decoration: none;}

/*跳转链接动画*/
@-webkit-keyframes chaining
{
	0%{-webkit-transform: scale(0, 0);transform: scale(0, .0);}
	50%{-webkit-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
	100%{-webkit-transform: scale(1, 1);transform: scale(1, 1);
}}

@keyframes chaining{
	0%{-webkit-transform: scale(0, 0);transform: scale(0, .0);}
	50%{-webkit-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
	100%{-webkit-transform: scale(1, 1);transform: scale(1, 1);
	}}

/*跳转链接*/
.swiper-slide .chaining{position: absolute;left: 50%;font-size: 1.3rem;text-decoration: none;color: #f58220;white-space: nowrap;-webkit-animation: chaining 1s ease;animation: chaining 1s ease;}
/*跳转链接里面的箭头动画*/
@keyframes arrow
	{
	  0%{opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
	  100%{opacity: 0;-webkit-transform: translateX(.7rem);transform: translateX(.7rem);
	}}

@-webkit-keyframes arrow
   {
		0%{opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
	    100%{opacity: 0;-webkit-transform: translateX(.7rem);transform: translateX(.7rem);
	}}
.arrow{display: inline-block;-webkit-animation: arrow 1s ease infinite;animation: arrow 1s ease infinite;}

@keyframes toggleArrow
{   0%,
	30%{opacity:0;-webkit-transform:translate(0, 1rem);transform:translate(0, 1rem);}
	60%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);}
	100%{opacity:0;-webkit-transform:translate(0, -.8rem);transform:translate(0, -.8rem);
	}}
@-webkit-keyframes toggleArrow
  {0%,
	30%{opacity:0;-webkit-transform:translate(0, 1rem);transform:translate(0, 1rem);}
	60%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);}
	100%{opacity:0;-webkit-transform:translate(0, -.8rem);transform:translate(0, -.8rem);
	}}

#toggle-arrow{position: absolute;left:51%;bottom: 1rem;z-index: 9999;width: 2.4rem;height: 1.4rem;margin-left: -1.2rem;}
#toggle-arrow .toggle-arrow-wrap{position: relative;width: 2.4rem;height: 1.4rem;-webkit-animation: toggleArrow 1.5s infinite;animation: toggleArrow 1.5s infinite;}
#toggle-arrow .fore1,
#toggle-arrow .fore2{height: 1.5rem;width: 1.1rem;position: absolute;top: -.5rem;overflow: hidden;}
#toggle-arrow .fore2{left: 1rem;}
#toggle-arrow .fore1 i,
#toggle-arrow .fore2 i{background-color: #FFF;width: 1.4rem;height: .5rem;border-radius: 2px;position: absolute;box-shadow: 1px -1px 1px #979797;top: .5rem;}
#toggle-arrow .fore1 i{-webkit-transform: rotate(130deg);transform: rotate(130deg);left: .1rem;}
#toggle-arrow .fore2 i{left: -.45rem;-webkit-transform: rotate(50deg);transform: rotate(50deg);}

@-webkit-keyframes musicRotate{0%{-webkit-transform: rotate(0deg);}
100%{-webkit-transform: rotate(359deg);}}

@keyframes musicRotate{0%{transform: rotate(0deg);}
100%{transform: rotate(359deg);}}
#music{position: absolute;right: 2rem;top: 5.5rem;z-index: 9999;width: 3rem;height: 3rem;cursor: pointer;}
#music .fore1,
#music .fore2{position: absolute;left: 0;top: 0;width: 3rem;height: 3rem;background: url(../images/audio1.svg) no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
#music .fore1{display: none;z-index: 1;-webkit-animation: musicRotate 1.5s linear infinite;animation: musicRotate 1.5s linear infinite;}
#music .fore2{display: block;}
#music.on .fore2{display: none;}
#music.on .fore1{display: block;}
.swiper-container{
	width: 100%;height: 100%;max-width: 640px;margin: 0 auto;
	min-width: 320px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	position:relative;
	font-size:1rem;

}




/* 上面是一些常规样式和音乐和箭头样式，下面才是内容区的样式 */
.swiper-pagination-bullet {
width: .6rem; 
height: .6rem;
background: #fff;
opacity: .4;
}
.swiper-pagination-bullet-active {
opacity: 1;
}


.g_top{height: 3.8rem;line-height: 3.8rem;background: #2f4881;text-align: center;font-size: 1.5rem;color: #fff;z-index: 11;}

.swiper-slide-1{position: relative; background: url(../images/home1.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-2{position: relative; background: url(../images/home2.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-3{position: relative; background: url(../images/home3.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-4{position: relative; background: url(../images/home4.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-5{position: relative; background: url(../images/home5.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-88{position: relative; background: url(../images/a_bgg.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-86{position: relative; background: url(../images/jss_bg.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-88 em{ display:block; font-size:1.35rem; color:#fff; padding:1.8rem 2rem 0;font-family: "Microsoft YaHei"; line-height:1.85rem;}
.swiper-slide-88 em i{ display:block; font-size:1.85rem; padding-bottom:1rem;}
.swiper-slide-88 em span{ display:block; width:5rem; margin:0 auto;}
.swiper-slide-88 em span img{ width:100%;}
.swiper-slide-88 em strong{ display:block; height:11rem; overflow:hidden; font-weight:normal;}

.swiper-slide-91{position: relative; background: url(../images/a_bg1.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-92{position: relative; background: url(../images/a_bg2.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-93{position: relative; background: url(../images/a_bg3.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-94{position: relative; background: url(../images/a_bg4.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

.swiper-slide-86 .tirl{ display:block; text-align:center; padding-top:3.5rem; font-size:2.35rem; font-weight:bold;font-family: "Microsoft YaHei"; color:#01b60e; margin-bottom:2rem;}
.swiper-slide-86 .tirl span{ display:block; font-size:2.5rem; font-weight:normal; text-transform:uppercase; line-height:100%;}
.swiper-slide-86 ul{ overflow:hidden; margin:0 auto; width:50%;}
.swiper-slide-86 ul li{ display:block; height:4.2rem; line-height:4.2rem; background:#01b60e; margin-bottom:0.8rem; overflow:hidden;}
.swiper-slide-86 ul li span{ display:inline-block; width:3.9rem; margin:0.5rem 0 0 1.5rem; float:left;}
.swiper-slide-86 ul li span img{ width:100%;}
.swiper-slide-86 ul li a{ font-size:1.5rem; color:#fff;font-family: "Microsoft YaHei";}

.swiper-slide-1 .tit1{position: absolute; width:100%;display: block;left:0; top:3rem; opacity: 0; z-index: 9; font-size:2.75rem;color: #414141;font-weight: normal;font-family: "Microsoft YaHei"; line-height:3.3rem;
	-webkit-transition:all 0.35s;
	transition:all 0.35s; text-align:center;}
.swiper-slide-active .tit1{
	opacity: 1;
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 2s;
	animation-duration:2s;}
.swiper-slide-1 .tit1 span{ display:block; color:#5c5c5c; font-size:2.35rem; position:relative; padding-bottom:0.5rem;}
.swiper-slide-1 .tit1 span:before{ content:""; position:absolute;height:1px;width:30%;content: "";left:35%;top:95%; background:#5c5c5c;}
.swiper-slide-1 .tit1 i{ font-size:2.6rem;}

.swiper-slide-1 .tit2{position: absolute;  display: block; left:0; top:15rem; opacity: 0; z-index: 9; font-size:2.3rem;color: #4cb60c;font-weight: normal;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;font-family: "Microsoft YaHei"; width:100%; text-align:center; font-weight:bold;}
.swiper-slide-1 .tit2 strong{ display:block;}
.swiper-slide-active .tit2{
	opacity: 1;
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp;
	-webkit-animation-duration:2s;
	animation-duration:2s;}
.swiper-slide .tit3{position: absolute; width:100%;display: block;left:0; top:6rem; opacity: 0; z-index: 9; font-size:1.75rem;color: #4cb60c;font-weight: normal;font-family: "Microsoft YaHei"; line-height:3.3rem; text-align:center;}
.swiper-slide .tit3 img{ width:100%;}
.swiper-slide h4{position: absolute; width:100%;display: block;left:45%; top:12rem; width:6%; font-size:0; z-index:9;}
.swiper-slide h4 img{ width:100%;}
.swiper-slide p{ position:absolute; left:0; top:25%; width:100%; color:#333; font-size:1.7rem; text-align:center;font-family: "Microsoft YaHei"; z-index:8;}
.swiper-slide-active p,.swiper-slide-active .ht3{opacity:1;
	-webkit-animation-name:bounceInRight ;
	animation-name: bounceInRight;
	-webkit-animation-duration:2.5s;
	animation-duration:2.5s;}

.swiper-slide-active .tit3{
	opacity:1;
	-webkit-animation-name:rubberBand ;
	animation-name: rubberBand;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	
.swiper-slide-active .tit91{
opacity:1;
	-webkit-animation-name:fadeInLeftBig ;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;}
.swiper-slide-active .tit92{
opacity:1;
	-webkit-animation-name:fadeInLeft ;
	animation-name: fadeInLeft;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	.swiper-slide-active .tit994{
opacity:1;
	-webkit-animation-name:bounceInDown ;
	animation-name: bounceInDown;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	
.swiper-slide-active .tit4{
	opacity:1;
	-webkit-animation-name:flipOutX ;
	animation-name: flipOutX;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
.swiper-slide-active .tit31{
	opacity:1;
	-webkit-animation-name:lightSpeedIn ;
	animation-name: lightSpeedIn;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	
.bot{ position: fixed; left:0; bottom:0; height:3.3rem; line-height:3.3rem; background:#c82020; text-align:center; width:100%; z-index:9; max-width:640px; margin:0 auto; min-width:320px;}
.bot a{ display:inline-block; width:50%; float:left; font-size:1rem; color:#fff;font-family: "Microsoft YaHei";}
.bot a:last-child{ background:#1d5ba9;}
.bot a span{ display:inline-block; width:2.67rem; margin-right:0.5rem; font-size:1rem; color:#fff;}
.bot a span img{ vertical-align:middle; width:100%; display:inline-block;}




/* 关于我们 */
.swiper-slide-6{position: relative; background: url(../images/about1.jpg) no-repeat;background-size: 100%;}
.swiper-slide-7{position: relative; background: url(../images/about2.jpg) no-repeat;background-size: 100%;}
.swiper-slide-8{position: relative; background: url(../images/about3.jpg) no-repeat;background-size: 100%;}
.swiper-slide-9{position: relative; background: url(../images/about4.jpg) no-repeat;background-size: 100%;}

.swiper-slide-6 .abtit1{position: absolute;  display: block; 
	left:18%; top:4.3rem; opacity: 0; z-index: 9; font-size: 3rem;color: #2f4881;font-weight: normal;
	-webkit-transition: all 1s ease;
			transition: all 1s ease;


}
.swiper-slide-6 .abtit1 em{color: #f07a0b;font-size: 0.9rem;font-weight: normal;text-transform: uppercase;font-family: arial;position: relative;top:-2rem; padding-left: 0.6rem;}	
.swiper-slide-active .abtit1{
	opacity: 1;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;

}

.swiper-slide-6 .abwz1{position: absolute;  display: block; 
	left:18%; top:8.6rem; opacity: 0; z-index: 9; font-size: 1.6rem; line-height: 2rem; color: #5e6e97;font-weight: normal;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;}

.swiper-slide-6 .abwz1 b{font-weight: normal;color: #f07a0b}	
.swiper-slide-6 .abwz1 em{display: block;font-size: 1.2rem;}	
.swiper-slide-active .abwz1{
	opacity: 1;

	-webkit-transition: all 1s;
			transition: all 1s;
	-webkit-animation-name: slideInLeft;
			animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;

}

.swiper-slide-6 .abwz2{position: absolute;  display: block; 
	left:18%; top:14rem; opacity: 0; z-index: 9; font-size: 1.2rem; line-height: 1.5rem; color: #2f4881;font-weight: normal; padding-bottom: 0.6rem;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-6 .abwz2:before{content: "";position: absolute;width: 2.3rem;height: 0.15rem;background: #f07a0b; left:0;bottom:0;}
.swiper-slide-active .abwz2{
	opacity: 1;

	-webkit-transition: all 1s;
			transition: all 1s;
	-webkit-animation-name: fadeInUpBig;
			animation-name: fadeInUpBig;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;

}


.swiper-slide-10{position: relative; background: url(../images/conta.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover; padding-top: 1.5rem;}
.lxfs{height: 16.6rem; padding: 1.5rem 0 0 5%; background: rgba(47,72,129,.8 );}
.lxfs h3{height: 4.5rem;font-size: 1.5rem;color: #fff;font-weight: normal;}
.lxfs h3 em{display: block;font-size: 0.9rem;font-family: arial;}
.lxfs .add{position: relative;height: 6.3rem;padding-left: 15%;font-size: 1.2rem;color: #fff;line-height: 1.6rem;}
.lxfs .add:before{content: "";position: absolute;background: url(../images/add.png) no-repeat;background-size: 100%;width: 4rem;height: 4rem; left:0;top:0;}
.lxfs .lxtel{position: relative;height: 6.3rem;padding-left: 15%;font-size: 1.2rem;color: #fff;line-height: 1.6rem;}
.lxfs .lxtel:before{content: "";position: absolute;background: url(../images/nytel.png) no-repeat;background-size: 100%;width: 4rem;height: 4rem; left:0;top:0;}

.swiper-slide-10 .lxfs{position: absolute;  display: block; 
	left:3%; top:1.5rem; opacity: 0; z-index: 9; width: 89%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .lxfs{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-10 .map{position: absolute;  display: block; 
	left:3%; top:19.6rem; opacity: 0; z-index: 9; width: 94%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.map img{width: 100%;display: block;}
.swiper-slide-active .map{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-10 .telbtn{position: absolute;  display: block; width: 36%;
	left:31%; top:34.5rem; opacity: 0; z-index: 9; 
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .telbtn{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-10 .pc{position: absolute;  display: block; width: 36%;
	left:37%; top:37.5rem; opacity: 0; z-index: 9; width: 27%;margin: 0 auto;height: 3rem;line-height: 3rem;text-align: center;background: #fff;border-radius: 0.3rem;font-size: 1.2rem;color: #2f4881;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .pc{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.telbtn img,.pc img{width: 100%;display: block;}


.swiper-slide-12{background: url(../images/about5.jpg) no-repeat;background-size: 100%;}
.swiper-slide-12 .abtit1{position: absolute;  display: block; 
	left:5%; top:3.3rem; opacity: 0; z-index: 9; font-size: 3rem;color: #2f4881;font-weight: normal;
	-webkit-transition: all 1s ease;
			transition: all 1s ease;


}
.swiper-slide-12 .abtit1 em{color: #f07a0b;font-size: 0.9rem;font-weight: normal;text-transform: uppercase;font-family: arial;position: relative;top:-2rem; padding-left: 0.6rem;}	
.swiper-slide-active .abtit1{
	opacity: 1;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;

}

.swiper-slide-12 .abwz1{position: absolute;  display: block; 
	left:5%; top:8rem; width: 85%; opacity: 0; z-index: 9; font-size: 1.6rem; line-height: 2rem; color: #2f4881;font-weight: normal;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;}
.swiper-slide-active .abwz1{
	opacity: 1;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;

}
/*案例列表------------------------------------------------------------*/
.c_show{ font-size:0;;font-family: "Microsoft YaHei";}
.c_show h2{ background:url(../nyimg/c_h2.jpg) no-repeat; background-size:100% 3.08rem; height:3.08rem; line-height:3.08rem; text-align:center; font-size:1.5rem; color:#fff; font-weight:normal; margin-bottom:0.88rem;}
.c_show ul{ margin:0.6rem;}
.c_show ul li{ font-size:0; position:relative;}
.c_show ul li img{ width:100%;}
.c_show ul li span{ font-size:1.25rem; color:#fff; text-align:center; width:100%; position:absolute; left:0; bottom:0; padding:1rem 0 2.1rem 0;background:#000; filter:Alpha(opacity=70);-moz-opacity: 0.7; -khtml-opacity: 0.7 ; opacity: 0.7;}
.c_show ul li p{ position:absolute; left:45%; bottom:0.75rem;}
.c_show ul li p a{ display:inline-block; width:0.75rem; height:0.75rem; border-radius:0.75rem; background:#fff; margin-right:0.7rem; float:left;}
.c_show ul li p a:hover,.c_show ul li p .cur{ background:#ffff00;}

.c_show dl{ margin:0.6rem; padding-bottom:4.5rem;}
.c_show dl dt img{ width:100%;}
.c_show dl dd h4{ color:#666666; font-size:1.5rem; font-weight:normal; line-height:5rem; padding-top:0.55rem; border-bottom:2px solid #e1e1e1;}
.c_show dl dd p{ color:#666; font-size:1.17rem; padding-top:0.75rem; line-height:2rem;}
.co_on1{ overflow:hidden; margin:0 0.6rem;font-family: "Microsoft YaHei";}
.co_on1 img{ width:100%;}
.co_on1 h3{font-size:1.75rem; color:#666; margin-bottom:1.35rem; font-weight:normal;}
.co_on1 h3 span{ color:#aeaeae; font-size:1.15rem; padding-left:0.5rem; font-family:Arial;}
.co_on1 dl{ overflow:hidden; margin-bottom:3rem;}
.co_on1 dl dd h4{ font-size:1.35rem; font-weight:normal; color:#333; margin:0.85rem 0 0.35rem; border-bottom:1px dashed #909090; padding-bottom:0.5rem;}
.co_on1 dl dd h4 span{ display:inline-block;background:url(../nyimg/c_quan.gif) no-repeat; background-size:100%; width:2.1rem; height:2.3rem; color:#1abd9b; font-size:1.17rem; text-align:center; line-height:2.3rem; margin-right:0.5rem;}
.co_on1 dl dd p{ color:#686868; font-size:1.15rem; line-height:2rem;}
.co_on1 table {
    border-collapse: collapse;
    font-size: inherit; margin-bottom:2.5rem;
}
.co_on1 table{border:1px solid #d6d6d6;}
.co_on1 table td{border: 1px solid #d6d6d6; padding:0.75rem;color:#565656; font-size:0.92rem;}
.co_on1 h5{ text-align:center; padding:3.5rem 0 0; font-weight:normal;}
.co_on1 h5 a{ width:13.5rem; height:3rem; text-align:center; line-height:3rem; color:#fff; font-size:1.5rem; border-radius:1.5rem; background:#01b60e; display:block; margin:0 auto;}

.p_newlst{ overflow:hidden; margin:0.6rem;font-family: "Microsoft YaHei";}
.p_newlst dl{ border:1px solid #d0d0d0; box-sizing:border-box; margin-bottom:3rem;}
.p_newlst img{ width:100%;}
.p_newlst dl dt{ font-size:0;}
.p_newlst dl dd h3{ height:3rem; line-height:3rem; overflow:hidden; font-size:1.5rem; text-align:center; font-weight:normal; padding:0.5rem 0; color:#666;}
.p_newlst dl dd h3 i{ color:#333; text-transform:uppercase;}
.p_newlst dl dd p{ padding:0 1rem; color:#686868; font-size:1.17rem; margin-bottom:0.75rem;}
.p_newlst dl dd p span{color:#333;}
.p_newlst dl dd h4{ font-size:1.17rem; color:#01b60e; text-align:center; font-weight:normal; padding:1.35rem 0;}
.p_newlst dl dd h4 span{ display:inline-block; width:1.85rem; margin-right:0.75rem;}

.c_show2 dl{ border:1px solid #c9c9c9; box-sizing:border-box; font-size:0; padding-bottom:0; margin-bottom:2.75rem;}
.c_show2 dl dt img{border-bottom:1px solid #c9c9c9;}
.c_show2 ul{ overflow:hidden; margin:0;}
.c_show2 dl dd ul li{ width:25%; float:left; box-sizing:border-box; border-right:1px solid #c9c9c9; position:relative;}
.c_show2 dl dd ul li span{ position:absolute; left:0; top:0;}
.c_show2 dl dd ul .cur span{ display:none;}

.po_show{ margin:0.6rem;font-family: "Microsoft YaHei";}
.po_show h3{ font-weight:normal; color:#666; font-size:1.75rem; padding-bottom:0.5rem; border-bottom:2px solid #e1e1e1; margin-bottom:0.75rem;}
.po_show p{color: #686868;font-size: 1.15rem;line-height: 2rem; margin-bottom:1.2rem;}
.po_show p strong{ font-weight:bold; color:#333;}
.po_show em{ display:block; color:#666; font-size:1.17rem; line-height:1.75rem; padding-left:1.5rem; position:relative;}
.po_show em:before{ content:""; position:absolute;height:0.5rem;width:0.5rem; left:2%; top:37%; background:#b81c22;}
.po_show em span{ color:#fff;padding:0 0.75rem; margin-right:0.2rem;}
.po_show em span:first-child{ color:#fff; background:#b81c22; padding:0 1rem;}
.po_show em span:nth-child(2){ background:#ff8c08;}.po_show em span:nth-child(3){ background:#c5d800;}.po_show em span:nth-child(4){ background:#4397ef;}

.po_on3 ul{ padding-bottom:2.5rem; overflow:hidden;}
.po_on3 ul li{ float:left; width:48.5%; background:#01b60e; margin-bottom:0.85rem;}.po_on3 ul li:nth-child(2n){ float:right;}
.po_on3 ul li em{ display:block; line-height:2.85rem; text-align:center; color:#fff; font-size:1.3rem;}
.po_on3 ul li em span{ display:inline-block; border:1px solid #fff; width:1.25rem; line-height:1.25rem; text-align:center; margin-right:0.5rem;}

.po_on3 h6{ font-size:0; overflow:hidden; clear:both; position:relative;}
.po_on3 h6:before{ content:""; position:absolute;height:1px;width:100%;left:0;top:50%; background:#e8e8e8;}
.po_on3 h6 img{ display:inline-block; float:left; width:20%; box-sizing:border-box; border-right:1px solid #e8e8e8;}

/**/
.pc_con1{ border-bottom:2px solid #e1e1e1; margin-bottom:3rem;}
.pc_con1 dl{ padding-bottom:2.5rem;}
.pc_con1 dl dd h3,.pc_con2 h3,.pc_con3 h3,.pc_con4 h3{ color:#666; font-size:1.75rem; text-align:center; display:block; font-weight:normal; line-height:4.5rem; position:relative;}
.pc_con1 dl dd h3:before,.pc_con2 h3:before,.pc_con3 h3:before,.pc_con4 h3:before{ content:""; position:absolute;height:2px;width:4.5rem;left:42%;top:88%; background:#01b60e;}
.pc_con1 dl dd p{ text-align:center;}

.pc_con2 p{ padding-left:1.2rem; position:relative;}
.pc_con2 p:before,.pc_con3 p:before{ content:""; position:absolute;height:0.35rem;width:0.35rem; left:0; top:39%; background:#b81c22;}

.pc_con3{ overflow:hidden;font-family: "Microsoft YaHei"; margin:0.6rem;}
.pc_con3 h4{ font-size:1.35rem; font-weight:normal; color:#333; margin:0.85rem 0 0.35rem;padding-bottom:0.5rem;}
.pc_con3 h4 span{ display:inline-block;background:url(../nyimg/c_quan.gif) no-repeat; background-size:100%; width:2.1rem; height:2.3rem; color:#1abd9b; font-size:1.17rem; text-align:center; line-height:2.3rem; margin-right:0.5rem;}
.pc_con3 p{ color:#686868; font-size:1.15rem; line-height:2rem;padding-left:1.2rem; position:relative;}
.pc_con3 .poo1{ padding-bottom:1.75rem; border-bottom:1px dashed #9d9d9d; margin-bottom:1.75rem;}
.pc_con3 .poo1:last-child{border-bottom:2px solid  #e3e3e3;}

.pc_con4{font-family: "Microsoft YaHei";}
.pc_con4 h3{ margin-bottom:1.5rem;}
.pc_con4 ul{ margin:0 0.6rem; background:#e9e9e9; padding:2rem 0 1rem;}
.pc_con4 ul li{ line-height:2.8rem; margin-bottom:2rem; overflow:hidden;}
.pc_con4 ul li .ico{ display:inline-block; float:left; width:2rem; padding:0 0.25rem;}
.pc_con4 ul li .ico img{ vertical-align:middle; width:100%;}
.pc_con4 ul li img { float:left; padding:0 10px;}
.sbt { width:5rem; display:block; float:left; padding-left:0.5rem;}
.sinp01{ background: none; width:68%; height:2.8rem; line-height:2.8rem; border:none; float:left; background:#fff;}
.sinp02 { background: url(Img/Index/lx_inp02.gif) no-repeat; width:66px; padding:0 2px; height:24px; line-height:24px; border:none; float:left}
.sbz { color:#db262d; padding:6px 0 0 3px; float:left; display: none;}
.area { background:none; width:68%; height:12rem; overflow:auto; border:none; background:#fff;}
.pc_con4 ul .h66 { height:12rem;}
.pc_con4 ul button{ border:none; font-size:1.35rem; color:#fff; height:3rem; line-height:3rem; background:#01b60e; border-radius:0.5rem; width:41%; margin-left:5%; float:left;font-family: "Microsoft YaHei"; float:left; letter-spacing:0.2rem;}
.pc_con4 ul button:last-child{ float:right; background:#959595; margin-right:1.75rem;}
.pc_con4 h5{ text-align:center; padding:3.5rem 0 0; font-weight:normal;}
.pc_con4 h5 a{ width:13.5rem; height:3rem; text-align:center; line-height:3rem; color:#fff; font-size:1.5rem; border-radius:1.5rem; background:#01b60e; display:block; margin:0 auto;}

/**/
.swiper-slide .tit99{ color:#fff;top: 8%;}
.swiper-slide .tit99 i{ display:block; font-size:1.75rem; line-height:100%; padding-top:0.25rem;}
.swiper-slide  h4{ width:26%; left:37%; top:19%;}
.swiper-slide .tit9981{ color:#fff;}

.swiper-slide .tit98{top:53%; color:#c92b2b;}
.swiper-slide .tit98 span{ display:block; width:17%; margin:0 auto;}
.swiper-slide .tit98 span img{ width:100%;}
.swiper-slide .ht3{top:65.6%; width:100%; left:0;}
.swiper-slide .ht3 img{ display:block; width:5%; margin:0 auto; padding:0.6rem 0;}
.swiper-slide .tit998{ top:68.65%; padding-bottom:1rem; color:#333; font-size:1.35rem;}
.swiper-slide .tit97 span{ display:block; width:33.5%; margin:0 auto -1.75rem; padding:1rem 0 0.15rem;}
.swiper-slide .tit95 span{ width:35%; padding-top:0.25rem;}
.swiper-slide h6{background:rgba(255,255,255,0.6)!important; filter:alpha(opcity=60); background:#FFF;-moz-opacity: 0.7; -khtml-opacity: 0.7 ; opacity: 0.7; position:absolute; left:0; width:100%; top:53%; height:10rem;}
.swiper-slide-active h6{
opacity:1;
	-webkit-animation-name:fadeInLeftBig ;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;}
	
	/*电话按钮*/
.phone-btn{position:fixed; right:7%; bottom:7rem;width:4rem; height:4.2rem; background-image:url(../images/phone.png); background-repeat:no-repeat; background-size: 100%; z-index:6; transform:rotate(0deg) scale(0);-webkit-transform:rotate(0deg) scale(0); }
.phone-btn img{width: 100%;display: block;}
.phone-btn.qq{ background-image:url(../images/online.png); bottom:8rem;}

.phone-page-on .phone-btn{transition:all 1s ease;-webkit-transition:all 1s ease;transform:rotate(1080deg) scale(1);-webkit-transform:rotate(1080deg) scale(1);}

.esp{ border-bottom:#378d03 0px solid; width:35%; height:2.5rem; line-height:2.5rem; text-align: center; font-size:1.55rem; color:#c92b2b; font-weight:normal; text-transform: capitalize; position:absolute; left:32%; bottom:18%; font-family:Arial;}
.swiper-slide-active .tit971{opacity:1;
	-webkit-animation-name:bounceInUp ;
	animation-name: bounceInUp;
	-webkit-animation-duration:2.5s;
	animation-duration:2.5s;}