﻿a {
	text-decoration: none;
}

ul,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

.box {
	width: 100%;
	padding: 0 19%;
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


/* 导航 开始 */

.header-box {
	position: fixed;
	z-index: 999;
	top: 0;
	height: 86px;
	background: rgba(255, 255, 255, 1);
	width: 100%;
}

.header-box-w {}

.header-box-2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 19%;
	margin: 0 auto;
	height: 100%;
}

.logo-box {
	width: auto;
	height: auto;
	float: left;
	padding-top: 12px;
}

.logo-box img {
	width: 100%;
	height: auto;
}

.header-nav {
	width: 80%;
	float: right;
	display: flex;
	flex-direction: row;
}

.header-nav>li {
	width: 50%;
	border-bottom: 2px solid transparent;
	transition: .5s;
	float: left;
	position: relative;
}

.header-nav>li>a {
	font-size: 16px;
	color: #323232;
	display: block;
	text-align: center;
	line-height: 82px;
}

.header-nav>li>ul {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	height: auto;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 3px 8px 0px rgba(155, 155, 155, 0.42);
	z-index: 999;
	transition: .5s;
}

.header-nav>li>ul>li {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	/* border-bottom: solid 1px #dddddd; */
	font-size: 16px;
	color: #333333;
}

.header-nav>li>ul>li:last-child {
	border-bottom: none;
}

.header-nav>li>ul>li>a {
	font-size: 16px;
	color: #000000;
}

.header-nav>li>ul>li:hover>a {
	color: #a73527;
}

.header-nav>li:hover {
	border-bottom: 4px solid #b81e20;
	transition: .5s;
}

.header-nav>li:hover>ul {
	display: block;
}

.header-nav>li:hover>a {
	color: #b81e20;
}

.header-nav>.active {
	border-bottom: 4px solid #b81e20;
}

.header-nav>.active>a {
	color: #b81e20;
}

.headersj-box {
	display: none;
}

.header-boxny {
	background: #FFFFFF;
}

.logo-boxer {
	width: 277px;
	height: 25px;
	margin-left: 0;
}

.logo-boxer img {
	width: 277px;
	height: 25px;
	margin-top: 40px;
}

.header-naver>li>a {
	color: #333333;
}

.header-box .header-box-2 .head_right {
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 77px;
}

.header-box .header-box-2 .head_right a {
	color: #333333;
}


/* 导航 结束 */


/*首页*/


/*轮播图*/

.index_lunbo {
	margin-top: 86px;
	margin-bottom: 50px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}

.swiper-slide img {
	width: 100%;
}

.index_lunbo .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
}

.index_lunbo .swiper-pagination-bullet-active {
	background: #cf4836;
}


/*诚汇金简介*/

.index_desc {
	height: auto;
	margin-bottom: 87px;
}

.index_desc .bottom .bot_left {
	float: left;
	width: 54%;
	color: #333333;
}

.index_desc .bot_left h4 {
	font-size: 26px;
	margin: 38px 0 14px 0;
}

.index_desc .bot_right {
	float: right;
	width: 46%;
	text-align: right;
}

.index_desc .bot_right img {
	width: 90%;
}

.index_desc .top {
	width: 74%;
	height: 90px;
	font-size: 28px;
	letter-spacing: 2px;
	color: #333333;
	line-height: 90px;
	position: relative;
}
.index_desc .sj_top {
    display: none;  
}
.index_desc .sj_top img{
	width: 100%;
	height: 100%;
}
.index_desc .top .top_son {
	/*定位的元素自动居中*/
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	    font-weight: bold;
}

.index_desc .top img {
	width: 100%;
}

.index_desc .top .line {
	width: 66px;
	height: 5px;
	background-color: #b81e20;
	margin-top: -20px;
}



.index_desc .bottom .bot_left {
	position: relative;
}

.index_desc .bottom .bot_left h5 {
	font-size: 0.92vw;
	letter-spacing: 1px;
	color: #555555;
	margin: 8% 0 4% 0;
}

.index_desc .bottom .bot_left p {
	font-size: 16px;
	line-height: 31px;
	color: #666666;
	margin-bottom: 10%;
	text-indent: 2em;
}

.index_desc .bottom  .pc_go_chj,
.index_desc .bottom  .sj_go_chj {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
	border: solid 1px #999999;
	text-align: center;
	padding: 5px 10px;
	transition: 0.5s;
}
.index_desc .bottom  .pc_go_chj{	font-size: 18px;}

.index_desc .bottom  .pc_go_chj{
	    padding: 2% 8% !important;
}
.index_desc .bottom  .sj_go_chj_div{
	display: none;
}
.index_desc .bottom  .pc_go_chj:hover {
	border: solid 1px #cd4835;
	background-color: #cd4835;
	color: white;
}

.index_desc .bottom .bot_left .sj_go_chj {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
	border: solid 1px #999999;
	text-align: center;
	padding: 5px 10px;
	transition: 0.5s;
	display: none;
}

.index_desc .bottom .bot_left .sj_chj_div{}


/*产品展示*/

.pro_show {
	background: url(../image/pro_bg.jpg) no-repeat;
	height: auto;
	background-size: 100% 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.pro_show .title {
	width: 60%;
	height: 50px;
	margin: auto;
	margin-bottom: 60px;
}
.pro_show .tit_sj{
	display: none;
	width: 100%;
	background: url(../image/chanpin_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.pro_show .title img{
	width: 100%;
}

.pro_show .tab .tit ul li{
        background-color: #cd4835;
}
.pro_show .tab .tit ul li a{
      color: white;
}
.index_cj .tit_sj{
	display: none;
	width: 100%;
	background: url(../image/changjing_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.index_news .tit_sj{
	display: none;
	width: 100%;
	background: url(../image/xinwen_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.index_rongyu .tit_sj{
	display: none;
	width: 100%;
	background: url(../image/rongyu_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.tab {
	height: auto;
	margin: 0 auto;
}

.tab .tit ul {
	/*width: 40%;*/
	margin: auto;
	box-sizing: border-box;
	text-align: center;
}

.tab .tit ul li {
	float: left;
	width: 21.2% !important;
    height: 34px;
    line-height: 34px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin-right: 4.78%;
	transition: 0.5s;
}
.pro_tugongbu .tab .tit ul{
    text-align: center;
}
.pro_tugongbu .tab .tit ul li{
    float: none;
    
	display: inline-block;
}
.pro_tugongbu .tab .tit ul li.select{
       background: #ea2628;
}
.pro_tugongbu .tab .tit ul.sonul{
    margin: 3% auto;
}
.pro_tugongbu .tab .tit ul.sonul li{
    margin-right: -6px;
}
.pro_tugongbu .tab .tit ul.sonul li.select{
    background: #cd4835;
}
.pro_tugongbu .tab .tit ul.sonul li.select a{
    color: #fff;
}
.pro_tugongbu .tab .tit ul.sonul li{
    width: 11%;
    background: none;
    border-right: 1px solid #dbdbdb;
    
}
.pro_tugongbu .tab .tit ul.sonul li a{
    color: #666;
    
}
.tab .tit ul li:last-child {
	margin-right: 0;
}

.tab .tit ul li:nth-child(2) {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.tab .content>div {
	width: 100%;
	height: auto;
	margin-top: 60px;
	display: none;
}

.tab .select {
	background-color: #cd4835;
	color: #666666;
}

.tab ul li a {
	color: #666666;
	font-size: 16px;
}

.tab .select a {
	color: white;
}

.tab .select {
	color: white;
}

.tab .content .show {
	display: block;
}
.tab .content{
    min-height: 100px;
}
.tab .content ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0.14);
	cursor: pointer;
	transition: 0.5s;
}

.tab .content ul li:hover div {
	border: solid 1px #4c4c4c;
		border-top: 1px solid transparent;
}
.tab .content ul li:hover div a{
	border: none;
	background-color: #b81e20;
}
.tab .content ul li:nth-child(3n+3) {
	margin-right: 0;
}

.tab .content ul li>img {
	width: 100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 265px;
}

.tab .content ul li .btn img {
	width: 10%;
}

.tab .content ul li p {
	font-size: 16px;
	color: #5b5e66;
	margin-bottom: 20px;
}

.tab .content ul li a {
	border: solid 1px #dadada;
	text-align: center;
	padding: 1% 10% 3% 10%;
}

.tab .content ul li a:hover {
	border: none;
	background-color: #b81e20;
}

.tab .content ul li div {
	width: 100%;
	height: auto;
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: .5s;
}


.pro_show .tab .tit ul li{
    height: 40px;
    line-height: 40px;
}





.more_btn {
	border: solid 1px #999999;
	text-align: center;
	width: 10%;
	margin: auto;
	padding: 1% 3%;
	margin-top: 20px;
	transition: 0.5s;
	cursor: pointer;
}

.more_btn a {
	font-size: 18px;
	color: #999999;
}

.more_btn:hover {
	border: solid 1px #cd4835;
	background-color: #cd4835;
	
}
.more_btn:hover a{
	color: white;
}

/*应用场景*/

.index_cj {
    padding-top: 60px;
}

.index_cj .title {
	text-align: center;
	width: 58%;
	margin: auto;
}

.index_cj .title img {
	width: 100%;
}

.index_cj .cj_con ul {
	margin: 70px 0 40px 0;
}

.index_cj .cj_con ul li {
	float: left;
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 32px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 200px;
}

.index_cj .cj_con ul li:nth-child(4n+4) {
	margin-right: 0;
}

.index_cj .cj_con ul li img {
	width: 100%;
	display: block;
	height: 100%;
}

.index_cj .cj_con ul li .is_div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(3, 0, 0, 0.3);
	position: absolute;
	bottom: -78%;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
	font-size: 16px;
	color: #ffffff;
}


.index_cj .cj_con ul li .is_div p {
	margin:4% 0;
}
.index_cj .cj_con ul li:hover .is_div {
    	background: rgba(3, 0, 0, 0.5);
}


/*新闻资讯*/

.index_news {
	width: 100%;
	background: url(../image/new_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: auto;
	padding-top: 43px;
	padding-bottom: 73px;
}
.index_news .more_btn{
	margin-top: 70px;
}
.index_news .title {
	text-align: center;
	width: 78%;
	margin: auto;
	margin-bottom: 90px;
}
.index_news .title_sj{display: none;}
.index_news .title img {
	width: 100%;
}

.index_news .news_con .left_img {
	float: left;
	width: 34%;
	margin-right: 3%;
	cursor: pointer;
}

.index_news .news_con .left_img>img {
	width: 100%;
	display: block;
	    height: 350px;
}

.index_news .news_con .left_img>div {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.85vw;
	color: #333333;
    background: white;
}

.index_news .news_con .left_img div .le {
	float: left;
}

.index_news .news_con .left_img div .ri {
	float: right;
	width: 16%;
	background-color: #b81e20;
	height: 100%;
	text-align: center;
}

.index_news .news_con .left_img div .ri img {
	width: 32%;
}

.index_news .news_con .right_ul {
	width: 63%;
	float: left;
	height: 100%;
}

.index_news .news_con .right_ul li .li_left {
	float: left;
	width: 13%;
	text-align: center;
	border-right: 2px solid #e5e5e5;
	margin-right: 4%;
	margin-bottom: 1%;
	cursor: pointer;
	transition: 0.5s;
}

.index_news .news_con .right_ul li {
	width: 100%;
	background: white;
	margin-bottom: 2.9%;
	padding: 3% 1%;
	box-sizing: border-box;
}

.index_news .news_con .right_ul li:last-child {
	margin-bottom: 0;
}

.index_news .news_con .right_ul ul li .li_left h4 {
	font-size: 2.1vw;
	color: #cd4835;
	font-weight: normal;
}

.index_news .news_con .right_ul ul li .li_left>p {
	font-size: 0.7vw;
	color: #666666;
}

.index_news .news_con .right_ul ul li .li_right .tit {
	font-size: 18px;
	color: #333333;
	margin-bottom: 2%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_news .news_con .right_ul ul li .li_right .desc {
	font-size: 14px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_news .news_con .right_ul li .li_left:hover {
	background: #b81e20;
	border-right: 2px solid transparent;
}

.index_news .news_con .right_ul li .li_left:hover h4,
.index_news .news_con .right_ul li .li_left:hover p {
	color: white;
}


/*荣誉资质*/

.index_rongyu {
	padding-top: 76px;
	padding-bottom: 60px;
}

.index_rongyu .title {
	text-align: center;
	width: 78%;
	margin: auto;
	margin-bottom: 90px;
}
.index_rongyu .title_sj{
	width: 100%;
	display: none;
}
.index_rongyu .title img,
.index_rongyu .title_sj img{
	width: 100%;
}

.index_rongyu .swiper-container2 {
	width: 100%;
	height: 100%;
}

.index_rongyu .swiper-slide2 {
	text-align: center;
	background: #fff;
	/* 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;
	height: 300px;
}

.index_rongyu .swiper-slide2 img {
	width: 74%;
}

.index_rongyu .swiper-slide2 {
	height: 300px;
}

.index_rongyu .more_btn {
	margin-top: 68px;
}


/*公用底部*/

.footer {
	width: 100%;
	height: auto;
	background: url(../image/foot_bg.jpg) no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 14px;
}
.footer hr{
	opacity: 0.4;
}
.footer ul {
	padding-top: 66px;
	padding-bottom: 66px;
	line-height: 25px;
}

.footer ul li {
	float: left;
	width: auto;
	margin-right: 8.3%;
}

.footer ul li:last-child {
	margin-right: 0;
}

.footer ul li .left {
	margin-right: 14px;
}

.footer ul li .left img {
	width: 96%;
}

.footer ul li>div {
	float: left;
}

.footer ul li:last-child {
	margin-right: 0;
}

.footer .banquan {
	font-size: 12px;
	color: #b3b3b3;
	opacity: 0.6;
	padding-top: 22px;
	padding-bottom: 22px;
}

.footer .banquan a {
	font-size: 12px;
	color: #b3b3b3;
}
.footer .banquan a:hover{
	color: white;
}

.footer .banquan .left {
	float: left;
}

.footer .banquan .right {
	float: right;
}


/*banner*/

.banner {
	margin-top: 86px;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.banner .tit {
	position: absolute;
	left: 19%;
	bottom: 38%;
	color: white;
}

.banner .tit h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6%;
}

.banner .tit p {
	font-size: 16px;
}


/*面包屑导航*/

.nav {
	width: 100%;
	background-color: #f4f4f4;
	padding: 24px 0;
	font-size: 16px;
	color: #666666;
}

.nav .nav_box a {
	font-size: 16px;
	color: #666666;
}

.nav .nav_box img {
	margin-right: 5px;
}



.changjing{
        min-height: 250px;
}
.changjing .cj_con ul li {
    float: left;
       width: 31%;
    margin-right: 3.5% !important;
    margin-bottom: 3%;
    height: 266px;
    }
.changjing .cj_con ul li:nth-child(3n+3){
	margin-right: 0 !important;
}
.changjing .cj_con ul li .is_div p {
    margin: 4% 0;
}
.changjing .top_link {
    /*width:42%;*/
    margin: auto;
}
.changjing .top_link a{
	    color: #666666;
}
.changjing .top_link ul{
    text-align: center;
    margin: auto;
}

.changjing .top_link ul li {
	float: none;
	display: inline-block;
	width: 20.2%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	border: none;
	    background-color: #cd4835;
	        margin-right: 2%;
}
.changjing .top_link ul li a{
    color: white;
}
.changjing .top_link ul li:last-child{
    margin-right: 0;
}
.changjing .top_link ul .select{
    background: #ea2628;
}
.changjing .top_link ul .select a{
   font-weight: bold;
}



/*走进诚汇金-公司简介*/

.banner_chj .tit {
	color: #000000;
}

.compant_jianjie_tab {
	margin-top: 48px;
}

.compant_jianjie_tab .tab .tit ul {
	width: 30%;
}

.compant_jianjie_tab .tab .content .jianjie {
	width: 100%;
	box-sizing: border-box;
}

.compant_jianjie_tab .tab .content .jianjie .big_box>h3 {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 50px;
	font-weight: normal;
	font-stretch: normal;
}
.compant_jianjie_tab .tab .tit ul li{
    height: 40px;
    line-height: 40px;
}
.compant_jianjie_tab .tab .content .jianjie p {
	text-indent: 2em;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #666666;
	margin-bottom: 36px;
}

.compant_jianjie_tab .tab .content .jianjie .left_article {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.compant_jianjie_tab .tab .content .jianjie .left_article h4 {
	font-size: 18px;
	font-weight: bold;;
	font-stretch: normal;
	line-height: 24px;
	color: #333333;
}

.compant_jianjie_tab .tab .content .jianjie .left_article .wenhua {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 36px;
}

.compant_jianjie_tab .tab .content .jianjie .left_article .p1 {
	margin-bottom: 0;
}

.compant_jianjie_tab .tab .content .jianjie .right_img {
	float: left;
	width: 47%;
}
.compant_jianjie_tab .tab .content .jianjie .right_img_sj{
	display: none;
}

.compant_jianjie_tab .tab .content .jianjie .right_img .img1 {
	margin-bottom: 22px;
}

.compant_jianjie_tab .tab .content .jianjie .right_img .img1 img {
	width: 100%;
}

.compant_jianjie_tab .tab .content .jianjie .right_img .img2 img {
	width: 47.5%;
}

.compant_jianjie_tab .tab .content .jianjie .right_img .img2 img:first-child {
	margin-right: 4%;
}

.compant_jianjie_tab .tab .content .jianjie .big_box {
	margin-bottom: 98px;
}

.compant_jianjie_tab .tab .content .jianjie .num_box {
	width: 100%;
	background: #FAFAFA;
	height: auto;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul {
	padding-top: 70px;
	padding-bottom: 44px;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul li {
	width: 20%;
	margin-right: 0;
	box-shadow: 0 0;
	background: none;
	margin: 0;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul li p {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #000000;
	text-indent: inherit;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul li p:first-child {
	border-left: 1px solid #E1E1E1;
	padding: 10px 0;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul li:last-child p:first-child {
	border-right: 1px solid #E1E1E1;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul li p span {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e4c33e;
}

.compant_jianjie_tab .tab .content .jianjie .num_box ul li:last-child {
	margin-right: 0;
}


/*走进诚汇金-资质荣誉*/

/*.compant_jianjie_tab .tab .content .rongyu ul li {*/
/*	height: auto;*/
/*	padding: 12% 0;*/
/*	position: relative;*/
/*	border: solid 1px #e8e8e8;*/
/*	overflow: hidden;*/
/*}*/

/*.compant_jianjie_tab .tab .content .rongyu ul li img {*/
/*	width: 46%;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*}*/

/*.compant_jianjie_tab .tab .content .rongyu ul li div {*/
/*	position: absolute;*/
/*	bottom: -76%;*/
/*	left: 0;*/
/*	text-align: center;*/
/*	transition: all 0.5s;*/
/*	height: 100%;*/
/*	background: rgba(0, 0, 0, 0.3);*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	width: 100%;*/
/*	font-size: 14px;*/
/*}*/

/*.compant_jianjie_tab .tab .content .rongyu ul li div p {*/
/*	margin: 0;*/
/*	color: #ffffff;*/
/*	margin: 6% 0;*/
/*}*/

/*.compant_jianjie_tab .tab .content .rongyu ul li div img {*/
/*	width: 12%;*/
/*	margin: auto;*/
/*}*/

/*.compant_jianjie_tab .tab .content .rongyu ul li div:hover {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	border: 0;*/
/*}*/

/*.compant_jianjie_tab .tab .content .rongyu ul li div:hover p {*/
/*	margin: 26% 0 6% 0;*/
/*}*/


.compant_jianjie_tab .tab .content .rongyu ul li {
	height: auto;
	padding: 2% 0;
	position: relative;
	border: solid 1px #e8e8e8;
	overflow: hidden;
	box-shadow: none;
}

.compant_jianjie_tab .tab .content .rongyu ul li .img_div {
	    overflow: hidden;
    height: 260px;
    width: 100%;
    position: relative;
}

.compant_jianjie_tab .tab .content .rongyu ul li .img_div img{
    display: inline-block;
    transition: all 0.3s;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.compant_jianjie_tab .tab .content .rongyu ul li .dingwei {
	position: absolute;
	bottom: -84%;
	left: 0;
	text-align: center;
	transition: all 0.5s;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
}

.compant_jianjie_tab .tab .content .rongyu ul li .dingwei p {
	color: #ffffff;
	margin:4% 0;
	font-size: 16px;
}
.compant_jianjie_tab .tab .content .rongyu ul li .dingwe img {
	width: 12%;
	margin: auto;
}


.compant_jianjie_tab .tab .content .rongyu ul li:hover .img_div {
	border: 1px solid transparent;
}
.compant_jianjie_tab .tab .content .rongyu ul li:hover .dingwei{
    background: rgba(0, 0, 0, 0.5);
}





/*走进诚汇金-董事长致辞*/

.compant_jianjie_tab .content .zhici {
	background: url(../image/zc_bg.png) no-repeat;
	/*background-size: 100% 100%;*/
	width: 100%;
	height: auto;
	background-position: bottom;
	padding-bottom: 20%;
}

.compant_jianjie_tab .content .zhici h3 {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 48px;
	font-weight: normal;
	font-stretch: normal;
}

.compant_jianjie_tab .content .zhici .article {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.compant_jianjie_tab .content .zhici .article p {
	text-indent: 2em;
	margin-bottom: 20px;
}


/*产品展示——详情*/

.product_detail .tab .tit ul {
	/*width: 52%;*/
	text-align: center;
}

.product_detail .tab .tit ul li {
	float: none;
	display: inline-block;
	width: 15%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	border: none;
	background-color: #fff;
	 margin-right: 2%;
	 border-right: 1px solid #dbdbdb;
}
.product_detail .tab .tit ul .select{
    background-color: #cd4835;
}
	
.product_detail .tab .tit ul li a{
    color: #666666;
}
.product_detail .tab .tit ul .select a{
    color: #fff;
}
.product_detail .tab .tit ul li:last-child{
    margin-right: 0;
}
.product_detail .tab .tit {
	margin-top: 48px;
	margin-bottom: 56px;
}


/*土工布*/

.product_detail .tugongbu .tgb_tit {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 20px;
}

.product_detail .tugongbu .tgb_con {
	padding-top: 37px;
	padding-bottom: 37px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 26px;
}

.product_detail .tugongbu .tgb_con .img_1 {
	width: 100%;
}

table {
	border: 1px solid #bfbfbf;
	border-width: 1px 0px 0px 1px;
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 40px;
}

table tr td {
	padding: 20px 0 20px 40px;
}

table tr td:first-child {
	width: 16%;
	background-color: #e4e4e4;
}

.product_detail .tugongbu .tgb_con>p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin: 10px 0 15px;
}
.product_detail .tugongbu .tgb_con img{
    
    max-width:500px;
    margin: auto;
}

.product_detail .tugongbu .tgb_con .img_box img:last-child {
	margin-right: 0;
}



/*新闻详情*/

.news_detail_tab .tab .tit ul {
	width:24%;
	margin-top: 56px;
	margin-bottom: 70px;
}

.news_detail_tab .tab .tit ul li {
	width: 47% !important;
}

.news_detail_tab .tab .tit ul li:last-child {
	border-right: none;
}

.news_detail_tab .news_detail>h3 {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	color: #333333;
	text-align: center;
}

.news_detail_tab .news_detail .time {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}

.news_detail_tab .news_detail .article {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 24px;
	padding-bottom: 35px;
	margin-bottom: 26px;
	width: 100%;
}

.news_detail_tab .news_detail .article p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}

.news_detail_tab .news_detail .article .zhaiyao {
	padding: 32px 28px;
	background-color: #F9F9F9;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 25px;
}

.news_detail_tab .news_detail .article .img_div {
	text-align: center;
	margin: 60px 0;
}

.news_detail_tab .news_detail .article .img_div .img_p {
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}


/*新闻列表*/

.news_list_tab .tab .tit ul {
	width: 24%;
	margin-top: 56px;
	margin-bottom: 70px;
}

.news_list_tab .tab .tit ul li {
	width: 47% !important;
	height: 40px;
	line-height: 40px;
}

.news_list_tab .tab .tit ul li:last-child {
	border-right: none;
}

.news_list_tab .news_list {
	margin-bottom: 3%;
	margin-top: -30px !important;
}

.news_list_tab .news_list .item_box {}

.news_list_tab .news_list .item_box .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 3.5% 0;
	width: 100%;
}

.news_list_tab .news_list .item_box .item .left {
	float: left;
	width: 12%;
	box-sizing: border-box;
	padding: 1% 3%;
	border-right: 1px solid #E8E8E8;
}

.news_list_tab .news_list .item_box .item .left .day {
	font-size: 52px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #eac047;
}

.news_list_tab .news_list .item_box .item .left .time {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.news_list_tab .news_list .item_box .item .center {
	float: left;
	width: 64%;
	box-sizing: border-box;
	padding-left: 3%;
}

.news_list_tab .news_list .item_box .item .center .title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 3.5%;
}

.news_list_tab .news_list .item_box .item .center .desc {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list_tab .news_list .item_box .item .right {
	float: right;
	width: 19%;
	margin-left: 5%;
	overflow: hidden;
	height: 130px;
}

.news_list_tab .news_list .item_box .item .right img {
	width: 100%;
	display: block;
	transition: 1s;
	height: 100%;
}

.news_list_tab .news_list .item_box .item .right img:hover {
	transform: scale(1.2);
}


/*检测设备*/

.shebei {
	padding-top: 50px;
}


.shebei .tab .tit ul li {
	width: 12.5%;
	border: none;
	float: none;
	display: inline-block;
	    margin-right: 2%;
	    background-color: #cd4835;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.shebei .tab .tit ul li a{
    color: white;
    display: block;
}
.shebei .tab .tit ul li:last-child{
    margin-right: 0;
}


.shebei .tab .index_cj {
	padding: 0;
}

.shebei .tab .index_cj .cj_con ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	height: 380px;
}
.index_cj .cj_con ul li>img{
    width: 100%;
    height: 100%;
}
.shebei .tab .index_cj .cj_con ul li:nth-child(2n) {
	margin-right: 0;
}

.shebei .tab .index_cj .cj_con ul li .is_div {
	bottom: -84%;
	margin: 0;
	padding: 0px;
}

.shebei .tab .index_cj .cj_con ul li .is_div p {
	margin: 3.5% 0;
	color: white;
}
.shebei .tab .tit ul .select{
        background: #ea2628;
}
.shebei .tab .tit ul .select a{
    font-weight: bold;
}
.shebei .tab ul li .imgPc{
    padding: 0;
    border: 0;
}


/*产品展示-防水材料*/

.pro_fangshui {
	margin-bottom: 4%;
}

.pro_fangshui .tit {
	padding-top: 50px;
}

.pro_fangshui .tit ul {
	width: 34%;
}

.pro_fangshui .tit ul li {
	width: 21.2%;
}

.pro_fangshui .tit ul li {
	border-right: 1px solid #dbdbdb;
	border-left: none !important;
}

.pro_fangshui .tit ul li:last-child {
	border-right: none;
}


/*聚酯胎基布*/

.pro_fangshui .content ul li div {
	border: 1px solid #e8e8e8;
}

.pro_fangshui .content ul li:hover div {
	border: 1px solid #e8e8e8;
}

.pro_fangshui .content ul li {
	box-shadow: 0 0 black;
	overflow: hidden;
	transition: 0.5s;
}

.pro_fangshui .content ul li:hover {
	box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0.14);
}

.pro_fangshui .content ul li div {
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
}

.pro_fangshui .content ul li div p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.pro_fangshui .content ul li div p:nth-child(2) {
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	margin: 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}


/*土工布*/

.pro_tugongbu .tab .tit {
    margin: auto;
	margin-top: 3%;
}



.pro_tugongbu .tab .tit ul li {
   float: none;
	display: inline-block;
	width: 20.2%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	border: none;
	    background-color: #cd4835;
	        margin-right: 2%;
}

.pro_tugongbu .tab .tit ul li a{
    color: white;
}
.pro_tugongbu .tab .tit ul li:last-child{
    margin-right: 0;
}

.pro_tugongbu .content ul li div {
	border: 1px solid #e8e8e8;
}

.pro_tugongbu .content ul li:hover div {
	border: 1px solid #e8e8e8;
}

.pro_tugongbu .content ul li {
	box-shadow: 0 0 black;
	overflow: hidden;
	transition: 0.5s;
}

.pro_tugongbu .content ul li:hover {
	box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0.14);
}

.pro_tugongbu .content ul li div {
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
}

.pro_tugongbu .content ul li div p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.pro_tugongbu .content ul li div p:nth-child(2) {
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	margin: 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	min-height: 60px;
}


/*联系我们*/

.contact_us {
	margin: 3% 0;
}

.contact_us .title {
	text-align: center;
}

.contact_us .title h4 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}

.contact_us .title p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	margin: 18px 0 44px 0;
}

.contact_us .content_box {
	width: 100%;
}

.contact_us .content_box .top {
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
}

.contact_us .content_box .top div {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
	padding: 3% 0;
	height: 100%;
}

.contact_us .content_box .top div img {
	margin-bottom: 1%;
	width: 21.5%;
}

.contact_us .content_box .top .left {
	width: 24%;
	background: #F9F9F9;
	float: left;
}

.contact_us .content_box .top .center {
	width: 50%;
	background: #F9F9F9;
	float: left;
	margin: 0 1%;
}

.contact_us .content_box .top .center img {
	width: 8%;
}

.contact_us .content_box .top .right img {
	width: 18%;
}

.contact_us .content_box .top .right {
	width: 24%;
	background: #F9F9F9;
	float: left;
}

.contact_us .content_box .bottom {
	margin-top: 1%;
	margin-bottom: 60px;
	height: 400px;
}


.contact_us .content_box .bottom  .map {
	height: 100%;
}


.contact_us .form_box form {
	box-sizing: border-box;
	margin: 0 9%;
	background-color: #ffffff;
}

.contact_us .form_box form .item {
	margin-bottom: 24px;
	font-size: 16px;
	color: #333333;
}

.contact_us .form_box form .item .span1 {
	font-size: 20px;
	color: #de1010;
	margin-right: 3px;
}

.contact_us .form_box form .form_div {
	width: 87%;
	display: inline-block;
	margin-left: 1%;
}

.contact_us .form_box form .item input {
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #d7d7d7;
	padding-left: 1%;
}

.contact_us .form_box form .item .tit {
	width: 10%;
	display: inline-block;
	text-align: right;
	float: left;
}

.contact_us .form_box form .item textarea {
	width: 88%;
	min-height: 80px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #d7d7d7;
	padding: 5px;
	box-sizing: border-box;
	margin-left: 1%;
}

.contact_us .form_box form .title {
	display: none;
	text-align: center;
	font-size: 6vw;
	letter-spacing: 1px;
	color: #444444;
	margin: 30px 0;
}

.contact_us .form_box form .title p img {
	width: 14%;
}

.contact_us .form_box form .tijiao_btn {
	text-align: center;
}
.article img {
    margin: auto;
    display: block;
    max-width: 500px;
}

.contact_us .form_box form .tijiao {
	margin: auto;
	width: 24%;
	height: 40px;
	background-color: #f56c6c;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	display: block;
}
.contact_us .form_box form .tijiao:hover{
	background-color: #b81e20;
	
}
.recruit_list{
    margin-top: 30px !important;
}
.recruit_list .item_box{
    width: 100%;
}
.recruit_list .clearfix:hover{
    box-shadow:0px 1px 14px 2px rgba(0, 0, 0, 0.1);
}
.recruit_list .clearfix{
    width: 100%;
    height: 80px;
    border:#f5f5f5 solid 1px;
    overflow:hidden;
    transition:0.3s;
    padding: 3% ;
    margin:2% auto;
}
.recruit_list a {
    color:#666;
}
.recruit_list  .top{
    border-bottom: #f5f5f5 solid 1px;
    clear: both;
    overflow: hidden;
    padding-bottom: 9px;
}
.recruit_list  .toptitle,.recruit_list  .toptime{
    width: 50%;
    
}
.recruit_list  .toptitle{
    float: left;
    color:#333;
    font-size:18px;
}
.recruit_list  .toptime{
    float: right;
    color:#666;
    text-align: right;
    font-size:14px;
}
.recruit_list  .center{
    clear: both;
    color:#666;
    height: 57px;
    overflow: hidden;
    line-height: 30px;
    padding-top: 10px;
     font-size:14px;
   text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

/*分页*/

.pages {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.pages .pages_box {
	width: auto;
	display: inline-block;
}

.pages .pages_box a {
	float: left;
	background: #d9d9d9;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #606266;
	margin-right: 12px;
	line-height: 30px;
	cursor: pointer;
	font-size: 12px;
	color: #666666;
}

.pages .pages_box .acti {
	background-color: #e7c344;
}

.pages .pages_box a:first-child,
.pages .pages_box a:last-child {
	width: 80px;
	color: white;
}

.pages .pages_box .acti {
	background-color: #e7c344;
	color: white;
}

.pages .pages_box:last-child {
	margin-right: 0;
}


/*上下页*/

.turn_page {
	margin-bottom: 55px;
}

.turn_page div {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666666;
}

.turn_page div a {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
}

.turn_page div a:hover {
	text-decoration: underline;
}


.BMap_cpyCtrl{
    display: none !important;
}



.shebei .pages {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 60px;
}

.pro_fangshui .pages {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.compant_jianjie_tab .tab .content .rongyu ul li div p{
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_cj .more_btn{
	margin-bottom: 60px;
}
.recruit_about{}
.recruit_h1{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #333;
      margin-bottom: 3;
}
.recruit_about ul{
    overflow: hidden;
    height: auto;
    margin-top: 5%;
}
.recruit_about ul li{
    float: left !important;
    width: 30% !important;
   transition:0s !important;
   border:none !important;
   box-shadow: none !important;
}
.recruit_about ul li  .recruit_icon{

    padding-bottom: 5px !important;
}
.recruit_about .recruit_right{
    padding:0px !important;
}
.recruit_about ul li b{
       font-size: 22px;
    text-align: left;
       display: block;
       padding-top: 20px;
       font-weight: 500;
       color: #333;
}

.recruit_about ul li div{border:none !important;     text-align:left !important;}
.recruit_about ul li:hover div{border:none !important;}
.recruit_about .recruit_line {padding:0px !important;}
.recruit_about .recruit_line img{ width: 100%}
.recruit_about ul li   .recruit_text p{
    color:#555;
}









