body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;box-sizing: border-box;}
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{color:#333;text-decoration:none;}
dl,dt,dd{margin: 0;}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
.clear{
	clear: both;
}
@font-face {
	font-family: "fzl";
	src: url(../font/FZLTXHK.TTF);
}
@font-face {
	font-family: "fzlt";
	src: url(../font/fzltchjw.TTF);
}
@font-face {
	font-family: "fdb";
	src: url(../font/FangZhengDaBiaoSongJianTi-1.ttf);
}
@font-face {
	font-family: "gbk";
	src: url(../font/gbk1-0.ttf);
}
@font-face {
	font-family: "fzx";
	src: url(../font/FZX.TTF);
}

.w1000{
	width: 1000px;
	margin: 0 auto;
}

.home-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-banner img{
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}
.home-banner .swiper-pagination-bullet{
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	transition-duration: 0.5s;
}
.home-banner .swiper-pagination-bullet-active{
	width: 30px;
	background: #efa594;
}
.banner-prev,.banner-next{
	width: 36px;
	height: 84px;
	background: #4c7f7f;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
}
.banner-prev{
	left: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.banner-prev:before{
	display: block;
    content: '';
    width: 12px;
    height: 22px;
    background: url(../images/banner-jt02.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -6px;
    transition-duration: 0.3s;
}
.banner-prev:hover:before{
	margin-left: -11px;
}
.banner-next{
	right: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.banner-next:before{
	display: block;
    content: '';
    width: 12px;
    height: 22px;
    background: url(../images/banner-jt01.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -6px;
    transition-duration: 0.3s;
}
.banner-next:hover:before{
	 margin-left: -1px;
}

.logo{
	width: 190px;
	position: absolute;
	top: 50px;
	left: 90px;
	z-index: 10;
}
.logo img{
	display: block;
	width: 100%;
}
.home-menu{
	width: 100%;
	background: #efa594;
	position: absolute;
	top: 0;
	transition-duration: 0.5s;
	z-index: 98;
}
.head-on{
	position: fixed;
	top: 0;
	background: #7e787c !important;
	
}
.menu-logo{
	float: left;
	margin-right: 70px;
	margin-top: 15px;
}
.home-menuList{
	float: left;
}
.home-menuList ul li{
	float: left;
	width: 135px;
	font-size: 16px;
	line-height: 76px;
	/* margin-right: 25px; */
	position: relative;
	text-align: center;
}
.home-menuList ul li:hover{background: #9B9599;}
.home-menuList ul li:last-child{
	margin-right: 0;
}
.home-menuList ul li>a{
	padding-left: 12px;
	color: #FFFFFF;
	font-family: "fzl";
	position: relative;
}
.home-menuList ul li:before{
	display: block;
	content: '';
	width: 2px;
	height: 16px;
	background: #e4782c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.home-menuList ul li:first-child:before{
display: none;
}
/* .home-menuList ul li:last-child:after{display: block;
	content: '';
	width: 2px;
	height: 16px;
	background: #e4782c;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;} */
.ts{
	background: #9B9599;
}
.head-on .ts{
	background: #efa594;
}
.head-on .home-menuList ul li:hover{background: #efa594;}

.home-menuList ul li dl{
	width: 135px;
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 2px #999;
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 0;
    /*margin-left: -85px;*/
    opacity: 1;
    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;
}
 .home-menuList ul li:hover dl{
	opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.home-menuList ul li dl dd{
	padding: 0 15px;
}
.home-menuList 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: center; 
}
.home-menuList ul li dl dd a:before{ display:none;}
.home-menuList ul li dl dd:hover a{
	color: #efa594;
	 
}


.home-about{
	position: relative;
	padding-top: 86px;
}
.home-aboutBox{
	padding: 60px 0;	
	/*background: url(../images/line.png) no-repeat bottom center;*/
	background-size: 101% 2px;
	position: relative; border-bottom:2px dashed #eee;
}
.about-icon{

	position: absolute;
	right: -28%;
	top: 60px;
}
.about-icon img{
	display: block;
	width: 100%;
}
.home-title{
	margin-bottom: 35px;
	position: relative;
}
.home-title .more{position: absolute; right: 0; top: 15px; width: 50px; height: 12px; }
.home-title .more img{display: block; width: 100%;}
.home-title img{width: 30%;}
.home-about-info{
	zoom: 1;
}
.home-about-info:after{
	display: block;
	content: '';
	clear: both;
}

.home-about-fl{
	float: left;
	width: 44.8%;
	overflow: hidden;
}
.home-about-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-about-fl:hover img{
	transform: scale(1.1);
}
.home-about-fr{
	float: left;
	width: 55.2%;
	padding-left: 30px;
	padding-top: 5px;
}
.home-about-fr p{
	font-size: 14px;
	color: #7e787c;
	line-height: 2;
	text-align: justify;
	text-indent: 2rem;
	font-family: "fzl";
}
.get-more{
	margin-top: 34px;
	text-align: right;
	transition-duration: .5s;
	position: relative;
	top: 0;
}
.get-more img{ width: 50px;}
.get-more:hover{
	top: -5px;
}
.home-case{
	padding-top: 45px;
}
.home-caseBox{
	padding: 70px 0 100px;
	background: #b6bbc1;
}
.home-case-swiper{
	position: relative;
}
.home-case-img{
	width: 314px;
	border: 2px solid #5b7085;
	overflow: hidden;
	margin-bottom: 10px;
}
.home-case-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-case-img:hover img{
	transform: scale(1.1);
}
.home-case-swiper .swiper-slide p{
	font-size: 14px;
	color: #4b494a;
	font-family: "fzl";
}
.case-next,.case-prev{
	width: 56px;
	height: 97px;
	position: absolute;
	top: 50%;
	margin-top: -48.5px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.case-next{
	background: url(../images/jt-01b.png) no-repeat;
	background-size: 50% 50%;
	right: -14%;
}
.case-next:hover{right: -15%;}
.case-prev{
	background: url(../images/jt-01a.png) no-repeat;
	background-size: 50% 50%;
	left: -14%;
}
.case-prev:hover{
	left: -15%;
}

.home-ppfw{
	padding: 48px 0 86px;
}
.home-ppfw-content{
	padding: 26px 0;
	position: relative; border-top:2px dashed #eee; border-bottom:2px dashed #eee;
}
/*.home-ppfw-content:before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: url(../images/line.png) no-repeat center center;
	background-size: 101% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home-ppfw-content:after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: url(../images/line.png) no-repeat center center;
	background-size: 101% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.home-ppfw-content .swiper-slide{
    text-align: center;
    height: 76px;
    line-height: 76px;
    border: 1px solid #bebbbd;
    overflow: hidden;
    /* 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;
}
.home-ppfw-content .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.home-ppfw-content .swiper-slide img{
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.home-ppfw-content .swiper-slide: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;
}
.ppfw-control{
	margin-top: 30px;
	text-align: center;
}
.ppfw-next,.ppfw-prev{
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0 13px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.ppfw-next{
	background: url(../images/jt-02a.png) no-repeat;
	background-size: 100% 100%;
}
.ppfw-next:hover{
	background: url(../images/jt-02a-h.png) no-repeat;
	background-size: 100% 100%;
}
.ppfw-prev{
	background: url(../images/jt-02b.png) no-repeat;
	background-size: 100% 100%;
}
.ppfw-prev:hover{
	background: url(../images/jt-02b-h.png) no-repeat;
	background-size: 100% 100%;
}

.home-contact{
	padding: 76px 0 67px;
	background: #a9b0b8;
}
.home-contact .home-title{
	text-align: center;
}
.home-contactBox{
	display: flex;
	position: relative;
}
.home-map{
	width: 39.3%;
}
.map-box{
	width: 100%;
	height: 100%;
}
.home-address{
	width: 60.7%;
	background: url(../images/lxwm-bg.png) no-repeat center center;
	background-size: cover;
}
.address-box{
	padding: 14px;
	background: rgba(0,0,0,0.8);
	display: flex;
}
.home-address-fl{
	width: 34.5%;
	border-right: 1px solid rgba(255,255,255,0.6);
	position: relative;
	margin-right: 0.5%;
}
.home-address-fl img{
	max-width: 80%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.home-address-fr{
	width: 65%;
	border-left: 1px solid rgba(255,255,255,0.6);
}
.home-address-fr ul li{
	zoom: 1;
	padding-left: 10px;
	padding-top: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.home-address-fr ul li:last-child{
	border-bottom: none;
}
.home-address-fr ul li:after{
	display: block;
	content: '';
	clear: both;
}
.home-address-fr ul li img{
	width: 20px;
	float: left;
	margin-top: 12px;
}
.home-address-fr ul li p{
	float: left;
	width: calc(100% - 20px);
	padding-left: 6px;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	line-height: 50px;
	font-family: "fzl";
}
.contact-jt-fl,.contact-jt-fr{
	width: 56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contact-jt-fl{
	right: -14%;
}
.contact-jt-fr{
	left: -14%;
}
.contact-jt-fl img,.contact-jt-fr img{
	display: block;
	width: 60%;
}
.footer{
	padding: 25px 0;
	background: #5b7085;
}
.footer p{
	font-size: 14px;
	color: #a0a0a0;
	text-align: center;
	line-height: 1;
}


.ne-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 86px;
}
.ne-banner img{
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}
.ne-nav{
	background: #efa594;
	/*padding-top: 15px;*/
	padding-bottom: 0px;
}
.ne-nav p{
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	font-family: "fzl";
	display: none;
}
.ne-nav p a{
	color: #4e8282;
}
.ne-nav p span{
	color: #4e8282;
	margin: 0 2px;
}

.ne-boxs{
	padding: 60px 0 70px;
	background: #FFFFFF;
	position: relative;
}
.idea-menu{
	width: 188px;
	position: absolute;
	left: 6%;
	top: 240px;
	padding: 10px 0;
	border-right: 1px solid #b6bbc1;
	z-index: 10;
}
.fixed-idea{
	position: fixed;
	top: 87px;
}
.idea-menu ul li{
	position: relative;
	margin-bottom: 8px;
}
.idea-menu ul li:nth-child(1) a:hover{
	color: #7e787c !important;
	border: 1px solid #7e787c !important;
}
.idea-menu ul li:last-child{
	margin-bottom: 0;
}
.idea-menu ul li a{
	display: block;
	width: 146px;
	height: 34px;
	border-radius: 5px;
	border: 1px solid #b6bbc1;
	font-size: 15px;
	color: #b6bbc1;
	text-align: center;
	line-height: 34px;
	position: relative;
	transition-duration: 0.5s;
}
.idea-menu ul li a:after{
	display: block;
	content: '';
	width: 32px;
	height: 1px;
	background: #b6bbc1;
	position: absolute;
	right: -32px;
	top: 50%;
	transition-duration: 0.5s;
}
.idea-menu ul li span{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #b6bbc1;
	position: absolute;
	right: -10.5px;
	top: 50%;
	margin-top: -9px;
	transition-duration: 0.5s;
}
.idea-menu ul li span:before{
	display: none;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7e787c;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
}
.on-idea a{
	color: #000000 !important;
	border: 1px solid #000000 !important;
}
.on-idea a:after{
	background: #000000 !important;
}
.on-idea span{
	border: 1px solid #000000 !important;
}
.on-idea span:before{
	display: block !important;
}

.case-menuList{
	/*padding-bottom: 15px;*/
	position: relative;
}
.case-menuList:after{
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: url(../images/line.png) no-repeat center center;
    background-size: 101% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	display: none;
}
.case-menuList ul li{
	float: left;
	margin-right: 20px;
	/*background: #7e787c;*/
	padding:10px 15px;
}
.case-active {
	background: #DB7E65 !important;
}
.case-menuList ul li:last-child{
	margin-right: 0;
}
.case-menuList ul li h4{
	display: block;
	font-size: 15px;
	color: #fff;
	font-family: "fzl";
	font-weight: normal;
}
.case-menuList ul li:hover{background: #DB7E65;}
.case-menuList ul li span{
	display: block;
	font-size: 14px;
	color: #b6bbc1;
	font-family:"fzlt";
	display: none;
}

.case-contenter ul li{
	float: left;
	width: 32.6%;
	margin-right: 1.1%;
	margin-bottom: 30px;
}
.case-contenter ul li:nth-child(3n){
	margin-right: 0;
}
.ne-case-img{
	width: 100%;
	border: 2px solid #b6bbc1;
	margin-bottom: 10px;
	overflow: hidden;
	transition-duration: 0.5s;
}
.ne-case-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ne-case-img:hover img{
	transform: scale(1.1);
}
.case-contenter ul li p{
	font-size: 14px;
	color: #4e8282;
	font-family: "fzl";
}

.jianT{width: 100%; text-align: center;margin-top: 40px;}
.jianT li{ 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: 16px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; border: 1px solid #474747;}
.jianT li .on{ border: 1px solid #474747;display:block;}

.about-part{
	padding-bottom: 52px;
	margin-bottom: 50px;
	position: relative;
}
.about-part:after{
	display: block;
    content: '';
    width: 100%;
    height: 2px; border-top:2px dashed #eee;
   
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-part-title{
	width: 447px;
	padding: 15px 20px;
	background: #b6bbc1;
	zoom: 1;
}
.about-part-title:after{
	display: block;
	content: '';
	clear: both;
}
.about-part-title h3{
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	font-family: "fzl";
	letter-spacing: 2px;
	line-height: 24px;
}
.about-part-title span{
	float: left;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
	font-family: "fzl";
	margin-top: 10px;
	margin-left: 5px;
}
.about-infoBox{
	display: flex;
	margin-top: 20px;
}
.about-info-fl{
	width: 58.6%;
	overflow: hidden;
}
.about-info-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.about-info-fl:hover img{
	transform: scale(1.1);
}
.about-info-fr{
	width: 41.4%;
	padding-left: 30px;
	padding-top: 20px;
}
.about-info-fr p{
	font-size: 14px;
	color: #7e787c;
	font-family: "fzl";
	line-height: 1.8;
	text-indent: 2rem;
}
.fzlc-List{
	margin-top: 40px;
}
.fzlc-List ul li{
	display: flex;
	margin-bottom: 15px;
	min-height: 44px;
}
.fzlc-year{
	width: 24%;
	position: relative;
}
.year-date{
	width: 106px;
	height: 44px;
	border-radius: 8px;
	background: #dcdddd;
	font-size: 24px;
	color: #7e787c;
	font-family: "fzlt";
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: 50%;
	left: 20%;
	margin-top: -22px;
}
.year-date:after{
	display: block;
	content: '';
	width: 75%;
	height: 2px;
	background: #dcdddd;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}
.fzlc-info{
	width: 76%;
	padding-left: 4px;
	line-height: 44px;
}
.fzlc-info p{
	display: inline-block;
	font-size: 14px;
	color: #7e787c; 
	line-height: 1.8;
	font-family: "fzl";
	text-align: justify;
}
.idea-part{
	margin-bottom: 90px;
}
.idea-part:last-child{
	margin-bottom: 0;
}
.idea-part .about-part-title{
	width: 330px;
}
.idea-infoBox{
	margin-top: 30px;
	display: flex;
}
.idea-info-fl{
	width: 41%;
	padding-right: 8%;
	position: relative;
}
.idea-info-fl h4{
	font-family: "fdb";
	font-weight: normal;
	color: #5b7085;
	
}
.idea-p01 .idea-info-fl h4{
	font-size: 46px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.idea-p02 .idea-info-fl{
	padding-top: 25px;
}
.idea-p02 .idea-info-fl h4{
	font-size: 34px;
}
.idea-p02 .idea-info-fl h4:nth-child(1){
	text-align: left;
	margin-bottom: 10px;
}
.idea-p02 .idea-info-fl h4:nth-child(2){
	text-align: right;
}
.idea-p03 .idea-info-fl h4{
	font-size: 24px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.idea-info-fr{
	width: 59%;
	height: 130px;
	border: 1px solid #bfc4c9;
	position: relative;
}
.idea-by{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 88%;
	transform: translate(-50%,-50%);
}
.idea-by p{
	font-size: 16px;
	color: #7e787c;
	font-family: "fzl";
	line-height: 1.8;
	text-indent: 2rem;
}
.idea-p01 .idea-by p{
	text-indent: 1rem;
}

.news-content ul li{
	padding: 15px 0;
	border-bottom: 1px solid #dc886f;
}
.news-box{
	display: flex;
}
.news-box-fl{
	width: 30%;
	overflow: hidden;
}
.news-box-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.news-content ul li:hover .news-box-fl img{
	transform: scale(1.1);
}
.news-box-fr{
	width: 64.6%;
	padding-left: 30px;
	padding-top: 20px;
}
.news-box-fr h3{
	font-size: 16px;
	color: #7e787c;
	line-height: 1.2;
	 
	font-weight: normal;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}
.news-box-fr p{
	font-size: 14px;
	color: #7e787c;
	font-family: "fzl";
	line-height: 1.6;
	text-indent: 2rem;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition-duration: 0.5s;
}
.news-content ul li:hover .news-box-fr h3{
	color: #dc886f;
}
.news-content ul li:hover .news-box-fr p{
	color: #dc886f;
}

.perspectives-content ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #efefef;
	transition-duration: 0.5s;
}
.perspectives-content ul li:nth-child(2n){
	margin-right: 0;
}
.perspectives-box{
	padding: 15px;
	display: flex;
}
.perspectives-fl{
	width: 132px;
	overflow: hidden;
}
.perspectives-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.perspectives-fr{
	width: calc(100% - 132px);
	padding-left: 15px;
	font-family: "fzl";
	padding-top: 10px;
}
.perspectives-fr h4{
	font-size: 18px;
	color: #7e787c;
	font-family: "gbk";
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	transition-duration: 0.5s;
}
.perspectives-fr span{
	display: block;
	font-size: 12px;
	color: #7e787c;
	margin-bottom: 10px;
	transition-duration: 0.5s;
}
.perspectives-fr p{
	font-size: 14px;
	color: #7e787c;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}
.perspectives-content ul li:hover{
	background: #dc886f;
}
.perspectives-content ul li:hover .perspectives-fl img{
	transform: scale(1.1);
}
.perspectives-content ul li:hover .perspectives-fr h4{
	color: #FFFFFF;
}
.perspectives-content ul li:hover .perspectives-fr span{
	color: #FFFFFF;
}
.perspectives-content ul li:hover .perspectives-fr p{
	color: #FFFFFF;
}

.join-us{
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
/*.join-us:after{
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: url(../images/line.png) no-repeat center center;
    background-size: 101% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.join-us h2{
	font-size: 44px;
	color: #efa594;
	font-family: "fzx";
	font-weight: normal;
	margin-bottom: 20px;
}
.join-infoBox{
	display: flex;
}
.join-info-fl{
	width: 84.6%;
	padding-right: 45px;
}
.join-info-fr{
	width: 15.4%;
}
.join-info-fr img{
	display: block;
	width: 100%;
}
.join-infoList{
	margin-bottom: 40px;
}
.join-box01 .join-infoList:last-child{
	margin-bottom: 0;
}
.join-infoList h3{
	font-size: 24px;
	color: #5b7085;
	font-family: "fzx";
	font-weight: normal;
	margin-bottom: 10px;
}
.join-infoList p{
	font-size: 14px;
	color: #7e787c;
	font-family: "fzl";
	line-height: 1.6;
	text-align: justify;
}
.join-box01 .join-info-fr{
	padding-top: 36px;
}
.join-notice{
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
.join-box02 .join-infoList:last-child{
	margin-bottom: 0;
}
/*.join-notice:after{
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: url(../images/line.png) no-repeat center center;
    background-size: 101% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}*/
.join-notice h3{
	font-size: 34px;
	color: #efa594;
	font-family: "fzx";
	font-weight: normal;
	margin-bottom: 10px;
}
.join-position{
	padding-top: 45px;
}
.join-position ul li{
	display: flex;
	margin-bottom: 25px;
}
.join-position ul li:last-child{
	margin-bottom: 0;
}
.position-name{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.join-position ul li:nth-child(3n + 1) .position-name{
	background: #a9b0b8;
}
.join-position ul li:nth-child(3n + 2) .position-name{
	background: #efa594;
}
.join-position ul li:nth-child(3n + 3) .position-name{
	background: #5b7085;
}
.position-name span{
	display: block;
	width: 100%;
	font-size: 22px;
	color: #fff;
	font-family: "fzx";
	font-weight: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
.position-box{
	width: calc(100% - 120px);
	padding-left: 36px;
	zoom: 1;
}
.position-box:after{
	display: block;
	content: '';
	clear: both;
}
.position-title{
	float: left;
	width: 40%;
	padding-top: 24px;
}
.position-title p{
	font-size: 16px;
	color: #5b7085;
	font-family: "fzx";
	font-weight: normal;
	line-height: 1.6;
}
.position-more{
	float: left;
	padding-top: 49px;
}
.position-more span{
	display: block;
	font-size: 18px;
	font-family: "fzl";
	line-height: 22px;
	position: relative;
	cursor: pointer;
}
.join-position ul li:nth-child(3n + 1) .position-more span{
	color: #a9b0b8;
}
.join-position ul li:nth-child(3n + 2) .position-more span{
	color: #efa594;
}
.join-position ul li:nth-child(3n + 3) .position-more span{
	color: #5b7085;
}

.position-more span:after{
	display: block;
	content: '';
	width: 10px;
	height: 14px;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -8px;
	transition-duration: 0.3s;
}
.join-position ul li:nth-child(3n + 1) .position-more span:after{
	background: url(../images/join-jt01.png) no-repeat;
	background-size: 100% 100%;
}
.join-position ul li:nth-child(3n + 2) .position-more span:after{
	background: url(../images/join-jt02.png) no-repeat;
	background-size: 100% 100%;
}
.join-position ul li:nth-child(3n + 3) .position-more span:after{
	background: url(../images/join-jt03.png) no-repeat;
	background-size: 100% 100%;
}

.position-more span:hover:after{
	right: -20px;
}

.position-message{
	display: none;
}
.position-message-list{
	margin-bottom: 30px;
}
.position-message-list h4{
	font-size: 16px;
	color: #5b7085;
	font-family: "fzx";
	font-weight: normal;
	margin-bottom: 5px;
}
.position-message-list p{
	font-size: 14px !important;
	color: #7e787c;
	font-family: "fzl";
	line-height: 1.6;
}
.position-choose{
	zoom: 1;
}
.position-choose:after{
	display: block;
	content: '';
	clear: both;
}
.back{
	float: left;
	font-size: 18px;
	line-height: 1.6;
	padding-right: 16px;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
}
.back:after{
	display: block;
	content: '';
	width: 10px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	transition-duration: 0.3s;
}
.back:hover:after{
	right: -4px;
}
.join-position ul li:nth-child(3n + 1) .back{
	color: #a9b0b8;
}
.join-position ul li:nth-child(3n + 2) .back{
	color: #efa594;
}
.join-position ul li:nth-child(3n + 3) .back{
	color: #5b7085;
}
.join-position ul li:nth-child(3n + 1) .back:after{
	background: url(../images/join-jt01.png) no-repeat;
	background-size: 100% 100%;
}
.join-position ul li:nth-child(3n + 2) .back:after{
	background: url(../images/join-jt02.png) no-repeat;
	background-size: 100% 100%;
}
.join-position ul li:nth-child(3n + 3) .back:after{
	background: url(../images/join-jt03.png) no-repeat;
	background-size: 100% 100%;
}
.get-job{
	float: left;
	font-size: 18px;
	color: #a9b0b8;
	line-height: 1.6;
	padding-right: 16px;
	cursor: pointer;
	position: relative;
}
.get-job:after{
	display: block;
	content: '';
	width: 10px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	transition-duration: 0.3s;
}
.get-job:hover:after{
	right: -4px;
}
.join-position ul li:nth-child(3n + 1) .get-job{
	color: #a9b0b8;
}
.join-position ul li:nth-child(3n + 2) .get-job{
	color: #efa594;
}
.join-position ul li:nth-child(3n + 3) .get-job{
	color: #5b7085;
}
.join-position ul li:nth-child(3n + 1) .get-job:after{
	background: url(../images/join-jt01.png) no-repeat;
	background-size: 100% 100%;
}
.join-position ul li:nth-child(3n + 2) .get-job:after{
	background: url(../images/join-jt02.png) no-repeat;
	background-size: 100% 100%;
}
.join-position ul li:nth-child(3n + 3) .get-job:after{
	background: url(../images/join-jt03.png) no-repeat;
	background-size: 100% 100%;
}
.post-active .position-title{
	display: none;
}
.post-active .position-more{
	display: none;
}
.post-active .position-message{
	display: block;
}
.lxwm-address{
	text-align: center;
	margin-bottom: 60px;
}
.lxwm-address ul{
	display: inline-block;
}
.lxwm-address ul li{
	float: left;
	width: 156px;
	text-align: center;
	margin-right: 40px;
}
.lxwm-address ul li:last-child{
	margin-right: 0;
}
.address-icon{
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: #d0d7dd;
	position: relative;
	margin: 0 auto;
}
.address-icon img{
	width: 76px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -38px;
	z-index: 10;
}
.address-icon:after{
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background: #d0d7dd;
	transform: rotateZ(45deg);
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -20px;
	z-index: 2;
}
.lxwm-address ul li p{
	width: 100%;
	font-size: 14px;
	color: #5b7085;
	font-family: "fzl";
	line-height: 1.4;
	margin-top: 30px;
}
.lxwm-address ul li:hover .address-icon 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;
}
.lxwm-map{
	width: 100%;
	height: 560px;
}
.case-detail-title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e29b8b;
	zoom: 1;
}
.case-detail-title:after{
	display: block;
	content: '';
	clear: both;
}
.case-detail-title h3{
	float: left;
	font-size: 28px;
	color: #4c7f7f;
	line-height: 32px;
	/*font-family: "fdb";*/
	/*font-weight: normal;*/
}
.back-old{
	float: right;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	padding-left: 30px;
	position: relative;
}
.back-old:hover{color: #efa594;}
.back-old:hover:before{left: -10px;}
.back-old:before{
	display: block;
	content: '';
	width: 22px;
	height: 17px;
	background: url(../images/back-i01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8.5px;
	transition-duration: 1s;
}
.case-detail-swiper{
	margin-bottom: 20px;
}
.case-detail-info{
	padding: 20px 0;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	display: flex;
}
.case-d-fl{
	width: 0;
	position: relative;
}
.case-d-fl img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 92%;
	max-height: 100%;
}
.case-d-fr{
	width: 100%;
}
.case-d-fr p{
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: justify;
}
.case-d-fr img{display: block; width: 54%; float: right; padding:15px 0 15px 15px;}
.case-d-fr p:last-child{
	margin-bottom: 0;
}
.other-case{
	padding-top: 25px;
}
.other-case h4{
	font-size: 24px;
	color: #4c7f7f;
	margin-bottom: 15px;
}
.other-case ul{overflow: hidden;
    border: 1px solid #efefef;
    background: #f5f5f5;
    box-sizing: border-box; padding:15px 0;}
.other-case ul li{
	float: left;
    width: 25%;
}
.other-case ul li a{display: block;
    color: #333;
    border-left: 1px dotted #a7a7a7;
    padding: 0 22px;
    margin-left: -1px;font-size: 14px;}
.other-case ul li:nth-child(4n){
	margin-right: 0;
}
.other-caseBox{
	width: 100%;

	overflow: hidden;
}
.other-caseBox img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.other-case ul li:hover .other-caseBox img{
	transform: scale(1.1);
}

.news-detail{
	position: relative;
	zoom: 1;
}
.news-detail:after{
	display: block;
	content: '';
	clear: both;
}
.news-detail-box{
	float: left;
	width: 72%;
}
.news-detail-box h4{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-family: "宋体";
	margin-bottom: 10px;
}
.news-detail-box p{
	font-size: 14px !important;
	color: 333333;
	line-height: 1.6;
	text-indent: 2rem;
	margin-bottom: 15px;
	text-align: justify;
}
.news-detail-box img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.news-detail-menu{
	float: right;
	width: 24%;
	position: relative;
	top: 0;
}
.news-case{
	margin-bottom: 15px;
}
.news-menuTitle{
	padding: 0 15px;
	font-size: 16px;
	color: #555555;
	font-weight: normal;
	background: #efefef;
	line-height: 34px;
}
.newCaseSwiper img{
	display: block;
	width: 100%;
}
.newCaseSwiper .swiper-pagination{
	position: relative;
	bottom: 0;
	text-align: left;
}
.swiper-pagination-bullet-active{
	background: #4c7f7f;
}
.other-newsList{
	border: 1px solid #efefef;
}
.other-newsList ul li{
	padding: 0 15px;
	border-bottom: 1px dashed #efefef;
	transition-duration: 0.5s;
}
.other-newsList ul li p{
	font-size: 15px;
	color: #333333;
	line-height: 36px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition-duration: 0.5s;
}
.other-newsList ul li:hover{
	padding-left: 10px;
}
.other-newsList ul li:hover p{
	color: #4c7f7f;
}
.get-nore{
	padding: 10px 15px 20px;
}
.get-nore a{
	font-size: 14px;
	color: #333333;
	transition-duration: 0.5s;
}
.get-nore a:hover{
	color: #4c7f7f;
}

/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 29%;
    float: left;
    margin-top: 8px;
    margin-left: 3%;
}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #7e787c;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: #7e787c;}
.mobile-inner-header-icon{color: #ffffff;background: #efa594; 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:#5a7085; 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(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}
.subNav1 a{display: block;}
.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:#6d7b88;}
.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:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; 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;}
/*菜单结束*/

.fixed-case{
	position: fixed;
	top: 87px;
}
.job-pop{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 990;
}
.job-pop-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 991;
}
.job-popBox{
	width: 65%;
    padding: 55px 45px 60px 45px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
    z-index: 994;
}
.job-popBox h3{
	font-size: 30px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
}
.job-popList{
	padding: 30px 0;
}
.job-popList li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
	position: relative;
}
.job-popList li:nth-child(2n){
	margin-right: 0;
}
.job-popList li:nth-child(5){
	width: 100%;
	margin-right: 0;
}
.job-popList li input{
	width: 100%;
    height: 56px;
    border: 1px solid #d0d0d0;
    background: #fff;
    outline: none;
    line-height: 56px;
    font-size: 20px;
    padding: 0 20px;
}
.job-popList li select{
	width: 100%;
    height: 56px;
    border: 1px solid #d0d0d0;
    background: #fff;
    outline: none;
    line-height: 56px;
    font-size: 20px;
    padding: 0 20px;
    color: #757575;
}
.yzmImg{
	width: 122px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.job-popCz{
	width: 100%;
    padding-top: 10px;
    text-align: center;
}
.job-popCz a{
	display: inline-block;
    width: 260px;
    height: 56px;
    border-radius: 50px;
    line-height: 56px;
    text-align: center;
    background: #888888;
    color: #fff;
    font-size: 22px;
    box-shadow: 5px 5px 0px #e8e8e8;
    margin: 0 15px;
}
.job-popCz a:nth-child(1){
	background: #efa594;
    color: #fff;
    box-shadow: 5px 5px 0px #f1d1ca;
}
.close{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #efa594;
    cursor: pointer;
}


/* 2022-7-6 */
.fl{float: left;}
.fr{float: right;}
.five-list {
    width: 100%;
    padding-top: 55px;
}

.five-list dl {
    width: 100%;
    padding-bottom: 25px;
    cursor: pointer;
    overflow: hidden;
	border-bottom: 1px dashed #d7d7d7;
	margin-bottom: 25px;
}

.five-list dl dt {
    width: 49%;
    overflow: hidden;
    background: #000;
}

.five-list dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.five-list dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.five-list dl dd {
   width: 46%;
       overflow: hidden;
       padding: 20px;
	     
			   font-size: 14px;
			   position: relative;
			   height: 100%;
			   text-align: left;
}



@media only screen and (max-width: 1440px){
	.about-icon{
		right: -14%;
    	width: 120px;
	}
	.case-next{
		right: -10%;
	}
	.case-next:hover{
		right: -11%;
	}
	.case-prev{
		left: -10%;
	}
	.case-prev:hover{
		left: -11%;
	}
	.contact-jt-fl{
		right: -10%;
	}
	.contact-jt-fr{
		left: -10%;
	}
	
	.idea-menu{
		width: 150px;
		left: 0%;
	}
	.idea-menu ul li a{
		width: 120px;
		font-size: 14px;
	}

}
@media only screen and (max-width: 769px){
	.home-menu{
		display: none;
	}
	.xs-top{display: block;}
	.w1000{
		width: 94%;
	}
	.home-banner{
		margin-top: 55px;
	}
	.banner-prev, .banner-next{
		display: none;
	}
	.logo{
		display: none;
	}
	.ne-banner{
		margin-top: 55px;
	}
	.home-about{
		padding-top: 40px;
	}
	.home-aboutBox{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.about-icon{
		display: none;
	}
	.home-title{
		width: 100%;
		margin-bottom: 20px;
	}
	.home-title img{
		width: 100%;
	}
	.home-about-fl{
		width: 100%;
	}
	.home-about-fr{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.get-more{
		margin-top: 5px;
	}
	.get-more img{
		width: 56px;
	}
	.home-case{
		padding-top: 30px;
	}
	.home-aboutBox{
		background-size: 101% 1px;
	}
	.home-caseBox{
		padding: 30px 0 50px;
	}
	.case-next, .case-prev{
		width: 28px;
		height: 48.5px;
		z-index: 10;
		background-position: center center;
		margin-top: -30px;
	}
	.case-next{
	    right: 0;
	}
	.case-prev{
		left: 0;
	}
	.swiper-container{
		padding-right: 2px;
	}
	.home-ppfw{
		padding: 30px 0 40px;
	}
	.home-contact{
		padding: 30px 0 30px;
	}
	.home-contactBox{
		display: block;
	}
	.home-map{
		width: 100%;
		height: 300px;
	}
	.home-address{
		width: 100%;
	}
	.address-box{
		display: block;
	}
	.home-address-fl{
		width: 100%;
		padding: 5px 0;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.6);
	}
	.home-address-fl img{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		margin: 0 auto;
	}
	.home-address-fr{
		width: 100%;
		border-left: none;
	}
	.home-address-fr ul li{
		padding-left: 0;
		padding-bottom: 5px;
	}
	.home-address-fr ul li p{
		line-height: 26px;
	}
	.home-address-fr ul li img{
		margin-top: 2px;
	}
	.contact-jt-fl{
		display: none;
	}
	.contact-jt-fr{
		display: none;
	}
	.footer{
		padding: 20px 0;
	}
	
	.ne-nav{
		padding-top: 14px;
	}
	.ne-nav p{
		font-size: 14px;
	}
	.ne-boxs{
		padding: 30px 0 40px;
	}
	.case-menuList ul li h4{
		font-size: 18px;
	}
	.case-menuList ul li span{
		font-size: 12px;
	}
	.case-menuList ul li{
		margin-right: 15px;
	}
	.case-menuList{
		margin-bottom: 30px;
	}
	.about-part-title{
		width: 100%;
		padding: 10px 10px;
	}
	.about-part-title h3{
		font-size: 18px;
	}
	.about-infoBox{
		display: block;
	}
	.about-info-fl{
		width: 100%;
	}
	.about-info-fr{
		width: 100%;
		padding-left: 0;
	}
	.about-part{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.about-part-title span{
		margin-left: 0;
    	width: 100%;
    	margin-top: 4px;
	}
	.fzlc-List ul li{
		display: block;
	}
	.fzlc-year{
		width: 100%;
		margin-bottom: 5px;
	}
	.year-date{
		position: relative;
		left: 0;
		top: 0;
		margin-top: 0;
	}
	.year-date:after{
		display: none;
	}
	.fzlc-info{
		width: 100%;
		padding-left: 0;
	}
	.idea-part{
		margin-bottom: 30px;
	}
	.idea-part .about-part-title{
		width: 100%;
	}
	.idea-infoBox{
		margin-top: 20px;
		display: block;
	}
	.idea-info-fl{
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.idea-p01 .idea-info-fl h4{
		font-size: 36px;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		text-align: center;
	}
	.idea-info-fr{
		width: 100%;
		height: auto;
	}
	.idea-by{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(0,0);
		padding: 10px;
	}
	.idea-p02 .idea-info-fl{
		padding-top: 0;
	}
	.idea-p02 .idea-info-fl h4{
	    font-size: 30px;
	}
	.idea-p03 .idea-info-fl h4{
		font-size: 22px;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		text-align: center;
	}
	.case-contenter ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.case-contenter ul li:nth-child(3n){
		margin-right: 2%;
	}
	.case-contenter ul li:nth-child(2n){
		margin-right: 0;
	}
	.case-contenter ul li p{
		font-size: 16px;
	}

	.case-detail-title h3{
		font-size: 20px;
	}
	.back-old{
		font-size: 16px;
	}
	.case-detail-info{
		display: block;
	}
	.case-d-fl{
		width: 100%;
		padding: 20px 0;
	}
	.case-d-fl img{
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
	.case-d-fr{
		width: 100%;
	}
	.other-case h4{
		font-size: 20px;
	}
	.join-us h2{
		font-size: 26px;
	}
	.join-infoBox{
		display: block;
	}
	.join-info-fl{
		width: 100%;
		padding-right: 0;
	}
	.join-info-fr{
		display: none;
	}
	.join-infoList h3{
		font-size: 20px;
	}
	.case-menuList:after{
		height: 1px;
	}
	.join-us:after{
		height: 1px;
	}
	.join-notice h3{
		font-size: 24px;
	}
	.join-notice:after{
		height: 1px;
	}
	.join-position ul li{
		display: block;
	}
	.position-name{
		width: 100px;
    	height: 100px;
    	margin: 0 auto;
	}
	.position-name span{
		font-size: 18px;
	}
	.position-box{
		width: 100%;
		padding-left: 0;
	}
	.position-title{
		width: 100%;
	}
	.position-more{
		float: right;
    	padding-top: 0;
    	margin-right: 16px;
	}
	.lxwm-address ul li{
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.address-icon{
		width: 80px;
    	height: 80px;
	}
	.address-icon img{
		width: 38px;
		height: 30px;
		margin-top: -15px;
   	 	margin-left: -19px;
	}
	.lxwm-address ul li p{
		height: 40px;
		margin-top: 20px;
	}
	.lxwm-address{
		margin-bottom: 0px;
	}
	.lxwm-map{
		height: 360px;
	}
	.news-box{
		display: block;
	}
	.news-box-fl{
		width: 100%;
	}
	.news-box-fr{
		width: 100%;
		padding-left: 0;
	}
	.news-box-fr h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news-detail-box{
		width: 100%;
	}
	.news-detail-menu{
		width: 100%;
	}
	.perspectives-content ul li{
		width: 100%;
		margin-right: 0;
	}
	.perspectives-box{
		display: block;
	}
	.perspectives-fl{
		width: 100%;
	}
	.perspectives-fr{
		width: 100%;
		padding-left: 0;
	}
	.perspectives-fr span{
		margin-bottom: 13px;
	}
	.idea-menu{
		display: none;
	}
	
	.job-popBox{
		width: 90%;
    	padding: 25px;
	}
	.job-popBox h3{
		font-size: 24px;
    	line-height: 44px;
	}
	.job-popList{
		padding: 0;
	}
	.job-popList li{
		width: 100%;
		margin-right: 0%;
    	margin-bottom: 15px;
	}
	.job-popList li input{
		height: 46px;
	    line-height: 46px;
	    font-size: 17px;
	    padding: 0 20px;
	}
	.job-popList li select{
		height: 46px;
	    line-height: 46px;
	    font-size: 17px;
	    padding: 0 20px;
	}
	.job-popCz a{
		display: inline-block;
	    width: 110px;
	    height: 46px;
	    line-height: 46px;
	    font-size: 17px;
	    margin: 0 10px;
	}
	.home-case-img{
		width: 100%;
	}
}


@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.1){
	body{
		zoom: 0.91;
	}
}
@media (-webkit-device-pixel-ratio: 1.25){
	body{
		zoom: 0.8;
	}
}
@media (-webkit-device-pixel-ratio: 1.5){
	body{
		zoom: 0.67;
	}
	.center-box{zoom: 1.5;}
	.sf-150{zoom:0.67;}
}
@media (-webkit-device-pixel-ratio: 0.8){
	body{
		zoom: 1.25;
	}
}





















