﻿.search_form input.search_text {
    background: #f3f3f3;
}


.public_nav3{
    background: #ececec;
}
.public_nav3 .nav{
    float:left;
}
.public_nav3 .nav ul li{
    float:left;
	width:155px;
    line-height:60px;
    color:#444;
    font-size:17px;
	text-align:center;
}
.public_nav3 .nav ul li a{
    display: block;
    color: inherit;
}
.public_nav3 .text{
    float:right;
    line-height:60px;
    color:#666;
    font-size:14px;
}

.public_nav3 .nav ul li:hover,
.public_nav3 .nav ul li.on{
    color:#fff;
    background: #535353;
}


/*新闻列表*/
.news{
	padding:70px 0;
}
.news .list_box{
	margin-bottom:70px;
}
.news .list_box .list a{
	display: block;
}
.news .list_box .list{
	padding:30px 0;
	border-bottom:1px dashed #ddd;
}
.news .list_box .list .img_box{
	float:left;
	width:479px;
	height:277px;
	line-height:277px;
	text-align:center;
	display: block;
}
.news .list_box .list .text_box{
	float:right;
	width:700px;
	height:277px;
	padding:0 50px 0 70px;
	position: relative;
}
.news .list_box .list:hover .text_box{
	background:#f8f8f8;
}
.news .list_box .list .text_box i{
	position: absolute;
	left:70px;
	bottom:30px;
	z-index: 11;
	color:#888888;
	font-size: 15px;
	line-height:25px;
}
.news .list_box .list .text_box h3{
	color:#444;
	font-size:20px;
	line-height:24px;
	padding-left:10px;
	margin:40px 0;
	position: relative;
}
.news .list_box .list .text_box h3:after{
	content:"";
	position: absolute;
	left:0;
	top:2px;
	z-index: 11;
	background: #535353;
	width:1px;
	height:20px;
}
.news .list_box .list .text_box .text{
	color:#888;
	font-size:15px;
	line-height:25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*新闻列表 end*/


/*分页*/
.MvcPagerCtrl
{
    text-align: center;
} 
.MvcPagerCtrl a{
    color:#888;
    font-size:16px;
    line-height:42px;
    display: inline-block;
    padding: 0 16px;
    border:1px solid #ddd;
    background: #fff;
    margin:0 5px;
    font-family: "宋体";
}
.MvcPagerCtrl a:hover{
    color:#fff;
    border:1px solid #535353;
    background: #535353;
}
/*分页*/

/*内页富文本样式*/
.inner-about .detailTitle
{
        color: #333;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
}
.inner-about .time {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.inner-about .content
{
       color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.inner-about .content p
{
    text-indent: 2em;
    margin-bottom: 20px;
}
/*内页富文本样式*/


/* pro */
.pro{
	padding:80px 0;
}
.pro .htit3{
	margin-bottom:50px;
}
.pro .list_box .list{
	float:left;
	width:640px;
	margin-right:20px;
	margin-bottom:30px;
	cursor: pointer;
	position: relative;
}
.pro .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:640px;
	height: 418px;
	display: block;
	background: rgba(0,0,0,.5) url(../images/btn.png) no-repeat center center;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
}
.pro .list_box .list:hover .mask{
	opacity: 1;
}
.pro .list_box .list:nth-child(2n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width:640px;
	height: 418px;
	line-height: 418px;
	text-align: center;
	display: block;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pro .list_box .list p{
	color: #444;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	padding: 10px 0;
}
.pro .pages{
	margin:30px 0 10px 0;
}

/*图片详细页*/
.case_v_slide
{
    border: 1px solid #ddd;
}
.case_v_slide .img_box 
{
    display: block;
    height: 680px;
    line-height: 680px;
    margin: 0 auto;
    
}

.case_v .t1{
	margin:50px 0 40px 0;
}
.case_v .t1 h3{
	color:#444;
	font-size:20px;
	line-height:40px;
	margin-bottom:30px;
	position: relative;
}
.case_v .t1 h3 span
{
    background-color: #fff;   
}
.case_v .t1 h3:after{
	content:"";
	position: absolute;
	left:100px;
	top:49%;
	z-index: -1;
	width:1200px;
	height:1px;
	background:#dcdcdc;
}
.case_v .t1 .text{
	color:#666;
	font-size:15px;
	line-height:32px;
	padding-bottom:50px;
	border-bottom: 1px solid #dcdcdc;
}
.case_v .t2 a{
	color:#666;
	font-size:15px;
	line-height:30px;
	float:left;
	margin-right:30px;
}
.case_v .t1 .content
{
    min-height: 50px;
    border-bottom: 1px solid #dcdcdc;
}
/*产品详情*/
.pdtInfoImg img
{
    margin: 0 auto;
    max-height: 850px;
}
.pdttext_box h3
{
    color: #444;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;

}
.pdttext_box
{
    margin: 40px 0;
    position: relative;
}
.pdttext_box .prov_cont {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: 150px;
    height: 60px;
    padding-left: 60px;
    background: url(../images/prov_bg.png) no-repeat left 4px;
}
.pdttext_box .prov_cont i{
	color:#666;
	font-size:16px;
	line-height:26px;
	display: block;
}
.pdttext_box .prov_cont p{
	color:#666;
	font-size:22px;
	line-height:32px;
}

.prov_box2{
	width:100%;
	position: relative;
}

.prov_slide .hd ul li{
	float:left;
	display: inline-block;
	color:#444;
	font-size:16px;
	line-height:50px;
	width:153px;
	text-align:center;
	background: #eee;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	position: relative;
}
.prov_slide .hd ul li.on,
.prov_slide .hd ul li:hover{
	background: #fff;
	border-top:1px solid #535353;
}
.prov_slide .hd ul li i{
	position: absolute;
	left:0;
	bottom:-1;
	z-index: 11;
	width:100%;
	height:1px;
	background:#fff;
	display: none;
	visibility:visible;
}
.prov_slide .hd ul li.on i,
.prov_slide .hd ul li:hover i{
	display: block;
}
.prov_slide .bd{
	border:1px solid #dcdcdc;
	min-height: 100px;
}
.prov_slide .bd ul li .content{
	padding:50px 40px;
	color:#666;
	font-size:15px;
	line-height:35px;
}



/*联系*/

.contact{
	padding:80px 0 100px 0;
}
.contact .cont_box{
	float:left;
	width:480px;
}
.contact .cont_box .cont_htit{
	margin: 0 0 20px 0;
}
.contact .cont_box .cont_htit h2{
	color: #444;
	font-size: 20px;
	line-height: 40px;
}
.contact .cont_box .cont_htit p{
	color: #c5c5c5;
	font-size: 13px;
	line-height: 20px;
}
.contact .cont_box .text{
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}
.contact .cont_box .cont_text{
	color: #666;
	font-size: 15px;
	line-height: 25px;
}
.contact .cont_box .cont_text p{
	padding:20px 0;
	border-bottom:1px dashed #e5e5e5;
}
.contact .cont_box .cont_text p em{
	float:left;
	width:110px;
	color:#333;
	display: block;
	text-indent: 25px;
}
.contact .cont_box .cont_text p em.c1{
	background: url(../images/c1.png) no-repeat left 4px;
}
.contact .cont_box .cont_text p em.c2{
	background: url(../images/c2.png) no-repeat left 4px;
}
.contact .cont_box .cont_text p em.c3{
	background: url(../images/c3.png) no-repeat left 5px;
}

.contact .map_box{
	float:right;
	width:750px;
	height: 420px;
}
.contact .map_box .map{
	width:750px;
	height:420px;
	overflow: hidden;
}




/*about*/
.about{
    padding:90px 0;
}
.about .htit3{
    margin-bottom:30px;
}
.about .text{
    color:#666;
    font-size:16px;
    line-height:30px;
}





.about2 img{
    width:100%;
}
@media (max-width: 1300px){
.about2 img{
    width:100%;
    max-width:100%;
}

}




.about3{
    padding:60px 0;
    background: #f5f5f5;
}
.about3 .htit3{
    margin-bottom:30px;
}
.about3 .text{
    color:#666;
    font-size:15px;
    line-height:33px;
    text-align:center;
}

/* about4 */
.about4 .ab4_box{
	height:528px;
	background:#fff;
	position: relative;
}
.about4 .ab4_box .pic{
	width:50%;
	height:528px;
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
}
.about4 .ab4_box .pic img{
	width:100%;
	height:100%
}
.about4 .ab4_box .text_box{
	width:565px;
}
.about4 .ab4_box .text_box h3{
	color:#444;
	font-size:26px;
	line-height:36px;
	padding:140px 0 25px 0;
}
.about4 .ab4_box .text_box .text{
	color:#666;
	font-size:16px;
	line-height:32px;
}


/*join*/

/* .bannero */
.bannero{
    width:100%;
    position: relative;
}
.bannero img{
    width:100%;
} 
.bannero .banner_more{
    position: absolute;
    left:calc(50% - 520px);
    bottom:30%;
    z-index: 11;
    width:1040px;
}
.bannero .banner_more a{
    float:left;
    width:200px;
    height:58px;
	text-align:center;
    line-height:58px;
    color:#444;
    font-size:16px;
    border-radius: 5px;
	margin-right:10px;
    background: #fff;
}
.bannero .banner_more a:last-child{
	margin-right:0;
}
.bannero .banner_more a:hover{
	color:#fff;
	background:#e50000;
}

.join{
    padding: 86px 0;
    background: #f6f6f6;
}
.join .main{
    position: relative;
    background: #fff;
    padding-top:10px;
}


.join .main:after,
.join .main:before{
    content:"";
    position: absolute;
    bottom:12px;
    z-index: 1;
    width:625px;
    height:1px;
    box-shadow:0 6px 35px 5px rgba(0,0,0,.3);
}
.join .main:after{
    left:20px;
    transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}
.join .main:before{
    right:20px;
    transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.join .htit2{
    position: absolute;
    top:-190px;
    left:0;
    right:0;
    z-index: 11;
    padding:65px 0 10px 0;
    background: #fff;
}
.join .htit2 p{
    color:#e1e1e1;
    font-size:30px;
    line-height:40px;
    text-transform: uppercase;
}
.join .pic_box{
    width:1200px;
    margin:20px auto;
}
.join .pic_box .pic{
    float:left;
    display: table-cell;
    vertical-align: middle;
    width:386px;
    height:248px;
    border:1px solid #a7a5a2;
    margin-right:18px;
    text-align:center;
    overflow: hidden;
}
.join .pic_box .pic img{
    vertical-align: middle;
    max-width:100%;
    max-width:100%;
    display: inline-block;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.join .pic_box .pic:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.join .pic_box .pic:nth-child(3n){
    margin-right:0;
}


.join .text_box{
    width:820px;
    text-align:center;
    margin:0 auto;
    padding:30px 0 60px 0;
    position: relative;
}
.join .text_box:after{
    content:"";
    position: absolute;
    left:-240px;
    right:0;
    bottom:0;
    z-index: 11;
    width:1300px;
    height:50px;
    background: #fff;
}
.join .text_box h3{
    color:#444;
    font-size:26px;
    line-height:36px;
    margin-bottom:20px;
}
.join .text_box .text{
    color:#666;
    font-size:16px;
    line-height:32px;
    text-align:center;
}






.join2{
    padding:60px 0 40px 0;
}
.join2 .public_nav2{
    margin:0px 0 50px 0;
}
.join2 .htit2{
    margin-bottom:50px;
}
.join2 .list_box .list{
    float:left;
    width:374px;
    height:446px;
    padding:20px 18px;
    margin-right:30px;
    margin-top:30px;
    margin-bottom:60px;
    border-radius: 10px;
    border-top:4px solid #ea3333;
    box-shadow: 0px 2px 15px 2px #ddd;
    position: relative;
}
.join2 .list_box .list:nth-child(3n){
    margin-right:0;
}
.join2 .list_box .list h4{
    width:226px;
    height:60px;
    line-height:60px;
    border-radius: 30px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    background: #e50000;
    position: absolute;
    left:calc(50% - 113px);
    top:-30px;
    z-index: 11;
}
.join2 .list_box .list .pic{
    position: absolute;
    left:18px;
    bottom:20px;
    z-index: 11;
    width:374px;
    height:271px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.join2 .list_box .list .pic img{
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    width: 100%;
    height: 100%;
}
.join2 .list_box .list .pic:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.join2 .list_box .list .text{
    color:#444;
    font-size:16px;
    line-height:26px;
    margin:40px 0 0 0;
}




/*join3*/
.join3{
    padding:0px 0;
    background: ;
}
.join3 .htit2{
    margin-bottom:50px;
}
.join3 .join3_text{
    color:#fff;
    font-size:20px;
    line-height:40px;
    text-align:center;
    padding:20px 0;
    background: #444;
}
.join3_slide .hd ul{
    border-top:1px solid #444;
    border-left:1px solid #dcdcdc;
}
.join3_slide .hd ul li{
    float:left;
    width:258.8px;
    height:198px;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
}
.join3_slide .hd ul li:nth-child(2n){
    background: #f5f5f5;
}
.join3_slide .hd ul li p{
    color:#444;
    font-size:16px;
    line-height:26px;
    padding-top:130px;
    text-align:center;
}
.join3_slide .hd ul li p.p_pic1{
    background: url(../images/p_pic1.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic2{
    background: url(../images/p_pic2.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic3{
    background: url(../images/p_pic3.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic4{
    background: url(../images/p_pic4.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic5{
    background: url(../images/p_pic5.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic6{
    background: url(../images/p_pic6.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic7{
    background: url(../images/p_pic7.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic8{
    background: url(../images/p_pic8.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic9{
    background: url(../images/p_pic9.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic10{
    background: url(../images/p_pic10.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover{
    background: #e50000;
}
.join3_slide .hd ul li:hover p{
    color:#fff;
}
.join3_slide .hd ul li:hover p.p_pic1{
    background: url(../images/p_pic1s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic2{
    background: url(../images/p_pic2s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic3{
    background: url(../images/p_pic3s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic4{
    background: url(../images/p_pic4s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic5{
    background: url(../images/p_pic5s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic6{
    background: url(../images/p_pic6s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic7{
    background: url(../images/p_pic7s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic8{
    background: url(../images/p_pic8s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic9{
    background: url(../images/p_pic9s.png)no-repeat center 50px;
}
.join3_slide .hd ul li:hover p.p_pic10{
    background: url(../images/p_pic10s.png)no-repeat center 50px;
}



.join3_slide .bd{
    width:1298px;
    height:380px;
    margin-top:40px;
    box-shadow: 0px 10px 17px -7px #aaa;
    border:1px solid #dcdcdc;
}

.join3_slide .bd ul li{
    padding:30px 35px;
}
.join3_slide .bd ul li .img_box{
    float:left;
    width:552px;
    height:319px;
    text-align:center;
    line-height:319px;
	display: block;
}
.join3_slide .bd ul li .text_box{
    float:right;
    width:615px;
}
.join3_slide .bd ul li .text_box h4{
    color:#444;
    font-size:19px;
    line-height:30px;
    margin:20px 0;
}
.join3_slide .bd ul li .text_box .text{
    color:#666;
    font-size:16px;
    line-height:30px;
    margin:20px 0;
}






/*join4*/
.join4{
    padding:70px 0;
}
.join4 .htit2{
    margin-bottom:40px;
}
.join4 .text{
    color:#666;
    font-size:16px;
    line-height:26px;
    text-align:center;
}
.join4 .text img{
    max-width:100%;
}







/*join5*/
.join5{
    padding:80px 0 70px 0;
    background: url(../images/join5_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.join5 .htit2 p{
    color:#8d8d8d;
}
.join5 .htit2 h2{
    color:#fff;
}
.join5 .list_box{
    margin:140px 0 95px 0;
}
.join5 .list_box .list{
    float:left;
    width: 298px;
    height: 300px;
    margin-right:35px;
    background: #fff;
    position: relative;
 }
.join5  .list_box .list:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 149px solid transparent;
    border-right: 149px solid transparent;
    border-bottom: 70px solid #fff;
}
.join5  .list_box .list:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 149px solid transparent;
    border-right: 149px solid transparent;
    border-top: 70px solid #fff;
}
.join5 .list_box .list:nth-child(4n){
    margin-right:0;
}
.join5 .list_box .list .pic{
    position:absolute;
    left:0;
    top:-70px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.join5 .list_box .list:hover .pic{
    display: block;
    opacity: 1;
}
.join5 .list_box .list h4{
    width:116px;
    height:116px;
    line-height:116px;
    margin:20px auto;
    display: block;
    color:#444;
    font-size:20px;
    text-align:center;
    border-radius: 100%;
    background: #f6f6f6;
    box-shadow: 2px 6px 15px -2px #ddd;
}
.join5 .list_box .list .text{
    color:#666;
    font-size:15px;
    line-height:26px;
    width:256px;
    margin: 0 auto;
}






/*join6*/
.join6{
    padding:90px 0;
}
.join6 .htit2{
    margin-bottom:40px;
}
.join6_box .join6_pic{
    float:left;
    width:288px;
    height:287px;
    border-radius: 100%;
    margin:90px 50px 0;
    border:20px solid #e6e6e6;
}
.join6_box .join6_pic img{
    border-radius: 100%;
}
.join6_box ul.join6_text{
    float:right;
    width:840px;
}
.join6_box ul.join6_text li{
    padding: 10px 0 10px 50px;
    color:#444;
    font-size:16px;
    line-height:30px;
    border-bottom:1px dashed #d3d3d3;
    position: relative;
}
.join6_box ul.join6_text li em{
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 11;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    background: #e6e6e6;
}




/*join7*/
.join7{
    padding:60px 0 90px 0;
    background: url(../images/join7_bg.jpg)no-repeat center center;
    background-size: 100% 100%;
}
.join7 .htit2{
    margin-bottom:40px;
}
.join7_box{
    height:620px;
    background: #fff;
    box-shadow: -2px 2px 14px 2px #aaa;
}
.join7_box .form_box{
    float:left;
    width:650px;
    margin-left:50px;
    margin-top:50px;
}
.join7_box .form_box form .f1_box .t1{
    float:left;
    width:310px;
    line-height:60px;
    text-indent:15px;
    margin-right:26px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;
}
.join7_box .form_box form .f1_box .t1:nth-child(2n){
    margin-right:0;
}

.join7_box .form_box form #distpicker select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
    background: url(../images/select_bg.png)no-repeat 280px 25px;
}
.join7_box .form_box form #distpicker select.t2::-ms-expand { display: none; }
.join7_box .form_box form #distpicker .t2{
    float:left;
    width:312px;
    height:60px;
    line-height:60px;
    text-indent:15px;
    margin-right:26px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;    
}
.join7_box .form_box form #distpicker .t2:nth-child(2n){
    margin-right:0;
}
.join7_box .form_box form textarea.message{
    width:648px;
    height:280px;
    line-height:30px;
    text-indent:15px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;    
}
.join7_box .form_box form .f2_box input.num{
    float:left;
    width:485px;
    height:60px;
    line-height:60px;
    text-indent:15px;
    margin-right:6px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;    
}
.join7_box .form_box form .f2_box .pic{
    float:right;
    width:150px;
    height:60px;
    background: #e5e5e5;
}
.join7_box .form_box form input.submit{
    width:650px;
    height:60px;
    line-height:60px;
    text-align:center;
    border:1px solid #eaeaea;
    color:#fff;
    font-size:16px;    
    background: #aaa;
}



.join7_box .join7_pic{
    float:right;
    width:546px;
    height:620px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}
.join7_box .join7_pic img{
    vertical-align: middle;
}

.join8 .htit2
{
    margin-bottom: 30px;
}
.join8 .img img
{
    max-width: 100%;
    margin: 0 auto;
}
/*join end*/







.about4 .ab4_box2{
	height:528px;
	background:#262020;
	position: relative;
}
.about4 .ab4_box2 .pic{
	width:50%;
	height:528px;
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
}
.about4 .ab4_box2 .pic img{
	width:100%;
	height:100%
}



.about4 .ab4_box2 .text_box{
	float:right;
	width:565px;
}
.about4 .ab4_box2 .text_box h3{
	color:#fff;
	font-size:26px;
	line-height:36px;
	padding:140px 0 25px 0;
}
.about4 .ab4_box2 .text_box .text{
	color:#fff;
	font-size:16px;
	line-height:32px;
}





/*other*/
.inner-content
{
    padding: 50px 0;
}





/*.page*/
.page{
    text-align:center;
}

.page a{
    color:#888;
    font-size:16px;
    line-height:42px;
    display: inline-block;
    padding: 0 16px;
    border:1px solid #ddd;
    background: #fff;
    margin:0 5px;
    font-family: "宋体";
}

.page a:hover,
.page a.on{
    color:#fff;
    border:1px solid #535353;
    background: #535353;
}

.contactMap
{
    height: 424px;
}


