body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;font-family: "微软雅黑";}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333333;}
dl,dt,dd{margin: 0;}

ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.w1495{
	width: 1495px;
	margin: 0 auto;
}

.clear{
	clear: both;
}
.header{
	position: relative;
}
.header-fl{
	float: left;
	margin-top: 22px;
}
.header-fr{
	float: right;
	zoom: 1;
}
.header-fr:after{
	display: block;
	content: '';
	clear: both;
}
.header-menu{
	float: left;
	margin-right: 150px;
}
.header-menu ul li{
	float: left;
	margin-right: 65px;
	font-size: 20px;
	color: #333333;
	line-height: 100px;
	position: relative;
}
.header-menu ul li:before{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #266697;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition-duration: 0.5s;
}
.header-menu ul li:hover:before{
	left: 0%;
	width: 100%;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li:hover>a{
	color: #266697;
}

.header-menu ul li dl{
	width: 250px;
	padding: 15px 15px;
	background: #FFFFFF;
	position: absolute;
	top: 100%;
	z-index: 100;
	left: 0;
	opacity: 0;
    visibility: hidden;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
}
.header-menu ul li:hover dl{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-menu ul li dl dd>a{
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}
.header-menu ul li dl dd a:before{ content:"";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-size: 14px;
    margin: 12px 0;
	opacity: 0; width:6px; height:26px; background:url(../images/sj.png) no-repeat left center;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-menu ul li dl dd:hover a{
	color: #266697;
	padding-left: 15px;
}
.header-menu ul li dl dd:hover a:before{
	opacity: 1;
}

.active-menu>a{
	color: #266697 !important;
}
.active-menu:before{
	left: 0% !important;
	width: 100% !important;
}
.header-cz{
	float: right;
	margin-top: 8px;
}

.header-search{
	width: 190px;
	position: relative;
}
.header-search input{
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #a5a5a5;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 40px;
	border-radius: 30px;
	font-size: 15px;
	color: #333;
}
.searchBtn{
	position: absolute;
	width: 40px;
	height: 30px;
	right: 0;
	top: 0;
}
.searchBtn img{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
	cursor: pointer;
}
.language{
	text-align: right;
	padding-right: 15px;
	margin-bottom: 8px;
}
.language a{
	font-size: 14px;
	color: #333333;
	position: relative;
}
.language a:nth-child(1){
	margin-right: 10px;
}
.language a:nth-child(1):before{
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background: #cccccc;
	position: absolute;
	right: -8px;
	top: 5px;
}

.home-banner{
	width: 100%;
}
.video{
	position: absolute;
	width: 100%;
	height: auto;
}
.home-banner .owl-dots{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
}
.home-banner .owl-dots .owl-dot{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 0 8px;
	background: #fff;
	z-index: 2;
}
.home-banner .owl-dots .owl-dot.active{
	background: #266697;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.banner-title h3{
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 4px 4px #333;
}
.banner-title  p{
	font-size: 22px;
	color: #FFFFFF;
	text-shadow: 0 2px 2px #333;
	margin-bottom: 80px;
}
.banner-title a{
	display: block;
	margin: 0 auto;
	width: 230px;
	height: 56px;
	border-radius: 8px;
	/*background: #266697;*/
	border: 1px solid #fff;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	transition-duration: 0.5s;
}
.banner-title a:hover{
	background: #266697;
	border: 1px solid #266697;
}
.home-banner .active .banner-title h3{
	animation: fadeInDown 1 2s;
}
.home-banner .active .banner-title p{
	animation: fadeInDown 1 2s;
}
.home-banner .active .banner-title a{
	animation: fadeInDown 1 2s;
}

.home-solution{
	padding: 90px 0 60px;
	background: #FFFFFF;
}
.home-title{
	width: 100%;
	margin-bottom: 35px;
	overflow: hidden;
}
.home-title h3{
	font-size: 36px;
	color: #266697;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.home-title p{
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	position: relative;
}
.home-solution-fl{
	float: left;
	width: 380px;
}
.home-solution-fl .home-title{
	text-align: left;
	margin-bottom: 20px;
	margin-top: 65px;
}
.go-solution{
	transition-duration: 0.5s;
}
.go-solution:hover{
	margin-left: 5px;
}
.solution-by{
	margin-top: 40px;
}
.solution-by h4{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
.solution-by p{
	font-size: 18px;
	color: #777777;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
}

.home-solution-fr{
	float: left;
	width: calc(100% - 380px);
}

.home-solution-fr ul li{
	float: left;
	width: 49.8%;
	margin-right: 0.4%;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
.home-solution-fr ul li:nth-child(2n){
	margin-right: 0;
}
.home-solution-fr ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-solution-fr ul li p{
	width: 100%;
	padding: 0 15px;
	position: absolute;
	bottom: 10px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.home-solution-fr ul li p span{
	position: relative;
}
.home-solution-fr ul li p span:before{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: -5px;
}
.home-solution-fr ul li:hover img{
	transform: scale(1.1);
}
.home-product{
	padding-top: 65px;
	background: #f8f8f8;
}
.home-product .home-title{
	text-align: center;
}
.home-product .home-title p:before{
	display: block;
	content: '';
	width: 45%;
	height: 1px;
	background: #e2e2e2;
	position: absolute;
	top: 50%;
	left: 0;
}
.home-product .home-title p:after{
	display: block;
	content: '';
	width: 45%;
	height: 1px;
	background: #e2e2e2;
	position: absolute;
	top: 50%;
	right: 0;
}
.accordion {width: 100%;height:524px;overflow: hidden;position:relative; width:100%; margin:0 auto; }
.accordion:after { content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #fff; }
.accordion._create:after { display: none; }
.accordion__ul { display:block;list-style: none;margin: 0;padding: 0;width:9999px;height:524px;overflow:hidden;position:absolute;left:0;top:0; }
.accordion__li { display:block;list-style: none;margin: 0;padding: 0;height:524px;float:left;overflow: hidden; transition: all 0.3s ease-out; margin-right:4px; position:relative; }
.accordion__img { display: block;cursor: pointer; }
.wenben{
	width: 100%;
	position: absolute;
	top: 20px;
	padding: 0 25px;
}
.wenben h1{
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
}
.wenben h1:before{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: -5px;
}
.wenben p{
	opacity: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #FFFFFF;
	transition-duration: 0.5s;
}
.accordion__li:hover .wenben p{ opacity:1;}
.case-news{
	padding: 130px 0;
}
.home-case{
	float: left;
	width: 49%;
}
.home-case-top{
	zoom: 1;
	margin-bottom: 20px;
}
.home-case-top:after{
	display: block;
	content: '';
	clear: both;
}
.home-case-top .home-title{
	float: left;
	width: auto;
	margin-bottom: 0;
}
.get-More{
	float: right;
	margin-top: 20px;
	position: relative;
	transition-duration: 0.5s;
}
.get-More:hover{
	margin-right: 5px;
}

.home-caseImg{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-caseImg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-caseImg p{
	width: 100%;
	background: rgba(0,0,0,0.5);
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	position: absolute;
	bottom: 0;
}
.home-case-box .owl-prev,.home-case-box .owl-next{
	display: block !important;
	width: 13px;
	height: 27px;
	position: absolute;
	top: 50%;
	margin-top: -13.5px;
}
.home-case-box .owl-prev{
	left: 10px;
	background: url(../images/jt04.png) no-repeat;
	background-size: 100% 100%;
}
.home-case-box .owl-next{
	right: 10px;
	background: url(../images/jt03.png) no-repeat;
	background-size: 100% 100%;
}

.home-news{
	float: right;
	width: 49%;
	padding-left: 20px;
}
.getMore{
	float: right;
	font-size: 16px;
	color: #777777;
	margin-top: 14.5px;
	transition-duration: 0.5s;
}
.getMore:hover{
	color: #266697;
}
.home-news-content ul li{
	cursor: pointer;
}
.home-news-content ul li:nth-child(1){
	margin-bottom: 10px;
}
.show-title{
	display: block;
	zoom: 1;
}
.show-title:after{
	display: block;
	content: '';
	clear: both;
}
.show-title h3{
	float: left;
	width: calc(100% - 120px);
	padding-left: 20px;
	font-size: 18px;
	color: #555555;
	line-height: 34px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	transition-duration: 0.5s;
}
.home-news-content ul li:hover .show-title h3{
	color: #266697;
}
.show-title h3:before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #266697;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -3px;
}
.show-title span{
	float: right;
	width: 90px;
	font-size: 16px;
	color: #266697;
	line-height: 34px;
	text-align: right;
}
.hidden-content{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.home-news-content ul li:nth-child(1) .hidden-content{
	padding-top: 0px;
	padding-bottom: 20px;
	border-top: none;
}
.home-news-content ul li:last-child .hidden-content{
	padding-top: 20px;
	padding-bottom: 0px;
	border-bottom: none;
}

.home-news-img{
	float: left;
	width: 178px;
	overflow: hidden;
}
.home-news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-content ul li:hover .home-news-img img{
	transform: scale(1.1);
}
.home-news-fr{
	float: left;
	width: calc(100% - 178px);
	padding-left: 25px;
}
.home-news-top{
	zoom: 1;
	margin-bottom: 15px;
}
.home-news-top:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-top h3{
	float: left;
	width: calc(100% - 120px);
	font-size: 18px;
	color: #3a3a3a;
	font-weight: bold;
	line-height: 34px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	transition-duration: 0.5s;
}
.home-news-top span{
	float: right;
	width: 90px;
	font-size: 16px;
	color: #266697;
	line-height: 34px;
	text-align: right;
}
.home-news-fr p{
	font-size: 16px;
	color: #777777;
	line-height: 1.8;
	transition-duration: 0.5s;
}
.home-news-content ul li:hover .home-news-top h3{
	color: #266697;
}
.home-news-content ul li:hover .home-news-fr p{
	color: #266697;
}

.footer{
	background: #f6f6f6;
}
.footer-top{
	padding: 40px 0 30px;
}
.footer-top dl{
	float: left;
	margin-right: 8%;
}
.footer-top dl:nth-child(4){
	margin-right: 0;
}
.footer-top dl dt{
	font-size: 20px;
	color: #111111;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer-top dl dt a{
	color: #111111;
	transition-duration: 0.5s;
}
.footer-top dl dt:hover a{
	color: #266697;
}
.footer-top dl dd{
	font-size: 16px;
	color: #555555;
	margin-bottom: 5px;
}
.footer-top dl dd a{
	color: #555555;
	transition-duration: 0.5s;
}
.footer-top dl dd:hover a{
	color: #266697;
}
.footer-top-fr{
	float: right;
	width: 126px;
}

.footer-top-fr h3{
	font-size: 20px;
    color: #111111;
    font-weight: normal;
    margin-bottom: 10px;
}
.footer-top-frList{
	margin-top: 20px;
}
.footer-top-frList ul li{
	float: left;
	width: 32px;
	height: 32px;
	background: #acacac;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	cursor: pointer;
}
.footer-top-frList ul li:last-child{
	margin-right: 0;
}
.footer-acitve{
	background: #266697 !important;
}
.footer-top-contentBox{
	margin-top: 20px;
	text-align: center;
}
.ewm-img{
	display: inline-block;
	border: 2px solid #266697;
}
.footer-top-contenter{
	display: none;
}
.footer-top-contenter h5{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.footer-top-contenter a{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.footer-bottom{
	padding: 15px 0;
	border-top: 1px solid #e2e2e2;
}
.footer-bottom p{
	float: left;
	font-size: 16px;
	color: #555555;
}
.our{
	float: right;
	font-size: 16px;
	color: #555555;
}

/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 18%;
    float: left;
    margin-top: 5px;
    margin-left: 3%;
}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;  border-bottom: 1px solid rgba(0,0,0,0.2);}
.mobile-inner-header-icon{color: #ffffff;background: #266697; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#ffffff; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  line-height: 44px;
  font-size: 16px;
  /*color: #555;*/
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#333;
}
.subNav1 a{
	display: block;
}
.currentDt1{
	color: #266697 !important;
	/*background: url(../images/jian1.png) no-repeat 96% center rgba(0,0,0,0.2);*/
}
.navContent1{display: none; border-bottom: 1px solid rgba(0,0,0,0.2); padding:10px 0; background:#fff;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#333; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:6px 20px;}
.xg-mobile-bt a{ color:#333; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/

.ne-banner{
	width: 100%;
	overflow: hidden;
}
.ne-banner img{
	width: 100%;
	animation: changeScale 1 2.5s;
}
.pc-neBanner{
	display: block;
}
.mobile-neBanner{
	display: none;
}
.ne-content{
	padding: 90px 0;
	background: #fff;
}
.ne-menu{
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
.ne-menu ul{
	display: inline-block;
}
.ne-menu ul li{
	float: left;
	font-size: 18px;
	line-height: 76px;
	margin-right: 240px;
	position: relative;
}

.ne-menu ul li a{
	color: #333333;
}
.active-menu>a{
	color: #266697;
	font-weight: bold;
	transition-duration: 0.5s;
}
.active-menu:before{
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: #266697;
	position: absolute;
	bottom: -4px;
}
.ne-menu ul li:hover a{
	color: #266697;
}
.about-js{
	padding-bottom: 130px;
	background: url(../images/n-bg01.png) no-repeat center bottom;
	margin-bottom: 60px;
}
.ne-title{
	font-size: 36px;
	color: #266697;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}
.ne-content p{
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	text-indent: 2rem;
}
.about-js ul{
	margin-top: 130px;
	background: #fff;
	border: 1px solid #e9e9e9;
}
.about-js ul li{
	float: left;
	width: 33.333%;
	padding: 50px 0;
	border-right: 1px solid #e9e9e9;
	text-align: center;
}
.about-js ul li:last-child{
	border-right: none;
}
.about-js ul li h4{
	font-size: 20px;
	color: #266697;
}
.about-js ul li h4 span{
	font-size: 72px;
	font-weight: bold;
	line-height: 70px;
}
.about-js ul li h5{
	font-size: 18px;
	color: #333333;
	margin-top: 5px;
}

.about-fzlc{
	padding-top: 80px;
	/*padding-bottom: 100px;*/
}
.sbox img{
	display: block;
	width: 100%;
	opacity: 0;
}
.about-fzlc .swiper7{
	background: url(../images/lc01.jpg) no-repeat center center;
	background-size: cover;
}
.lc-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 62%;
	height: 100%;
	padding-top: 60px;
	padding-left: 60px;
}
.lc-title h4{
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
}
.lc-title p{
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 0;
}

.about-ryzz{
	padding: 90px 0;
	background: #fafafa;
}
.about-ryzz-title{
	text-align: center;
	margin-bottom: 30px;
}
.about-ryzz-title ul{
	display: inline-block;
}
.about-ryzz-title ul li{
	float: left;
	font-size: 18px;
	color: #555555;
	margin-right: 40px;
	cursor: pointer;
}
.about-ryzz-title ul li:last-child{
	margin-right: 0;
}
.hover{
	font-weight: bold;
}
.about-ryzz-box{
	width: 100%;
	height: 910px;
	position: relative;
}
.about-ryzz-contenter{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.show{
	opacity: 1;
	z-index: 4;
}

.about-ryzz-box .picScroll-left{ width:100%;  overflow:hidden; position:relative;}
.about-ryzz-box .picScroll-left .hd{
	text-align: center;
	margin-top: 20px;
}
.about-ryzz-box .picScroll-left .hd ul{overflow:hidden; zoom:1; margin-top:10px; display: inline-block;}
.about-ryzz-box .picScroll-left .hd ul li{ float:left;  width:10px; height:10px;background: #e0e0e0;border-radius: 50%; overflow:hidden; margin: 0 5px; text-indent:-999px; cursor:pointer;}
.about-ryzz-box .picScroll-left .hd ul li.on{ background: #266697;}
.about-ryzz-box .picScroll-left .bd{
	width: 100%;
	overflow: hidden;
}
.about-ryzz-box .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.about-ryzz-box .picScroll-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.about-ryzz-box .picScroll-left .bd ul li dd{
	width: 270px;
}
.about-ryzz-box .picScroll-left .bd ul li dd:nth-child(1){
	margin-bottom: 35px;
}
.ryzz-img{
	width: 100%;
	padding: 26px 24px;
	background: url(../images/bg02.png) no-repeat;
	background-size: 100% 100%;
}
.ryzz-img img{
	display: block;
	width: 100%;
}
.picScroll-left .bd ul li dd p{
	margin-top: 20px;
	width: 100%;
	font-size: 17px;
	color: #333333;
	text-indent: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about-dxkh{
	padding-top: 90px;
}

.about-dxkh .picScroll-left{ width:100%;  overflow:hidden; position:relative;}
.about-dxkh .picScroll-left .hd{
	text-align: center;
	margin-top: 20px;
}
.about-dxkh .picScroll-left .hd ul{overflow:hidden; zoom:1; margin-top:10px; display: inline-block;}
.about-dxkh .picScroll-left .hd ul li{ float:left;  width:10px; height:10px;background: #e0e0e0;border-radius: 50%; overflow:hidden; margin: 0 5px; text-indent:-999px; cursor:pointer;}
.about-dxkh .picScroll-left .hd ul li.on{ background: #266697;}
.about-dxkh .picScroll-left .bd{
	width: 100%;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	overflow: hidden;
}
.about-dxkh .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.about-dxkh .picScroll-left .bd ul li{margin: 0; float:left; _display:inline; overflow:hidden; text-align:center;  }
.kh-img{
	width: 373.75px;
	height: 205px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	line-height: 205px;
}
.kh-img img{
	max-width: 70%;
	max-height: 60%;
	display: inline-block;
	cursor: pointer;
}
.kh-img:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.jjfa-menu li{
	margin-right: 140px !important;
}

.jjfa-list li{
	zoom: 1;
	position: relative;
	margin-bottom: 50px;
}
.jjfa-list li:last-child{
	margin-bottom: 0;
}
.jjfa-list li:after{
	display: block;
	content: '';
	clear: both;
}
.jjfa-message{
	width: 60%;
	background: #fafafa;
}
.jjfa-line{
	display: block;
	width: 100%;
	height: 5px;
	background: #266697;
	margin-bottom: 40px;
}
.jjfa-message h3{
	font-size: 36px;
	color: #333333;
	margin-bottom: 35px;
}
.jjfa-message p{
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-indent: 0;
}
.jjfa-list li:nth-child(odd) .jjfa-message{
	float: left;
	padding: 65px 12% 70px 50px;
}
.jjfa-list li:nth-child(even) .jjfa-message{
	float: right;
	padding: 65px 50px 70px 12%;
}
.jjfa-btn{
	margin-top: 50px;
	display: block;
	width: 230px;
	height: 60px;
	background: #266697;
	text-align: center;
	line-height: 60px;
}
.jjfa-btn span{
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
}
.jjfa-btn span:before{
	display: block;
	content: '';
	width: 25px;
	height: 11px;
	background: url(../images/jt05.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.5s;
}
.jjfa-btn:hover span:before{
	right: -35px;
}
.jjfa-img{
	width: 49%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.jjfa-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.jjfa-img:hover img{
	transform: scale(1.1);
}
.jjfa-list li:nth-child(odd) .jjfa-img{
	right: 0;
}
.jjfa-list li:nth-child(even) .jjfa-img{
	left: 0;
}
.ne-menu ul li:last-child{
	margin-right: 0 !important;
}
.jjfa-detail-top{
	padding: 100px 0;
}
.jjfa-detail-fl{
	float: left;
	width: 50%;
	padding-right: 80px;
}
.jfa-detail-line{
	display: block;
	width: 100%;
	height: 5px;
	background: #266697;
	margin-bottom: 40px;
}
.jjfa-detail-fl h4{
	font-size: 36px;
	color: #266697;
	font-weight: normal;
	margin-bottom: 30px;
}
.jfa-detail-js{
	width: 100%;
	min-height: 140px;
	overflow: hidden;
	transition-duration: 0.5s;
}
.jfa-detail-js p{
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	text-indent: 0;
}
.jjfa-detail-fr{
	float: right;
	width: 50%;
	overflow: hidden;
}
.jjfa-detail-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.jjfa-detail-fr img:hover{
	transform: scale(1.1);
}
.lookMore{
	display: block;
	margin-top: 40px;
	width: 64px;
	height: 64px;
	border: 1px solid #266697;
	text-align: center;
	line-height: 62px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.down img{
	transform: rotate(180deg);
}
.jjfa-detail-menu{
	width: 100%;
	padding: 45px 0 35px;
	background: url(../images/bg05.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.jjfa-detail-menu ul{
	display: inline-block;
}
.jjfa-detail-menu ul li{
	float: left;
	position: relative;
}
.jjfa-detail-menu ul li span{
	display: block;
	margin: 0 auto;
	width: 62px;
	height: 62px;
	background: rgba(0,0,0,0.18);
	font-size: 28px;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	border-radius: 50%;
}
.jjfa-detail-menu ul li h5{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}
.sp-detailMenu li{
	margin-right: 480px;
}
.sp-detailMenu li:before{
	display: block;
	content: '';
	width: 480px;
	border-top: 2px dashed #fff;
	position: absolute;
	top: 31px;
	left: 100%;
}
.jjfa-detail-menu ul li:last-child{
	margin-right: 0 !important;
}
.jjfa-detail-menu ul li:last-child:before{
	display: none;
}
.active-detail span{
	background: #ffffff !important;
	color: #266697 !important;
}
.jjfa-detail-case{
	padding: 100px 0;
	background: #f9f9f9;
}
.jjfa-detail-title{
	font-size: 36px;
	color: #266697;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.detail-case-lunbo{
	padding: 0 75px;
}
.detail-case-lunbo .item{
	overflow: hidden;
}
.case-img{
	width: 100%;
	overflow: hidden;
}
.case-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.detail-case-lunbo .item p{
	font-size: 18px;
	color: #333333;
	text-align: center;
	background: #FFFFFF;
	padding: 12px 0;
	transition-duration: 0.5s;
}
.detail-case-lunbo .item:hover .case-img img{
	transform: scale(1.1);
}
.detail-case-lunbo .item:hover p{
	background: #266697;
	color: #FFFFFF;
}
.detail-case-lunbo .owl-prev,.detail-case-lunbo .owl-next{
	display: block !important;
	width: 28px;
	height: 53px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.detail-case-lunbo .owl-prev{
	left: -75px;
	background: url(../images/jt08.png) no-repeat;
	background-size: 100% 100%;
}
.detail-case-lunbo .owl-next{
	right: -75px;
	background: url(../images/jt07.png) no-repeat;
	background-size: 100% 100%;
}
.jjfa-detail-syt{
	padding: 80px 0 90px;
	background: url(../images/bg06.png) no-repeat bottom center;
}
.syt-message{
	text-align: center;
}
.syt-message p{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}
.fixed-menu{
	position: fixed;
	top: 0;
	z-index: 20;
}
.fixed-margin{
	margin-top: 214px;
}
.pro-menu ul li{
	margin-right: 126px;
}

.pro-list ul li{
	float: left;
	width: 30%;
	background: #f8f7f7;
	padding-bottom: 30px;
	margin-right: 5%;
	margin-bottom: 40px;
	transition-duration: 0.5s;
}
.pro-list ul li:nth-child(3n){
	margin-right: 0;
}
.pro-img{
	width: 100%;
	height: 240px;
	text-align: center;
	line-height: 240px;
	overflow: hidden;
}
.pro-img img{
	max-width: 70%;
	max-height: 60%;
	transition-duration: 0.5s;
}
.pro-list ul li p{
	font-size: 20px;
	color: #333333;
	text-align: center;
	text-indent: 0;
	transition-duration: 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-list ul li:hover .pro-img img{
	transform: scale(1.1);
}
.pro-list ul li:hover p{
	color: #266697;
}

.jianT{width: 100%; text-align: center;padding-top: 40px;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 34px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li:nth-child(1){width:54px;}
.jianT li:nth-last-child(1){width:54px;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#266697;color:#fff;}
.jianT li .on{ background:#266697; color:#fff;display:block;}

.pro-detail-title{
	background: #f1f1f1;
	padding: 20px 25px;
	zoom: 1;
	margin-bottom: 40px;
}
.pro-detail-title:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-title h5{
	float: left;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	font-weight: normal;
	position: relative;
}
.pro-detail-title h5:before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #007432;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.back{
	float: right;
}
.back span{
	font-size: 18px;
	color: #333;
	padding-left: 30px;
	position: relative;
}
.back span:before{
	display: block;
	content: '';
	width: 23px;
	height: 21px;
	background: url(../images/back.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10.5px;
}
.pro-detail-topBox{
	zoom: 1;
}
.pro-detail-topBox:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-top-fl{
	float: left;
	width: 40%;
}
.pro-detail-top-fr{
	float: left;
	width: 60%;
	padding-left: 10%;
}
.pro-detail-top-fr h4{
	font-size: 38px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}
.pro-img-large{
	width: 100%;
	height: 430px;
	border: 1px solid #d6d6d6;
	position: relative;
}
.pro-img-large img{
	display: none;
	max-width: 70%;
	max-height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pro-img-smList ul{
	border-left: 1px solid #d6d6d6;
}
.pro-img-smList ul li{
	float: left;
	width: 25%;
	height: 110px;
	text-align: center;
	line-height: 110px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
	cursor: pointer;
}
.pro-img-smList ul li img{
	max-width: 70%;
	max-height: 60%;
}
.proD-active:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #266697;
	position: absolute;
	left: 0;
	top: 0;
}
.pro-detail-top{
	margin-bottom: 100px;
}

.sp-detailMenu2 li{
	margin-right: 350px;
}
.sp-detailMenu2 li:before{
	display: block;
	content: '';
	width: 350px;
	border-top: 2px dashed #fff;
	position: absolute;
	top: 31px;
	left: 100%;
}
.pro-all{
	background: url(../images/bg07.png) no-repeat top right;
}
.pro-all-message{
	padding-top: 90px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #dbdada;
}
.pro-all-message h3{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	padding-left: 45px;
	position: relative;
	margin-bottom: 30px;
}
.pro-all-message h3 span{
	position: relative;
	z-index: 3;
}
.pro-all-message h3:before{
	display: block;
	content: '';
	width: 45px;
	height: 40px;
	/*background: url(../images/icon01.png) no-repeat;*/
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -19.5px;
	z-index: 3;
}
.pro-all-sp1 h3:before{
	background: url(../images/icon01-a.png) no-repeat;;
}
.pro-all-sp2 h3:before{
	background: url(../images/icon01-b.png) no-repeat;;
}
.pro-all-sp3 h3:before{
	background: url(../images/icon01-c.png) no-repeat;;
}
.pro-all-message h3:after{
	display: block;
	content: '';
	width: 162px;
	height: 10px;
	border-radius: 10px;
	background: #dadddf;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.pro-all-message-list ul li{
	padding-left: 15px;
	font-size: 20px;
	color: #555555;
	line-height: 40px;
	position: relative;
}
.pro-all-message-list ul li:before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #ed7119;
	position: absolute;
	left: 0;
	top: 11px;
}
.pro-all-sp2 ul li{
	float: left;
	width: 50%;
}
.pro-all-message img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-top{
	margin-bottom: 70px;
}
.news-top a{
	display: flex;
}
.news-top-fl{
	width: 46%;
	overflow: hidden;
}
.news-top-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.news-top-fl:hover img{
	transform: scale(1.1);
}
.news-top-fr{
	width: 54%;
	background: #f2f2f2;
	padding: 60px 70px 0 45px;
}
.news-top-fr h4{
	font-size: 26px;
	color: #db5200;
	font-weight: normal;
	margin-bottom: 45px;
}
.news-top-fr p{
	font-size: 18px;
	color: #555555;
	line-height: 1.8;
	text-indent: 0;
}
.news-top-fr span{
	display: block;
	font-size: 16px;
	color: #555555;
	margin-top: 60px;
}
.news-list ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 70px;
	transition-duration: 0.5s;
}
.news-list ul li:nth-child(2n){
	margin-right: 0;
}
.news-list-nav{
	display: flex;
}
.news-img{
	width: 286px;
	overflow: hidden;
}
.news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.news-list-fr{
	width: calc(100% - 286px);
	padding: 10px;
}
.news-list-fr h5{
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: 0.5s;
}
.news-list-fr p{
	font-size: 16px;
	color: #333333;
	text-indent: 0;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
	
}
.news-list-fr span{
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	transition-duration: 0.5s;
}

.news-list ul li:hover .news-img img{
	transform: scale(1.1);
}
.news-list ul li:hover .news-list-fr h5{
	color: #266697;
}
.news-list ul li:hover .news-list-fr p{
	color: #266697;
}
.news-list ul li:hover .news-list-fr span{
	color: #266697;
}

.join-search{
	width: 100%;
	background: #FFFFFF;
	padding: 25px 40px;
	box-shadow: 0 0 7px 3px #e7e7e7;
	zoom: 1;
	margin-bottom: 45px;
}
.join-search:after{
	display: block;
	content: '';
	clear: both;
}
.join-search-title{
	float: left;
	width: 140px;
	padding-top: 11px;
	zoom: 1;
}
.join-search-title:after{
	display: block;
	content: '';
	clear: both;
}
.join-search-title img{
	float: left;
}
.join-search-title h4{
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 6px;
}
.join-search-input{
	float: left;
	width: calc(100% - 230px);
}
.join-search-input input{
	width: 100%;
	height: 60px;
	border: 1px solid #cfcfcf;
	padding: 0 15px;
	font-size: 16px;
	color: #333333;
	outline: none;
	background: none;
	box-shadow: none;
}
.join-search-input input:focus{
	background: none;
	box-shadow: none;
}
.join-search-btn{
	float: left;
	margin-left: 30px;
	width: 60px;
	height: 60px;
	background: #266697;
	text-align: center;
	line-height: 60px;
}

.join-list .menu_tab{
  	width: 100%;
  	height: auto;
  	padding: 0 40px;
}
.join-list .menu_tab li:nth-child(1){
	border-top: 1px solid #d4d4d4;
}
.join-list label{
  	width: 100%;
  	padding: 40px 0;
  	border-bottom: 1px solid #d4d4d4;
  	position: relative;
}
.join-list label .jt-icon{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/jt09-a.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.join-list label.selected .jt-icon{
	background: url(../images/jt09-b.png) no-repeat;
	background-size: 100% 100%;
}
.join-list label h4{
	font-size: 22px;
	color: #266697;
	margin-bottom: 20px;
}
.join-list label span{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
}
.join-list label.selected{
  	border-bottom: none;
}
.join-list .tab_content{
  	display: none;
  	width: 100%;
  	padding: 35px 0;
  	border-bottom: 1px solid #d4d4d4;
}
.join-list .tab_content h4{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.join-list .tab_content p{
	font-size: 16px;
    color: #333333;
    line-height: 1.8;
    text-align: justify;
    text-indent: 0;
}
.syt-img{
	max-width: 100%;
	margin: 0 auto;
}
.syt-img img{
	max-width: 100%;
	height: auto !important;
}
.syt-message p{
	font-size: 16px;
}

.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:20px; padding-bottom:10px;}
.new-nr-zi{ font-size:16px; line-height:2;}

.popup-case{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
}
.popup-bg{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.popup-case-content{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1280px;
	background: #FFFFFF;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.popup-case-content-nav{
	display: flex;
}
.popup-case-fl{
	width: 62.8%;
}
.popup-case-fl img{
	display: block;
	width: 100%;
}
.popup-case-fr{
	width: 37.2%;
	padding: 45px 35px;
	position: relative;
}
.popup-case-fr h4{
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}
.popup-case-fr ul li{
	zoom: 1;
	margin-bottom: 5px;
}
.popup-case-fr ul li:last-child{
	margin-bottom: 0;
}
.popup-case-fr ul li:after{
	display: block;
	content: '';
	clear: both;
}
.popup-case-fr ul li span{
	float: left;
	width: 90px;
	font-size: 18px;
	color: #666666;
	line-height: 1.6;
}
.popup-case-fr ul li p{
	float: left;
	width: calc(100% - 90px);
	font-size: 18px;
	color: #333333;
}
.close-pop{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.close-pop img{
	transition-duration: 0.6s;
}
.close-pop:hover img{
	transform: rotate(180deg);
}
.join-email{
	margin-top: 30px;
	padding: 0 40px;
}
.join-email p{
	font-size: 18px;
	color: #3333333;
	text-indent: 0;
}

.spNe-menu{
	position: fixed;
	top: 0;
	z-index: 10;
}

.case-content{
	zoom: 1;
}
.case-content:after{
	display: block;
	content: '';
	clear: both;
}
.case-fl{
	float: left;
	width: 240px;
}
.case-fl h3{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.case-fl ul{
	width: 200px;
	border-top: 1px solid #ccc;
}
.case-fl ul li{
	width: 100%;
    height: 60px;
    line-height: 60px;
    list-style: none;
    border-bottom: 1px solid #ccc;
    text-indent: 20px;
    font-size: 20px;
}
.case-fl ul li a{
	color: #333;
	transition-duration: 0.5s;
}
.case-active{
	background: url(../images/right.png) no-repeat;
    background-position: 150px 24px;
}
.case-active a{
	color: #266697 !important;
}
.case-fr{
	float: left;
	width: calc(100% - 240px);
}
.case-fr ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #ccc;
}
.case-fr ul li:nth-child(3n){
	margin-right: 0;
}

.case-img{
	width: 100%;
	overflow: hidden;
}
.case-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.case-message-fr{
	width: 100%;
	padding: 20px 5px;
}

.case-message-fr h4{
	font-size: 18px;
	color: #333;
	transition-duration: 0.5s;
}
.case-message-fr dd{
	font-size: 16px;
	color: #333;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	transition-duration: 0.5s;
}
.case-fr ul li:hover .case-img img{
	transform: scale(1.1);
}
.case-fr ul li:hover .case-message-fr h4{
	color: #266697;
}
.case-fr ul li:hover .case-message-fr dd{
	color: #266697;
}
.case-detail img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.case-detail h4{
	font-size: 26px;
	color: #333;
	text-align: center;
	margin: 10px 0 30px;
}
.case-detail dd{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
}
.go-back{
	width: 140px;
	height: 50px;
	margin: 20px auto;
	background: #266697;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.join-list{
	margin-bottom: 50px;
}

.join-title{
	font-size: 36px;
	color: #266697;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.join-list .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.join-list .owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #cccccc;
	margin: 0 10px;
}
.join-list .owl-dot.active{
	background: #266697;
}
.join-whContent{
	background: url(../images/join-bg02.jpg) no-repeat center center;
	background-size: cover;
}
.join-whContent ul li{
	float: left;
	width: 25%;
	padding: 50px 60px;
	border-right: 1px solid #ffffff;
	transition-duration: 0.5s;
	overflow: hidden;
}
.join-whContent ul li:nth-child(1){
	border-left: 1px solid #ffffff;
}
.join-whContent ul li.on{
	width: 50%;
}
.join-whContent h5{
	font-size: 32px;
	color: #266697;
	font-weight: bold;
}
.entit{
	font-size: 18px;
	color: #266697;
	transform:translateX(0%); 
	font-weight: normal;
	transition:all 1s ease; 
	-webkit-transition:all 1s ease; 
	opacity:1;
}
.join-whContent ul li.on .entit{
	position: relative;
	opacity:0;
	height:0; 
	transform:translateX(80%); 
	overflow:hidden;
}
.join-bjk{
	min-width: 630px;
	position: relative;
	padding-left: 15px;
	opacity: 0;
    visibility: hidden;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 1000ms ease;
}
.join-bjk:before{
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fa8931;
	position: absolute;
	left: 0;
	top: 10px;
}
.join-whContent ul li.on .join-bjk{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	margin-top: 20px;
}


.join-bjk h6{
	font-size: 20px;
	color: #fa8931;
	font-weight: bold;
	font-style: italic;
}
.join-bjk h6 span{
	margin-right: 30px;
}
.join-bjk p{
	font-size: 16px;
	color: #fa8931;
	font-weight: bold;
	text-align: initial;
	text-indent: 0;
}
.join-fc{
	padding: 80px 0;
}
.joinbox{
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    width: 1240px;
}
.join-fc .swiper-container .icon{ padding: 20px; box-sizing: border-box;  }
.join-fc .swiper-container .icon img{ display: block;  width: 720px;box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; background: #fff;}
.join-fc .swiper-container{ width: 100%; height: 100%;}
.join-fc .swiper-slide { 
      text-align: center;
      font-size: 18px;
      background: none;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transition:0.1s;
	  transform: scale(0.8);
    }
.join-fc .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
       z-index: 1;
	}
.join-fc .swiper-container .swiper-slide.swiper-slide-prev .icon{ transform: translateX(635px);}
.join-fc .swiper-container .swiper-slide.swiper-slide-next .icon{  transform: translateX(-635px);}
.join-fc .swiper-container .swiper-button-prev{ width: 56px; height: 56px; border-radius:50%;background:url(../images/prev2.png) center center no-repeat #fff; background-size:12px 20px ;margin: 0; left: 10px; top: 50%; transform: translateY(-50%); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.join-fc .swiper-container .swiper-button-next{ position: absolute; width: 56px; height: 56px; border-radius:50%; background:url(../images/next2.png) center center no-repeat #fff; background-size:12px 20px ; margin: 0; resize: 10px; top: 50%; transform: translateY(-50%); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.join-fc .swiper-container .swiper-button-prev:hover{ background: url(../images/prev2a.png) center center no-repeat #fff; background-size:12px 20px ;}
.join-fc .swiper-container .swiper-button-next:hover{ background: url(../images/next2a.png) center center no-repeat #fff; background-size:12px 20px ;}

.join-other{
	padding: 50px 0;
	background: #f0f4f8;
}
.join-other p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	text-align: center;
	text-indent: 0;
}
.join-otherLink{
	margin: 30px 0;
	text-align: center;
}
.join-otherLink ul{
	display: inline-block;
}
.join-otherLink ul li{
	float: left;
	margin: 0 10px;
}
.join-otherLink ul li:nth-child(2){
	margin-top: 7px;
}
.join-otherNotice{
	width: 290px;
	height: 40px;
	border-radius: 40px;
	margin: 0 auto;
	background: #266697;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}
.join-email{
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.pc-banbner{
	display: block;
}
.mobile-banner{
	display: none;
}
.new-nr-zi img{
	display: block;
	max-width: 100% !important;
	margin: 0 auto !important;
}
.pro-all-message-list p{
	text-indent: 0 !important;
}

.pc-homeBanner{
	display: block;
}
.mobile-homeBanner{
	display: none;
}
.pro-content{
	zoom: 1;
}
.pro-content:after{
	display: block;
	content: '';
	clear: both;
}
.pro-fr{
	float: left;
    width: calc(100% - 240px);
}
.case-menu ul li{
	margin-right: 147px;
}

@media only screen and (max-width: 1500px){
	.w1495{
		width: 1280px;
	}
	.header-menu{
		margin-right: 70px;
	}
	.header-menu ul li{
		font-size: 18px;
		margin-right: 60px;
	}
	.banner-title h3{
		font-size: 54px;
	}
	.banner-title p{
		font-size: 18px;
		margin-bottom: 70px;
	}
	.banner-title a{
		width: 240px;
		font-size: 18px;
	}
	.home-solution{
		padding: 70px 0 40px;
	}
	.home-title h3{
		font-size: 32px;
	}
	.home-solution-fr ul li p{
		font-size: 18px;
	}
	.accordion{
		height: 470px;
	}
	.accordion__ul{
		height: 470px;
	}
	.accordion__li{
		height: 470px;
	}
	.home-case-title h3{
		font-size: 32px;
	}
	.home-case-title ul li{
		margin-right: 23px;
	}
	.show-title h3{
		font-size: 16px;
		line-height: 30px;
	}
	.show-title span{
		line-height: 30px;
	}
	.hidden-content{
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.home-news-content ul li:nth-child(1) .hidden-content{
		padding-bottom: 10px;
	}
	.home-news-content ul li:last-child .hidden-content{
		padding-top: 10px;
	}
	.case-news{
		padding: 100px 0;
	}
	.footer-top dl{
		margin-right: 6%;
	}
	.home-product{
		padding-top: 50px;
	}
	
	.about-ryzz-box .picScroll-left .bd ul li dd{
		width: 228px;
	}
	.about-ryzz-box{
		height: 810px;
	}
	.kh-img{
		width: 320px;
		height: 180px;
		line-height: 180px;
	}
	.jjfa-message h3{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.news-top-fr{
		padding: 35px 50px 0 45px;
	}
	.news-top-fr h4{
		margin-bottom: 30px;
	}
	.news-top-fr p{
		font-size: 16px;
	}
	.news-top-fr span{
		margin-top: 50px;
	}
	.news-list-fr h5{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.news-list ul li{
		margin-bottom: 45px;
	}
	.pro-menu ul li{
	    margin-right: 90px;
	}
	.popup-case-content{
		width: 1080px;
	}
	.popup-case-fr h4{
		font-size: 22px;
	}
	.popup-case-fr{
		padding: 40px 20px;
	}
	.popup-case-fr ul li span{
		font-size: 16px;
	}
	.popup-case-fr ul li p{
		font-size: 16px;
	}
	/*.solution-by p{
		font-size: 20px;
	}*/
	.case-message-fr h4{
		font-size: 20px;
	}
	.case-detail h4{
		font-size: 22px;
	}
	.case-detail dd{
		font-size: 16px;
	}
	
	.join-whContent ul li{
		padding: 50px 20px;
	}
	.join-bjk h6{
		font-size: 18px;
	}
	.about-menu li{
		margin-right: 220px !important;
	}
	.about-menu li:last-child{
		margin-right: 0 !important;
	}
	.case-menu ul li{
		margin-right: 110px;
	}
}
@media only screen and (max-width: 769px){
	.header{
		display: none;
	}
	.xs-top{display: block;}
	.home-banner{
		margin-top: 55px;
	}
	.w1495{
		width: 94%;
	}
	.banner-title h3 {
	    font-size: 18px;
	}
	.banner-title p {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.banner-title a {
	    width: 140px;
	    height: 36px;
	    font-size: 15px;
	    line-height: 36px;
	}
	.home-banner .owl-dots{
		bottom: 5px;
	}
	.home-banner .owl-dots .owl-dot{
		width: 6px;
		height: 6px;
		margin: 0 4px;
	}
	.home-solution{
		padding: 40px 0 30px;
	}
	.home-title h3{
		font-size: 22px;
	}
	.home-title p{
		font-size: 14px;
	}
	.home-title{
		margin-bottom: 25px;
	}
	.home-solution-fr ul li{
		width: 100%;
		margin-right: 0;
	}
	.home-solution-fr ul li p{
		font-size: 16px;
	}
	.home-product{
		padding-top: 35px;
	}
	.home-product-nav{
		padding: 0 3%;
	}
	.accordion{
		height: auto;
	}
	.accordion:before, .accordion:after{
		display: block;
	}
	.accordion__ul{
		height: auto;
		width: 100%;
		position: relative;
	}
	.accordion__li{
		width: 100% !important;
		height: 168px;
		margin-right: 0;
		margin-bottom: 4px;
	}
	.wenben h1{
		font-size: 16px;
	}
	.wenben h1:before{
		bottom: -2px;
	}
	.home-caseImg{
		height: 168px;
	}
	.home-caseImg p{
		font-size: 16px;
	}
	.accordion__img{
		display: block;
		width: 100%;
	}
	.wenben p{
		opacity: 1;
	}
	.case-news{
		padding: 35px 0;
	}
	.home-case{
		width: 100%;
	}
	.home-news{
		width: 100%;
		margin-top: 35px;
		padding-left: 0;
	}
	.getMore{
		float: none;
		font-size: 15px;
	}
	.home-news-img{
		width: 100%;
	}
	.home-news-fr{
		width: 100%;
		padding: 20px 10px;
	}
	.home-news-top{
		margin-bottom: 10px;
	}
	.show-title{
		display: none !important;
	}
	.hidden-content{
		display: block !important;
	}
	.footer-top dl:nth-child(-n+3){
		display: none;
	}
	.footer-top{
		padding: 30px 0 20px;
	}
	.footer-top dl dt{
		text-align: center;
	}
	.footer-bottom p{
		width: 100%;
		text-align: center;
	}
	.our{
		width: 100%;
		text-align: center;
	}
	.home-solution-fl{
		width: 100%;
		margin-bottom: 30px;
	}
	.home-solution-fl .home-title{
		margin-top: 0;
	}
	.home-solution-fr{
		width: 100%;
	}
	.solution-by{
		margin-top: 20px;
	}
	.footer-top-fr{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.footer-top-fr h3{
		text-align: center;
	}
	.footer-top-fr ul{
		display: inline-block;
	}
	.ne-menu{
		border-bottom: none;
	}
	.ne-menu ul li{
		display: none;
		margin-right: 0;
		font-size: 22px;
		line-height: 0;
		padding-top: 40px;
	}
	.active-menu{
		display: block !important;
	}
	.active-menu:before{
		display: none;
	}
	.jjfa-menu{
		display: none !important;
	}
	.ne-content{
		padding: 40px 0;
		margin-top: 0 !important;
	}
	.ne-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.about-js ul{
		margin-top: 50px;
	}
	.about-js ul li{
		padding: 20px 10px;
	}
	.about-js ul li h4{
		font-size: 16px;
	}
	.about-js ul li h4 span{
		font-size: 30px;
		line-height: 40px;
	}
	.about-js ul li h5{
		font-size: 16px;
	}
	.about-js{
		padding-bottom: 40px;
	}
	.about-fzlc{
		padding-top: 60px;
		/*padding-bottom: 50px;*/
	}
	.lc-title{
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}
	.lc-title h4{
		color: #fff;
		font-size: 24px;
		text-align: center;
	}
	.lc-title p{
		color: #fff;
	}
	.hi2 .swiper7{
		margin-bottom: 0 !important;
	}
	.about-ryzz{
		padding: 40px 0;
	}
	.about-ryzz-title ul li{
		width: 50%;
    	font-size: 16px;
    	margin-right: 0;
    	text-align: center;
	}
	.about-ryzz-title{
		margin-bottom: 10px;
	}
	.about-ryzz-box .picScroll-left .bd ul li dd{
		width: 148px;
	}
	.picScroll-left .bd ul li dd p{
		font-size: 14px;
		margin-top: 10px;
	}
	.about-ryzz-box .picScroll-left .bd ul li dd:nth-child(1){
		margin-bottom: 15px;
	}
	.about-ryzz-box{
	    height: 510px;
	}
	.about-dxkh{
		padding-top: 40px;
	}
	.kh-img{
		width: 176px;
		height: 130px;
		line-height: 130px;
	}
	.jjfa-img{
		position: relative;
		width: 100%;
		top: 0;
		transform: translateY(0);
	}
	.jjfa-message{
		width: 100%;
		padding: 20px 10px !important;
	}
	.jjfa-line{
		margin-bottom: 25px;
	}
	.jjfa-message h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.jjfa-message p{
		 display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        overflow:hidden;
	}
	.jjfa-btn{
		width: 200px;
		height: 46px;
		line-height: 46px;
		margin-top: 30px;
	}
	.jjfa-detail-top{
		padding: 40px 0;
	}
	.jjfa-detail-fr{
		width: 100%;
	}
	.jjfa-detail-fl{
		width: 100%;
		padding:20px 10px;
	}
	.jfa-detail-line{
		margin-bottom: 20px;
	}
	.jjfa-detail-fl h4{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.jjfa-detail-menu{
		padding: 25px 0;
	}
	.sp-detailMenu li{
	    margin-right: 90px;
	}
	.sp-detailMenu li:before{
		width: 90px;
		top: 23px;
    	left: 105%;
	}
	.jjfa-detail-menu ul li h5{
		font-size: 16px;
	}
	.jjfa-detail-menu ul li span{
		font-size: 20px;
		width: 48px;
    	height: 48px;
    	line-height: 48px;
	}
	.jjfa-detail-case{
		padding: 50px 0;
	}
	.fixed-margin{
		margin-top: 184px;
	}
	.jjfa-detail-title{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.detail-case-lunbo{
		padding: 0;
	}
	.detail-case-lunbo .owl-prev, .detail-case-lunbo .owl-next{
		display: none !important;
	}
	.join-search{
		padding: 20px 10px;
	}
	.join-search-title{
		width: 100%;
		padding-top: 0;
	}
	.join-search-input{
		width: calc(100% - 60px);
		margin: 10px 0;
	}
	.join-search-input input{
		height: 50px;
	}
	.join-search-btn{
		width: 50px;
		height: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0;
		line-height: 50px;
	}
	.join-search-btn img{
		max-width: 50%;
	}
	.join-list .menu_tab{
		padding: 0 10px;
	}
	.join-list label{
		padding: 10px 0;
	}
	.join-list label h4{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.join-list label span{
		font-size: 16px;
	}
	.join-list .tab_content{
		padding: 20px 0;
	}
	.news-top a{
		display: block;
	}
	.news-top-fl{
		width: 100%;
	}
	.news-top-fr{
		width: 100%;
		padding: 20px 10px;
	}
	.news-top-fr h4{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.news-top-fr span{
	    margin-top: 35px;
	}
	.news-top{
		margin-bottom: 30px;
	}
	.news-list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news-list-nav{
		display: block;
	}
	.news-img{
		width: 100%;
	}
	.news-list-fr{
		width: 100%;
	}
	.jianT li{
		margin: 0 4px;
	}
	.pro-list ul li{
		width: 100%;
		margin-right: 0;
	}
	.pro-list ul li p{
		font-size: 16px;
	}
	.pro-img{
		height: 220px;
		line-height: 220px;
	}
	.pro-detail-title{
		padding: 10px 5px;
	}
	.pro-detail-title h5{
		font-size: 16px;
	}
	.back span{
		font-size: 16px;
	}
	.pro-detail-top-fl{
		width: 100%;
	}
	.pro-img-large{
		height: 310px;
	}
	.pro-img-smList ul li{
		height: 80px;
		line-height: 80px;
	}
	.pro-detail-top-fr{
		width: 100%;
		padding: 20px 10px;
	}
	.pro-detail-top-fr h4{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.pro-detail-top{
		margin-bottom: 40px;
	}
	.sp-detailMenu2 li{
		margin-right: 50px;
	}
	.sp-detailMenu2 li:before{
		width: 50px;
		top: 24px;
	}
	.pro-all-message h3{
		font-size: 22px;
	}
	.pro-all-message-list ul li{
		font-size: 16px;
		line-height: 1.6;
	}
	.pro-all-message-list ul li:before{
		top: 12px;
	}
	.pro-all-sp2 ul li{
		width: 100%;
	}
	.ne-banner{
		margin-top: 55px;
	}
	.popup-case-content{
		width: 96%;
		display: block;
	}
	.popup-case-fl{
		width: 100%;
	}
	.popup-case-fr{
		width: 100%;
		padding: 30px 10px;
	}
	.popup-case-fr h4{
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.join-email{
		padding: 0 10px;
	}
	.join-email p{
		font-size: 16px;
	}
	.case-fl{
		width: 100%;
	}
	.case-fl h3{
		display: none;
	}
	.case-fl ul{
		width: 100%;
		border-top: none;
	}
	.case-fl ul li{
		display: none;
		text-indent: 0;
		line-height: 1;
		border-bottom: none;
	}
	.case-active{
		display: block !important;
		background: none;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
	}
	.case-fl h3{
		color: #266697;
		text-align: center;
	}
	.case-fr{
		width: 100%;
	}
	.pro-fr{
		width: 100%;
	}
	.case-img{
		width: 100%;
	}
	.case-message-fr{
		width: 100%;
		padding-left: 0;
	}
	.case-message-fr{
		padding: 10px 0;
	}
	.case-message-fr h4{
		font-size: 16px;
		text-align: center;
	}
	.join-title{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.join-whContent ul li{
		width: 100% !important;
		padding: 15px 5px;
		border-right: none;
		border-bottom: 1px solid #ffffff;
	}
	.join-whContent ul li:nth-child(1){
		border-left: none;
	}
	.join-whContent h5{
		font-size: 20px;
	}
	.join-bjk h6{
		font-size: 20px;
	}
	.join-bjk{
		min-width: auto;
		opacity: 1 !important;
		visibility: inherit !important;
		-moz-transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    transform: translateY(0px);
	}
	.join-bjk:before{
		top: 9px;
	}
	.entit{
		opacity: 1 !important;
		height: auto !important;
		transform: translateX(0%) !important;
	}
	.join-fc{
		padding: 46px 0;
	}
	.joinbox{
		width: 100%;
	}
	.join-fc .swiper-container .icon img{
		width: 300px;
		padding: 0;
	}
	.join-fc .swiper-container .icon{
		padding: 0;
	}
	.join-other{
		padding: 20px 0;
	}
	.join-other p{
		font-size: 16px;
	}
	.case-fr ul li{
		width: 100%;
		margin-right: 0;
	}
	
	.home-banner .owl-item{
		height: 100%;
	}
	.video{
		height: 251px;
		transform: scale(1.2);
	}
	.pc-banner{
		display: none !important;
	}
	.mobile-banner{
		display: block !important;
	}
	
	.solution-by p{
		font-size: 14px;
	}
	.pro-all-message img{
		height: auto !important;
	}
	.pc-neBanner{
		display: none;
	}
	.mobile-neBanner{
		display: block;
	}
	.footer-top dl dd{
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 0;
	}
	.footer-top dl dd p{
		font-size: 12px;
		line-height: 1.4;
	}
	.footer-bottom p{
		font-size: 12px;
	}
	.our{
		font-size: 12px;
	}
	.join-title{
		font-size: 22px;
	}
	.video{
		display: none;
	}
	.footer-top dl:nth-child(4){
		width: 100%;
	}
	.pc-homeBanner{
		display: none;
	}
	.mobile-homeBanner{
		display: block;
	}
	.about-menu{
		display: none !important;
	}
	.join-menu{
		display: none;
	}
	.footer-bottom p span{
		display: block;
		width: 100%;
		height: 0;
	}
	.about-ryzz-box .picScroll-left .bd ul li{
		margin: 0 13px;
	}
	.join-whContent{
		background-size: auto 100%;
		background-position: 52.3% 0;
	}
}



@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@keyframes changeright{       	 
0%{-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
50%{-moz-transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
100%{-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@media (-webkit-device-pixel-ratio: 1.25) { body { zoom: 0.8; }}

@media (-webkit-device-pixel-ratio: 0.8) { body { zoom: 1.15; }}

@media (-webkit-device-pixel-ratio: 0.7) { body { zoom: 1.25; }}






