/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 arial,sans-serif,Microsoft YaHei,宋体;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #dd2a25;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/**/
.max1440 {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 30px;
}

.page_con_zhuti {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 30px;
}

@media(max-width:1200px) {
	.max1440 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}
}

@media(max-width:991px) {
	.max1440 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1440 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.zhenchen_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: rgba(204, 204, 204, .5);
	z-index: 999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.zhenchen_header.on{
    background-color: rgba(255, 255, 255, .9);
}
.zhenchen_header_logo {
	width: 10%;
}

.zhenchen_header_logo img {
	width: 100%;
}

.zhenchen_header_nav {
	width: 88%;
	padding-right: 36px;
	margin-right: -36px;
}

.zhenchen_header_nav>ul {
	width: 100%;
	height: 100px;
}

.zhenchen_header_nav>ul>li {
	float: left;
	width: 14.28571428571429%;
	font-size: 0;
	text-align: center;
	line-height: 100px;
	height: 100px;
}

.zhenchen_header_nav>ul>li>a {
	font-size: 15px;
	line-height: 100px;
	color: #ffffff;
	display: inline-block;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhenchen_header.on .zhenchen_header_nav>ul>li>a{
    color: #333;
}
.zhenchen_header_nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #dd2a25;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zhenchen_header_nav>ul>li:hover>a::before,
.zhenchen_header_nav>ul>li.active>a::before {
	width: 100%;
}

.zhenchen_header_language {
	width: 36px;
	height: 36px;
	background-color: #dd2a25;
	margin-top: 32px;
	text-align: center;
	border-radius: 50%;
}

.zhenchen_header_language a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

@media(max-width:1180px) {
	.zhenchen_header_nav>ul>li>a {
		/*font-size: 16px;*/
	}
}

@media(max-width:1280px) {
	.zhenchen_header {
		display: none;
	}
}

/*头部二级导航*/
.zhenchen_header_erjidaohang{
    background: rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	z-index: -30;
	border-top: 1px solid #ccc;
}
.zhenchen_header_erjidaohang_con{
    padding: 4% 0;
}
.zhenchen_header_erjidaohang.on{
    opacity: 1;
    z-index: 990;
}
.zhenchen_header_erjidaohang .zhenchen_header_logo{
    height: 0;
    overflow: hidden;
}
.zhenchen_header_erjidaohang .zhenchen_header_language{
    height: 0;
    overflow: hidden;
}
.zhenchen_header_erjidaohang_w{
    width: 90%;
    padding-right: 54px;
    margin-right: -54px;
}
.zhenchen_header_erjidaohang_li{
    float: left;
    width: 14.28571428571429%;
    text-align: center;
}
.zhenchen_header_erjidaohang_li li a{
    font-size: 14px;
    line-height: 40px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.zhenchen_header_erjidaohang_li li:hover a{
    color: #dd2a25;
}
@media(max-width:991px){
    .zhenchen_header_erjidaohang_con{
        display: none;
    }
}



/*首页banner*/
.zhenchen_index_banner_li {
	position: relative;
}

.zhenchen_index_banner .img {
	position: relative;
}

.zhenchen_index_banner .img img {
	width: 100%;
	opacity: 1;
}

.zhenchen_index_banner .img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.zhenchen_index_banner .wz {
	position: absolute;
	top: 50%;
	z-index: 200;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zhenchen_index_banner .wz {
	text-align: center;
}

.zhenchen_index_banner .wz h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #ffffff;

	/*-webkit-transition: all 1.5s ease;*/
	/*-moz-transition: all 1.5s ease;*/
	/*-ms-transition: all 1.5s ease;*/
	/*-o-transition: all 1.5s ease;*/
	/*transition: all 1.5s ease;*/
	/*opacity: 0;*/
	/*-webkit-transform: translateY(80px);*/
	/*-moz-transform: translateY(80px);*/
	/*-ms-transform: translateY(80px);*/
	/*-o-transform: translateY(80px);*/
	/*transform: translateY(80px);*/
}

.zhenchen_index_banner .wz h4 {
	font-size: 4rem;
	line-height: 1.2;
	font-weight: lighter;
	color: #ffffff;
	font-family: '宋体';
	margin-top: 2.5%;
	/*opacity: 0;*/
	/*-webkit-transition: all 2s ease;*/
	/*-moz-transition: all 2s ease;*/
	/*-ms-transition: all 2s ease;*/
	/*-o-transition: all 2s ease;*/
	/*transition: all 2s ease;*/

	/*-webkit-transform: translateY(120px);*/
	/*-moz-transform: translateY(120px);*/
	/*-ms-transform: translateY(120px);*/
	/*-o-transform: translateY(120px);*/
	/*transform: translateY(120px);*/
}
.zhenchen_index_banner_word3{
    margin-top: 0;
}

/*.zhenchen_index_banner .swiper-slide-active .wz h3 {*/
/*	-webkit-transform: translateY(0);*/
/*	-moz-transform: translateY(0);*/
/*	-ms-transform: translateY(0);*/
/*	-o-transform: translateY(0);*/
/*	transform: translateY(0);*/
/*	opacity: 1;*/
/*}*/

/*.zhenchen_index_banner .swiper-slide-active .wz h4 {*/
/*	-webkit-transform: translateY(0);*/
/*	-moz-transform: translateY(0);*/
/*	-ms-transform: translateY(0);*/
/*	-o-transform: translateY(0);*/
/*	transform: translateY(0);*/
/*	opacity: 1;*/
/*}*/
@media(max-width:991px){
    .zhenchen_index_banner video{
        display: none;
    }
    
    .zhenchen_index_banner .img img {
    	opacity: 1;
    }
    
    .zhenchen_index_banner .wz{
        opacity: 1;
    }
    .zhenchen_index_banner .wz h3{
        color: #333;
    }
    .zhenchen_index_banner .wz h4{
        color: #333;
    }
}
@media(max-width:768px) {
	.zhenchen_index_banner .wz h3 {
		font-size: 22px;
	}

	.zhenchen_index_banner .wz h4 {
		font-size: 26px;
		font-weight: normal;
	}
}

@media(max-width:468px) {
	.zhenchen_index_banner .wz h3 {
		font-size: 20px;
	}

	.zhenchen_index_banner .wz h4 {
		font-size: 22px;
	}
}

/*供应商*/
.zhenchen_provider {
	padding: 4.3% 0;
}

.zhenchen_provider_ft {
	overflow: hidden;
}

.zhenchen_provider_ft_fl {
	position: relative;
	float: left;
	width: 70%;
}

.zhenchen_provider_ft_fl h3 {
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
	color: #f5f5f5;
}

.zhenchen_provider_ft_fl h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333333;
	position: relative;
	margin-top: -3rem;
	padding-bottom: 15px;
}

.zhenchen_provider_ft_fl h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16%;
	height: 5px;
	background-color: #dd2a25;
}

.zhenchen_provider_ft_fr {
	float: right;
	font-size: 0;
}

.zhenchen_provider_ft_fr_nn {
	margin-top: 3rem;
}

.zhenchen_provider_btnl,
.zhenchen_provider_btnr {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	background: #dd2a25 url(../images/img/provider_btnl.png) no-repeat center;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.zhenchen_provider_btnl:hover,
.zhenchen_provider_btnr:hover{
	background-color: #333;
}

.zhenchen_provider_btnl {
	margin-right: 1rem;
	background-size: 20px;
}

.zhenchen_provider_btnr {
	width: 52px;
	height: 52px;
	background: #dd2a25 url(../images/img/provider_btnr.png) no-repeat center;
	background-size: 25px;
}

.zhenchen_provider_fb {
	/*overflow: hidden;*/
	margin-top: 4%;
	padding-right: 23.6%;
}

.zhenchen_provider_fb li {
	position: relative;
}

.zhenchen_provider_fb li .img {
	position: relative;
}

.zhenchen_provider_fb li .img img {
	width: 100%;
}

.zhenchen_provider_fb li .img:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background: rgba(221, 42, 37, .86);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.zhenchen_provider_fb li:hover .img:before{
    width: 100%;
    height: 100%;
}
.zhenchen_provider_fb li .wz {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 5%;
	top: 50%;
	z-index: 5;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zhenchen_provider_fb li .wz h3 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
}

.zhenchen_provider_fb li .wz h4 {
	font-size: 18px;
	line-height: 2;
	color: #ffffff;
}

.zhenchen_provider_fb li .wz h4 p {
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	margin-top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	height: 0;
}

.zhenchen_provider_fb li:hover .wz h4 p {
	margin-top: 3%;
	opacity: 1;
	height: auto;
}

.zhenchen_provider_fb li:hover .img:before {
	opacity: 1;
}

@media(max-width:1180px) {
	.zhenchen_provider_fb li .wz h3 {
		font-size: 18px;
	}

	.zhenchen_provider_fb li .wz h4 {
		font-size: 16px;
	}

	.zhenchen_provider_fb li .wz h4 p {
		font-size: 15px;
	}

	.zhenchen_provider_btnl {
		width: 35px;
		height: 35px;
		background-size: 19px;
	}

	.zhenchen_provider_btnr {
		width: 45px;
		height: 45px;
		background-size: 21px;
	}
}

@media(max-width:991px) {
	.zhenchen_provider_ft_fl h4 {
		font-size: 22px;
		margin-top: -37px;
	}

	.zhenchen_provider_ft_fl h3 {
		font-size: 74px;
	}

	.zhenchen_provider_ft_fr_nn {
		margin-top: 25px;
	}
}

@media(max-width:768px) {
	.zhenchen_provider {
		padding: 25px 0;
	}

	.zhenchen_provider_ft_fl {
		width: auto;
	}

	.zhenchen_provider_ft_fl h4 {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 10px;
		margin-top: -33px;
	}

	.zhenchen_provider_ft_fl h3 {
		font-size: 60px;
	}

	.zhenchen_provider_ft_fr {
		display: none;
	}

	.zhenchen_provider_ft_fr_nn {
		margin-top: 15px;
	}

	.zhenchen_provider_btnl {
		margin-right: 10px;
	}

	.zhenchen_provider_fb {
		margin-top: 20px;
		padding-right: 10%;
	}
}

@media(max-width:468px) {
	.zhenchen_provider_ft_fl {
		width: 100%;
	}

	.zhenchen_provider_ft_fl h3 {
		font-size: 50px;
	}

	.zhenchen_provider_ft_fl h4 {
		font-size: 18px;
		margin-top: -28px;
	}
	.zhenchen_provider_fb li:hover .wz h4 p{
		margin-top: 5px;
	}
}

@media(max-width:360px) {
	.zhenchen_provider_ft_fl h3 {
		font-size: 45px;
	}

	.zhenchen_provider_ft_fl h4 {
		margin-top: -27px;
	}
}

/*世界*/
.zhenchen_word{
    margin: 4.3% 0;
}
.zhenchen_word_fb {
	margin-top: 4%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.zhenchen_word_fb img {
	max-width: 100%;
	-webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.zhenchen_word_fb .img1{
    position: relative;
    transform: translateX(-100%);
}
.zhenchen_word_fb .img2w{
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.zhenchen_word_fb .img2w .img2{
    animation: scrollmouse 5s linear infinite;
}
@keyframes scrollmouse{
    from{
        transform:rotate(0);
    }
    to{
        transform:rotate(360deg);
    }
}
.zhenchen_word_fb .img2w.on{
    opacity: 0;
}
.zhenchen_word_fb .img1w.on img{
    transform: translateX(0);
}
.zhenchen_word .zhenchen_provider_ft_fl {
	width: 100%;
}
@media(max-width:1080px){
    .zhenchen_word_fb .img2w .img2{
        max-width: 50%;
    }
}
@media(max-width:991px){
    .zhenchen_word_fb .img2w .img2{
        max-width: 55%;
    }
}
@media(max-width:600px) {
    .zhenchen_word_fb .img2w .img2{
        max-width: 59%;
    }
	.zhenchen_word .zhenchen_provider_ft_fl {
		padding-bottom: 43px;
	}
}

/**/
.zhenchen_idea {
	background: url(../images/img/index_zhenchen_idea_bj.png) no-repeat center;
	/*padding: 2.8% 0 7.7%;*/
	padding: 4.3% 0 7.7%;
	background-size: 100% 100%;
	/*margin: 4% 0;*/
	overflow: hidden;
	position: relative;
}

.zhenchen_idea_con_nn {
	/*position: relative;*/
}

.zhenchen_idea::before {
	content: '';
	position: absolute;
	right: 15px;
	top: 20%;
	background: url(../images/img/index_zhenchen_tubiao.png) no-repeat center;
	width: 23.01%;
	height: 21.1vw;
	background-size: cover;
}

.zhenchen_idea_fl {
	width: 64%;
	float: left;
}

.zhenchen_idea_fl_ft {
	position: relative;
}

.zhenchen_idea_fl_ft h3 {
	font-size: 6rem;
	line-height: 1;
	font-weight: bold;
	color: #ebebeb;
}

.zhenchen_idea_fl_ft h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #de2c26;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 8px;
}

.zhenchen_idea_fl_fc {
	margin: 4% 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	text-indent: 2em;
	padding-right: 8%;
	position: relative;
	text-align: justify;
}

.zhenchen_idea_fl_fc:before {
	content: '';
	position: absolute;
	right: 0;
	top: -5%;
	width: 3.05rem;
	height: 2.25rem;
	background: url(../images/img/index_yinhao.png) no-repeat center;
	background-size: cover;
}

.zhenchen_idea_fl_fb h3 {
	font-size: 16px;
	line-height: 2;
	color: #333333;
}

.zhenchen_idea_fl_fb h4 {
	font-size: 16px;
	line-height: 2;
	color: #333333;
}

.zhenchen_idea_fr {
	width: 21%;
	float: right;
	position: absolute;
	bottom: 2.5%;
	right: 15%;
	font-size: 0;
}

.zhenchen_idea_fr .img img {
	max-width: 100%;
}
@media(max-width:1650px){
    .zhenchen_idea_fl_fc{
        font-size: 16px;
        margin: 2% 0;
    }
}
@media(max-width:1366px) {
	.zhenchen_idea_fl_fc {
		font-size: 15px;
		line-height: 1.4;
	}
	.zhenchen_idea {
	    padding: 4.3% 0 14.7%;
	}
	.zhenchen_idea_fr {
        width: 33%;
        bottom: 8.5%;
        right: 0%;
	}

}

@media(max-width:991px) {
	.zhenchen_idea {
		padding: 25px 0;
		/*margin: 25px 0 0;*/
		background-color: #f6f6f6;
	}

	.zhenchen_idea_fl {
		width: 100%;
	}

	.zhenchen_idea_fl_ft h3 {
		font-size: 74px;
	}

	.zhenchen_idea_fl_ft h4 {
		font-size: 22px;
	}

	.zhenchen_idea_fl_fc {
		line-height: 2;
		margin: 15px 0;
		padding-right: 60px;
	}

	.zhenchen_idea_fl_fc:before {
		width: 45px;
		height: 33px;
	}

	.zhenchen_idea_fr {
		width: 100%;
		position: relative;
		right: 0;
		margin-top: 15px;
	}

	.zhenchen_idea_fr .img {
		display: inline-block;
		width: 45%;
		position: relative;
		z-index: 9;
	}

	.zhenchen_idea::before {
		display: none;
	}

	.zhenchen_idea_fr::before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		background: url(../images/img/index_zhenchen_tubiao.png) no-repeat center;
		width: 45%;
		height: 40vw;
		background-size: cover;
	}
}

@media(max-width:768px) {
	.zhenchen_idea_fl_ft h3 {
		font-size: 60px;
	}

	.zhenchen_idea_fl_ft h4 {
		font-weight: bold;
		padding-bottom: 14px;
		bottom: auto;
		top: 29px;
	}
}

@media (max-width: 600px) {
	.zhenchen_idea_fl_ft {
		padding-bottom: 43px;
	}

	.zhenchen_idea_fl_fc {
		padding-right: 30px;
	}

	.zhenchen_idea_fl_fc:before {
		width: 22px;
		height: 15px;
		top: 0;
	}
}

@media(max-width:468px) {
	.zhenchen_idea_fl_ft h3 {
		font-size: 50px;
	}

	.zhenchen_idea_fl_ft h4 {
		top: 20px;
	}

	.zhenchen_idea_fr .img {
		width: 100%;
	}

	.zhenchen_idea_fr::before {
		width: 80%;
		height: 69vw;
	}

	.zhenchen_idea_fl_fc {
		padding-right: 0;
	}

	.zhenchen_idea_fl_fc::before {
		top: -15px;
	}
}

@media(max-width:360px) {
	.zhenchen_idea_fl_ft h3 {
		font-size: 45px;
	}

	.zhenchen_idea_fl_ft h4 {
		top: 15px;
	}
}

/*走进臻臣*/
.zhenchen_walk_into {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.zhenchen_walk_into .img img {
	width: 100%;
	opacity: 0;
}

.zhenchen_walk_into .wz {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zhenchen_walk_into .wz h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #ffffff;
}

.zhenchen_walk_into .wz a {
	display: inline-block;
	background-color: #dd2a25;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	padding: .9rem 3.1rem;
	margin-top: 3.8%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.zhenchen_walk_into .wz a:hover{
	background: #333;
}

@media(max-width:991px) {
	.zhenchen_walk_into .wz h3 {
		font-size: 22px;
	}

	.zhenchen_walk_into .wz a {
		font-size: 16px;
		padding: 12px 25px;
	}
}

@media(max-width:768px) {
	.zhenchen_walk_into .img img {
		min-height: 300px;
	}

	.zhenchen_walk_into .wz h3 {
		font-size: 20px;
	}

	.zhenchen_walk_into .wz a {
		margin-top: 15px;
	}
}


/*footer*/
.footer_zhenchen {
	background-color: #f5f5f5;
	padding: 3.5% 0;
}

.footer_zhenchen_ft {
	text-align: center;
	font-size: 0;
}

.footer_zhenchen_ft li {
	display: inline-block;
	margin: 3px 0;
}

.footer_zhenchen_ft li a {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	padding: 0 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.footer_zhenchen_ft li a:hover{
	color: #dd2a25;
}

.footer_zhenchen_fb {
	font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 3.5%;
	overflow: hidden;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.footer_zhenchen_fb_fl {
	float: left;
}

.footer_zhenchen_fb_fr {
	float: left;
}

@media(max-width:1180px) {
	.footer_zhenchen_ft li a {
		font-size: 15px;
		padding: 0 10px;
	}

	.footer_zhenchen_fb {
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.footer_zhenchen_ft {
		display: none;
	}

	.footer_zhenchen_fb {
		margin-top: 0;
	}

	.footer_zhenchen_fb_fl {
		width: 100%;
	}

	.footer_zhenchen_fb_fr {
		width: 100%;
	}
}

@media(max-width:768px) {
	.footer_zhenchen {
		padding: 25px 0;
	}
}


.shouyexuanfudaohang{
    width:100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    top: 50%;
    opacity: 0;
    right: 3%;
    z-index: 890;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.shouyexuanfudaohang img{
    width:80%;
}
.shouyexuanfudaohang.on{
   opacity: 1;
}
@media(max-width:768px){
    .shouyexuanfudaohang{
        width:60px;
        height: 60px;
        line-height: 60px;
    }
}










