@charset "utf-8";

/*
	--------------------------
	间距清除
	--------------------------
*/
/*body {transform: scale(1) translate(0,1px); }*/
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}
/*img{*/
    /*transition: all .8s;*/
/*}*/
/*img:hover {*/
    /*z-index: 11;*/
    /*transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
/*}*/
body{
    font-family: 微软雅黑;
    background-color: #ffffff;
}
/*头部*/
.header{
    width:100%;
    height: 100px;
    background: #f1f1f1;
}
.header .header_container{
    width: 1200px;
    height: 100px;
    margin:0 auto;
	position:relative;
}
.header_container #header_logo{
    width: 6%;
    float: left;
    margin-top:16px;
}
.header_container .headerline{
	height:80px;
	width:1px;
	border-left:1px solid #ccc;
	position:absolute;
	top:28px;
	left:170px;
}
.header_container #header_line{
    margin-top: 40px;
    margin-left: 20px;
    float: left;
}
.header_container #header_pic{
	margin-left: 20px;
}
.header_container .header_content p{
    width: 200px;
    margin-top:13px;
    margin-left: 120px;
	margin-right:6px;
    font-size: 1rem;
    line-height:20px;
    color: #9F9F9F;
    float: left;
}
.header_container #header_pic li{
    margin-top: 27px;
    margin-left:36px;
    float: left;
}
.header_container .header_content2{
    float: right;
    margin-top:20px;
    position:relative;
}
.header_container .header_content2 span{
    position:absolute;
	top:6px;
	left:-44px;
	width:45px;
	height:51px;
    background:url(../images/telbanner.png);
}
.header_container .header_content2 h1{
    font-size:20px;
    color: #999999;
	margin-left: 12px;
	font-weight:bold;
	margin-bottom:2px;
}
.header_container .header_content2 p{
    font-size:30px;
    color: #333333;
	margin-left: 12px;
}
/*导航*/
.nav{
    margin:0 auto;
    width:1200px;
}
/*banner轮播*/
.nav_img_left{
    width:100%;
    height: 580px;
    overflow: hidden;
    position: relative;
}
.nav_img_left .scroll{
    width:1920px;
    height: 580px;
}
.nav_img_left .scroll a{
    display: none
}
.nav_img_left .page-icon{
    position: absolute;
    text-align: center;
    bottom: 10px;
    margin-left:48%;
}
.nav_img_left .page-icon li{
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: white
}

.layui-nav-child {
    width: 667px;
    top: 70px !important;
    padding: 0 !important;
    line-height: 36px;
    background-color: #ccc;
    padding: 10px 0 !important;
}
.layui-nav-child dd {
    padding: 10px 20px !important;

    float: left;
    font-size: 14px;
    margin-right: 12px !important;
    line-height:10px !important;

}
.layui-nav-child dd:nth-child(1){
	width: 140px;
}
.layui-nav-child dd:nth-child(2){
	width: 140px;
}
.layui-nav-child dd:nth-child(3){
	width: 140px;
}
.layui-nav-child dd:nth-child(4){
	width: 140px;
}

.layui-nav .layui-nav-child a {
    color: #999999;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;

}



.nav_home{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    margin-bottom: 100px;
}
.nav_home .nav{
    display: block !important;
}
.nav_home .nat_home_l,.nav_home .nat_home_r{
    position: absolute;
    top: 0;
    height: 100%;
}
.nav_home .nat_home_l{
    left: 0;

}
.nav_home .nat_home_r{
    right: 0%;
    width: 200px;
}
.nav_home .nat_home_l .nat_home_pic{
    height: 80px;
    width: 80px;
    margin: 10px;
    margin-left: 200%;
}
@media screen and (max-width: 1800px) { 
.nav_home .nat_home_l .nat_home_pic{
    margin-left: 180%;
}
} 
@media screen and (max-width: 1700px) { 
.nav_home .nat_home_l .nat_home_pic{
    margin-left: 130%;
}
} 
@media screen and (max-width: 1600px) { 
.nav_home .nat_home_l .nat_home_pic{
    margin-left: 100%;
}
} 
@media screen and (max-width: 1550px) { 
.nav_home .nat_home_l .nat_home_pic{
    margin-left: 40%;
}
} 
.nav_home .nat_home_l .nat_home_pic img{
    width: 61%;
}
.nav_home .nat_home_r .header_content2{
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 25px 0;
	position:relative;
}
.nav_home .nat_home_r .header_content2 span{
    position:absolute;
	top: 10px;
    left: -130px;
	width:45px;
	height:51px;
    background:url(../images/telbanner.png);
}
.nav_home .nat_home_r .header_content2 h1{
    font-size:16px;
    color: #999999;
	padding: 3px 0;
	font-weight:bold;
	position:absolute;
	top: 8px;
	left: -70px;
}
.nav_home .nat_home_r .header_content2 p{
    font-size:25px;
    color: #333333;
	position:absolute;
	top: 33px;
	left: -70px;
}

    /*解决方案*/
.main2{
    width:100%;
    height:800px;
}
.main2 .main2_content{
    margin:0 auto;
    width:1200px;
    height:860px;
}
.main2_content h1{
    font-size:32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    padding-top:55px;

}
.main2_content h2{
    font-size:20px;
    font-weight:normal;
    color: #999999;
    text-align: center;
    padding-top:20px;
}
.ltc #lf1{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc2 #lf2{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc3 #lf3{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc4 #lf4{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc5 #lf5{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc6 #lf6{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc7 #lf7{
    float: left;
    margin-top: 60px;
    margin-left:-10px;
}
.ltc .main2_right{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../images/main2_right.png);
}
.ltc2 .main2_right2{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../picture/main2_right2.png);
}
.ltc3 .main2_right3{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../picture/main2_right3.png);
}
.ltc4 .main2_right4{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../picture/main2_right4.png);
}
.ltc5 .main2_right5{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../picture/main2_right5.png);
}
.ltc6 .main2_right6{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../picture/main2_right6.png);
}
.ltc7 .main2_right7{
    width:400px;
    height:400px;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    background: url(../picture/main2_right7.png);
}
.main2_right h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.main2_right2 h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.main2_right3 h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.main2_right4 h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.main2_right5 h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.main2_right6 h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.main2_right7 h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 50px;
}
.ltc .mian2_right .main2_a #m2a2{
    margin-left: 50px;
    padding-top: 30px;
}
.ltc2 .mian2_right2 .main2_a #m2a22{
    margin-left: 50px;
    padding-top: 30px;
}
.ltc3 .mian2_right3 .main2_a #m2a23{
    margin-left: 50px;
    padding-top: 30px;
}
.ltc4 .mian2_right4 .main2_a #m2a24{
    margin-left: 50px;
    padding-top: 30px;
}
.ltc5 .mian2_right5 .main2_a #m2a25{
    margin-left: 50px;
    padding-top: 30px;
}
.ltc6 .mian2_right6 .main2_a #m2a26{
    margin-left: 50px;
    padding-top: 30px;
}
.ltc7 .mian2_right7 .main2_a #m2a27{
    margin-left: 50px;
    padding-top: 30px;
}
/*厂家直销*/
.main3{
    width:100%;
    height:570px;
    background: url(../picture/bk2_bj.png) no-repeat center center;
}
.main3 .main3_cjzx{
    width:1200px;
    height: 570px;
    margin:0 auto;
    position: relative;
}
.main3_cjzx h1{
    font-size:32px;
    font-weight:bold;
    color: #333333;
    position: absolute;
    margin-top:98px;
    margin-left: 300px;
}
.main3_cjzx p{
    font-size:20px;
    color: #999999;
    position: absolute;
    margin-top:160px;
    margin-left: 345px;
}
.main3_cjzx ul li{
    float: left;
    margin-top: 260px;
    margin-left: 60px;
    width: 215px;
    height: 215px;
    background:url(../picture/bk2_yk.png) no-repeat center center;
}
.main3_cjzx ul li h2{
    text-align: center;
    font-size:20px;
    font-weight:bold;
    padding-top: 70px;
}
.main3_cjzx ul li h3{
    width:150px;
    font-size:16px;
    color: #999999;
    font-weight:normal;
    padding-top:30px;
    margin-left:45px;
}

.main4{
    width:100%;
    height: 1242px;
    background:url(../images/bj.png) no-repeat center center;
}
.main4 .main4_az{
    width:1200px;
    height:1242px;
    margin:0 auto;

}
.main4_az h1{
    text-align: center;
    font-size:32px;
    font-weight:bold;
    color: #333333;
    padding-top: 100px;
}
.main4_az h2{
    text-align: center;
    font-size:20px;
    font-weight:normal;
    color: #999999;
    padding-top: 25px;
}
.main4_pic1{
    width: 1200px;
    height: 700px;
    margin-top: 135px;
    margin-left: 80px;
}

.main4_pic1 li{
    float: left;
    padding: 5px;
    position: relative;
}
.main4_pic1 #text1{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text2{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text3{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text4{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}

.main4_pic1 #text12{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text22{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text32{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text42{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text13{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text23{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text33{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text43{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text14{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text24{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text34{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text44{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text15{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text25{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text35{
    position: absolute;
    width: 340px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}
.main4_pic1 #text45{
    position: absolute;
    width: 680px;
    height: 40px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-top: -40px;
    line-height: 40px;
    opacity: 0.5;
}


.main4_list h1{ position:relative;}
.main4_list h1 div{ position:absolute; top:50px; left: 90px; width:30px; height:30px; background:url(http://www.osdiban.com.cn/templets/oushi/images/bg.png) }
.main4_list h1 .dada1{ background-position:0px 32px;}
.main4_list h1 .dada2{ background-position:-54px 32px;}
.main4_list h1 .dada3{ background-position:-98px 32px;}
.main4_list h1 .dada4{ background-position:-147px 32px;}
.main4_list h1 .dada5{ background-position:-201px 32px;}

.main4_list h1:hover .dada1{ background-position:0px 0px;}
.main4_list h1:hover .dada2{ background-position:-54px 0px;}
.main4_list h1:hover .dada3{ background-position:-98px 0px;}
.main4_list h1:hover .dada4{ background-position:-147px 0px;}
.main4_list h1:hover .dada5{ background-position:-201px 0px;}




.main4_list .lthis1{
    width: 220px;
    height: 180px;
    background-color: #e9e9e9e9;
    margin-left: 10px;
}
/*.main4_list .lthis1{ position:relative;}
.main4_list .lthis1 .tub{ width:28px; height: 28px; top: 1px; left: 1px; background:url({dede:global.cfg_templets_skin/}/images/bg.png no-repeat 1px 1px;)}*/


.main4_list .lthis2{
    width: 220px;
    height: 180px;
    background-color: #e9e9e9e9;
    margin-left: 10px;
}
.main4_list .lthis3{
    width: 220px;
    height: 180px;
    background-color: #e9e9e9e9;
    margin-left: 10px;
}
.main4_list .lthis4{
    width: 220px;
    height: 180px;
    background-color: #e9e9e9e9;
    margin-left: 10px;
}
.main4_list .lthis5{
    width: 220px;
    height: 180px;
    background-color: #e9e9e9e9;
    margin-left: 10px;
}
.main4_list h1:hover{
    color: #fafafa;
}
.main4_list li:hover{
    background-color: #6eb206;
}
.main4_list h1{
    font-size: 20px;
    font-weight:normal;
    color: #a9a9a9;
}
.main5{
    width:100%;
    height: 300px;
    background-size: 100% 100%;
    background:url(../picture/main_5.png) no-repeat center;
}
.main5_content{
    width: 1200px;
    height: 300px;
    margin:0 auto;
}
.main6{
    width:100%;
    heght:935px;
}
.main6 .main6_content{
    width: 1200px;
    height: 935px;
    margin:0 auto;
}
.main6_content h1{
    padding-top: 90px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
}
.main6_content h2{
    font-size: 20px;
    font-weight:normal;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}
.main6_content ul{
    margin-top: 80px;
}
.main6_content li{
    float: left;
    width: 380px;
    height: 274px;
    background: #f1f1f1;
    margin-top: 20px;
    margin-left: 20px;
}
.main6_content ul img{
    padding-top: 40px;
    padding-left: 60px;
}
.main6_content ul h3{
    font-size:22px;
    color: #333333;
    padding-top: 60px;
    padding-left: 50px;
}
.main6_content ul h4{
    width: 260px;
    color: #999999;
    font-size:16px;
    padding-top: 20px;
    padding-left: 50px;
}
.main7{
    width:100%;
    heihgt:1030px;
    background: #f1f1f1;
}
.main7 .main7_content{
    width: 1200px;
    height: 1030px;
    margin:0 auto;

}
.main7_content h1{
    text-align: center;
    padding-top: 100px;
    font-size:32px;
    font-weight:bold;
    color: #333333;
}
.main7_content h1 span{
    font-size: 32px;
    font-weight:bold;
    color: #6eb206;
}
.main7_content h2{
    text-align: center;
    padding-top: 20px;
    font-size:20px;
    font-weight:normal;
    color: #999999;
}
.main7_content .main7_list{
    margin-top: 80px;
}
.main7_content li{
    float: left;
    margin-left: 10px;
    position: relative;
}
.main7_content .mian7-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #6eb206;
    display: none;
    transform: translateY(-100%)

}
.main7_content .mian7-item .mian7-item-con{
    /*自己整*/
    padding: 200px 30px;
}
.main7_content .mian7-item .mian7-item-con .mian7-item-tit{
    color: #fff;
    font-size: 32px;
    padding: 20px 0;
}
.main7_content .mian7-item-this{
    display: block;
    animation:  mian7-item .1s;
    animation-iteration-count:1;
    transform: translateY(0);
}
@keyframes mian7-item{
    20% {

        height: 25%;
    }
    60% {
        height: 50%;
    }
    80%{
        height:75%;
    }
    100%{
        height: 100%;
    }
}
.main7_list #m7_2,#m7_4,#m7_6{
    margin-top: 80px;
}
.main7_list #m7_1 h3{
    font-size: 28px;
    font-weight:bold;
    color: #f1f1f1;
    position: absolute;
    margin-top: -300px;
    margin-left: 25px;
}
.main7_list #m7_2 h3{
    font-size: 28px;
    font-weight:bold;
    color: #f1f1f1;
    position: absolute;
    margin-top: -300px;
    margin-left: 10px;
}
.main7_list #m7_3 h3{
    font-size: 28px;
    font-weight:bold;
    color: #f1f1f1;
    position: absolute;
    margin-top: -300px;
    margin-left: 40px;
}
.main7_list #m7_4 h3{
    font-size: 28px;
    font-weight:bold;
    color: #f1f1f1;
    position: absolute;
    margin-top: -300px;
    margin-left: 42px;
}
.main7_list #m7_5 h3{
    font-size: 28px;
    font-weight:bold;
    color: #f1f1f1;
    position: absolute;
    margin-top: -300px;
    margin-left: 10px;
}
.main7_list #m7_6 h3{
    font-size: 28px;
    font-weight:bold;
    color: #f1f1f1;
    position: absolute;
    margin-top: -300px;
    margin-left: 40px;
}
.main8{
    width:100%;
    height:712px;
}
.main8 .main8_container{
    width: 1200px;
    height: 712px;
    margin:0 auto;
    background: wheat;
}
.main8_container h1{
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    padding-top: 100px;
}


/*脚部*/

.footer{
    width:100%;
    margin: 0 auto;
	margin-top:60px;
    background: #f1f1f1;
}
.footer .foot_container{
    width: 1200px;
    height: 545px;
    margin:0 auto;
	clear: both;
}
.foot_container .foot_1,.foot_2,.foot_3,.foot_4,.foot_5,.foot_6,.foot_7{
    float: left;
}
.foot_container .foot_1,.foot_2,.foot_3,.foot_4,.foot_5,.foot_6,.foot_7{
    margin-top: 40px;
    width: 170px;
    padding-left: 20px;
}
.foot_1 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_1 ul{
    margin-top: 30px;
}
.foot_1 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
.foot_2 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_2 ul{
    margin-top: 30px;
}
.foot_2 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
.foot_3 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_3 ul{
    margin-top: 30px;
}
.foot_3 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
.foot_4 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_4 ul{
    margin-top: 30px;
}
.foot_4 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
.foot_5 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_5 ul{
    margin-top: 30px;
}
.foot_5 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
.foot_6 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_6 ul{
    margin-top: 30px;
}
.foot_6 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
.foot_7 h1{
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}
.foot_7 ul{
    margin-top: 30px;
}
.foot_7 li a{
    font-size: 16px;
    font-weight:normal;
    color: #999999;
}
#footer_line{
    margin-top: 35px;
    margin-bottom: 50px;
}
#foot_logo2{
    float: left;
    margin-top: 10px;
}
.foot_content{
    margin-top: 30px;
    margin-left: 90px;
    float: left;
}
.footer_content h1{
    font-size:16px;
    font-weight:normal;
    color: #999999;
}
.footer_content h2{
    font-size:16px;
    font-weight:normal;
    color: #999999;
    padding-top: 5px;
}
.footer_content h3{
    float: left;
    font-size:16px;
    font-weight:normal;
    color: #999999;
    padding-top: 5px;
}
/*产品中心*/
/*banner*/
#banner{
    width:100%;
    margin:0 auto;
}
/*子导航2*/
.product_nav_box {
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.product_nav_box .product_nav {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    line-height: 70px;
}

.product_nav_box .product_nav .product_nav_item {
    position: relative;
    float: left;
    width: 240px;
    text-align: center;
}

.product_nav_box .product_nav .product_nav_item>a {
    color: #999999;
    font-size: 20px;
	display:block;
}

.product_nav_box .product_nav .product_nav_item .product_nav_line {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.product_nav_box .product_nav .product_nav_item:hover {
    background-color: rgb(110, 178, 6);
}
.product_nav_box .product_nav .product_nav_item_xuanzhong{
    background-color: rgb(110, 178, 6);
}
.product_nav_box .product_nav .product_nav_item_xuanzhong a{
	color: #fff;
}
.product_nav_box .product_nav .product_nav_item:hover a {
    color: #fff;
}
.product_nav_box .product_nav .product_nav_item:hover .product_nav_line {
    opacity: 0;
}

.product_nav_box .product_nav .product_nav_list_top {
    position: absolute;
    background: white;
    top: -70px;
    left: 0;
    z-index: 1;
}

.product_nav_box .product_nav .product_nav_list_top .product_nav_item {
    width: 300px;
}

.product_nav_conten {
    position: relative;
    width: 100%;
    height: auto;
}

.product_nav_conten .product_nav_details{
    display: block;
    width: 100%;
    height: auto;
}
.product_nav_conten .product_nav_details_top {
    display: block;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.product_nav_conten .product_nav_this {
    display: block;
}

.product_nav_conten .changeColor_item {
    display: none;
    width: 100%;
    height: 600px;
}

.product_nav_conten .changeColor_item_this {
    display: block;
}

.product_nav_color {
    top: 670px;
    width: 100%;
    height: 120px;
}

.product_nav_color .product_details_color {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_nav_color .product_details_color .details_changeColor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_nav_color .product_details_color .details_changeColor .details_changeColor-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_nav_conten .changeColor_item img{width:100%;height:100%}
.product_nav_color .product_details_color .details_changeColor .details_changeColor-item i {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
}

.product_nav_color .product_details_color .details_changeColor_hint {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #a2a2a2;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-one {
    border: solid 1px #931516;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-one i {
    background-color: #931516;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-two {
    border: solid 1px #3A542C;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-two i {
    background-color: #3A542C;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-three {
    border: solid 1px #006E48;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-three i {
    background-color: #006E48;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-four {
    border: solid 1px #4385C1;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-four i {
    background-color: #4385C1;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-five {
    border: solid 1px #DFB78D;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-five i {
    background-color: #DFB78D;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-six {
    border: solid 1px #898D96;
}

.product_nav_color .product_details_color .details_changeColor .changeColor-item-six i {
    background-color: #898D96;
}

/*模块一*/
.cpzx_main2{
    width:100%;
}
.cpzx_main2 .cpzx_main2_container{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main2_container #cpzx_wenzi1{
    margin-left: 60px;
    margin-top: 50px;
}
.cpzx_main2_container #cpzx_img1{
    padding-top: 70px;
}
.cpzx_main2_container #cpzx_bt2{
    margin-top: 50px;
    margin-left: 150px;
}
.cpzx_main2_container #cpzx_wenzi2{
    margin-top: 100px;
    margin-left: 65px;
}
.cpzx_main2_container #cpzx_bt3{
    margin-top: 70px;
    margin-left: 150px;
}
/*模块二*/
.cpzx_main3{
    width:100%;

}
.cpzx_main3 .cpzx_main3_container{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main3_container .cpzx_main3_content{
    width: 1200px;
    height: 300px;
    background: #6eb206;
}
.cpzx_main3_container .cpzx_main3_content img{
    margin-top: 90px;
    margin-left: 350px;
}
.cpzx_main3_container #cpzx_wenzi3{
    margin-top: -100px;
}
.cpzx_main3_container #cpzx_img5{
    width: 1200px;
}
.cpzx_bh{
    width: 1200px;
    height: 825px;
    background: #333333;
}
.cpzx_bh h1{
    font-size: 24px;
    font-weight:normal;
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
}
.cpzx_bh h2{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 35px;
}
.cpzx_bh h3{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 10px;
}
.cpzx_bh #cpzx_img8{
    width: 1080px;
    height: 540px;
    margin-top: 55px;
    margin-left: 65px;
}
/*模块一 枫桦木*/
.cpzx_main22{
    width:100%;
}
.cpzx_main22 .cpzx_main2_container2{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main2_container2 #cpzx_wenzi12{
    margin-left: 60px;
    margin-top: 50px;
}
.cpzx_main2_container2 #cpzx_img12{
    padding-top: 70px;
}
.cpzx_main2_container2 #cpzx_bt22{
    margin-top: 50px;
    margin-left: 150px;
}
.cpzx_main2_container2 #cpzx_wenzi22{
    margin-top: 100px;
    margin-left: 65px;
}
.cpzx_main2_container2 #cpzx_bt32{
    margin-top: 70px;
    margin-left: 150px;
}
/*模块二 枫桦木*/
.cpzx_main32{
    width:100%;

}
.cpzx_main32 .cpzx_main3_container2{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main3_container2 .cpzx_main3_content2{
    width: 1200px;
    height: 300px;
    background: #6eb206;
}
.cpzx_main3_container2 .cpzx_main3_content2 img{
    margin-top: 90px;
    margin-left: 350px;
}
.cpzx_main3_container2 #cpzx_wenzi32{
    margin-top: -100px;
}
.cpzx_main3_container2 #cpzx_img52{
    width: 1200px;
}
.cpzx_bh2{
    width: 1200px;
    height: 825px;
    background: #333333;
}
.cpzx_bh2 h1{
    font-size: 24px;
    font-weight:normal;
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
}
.cpzx_bh2 h2{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 35px;
}
.cpzx_bh2 h3{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 10px;
}
.cpzx_bh2 #cpzx_img82{
    width: 1080px;
    height: 540px;
    margin-top: 55px;
    margin-left: 65px;
}
/*模块一 柞木*/
.cpzx_main23{
    width:100%;
}
.cpzx_main23 .cpzx_main2_container3{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main2_container3 #cpzx_wenzi13{
    margin-left: 60px;
    margin-top: 50px;
}
.cpzx_main2_container3 #cpzx_img13{
    padding-top: 70px;
}
.cpzx_main2_container3 #cpzx_bt23{
    margin-top: 50px;
    margin-left: 150px;
}
.cpzx_main2_container3 #cpzx_wenzi23{
    margin-top: 100px;
    margin-left: 65px;
}
.cpzx_main2_container3 #cpzx_bt33{
    margin-top: 70px;
    margin-left: 150px;
}
.cpzx_main2_container3 #cpzx_img33{
    /*margin-top: 30px;*/
    margin-left: 230px;
}
/*模块二 柞木*/
.cpzx_main33{
    width:100%;

}
.cpzx_main33 .cpzx_main3_container3{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main3_container3 .cpzx_main3_content3{
    width: 1200px;
    height: 300px;
    background: #6eb206;
}
.cpzx_main3_container3 .cpzx_main3_content3 img{
    margin-top: 90px;
    margin-left: 350px;
}
.cpzx_main3_container3 #cpzx_wenzi33{
    margin-top: -100px;
}
.cpzx_main3_container3 #cpzx_img53{
    width: 1200px;
}
.cpzx_bh3{
    width: 1200px;
    height: 825px;
    background: #333333;
}
.cpzx_bh3 h1{
    font-size: 24px;
    font-weight:normal;
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
}
.cpzx_bh3 h2{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 35px;
}
.cpzx_bh3 h3{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 10px;
}
.cpzx_bh3 #cpzx_img83{
    width: 1080px;
    height: 540px;
    margin-top: 55px;
    margin-left: 65px;
}
/*模块一 松木*/
.cpzx_main24{
    width:100%;
}
.cpzx_main24 .cpzx_main2_container4{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main2_container4 #cpzx_wenzi14{
    margin-left: 60px;
    margin-top: 50px;
}
.cpzx_main2_container4 #cpzx_img14{
    padding-top: 70px;
}
.cpzx_main2_container4 #cpzx_bt24{
    margin-top: 50px;
    margin-left: 150px;
}
.cpzx_main2_container4 #cpzx_wenzi24{
    margin-top: 100px;
    margin-left: 65px;
}
.cpzx_main2_container4 #cpzx_bt34{
    margin-top: 70px;
    margin-left: 150px;
}
/*模块二 松木*/
.cpzx_main34{
    width:100%;

}
.cpzx_main34 .cpzx_main3_container4{
    width: 1200px;
    margin:0 auto;
}
.cpzx_main3_container4 .cpzx_main3_content4{
    width: 1200px;
    height: 300px;
    background: #6eb206;
}
.cpzx_main3_container4 .cpzx_main3_content4 img{
    margin-top: 90px;
    margin-left: 350px;
}
.cpzx_main3_container4 #cpzx_wenzi34{
    margin-top: -100px;
}
.cpzx_main3_container4 #cpzx_img54{
    width: 1200px;
}
.cpzx_bh4{
    width: 1200px;
    height: 825px;
    background: #333333;
}
.cpzx_bh4 h1{
    font-size: 24px;
    font-weight:normal;
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
}
.cpzx_bh4 h2{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 35px;
}
.cpzx_bh4 h3{
    font-size: 18px;
    font-weight:normal;
    color: #f8f8f8;
    text-align: center;
    margin-top: 10px;
}
.cpzx_bh4 #cpzx_img84{
    width: 1080px;
    height: 540px;
    margin-top: 55px;
    margin-left: 65px;
}

/*结构 双层龙骨*/
.construction-dm1{
    width: 100%;
    height: 800px;
    padding-top: 20px;
    min-width: 1200px;
}
.construction-dm1 img{
    width: 100%;
    height: auto;
    display: block;
}
.construction-dm2{
    width: 100%;
    padding: 80px 0;
    background-color: rgb(51, 51, 51);
}
.construction-dm2 .construction-table{
    border: solid 1px rgb(40, 40, 40);
    border-right: none;
    text-align: center;
}
.construction-dm2 .construction-table thead tr td{
    height: 85px;
    font-size: 20px;
    color: #eee;
    border-bottom: solid 1px rgb(40, 40, 40);
    border-right: solid 1px rgb(40, 40, 40);
}
.construction-dm2 .construction-table tbody tr td{
    height: 70px;
    color: #d4d4d4;
    font-size: 16px;
    border-bottom: solid 1px rgb(40, 40, 40);
    border-right: solid 1px rgb(40, 40, 40);
    padding: 0 40px;
}
.construction-dm2 .construction-table .construction-td{
    text-align: left;
    padding-left: 70px;
}

.construction-dm3{
    width: 100%;
    background-color: rgb(238, 238, 238);
}
.construction-dm3 .construction-txt{
    padding: 65px 0;
    text-align: center;
}
.construction-dm3 .construction-txt .dm3-o{
    width: 182px;
    height: 182px;
    margin: 0 auto;
}
.construction-dm3 .construction-txt .dm3-txt{
    color: #5e5e5e;
    font-size: 16px;
    line-height: 34px;
}
.construction-dm3 .construction-txt .dm3-txt span{
    color: #6eb206;
    font-weight: 600;
}
.construction-dm3 .construction-txt .dm3-tit{
    font-size: 35px;
    color: #6eb206;
    font-weight: bold;
    padding: 35px 0;
    display: block;
    background: url(../picture/sm-yuan.png) no-repeat center 95px;
}
.construction-dm4{
    height: 1080px;
    width: 100%;
    background-color: rgb(249, 249, 249);
}
.construction-dm4 .dm4-con img{
    width: 100%;
    height: 100%;
    display: block;
}
.construction-dm5{
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 100px;
}
@media screen and (max-width: 1370px) {
	.construction-dm5{
		zoom:0.55;
	}
}
.construction-dm5 h3{
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    padding: 70px 0;
}
.construction-dm5 .dm5-banner{
    height: 400px;
    border: solid 1px rgb(170, 170, 170);
}
.construction-dm5 .dm5-banner .swiper-slide{
    width: 300px;
    border-right: rgb(170, 170, 170) 1px solid;
}
.construction-dm5 .dm5-banner .swiper-slide .slide-pic{
    margin: 0 auto;
    width: 225px;
    height: 320px;
    margin-top: 28px;
}
.construction-dm5 .dm5-banner .swiper-slide .slide-pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.construction-dm5 .dm5-banner .swiper-slide .slide-txt{
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}
/*结构 双层龙骨 -- 结束*/
/*产品中心结束*/



/*公司简介*/
.intro_head {
    width: 100%;
    height: 580px;
    background-color: #dde6ec
}

.intro_head .intro_head_b {
    height: 100%;
    background-color: #dde6ec;
    font-size: 0
}

.intro_head .intro_head_b .intro_head_l,.intro_head .intro_head_b .intro_head_r {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-size: 100% 100%;
    vertical-align: top
}

.intro_head .intro_head_b .intro_head_l {
    background: url(../images/intro_head_l.png) no-repeat center center
}

.intro_head .intro_head_b .intro_head_r {
    background: url(../images/intro_head_r.png) no-repeat center center
}

.intro_head .intro_head_b .intro_head_r .intro_head_r_p {
    padding-top: 187px;
    padding-bottom: 200px;
    color: #fff;
    text-align: center
}

.intro_head .intro_head_b .intro_head_r .intro_head_r_p .intro_head_o {
    font-weight: 600;
    font-size: 34px
}

.intro_head .intro_head_b .intro_head_r .intro_head_r_p .intro_head_t {
    letter-spacing: 6px;
    font-size: 28px
}

.intro_head .intro_head_b .intro_head_r .intro_head_r_p .intro_head_th {
    margin-top: 5pc;
    color: #ededed;
    font-size: 20px
}

.intro_details {
    width: 100%;
    background-color: #f9f9f9;
    background-image: url(../images/intro-demo.png);
    background-position: center center;
    background-size: 90% 100%;
    background-repeat: no-repeat
}

.intro_details .intro_details_box {
    padding: 99px 85px
}

.intro_details .intro_details_box .details_box_title {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 2pc;
    line-height: 2pc
}

.intro_details .intro_details_box .details_box_demo {
    position: relative;
    height: 5pc
}

.intro_details .intro_details_box .details_box_demo i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #6eb206;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.intro_details .intro_details_box p {
    margin-bottom: 45px;
    color: #747474;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px
}

.intro_demo {
    height: 75pt;
    background-color: #fff
}

.intro_d {
    width: 100%;
}

.intro_d .intro_dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ebebeb;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro_d .intro_dd .intro_d_item {
    width: 50%;  
    text-align: center; 
	padding: 70px 0;
}
.intro_d .intro_dd .intro_d_item1{ background:#F3F3F3;}
.intro_d .intro_dd .intro_d_item2{ background:#EBEBEB;}



.intro_d .intro_dd .intro_d_item .intro_item_t {
    padding-top: 45px;
    color: #505050;
    font-weight: 600;
    font-size: 26px
}

.intro_d .intro_dd .intro_d_item .intro_item_h {
    padding-top: 5px;
    color: #505050;
    white-space: nowrap;
    font-size: 20px
}
.intro_lv {
    width: 100%
}
.w1200{ width: 1200px; margin:0 auto;}
.intro_lv img {
    display: block;
    width: 100%;
    height: auto
}

.intro_uls_box {
    padding-bottom: 99px;
    background-color: #f7f7f7
}

.intro_list .intro_l_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro_list .intro_l_tit .intro_l_tito {
    color: #949494;
    text-align: center;
    font-size: 2pc
}

.intro_list .intro_l_tit .intro_l_tito span,.intro_list .intro_l_tit .intro_l_tito strong,.intro_list .intro_l_tit .intro_l_titt span {
    color: #333
}

.intro_list .intro_l_tit .intro_l_titt {
    color: #949494;
    text-align: center;
    font-size: 24px
}

.intro_list .intro_uls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro_list .intro_ul {
    width: 50%;
    height: auto
}

.intro_list .intro_ul .intro_item_txt {
    height: 280px;
    background-color: #efefef;
    text-align: right
}

.intro_list .intro_ul_r .intro_item_txt {
    background-color: #f7f7f7;
    text-align: left
}

.intro_list .intro_ul_r .intro_item_txt .intro_item_con {
    padding-left: 5pc
}

.intro_list .intro_ul .intro_item_txt .intro_item_con {
    padding-top: 110px;
    padding-right: 5pc;
    padding-bottom: 90px
}

.intro_list .intro_ul .intro_item_txt .intro_item_con .intro_item_con_o {
    padding-bottom: 13px;
    color: #333;
    font-size: 23px;
    line-height: 26px
}

.intro_list .intro_ul .intro_item_txt .intro_item_con .intro_item_con_t {
    position: relative;
    padding-top: 10px;
    color: #949494;
    font-size: 20px;
    line-height: 26px
}

.intro_list .intro_ul .intro_item_txt .intro_item_con .intro_item_line {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 75px;
    height: 1px;
    background-color: #d2d2d2
}

.intro_list .intro_ul_r .intro_item_txt .intro_item_con .intro_item_line {
    left: 0
}

.intro_list .intro_ul .intro_item_pic {
    height: 300px
}

.intro_list .intro_ul .intro_item_pic img {
    display: block;
    width: 100%;
    height: 100%
}

.intro_table_box {
    width: 100%;
    height: auto;
    background: #fff
}

.intro_table_box .intro_table {
    padding-top: 75pt;
    padding-bottom: 85px;
    height: auto
}

.intro_table_box .intro_table>ul {
    margin-bottom: 5pc;
    width: 100%;
    height: 75px
}

.intro_table_box .intro_table>ul>li {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    color: #ccc;
    text-align: center;
    font-size: 22px;
    line-height: 75px;
    cursor: pointer
}

.intro_table_box .intro_table>ul>li>i {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 24px;
    background-color: #bcbcbc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.intro_table_box .intro_table>ul>li:hover {
    background-color: #6eb206;
    color: #fff
}

.intro_table_box .intro_table>ul .intro_table_nav_this i,.intro_table_box .intro_table>ul>li:hover i {
    display: none
}

.intro_table_box .intro_table>ul .intro_table_nav_this {
    background-color: #6eb206;
    color: #fff
}
.intro_table_con{
    display: none;
}
.intro_table_con_show{
    display: block;
    -webkit-animation: .5s Iloveyou;
    animation: .5s Iloveyou;
}
@-webkit-keyframes Iloveyou{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
@keyframes Iloveyou{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.intro_table_con .intro_table_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    height: 393px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro_table_con .intro_table_list img {
    display: block;
    width: 100%;
    height: 100%
}

.intro_table_con .intro_table_list .intro_table_list_b {
    width: 788px;
    height: 100%
}

.intro_table_con .intro_table_list .intro_table_list_s {
    width: 395px;
    height: 100%
}
/*公司简介结束*/

/*施工场馆*/
/*子导航*/
.p2_nav_box {
    width: 100%;
    height: 60px;
    background-color: #fff;
    /* padding-bottom: 140px; */
    position: relative;
}
.p2_nav_box .p2_nav {
    position: absolute;
    left: 50%;
    top: -70px;
    background-color: rgb(250,250,250);
    transform: translateX(-50%);
    width: 1200px;
    height: 140px;
    display: flex;
    align-items: center;
}

.p2_nav_box .p2_nav .p2_nav_item {
    position: relative;
    float: left;
    width: 171px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.p2_nav_box .p2_nav .p2_nav_item>a {
    color: #999999;
    font-size: 20px;
	width: 171px;
    height: 60px;
    line-height: 60px;
	display: inline-block;
}

.p2_nav_box .p2_nav .p2_nav_item .p2_nav_line {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.p2_nav_box .p2_nav .p2_nav_item:hover {
    background-color: rgb(110, 178, 6);
}

.p2_nav_box .p2_nav .p2_nav_item:hover a {
    color: #fff;
}

.p2_nav_box .p2_nav .p2_nav_item:hover .p2_nav_line {
    opacity: 0;
}
.p2_nav_box .p2_nav .p2_nav_item_show{
    background-color: rgb(110, 178, 6);
}
.p2_nav_box .p2_nav .p2_nav_item_show a{
    color: #fff;
}
.p2_nav_box .p2_nav .p2_nav_list_top {
    position: absolute;
    background: white;
    top: -70px;
    left: 0;
    z-index: 1;
}

.p2_nav_box .p2_nav .p2_nav_list_top .p2_nav_item {
    width: 300px;
}

.p2_nav_conten {
    position: relative;
    width: 100%;
    height: auto;
}

.p2_nav_conten .p2_nav_details{
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}
.p2_nav_conten .p2_nav_details_top {
    display: none;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.p2_nav_conten .p2_nav_this {
    display: block;
}

.p2_nav_conten .changeColor_item {
    display: none;
    width: 100%;
    height: 600px;
    background: #DFB78D;
}

.p2_nav_conten .changeColor_item_this {
    display: block;
}
.p2_nav_conten .changeColor_item img{width:100%;height:100%}

/*banner*/
.sgcg_banner{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/sgcg_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
.sgcg_banner2{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/ymq_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
.sgcg_banner h1{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding-top: 180px;
}
.sgcg_banner h2{
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
.sgcg_banner ul{
    margin-left:32%;
    margin-top: 20px;
}
.sgcg_banner li{
    float: left;
    width:170px;
    height:35px;
    background: #ffffff;
    margin-left: 25px;
}
.sgcg_banner li #txt1{
    margin-top: 5px;
    padding-left:23px;
    font-size: 18px;
    color: #00215a;
}
.sgcg_banner li #txt2{
    margin-top: 5px;
    padding-left:32px;
    font-size: 18px;
    color: #00215a;
}
.sgcg_banner li #txt3{
    margin-top: 5px;
    padding-left:32px;
    font-size: 18px;
    color: #00215a;
}
/*专业面板*/
.sgcg_zymb{
    width:100%;
    height: 1240px;
}
.sgcg_zymb_content{
    width: 1200px;
    height: 1120px;
    margin:0 auto;
}
.sgcg_zymb_content h1{
    font-size: 70px;
    text-align: center;
    color: #878787;
    padding-top: 100px;
}
.sgcg_zymb_content h2{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}
.sgcg_zymb_content h3{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 20px;
}
.sgcg_zymb_content h4{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 10px;
}
.sgcg_zymb_content ul{
    padding-top: 70px;
}
.sgcg_zymb_content ul li{
    float: left;
    width: 380px;
    height: 680px;
}
.sgcg_zymb_content ul #mb_list2,#mb_list3{
    margin-left: 30px;
}
.sgcg_zymb_content ul li span{
    padding-top: 60px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    margin-right: 15px;
}
.sgcg_zymb_content ul li h5{
    padding-top: 60px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.sgcg_zymb_content ul li h6{
    font-size: 18px;
    color: #999999;
    text-align: center;
	line-height:26px;
}
/*结构*/
.sgcg_jg{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
/*案例*/
.case{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
	margin-top:27px;
}
.case .case-box{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case .case-box .case-title{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case .case-box .case-hint{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case .case-box .case-list{
    display:flex;
    justify-content: space-between;
}
.case .case-box .case-list .case-item{
    width: 380px;
}
.case .case-box .case-list .case-item .caseItem-bigpic{
    width: 100%;
    height: 506px;
}
.case .case-box .case-list .case-item .caseItem-smallpic{
    width: 100%;
    height: 286px;
}
.case .case-box .case-list .case-item img{
    display: block;
    width: 100%;
    height: 100%;
}
.case .case-box .case-list .case-item .caseItem-txt{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case .case-box .case-list .case-item .caseItem-txt:hover{
    color: #6eb206;
}
.case .case-box .case-list .case-item .caseItem-txt span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case .case-box #sgcg_al_txt h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case .case-box #sgcg_al_txt h1 a:hover{
    color: #6eb206;
}
/*.caseItem-btn{*/
    /*height: 18px;*/
    /*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
    /*display: flex;*/
    /*height: 100%;*/
    /*flex: 1;*/
    /*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*background: url(../picture/case_icon.png) no-repeat center;*/
    /*display:block;*/
    /*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
    /*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab .basketball_box{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab .basketball_box .basketball{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab .basketball_box .basketball .basketball_h{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab .basketball_box .basketball .bb_h{left: 0;top: 0}
.basketball_Tab .basketball_box .basketball .bb_s{left: 265px;bottom: -100px;}
.basketball_Tab .basketball_box .basketball .bb_sg{right: 102px;top: 0}
.basketball_Tab .basketball_box .basketball .bb_sggg{right: 265px;bottom: -100px;}
.basketball_Tab .basketball_box .basketball .basketball_t{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab .basketball_box .basketball .basketball_t_show{
    display: block;
    animation: fade-in .3s;

}
@keyframes fade-in {
    0% {opacity: .6;}
    25% {opacity: .4;}
    50%{opacity: .1;}
    75%{opacity:.3}
    100% {opacity: .6;}
}
/*banner羽毛球*/
.sgcg_banner2{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/ymq_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
.sgcg_banner2 h1{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding-top: 180px;
}
.sgcg_banner2 h2{
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
.sgcg_banner2 ul{
    margin-left:32%;
    margin-top: 20px;
}
.sgcg_banner2 li{
    float: left;
    width:170px;
    height:35px;
    background: #ffffff;
    margin-left: 25px;
}
.sgcg_banner2 li #txt12{
    margin-top: 5px;
    padding-left:23px;
    font-size: 18px;
    color: #00215a;
}
.sgcg_banner2 li #txt22{
    margin-top: 5px;
    padding-left:32px;
    font-size: 18px;
    color: #00215a;
}
.sgcg_banner2 li #txt32{
    margin-top: 5px;
    padding-left:32px;
    font-size: 18px;
    color: #00215a;
}
/*专业面板*/
.sgcg_zymb2{
    width:100%;
    height: 1240px;
}
.sgcg_zymb_content2{
    width: 1200px;
    height: 1120px;
    margin:0 auto;
}
.sgcg_zymb_content2 h1{
    font-size: 70px;
    text-align: center;
    color: #878787;
    padding-top: 100px;
}
.sgcg_zymb_content2 h2{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}
.sgcg_zymb_content2 h3{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 20px;
}
.sgcg_zymb_content2 h4{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 10px;
}
.sgcg_zymb_content2 ul{
    padding-top: 70px;
}
.sgcg_zymb_content2 ul li{
    float: left;
    width: 380px;
    height: 680px;
}
.sgcg_zymb_content2 ul #mb_list22,#mb_list32{
    margin-left: 30px;
}
.sgcg_zymb_content2 ul li span{
    padding-top: 60px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    margin-right: 15px;
}
.sgcg_zymb_content2 ul li h5{
    padding-top: 60px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.sgcg_zymb_content2 ul li h6{
    font-size: 18px;
    color: #999999;
    text-align: center;
	line-height:26px;
}
/*结构*/
.sgcg_jg2{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/ymq_jg.png) no-repeat center center;
}
/*案例*/
.case2{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
}
.case2 .case-box2{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case2 .case-box2 .case-title2{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case2 .case-box2 .case-hint2{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case2 .case-box2 .case-list2{
    display:flex;
    justify-content: space-between;
}
.case2 .case-box2 .case-list2 .case-item2{
    width: 380px;
}
.case2 .case-box2 .case-list2 .case-item2 .caseItem-bigpic2{
    width: 100%;
    height: 506px;
}
.case2 .case-box2 .case-list2 .case-item2 .caseItem-smallpic2{
    width: 100%;
    height: 286px;
}
.case2 .case-box2 .case-list2 .case-item2 img{
    display: block;
    width: 100%;
    height: 100%;
}
.case2 .case-box2 .case-list2 .case-item2 .caseItem-txt2{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case2 .case-box2 .case-list2 .case-item2 .caseItem-txt2:hover{
    color: #6eb206;
}
.case2 .case-box2 .case-list2 .case-item2 .caseItem-txt2 span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case2 .case-box2 #sgcg_al_txt2 h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case2 .case-box2 #sgcg_al_txt2 h1 a:hover{
    color: #6eb206;
}
/*友链*/
.linklianjie{
	width:1200px;margin:auto;
}
.linklianjie li{
	float:left;
	margin-right: 10px;
}
/*.caseItem-btn{*/
/*height: 18px;*/
/*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
/*display: flex;*/
/*height: 100%;*/
/*flex: 1;*/
/*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
/*width: 18px;*/
/*height: 18px;*/
/*background: url(../picture/case_icon.png) no-repeat center;*/
/*display:block;*/
/*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
/*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab2{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab2 .basketball_box2{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab2 .basketball_box2 .basketball2{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab2 .basketball_box2 .basketball2 .basketball_h2{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab2 .basketball_box2 .basketball2 .bb_h2{left: 0;top: 0}
.basketball_Tab2 .basketball_box2 .basketball2 .bb_s2{left: 265px;bottom: -100px;}
.basketball_Tab2 .basketball_box2 .basketball2 .bb_sg2{right: 102px;top: 0}
.basketball_Tab2 .basketball_box2 .basketball2 .bb_sggg2{right: 265px;bottom: -100px;}
.basketball_Tab2 .basketball_box2 .basketball2 .basketball_t2{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab2 .basketball_box2 .basketball2 .basketball_t_show2{
    display: block;
    animation: fade-in .3s;

}
@keyframes fade-in2 {
    0% {opacity: .6;}
    25% {opacity: .4;}
    50%{opacity: .1;}
    75%{opacity:.3}
    100% {opacity: .6;}
}
/*banner3*/
.sgcg_banner3{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/wt_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
/*专业面板*/
.sgcg_zymb3{
    width:100%;
    height: 1240px;
}
.sgcg_zymb_content3{
    width: 1200px;
    height: 1120px;
    margin:0 auto;
}
.sgcg_zymb_content3 h1{
    font-size: 70px;
    text-align: center;
    color: #878787;
    padding-top: 100px;
}
.sgcg_zymb_content3 h2{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}
.sgcg_zymb_content3 h3{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 20px;
}
.sgcg_zymb_content3 h4{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 10px;
}
.sgcg_zymb_content3 ul{
    padding-top: 70px;
}
.sgcg_zymb_content3 ul li{
    float: left;
    width: 300px;
    height: 500px;
}
.sgcg_zymb_content3 ul li span{
    padding-top: 60px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    margin-right: 15px;
}
.sgcg_zymb_content3 ul li h5{
    padding-top: 60px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.sgcg_zymb_content3 ul li h6{
    font-size: 18px;
    color: #999999;
    text-align: center;
	line-height:26px;
}
.sgcg_zymb_content3 #zymb_txt13,#zymb_txt23,#zymb_txt33,#zymb_txt43{
    width: 280px;
}
/*结构*/
.sgcg_jg3{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
.sgcg_jg4{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
.sgcg_jg5{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
/*案例*/
.case3{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
}
.case3 .case-box3{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case3 .case-box3 .case-title3{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case3 .case-box3 .case-hint3{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case3 .case-box3 .case-list3{
    display:flex;
    justify-content: space-between;
}
.case3 .case-box3 .case-list3 .case-item3{
    width: 380px;
}
.case3 .case-box3 .case-list3 .case-item3 .caseItem-bigpic3{
    width: 100%;
    height: 506px;
}
.case3 .case-box3 .case-list3 .case-item3 .caseItem-smallpic3{
    width: 100%;
    height: 286px;
}
.case3 .case-box3 .case-list3 .case-item3 img{
    display: block;
    width: 100%;
    height: 100%;
}
.case3 .case-box3 .case-list3 .case-item3 .caseItem-txt3{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case3 .case-box3 .case-list3 .case-item3 .caseItem-txt3:hover{
    color: #6eb206;
}
.case3 .case-box3 .case-list3 .case-item3 .caseItem-txt3 span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case3 .case-box3 #sgcg_al_txt3 h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case3 .case-box3 #sgcg_al_txt3 h1 a:hover{
    color: #6eb206;
}
/*.caseItem-btn{*/
/*height: 18px;*/
/*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
/*display: flex;*/
/*height: 100%;*/
/*flex: 1;*/
/*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
/*width: 18px;*/
/*height: 18px;*/
/*background: url(../picture/case_icon.png) no-repeat center;*/
/*display:block;*/
/*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
/*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab3{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab3 .basketball_box3{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab3 .basketball_box3 .basketball3{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab3 .basketball_box3 .basketball3 .basketball_h3{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab3 .basketball_box3 .basketball3 .bb_h3{left: 0;top: 0}
.basketball_Tab3 .basketball_box3 .basketball3 .bb_s3{left: 265px;bottom: -100px;}
.basketball_Tab3 .basketball_box3 .basketball3 .bb_sg3{right: 102px;top: 0}
.basketball_Tab3 .basketball_box3 .basketball3 .bb_sggg3{right: 265px;bottom: -100px;}
.basketball_Tab3 .basketball_box3 .basketball3 .basketball_t3{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab3 .basketball_box3 .basketball3 .basketball_t_show3{
    display: block;
    animation: fade-in .3s;

}
@keyframes fade-in3 {
    0% {opacity: .6;}
    25% {opacity: .4;}
    50%{opacity: .1;}
    75%{opacity:.3}
    100% {opacity: .6;}
}
/*banner4*/
.sgcg_banner4{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/zh_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
/*专业面板*/
.sgcg_zymb4{
    width:100%;
    height: 1240px;
}
.sgcg_zymb_content4{
    width: 1200px;
    height: 1120px;
    margin:0 auto;
}
.sgcg_zymb_content4 h1{
    font-size: 70px;
    text-align: center;
    color: #878787;
    padding-top: 100px;
}
.sgcg_zymb_content4 h2{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}
.sgcg_zymb_content4 h3{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 20px;
}
.sgcg_zymb_content4 h4{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 10px;
}
.sgcg_zymb_content4 ul{
    padding-top: 70px;
}
.sgcg_zymb_content4 ul li{
    float: left;
    width: 380px;
    height: 680px;
}
.sgcg_zymb_content4 ul #mb_list24,#mb_list34{
    margin-left: 30px;
}
.sgcg_zymb_content4 ul li span{
    padding-top: 60px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    margin-right: 15px;
}
.sgcg_zymb_content4 ul li h5{
    padding-top: 60px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.sgcg_zymb_content4 ul li h6{
    font-size: 18px;
    color: #999999;
    text-align: center;
	line-height:26px;
}
/*结构*/
.sgcg_jg{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
/*案例*/
.case4{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
}
.case4 .case-box4{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case4 .case-box4 .case-title4{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case4 .case-box4 .case-hint4{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case4 .case-box4 .case-list4{
    display:flex;
    justify-content: space-between;
}
.case4 .case-box4 .case-list4 .case-item4{
    width: 380px;
}
.case4 .case-box4 .case-list4 .case-item4 .caseItem-bigpic4{
    width: 100%;
    height: 506px;
}
.case4 .case-box4 .case-list4 .case-item4 .caseItem-smallpic4{
    width: 100%;
    height: 286px;
}
.case4 .case-box4 .case-list4 .case-item4 img{
    display: block;
    width: 100%;
    height: 100%;
}
.case4 .case-box4 .case-list4 .case-item4 .caseItem-txt4{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case4 .case-box4 .case-list4 .case-item4 .caseItem-txt4:hover{
    color: #6eb206;
}
.case4 .case-box4 .case-list4 .case-item4 .caseItem-txt4 span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case4 .case-box4 #sgcg_al_txt4 h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case4 .case-box4 #sgcg_al_txt4 h1 a:hover{
    color: #6eb206;
}
/*.caseItem-btn{*/
/*height: 18px;*/
/*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
/*display: flex;*/
/*height: 100%;*/
/*flex: 1;*/
/*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
/*width: 18px;*/
/*height: 18px;*/
/*background: url(../picture/case_icon.png) no-repeat center;*/
/*display:block;*/
/*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
/*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab4{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab4 .basketball_box4{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab4 .basketball_box4 .basketball4{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab4 .basketball_box4 .basketball4 .basketball_h4{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab4 .basketball_box4 .basketball4 .bb_h4{left: 0;top: 0}
.basketball_Tab4 .basketball_box4 .basketball4 .bb_s4{left: 265px;bottom: -100px;}
.basketball_Tab4 .basketball_box4 .basketball4 .bb_sg4{right: 102px;top: 0}
.basketball_Tab4 .basketball_box4 .basketball4 .bb_sggg4{right: 265px;bottom: -100px;}
.basketball_Tab4 .basketball_box4 .basketball4 .basketball_t4{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab4 .basketball_box4 .basketball4 .basketball_t_show4{
    display: block;
    animation: fade-in .3s;

}
@keyframes fade-in4 {
    0% {opacity: .6;}
    25% {opacity: .4;}
    50%{opacity: .1;}
    75%{opacity:.3}
    100% {opacity: .6;}
}
/*专业面板*/
.sgcg_banner5{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/wd_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
.sgcg_zymb5{
    width:100%;
    height: 1240px;
}
.sgcg_zymb_content5{
    width: 1200px;
    height: 1120px;
    margin:0 auto;
}
.sgcg_zymb_content5 h1{
    font-size: 70px;
    text-align: center;
    color: #878787;
    padding-top: 100px;
}
.sgcg_zymb_content5 h2{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}
.sgcg_zymb_content5 h3{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 20px;
}
.sgcg_zymb_content5 h4{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 10px;
}
.sgcg_zymb_content5 ul{
    padding-top: 70px;
}
.sgcg_zymb_content5 ul li{
    float: left;
    width: 298px;
    height: 680px;
}
.sgcg_zymb_content5 ul #mb_list25,#mb_list35{
    margin-left: 30px;
}
.sgcg_zymb_content5 ul li span{
    padding-top: 60px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    margin-right: 15px;
}
.sgcg_zymb_content5 ul li h5{
    padding-top: 60px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.sgcg_zymb_content5 ul li h6{
    font-size: 18px;
    color: #999999;
    text-align: center;
	line-height:26px;
}
/*结构*/
.sgcg_jg{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
/*案例*/
.case5{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
}
.case5 .case-box5{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case5 .case-box5 .case-title5{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case5 .case-box5 .case-hint5{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case5 .case-box5 .case-list5{
    display:flex;
    justify-content: space-between;
}
.case5 .case-box5 .case-list5 .case-item5{
    width: 380px;
}
.case5 .case-box5 .case-list5 .case-item5 .caseItem-bigpic5{
    width: 100%;
    height: 506px;
}
.case5 .case-box5 .case-list5 .case-item5 .caseItem-smallpic5{
    width: 100%;
    height: 286px;
}
.case5 .case-box5 .case-list5 .case-item5 img{
    display: block;
    width: 100%;
    height: 100%;
}
.case5 .case-box5 .case-list5 .case-item5 .caseItem-txt5{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case5 .case-box5 .case-list5 .case-item5 .caseItem-txt5:hover{
    color: #6eb206;
}
.case5 .case-box5 .case-list5 .case-item5 .caseItem-txt5 span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case5 .case-box5 #sgcg_al_txt5 h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case5 .case-box5 #sgcg_al_txt5 h1 a:hover{
    color: #6eb206;
}
/*.caseItem-btn{*/
/*height: 18px;*/
/*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
/*display: flex;*/
/*height: 100%;*/
/*flex: 1;*/
/*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
/*width: 18px;*/
/*height: 18px;*/
/*background: url(../picture/case_icon.png) no-repeat center;*/
/*display:block;*/
/*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
/*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab5{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab5 .basketball_box5{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab5 .basketball_box5 .basketball5{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab5 .basketball_box5 .basketball5 .basketball_h5{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab5 .basketball_box5 .basketball5 .bb_h5{left: 0;top: 0}
.basketball_Tab5 .basketball_box5 .basketball5 .bb_s5{left: 265px;bottom: -100px;}
.basketball_Tab5 .basketball_box5 .basketball5 .bb_sg5{right: 102px;top: 0}
.basketball_Tab5 .basketball_box5 .basketball5 .bb_sggg5{right: 265px;bottom: -100px;}
.basketball_Tab5 .basketball_box5 .basketball5 .basketball_t5{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab5 .basketball_box5 .basketball5 .basketball_t_show5{
    display: block;
    animation: fade-in .3s;

}
@keyframes fade-in5 {
    0% {opacity: .6;}
    25% {opacity: .4;}
    50%{opacity: .1;}
    75%{opacity:.3}
    100% {opacity: .6;}
}
/*banner3*/
.sgcg_banner6{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/qt_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}
/*专业面板*/
.sgcg_zymb6{
    width:100%;
    height: 1240px;
}
.sgcg_zymb_content6{
    width: 1200px;
    height: 1120px;
    margin:0 auto;
}
.sgcg_zymb_content6 h1{
    font-size: 70px;
    text-align: center;
    color: #878787;
    padding-top: 100px;
}
.sgcg_zymb_content6 h2{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}
.sgcg_zymb_content6 h3{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 20px;
}
.sgcg_zymb_content6 h4{
    font-size: 16px;
    text-align: center;
    color: #676767;
    padding-top: 10px;
}
.sgcg_zymb_content6 ul{
    padding-top: 70px;
}
.sgcg_zymb_content6 ul li{
    float: left;
    width: 300px;
    height: 500px;
}
.sgcg_zymb_content6 ul li span{
    padding-top: 60px;
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    text-align: center;
    margin-right: 15px;
}
.sgcg_zymb_content6 ul li h5{
    padding-top: 60px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.sgcg_zymb_content6 ul li h6{
    font-size: 18px;
    color: #999999;
    text-align: center;
	line-height:26px;
}
.sgcg_zymb_content6 #zymb_txt16,#zymb_txt26,#zymb_txt36,#zymb_txt46{
    width: 280px;
}
/*结构*/
.sgcg_jg6{
    width:100%;
    height: 1080px;
    margin:0 auto;
    background: url(../picture/wt_jg.png) no-repeat center center;
}
/*案例*/
.case6{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
}
.case6 .case-box6{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case6 .case-box6 .case-title6{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case6 .case-box6 .case-hint6{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case6 .case-box6 .case-list6{
    display:flex;
    justify-content: space-between;
}
.case6 .case-box6 .case-list6 .case-item6{
    width: 380px;
}
.case6 .case-box6 .case-list6 .case-item6 .caseItem-bigpic6{
    width: 100%;
    height: 506px;
}
.case6 .case-box6 .case-list6 .case-item6 .caseItem-smallpic6{
    width: 100%;
    height: 286px;
}
.case6 .case-box6 .case-list6 .case-item6 img{
    display: block;
    width: 100%;
    height: 100%;
}
.case6 .case-box6 .case-list6 .case-item6 .caseItem-txt6{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case6 .case-box6 .case-list6 .case-item6 .caseItem-txt6:hover{
    color: #6eb206;
}
.case6 .case-box6 .case-list6 .case-item6 .caseItem-txt6 span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case6 .case-box6 #sgcg_al_txt6 h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case6 .case-box6 #sgcg_al_txt6 h1 a:hover{
    color: #6eb206;
}
/*.caseItem-btn{*/
/*height: 18px;*/
/*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
/*display: flex;*/
/*height: 100%;*/
/*flex: 1;*/
/*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
/*width: 18px;*/
/*height: 18px;*/
/*background: url(../picture/case_icon.png) no-repeat center;*/
/*display:block;*/
/*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
/*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab6{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab6 .basketball_box6{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab6 .basketball_box6 .basketball6{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab6 .basketball_box6 .basketball6 .basketball_h6{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_h6{left: 0;top: 0}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_s6{left: 265px;bottom: -100px;}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_sg6{right: 102px;top: 0}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_sggg6{right: 265px;bottom: -100px;}
.basketball_Tab6 .basketball_box6 .basketball6 .basketball_t6{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab6 .basketball_box6 .basketball6 .basketball_t_show6{
    display: block;
    animation: fade-in .3s;

}
.sgcg_banner7{
    width:100%;
    height: 580px;
    margin:0 auto;
    background: url(../picture/fx_banner.png) no-repeat center center;
    position: absolute;
    top: -740px;
    left: 0;
}

/*图1*/
.sgcg_jg7_1{
    width:100%;
    height: 1003px;
    margin:0 auto;
    background: url(../picture/fx1_jg.png) no-repeat center center;
}
/*图2*/
.sgcg_jg7_2{
    width:100%;
    height: 718px;
    margin:0 auto;
    background: url(../picture/fx2_jg.png) no-repeat center center;
}
/*图3*/
.sgcg_jg7_3{
    width:100%;
    height: 895px;
    margin:0 auto;
    background: url(../picture/fx3_jg.png) no-repeat center center;
}
/*图4*/
.sgcg_jg7_4{
    width:100%;
    height: 1720px;
    margin:0 auto;
    background: url(../picture/fx4_jg.png) no-repeat center center;
}
/*案例*/
.case7{
    width: 100%;
    background:url(../picture/case_bg.png)no-repeat center center;
    background-size: 90% 90%;
}
.case7 .case-box7{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case7 .case-box7 .case-title7{
    text-align: center;
    font-size: 70px;
    color: #636363;
    line-height: 58px;
    font-weight: normal;
}
.case7 .case-box7 .case-hint7{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 600;
}
.case7 .case-box7 .case-list7{
    display:flex;
    justify-content: space-between;
}
.case7 .case-box7 .case-list7 .case-item7{
    width: 380px;
}
.case7 .case-box7 .case-list7 .case-item7 .caseItem-bigpic7{
    width: 100%;
    height: 506px;
}
.case7 .case-box7 .case-list7 .case-item7 .caseItem-smallpic7{
    width: 100%;
    height: 286px;
}
.case7 .case-box7 .case-list7 .case-item7 img{
    display: block;
    width: 100%;
    height: 100%;
}
.case7 .case-box7 .case-list7 .case-item7 .caseItem-txt7{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case7 .case-box7 .case-list7 .case-item7 .caseItem-txt7:hover{
    color: #6eb206;
}
.case7 .case-box7 .case-list7 .case-item7 .caseItem-txt7 span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case7 .case-box7 #sgcg_al_txt7 h1{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case7 .case-box7 #sgcg_al_txt7 h1 a:hover{
    color: #6eb206;
}
/*.caseItem-btn{*/
/*height: 18px;*/
/*display: flex;*/
/*}*/
/*.caseItem-btn>div{*/
/*display: flex;*/
/*height: 100%;*/
/*flex: 1;*/
/*justify-content: space-around;*/
/*}*/
/*.caseItem-btn>div>b{*/
/*width: 18px;*/
/*height: 18px;*/
/*background: url(../picture/case_icon.png) no-repeat center;*/
/*display:block;*/
/*cursor: pointer;*/
/*}*/
/*.caseItem-btn .btnL{*/
/*transform: rotateY(180deg);*/
/*}*/
/*团队*/
.basketball_Tab7{
    width: 100%;
    height: 930px;
    background: url(../images/tablanqiu-bg.png)no-repeat ;
    background-size: 100% 100%;
}
.basketball_Tab7 .basketball_box7{
    width: 1200px;
    height: 490px;
    margin:  0 auto;
    padding-top: 264px;
}

.basketball_Tab6 .basketball_box6 .basketball6{
    position: relative;
    height: 100%;
    width: 100%;
}

.basketball_Tab6 .basketball_box6 .basketball6 .basketball_h6{
    position: absolute;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 600;
    width: 125px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_h6{left: 0;top: 0}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_s6{left: 265px;bottom: -100px;}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_sg6{right: 102px;top: 0}
.basketball_Tab6 .basketball_box6 .basketball6 .bb_sggg6{right: 265px;bottom: -100px;}
.basketball_Tab6 .basketball_box6 .basketball6 .basketball_t6{
    position: absolute;
    width: 742px;
    height: 257px;
    background-color: rgb(17, 17, 17);
    opacity: .6;
    left: 215px;
    top: 0;
    color: #fff;
    font-size: 18px;
    display: none;
}
.basketball_Tab6 .basketball_box6 .basketball6 .basketball_t_show6{
    display: block;
    animation: fade-in .3s;

}
@keyframes fade-in7 {
    0% {opacity: .6;}
    25% {opacity: .4;}
    50%{opacity: .1;}
    75%{opacity:.3}
    100% {opacity: .6;}
}
/*施工场馆结束*

/*联系我们*/
.lxwm_banner{
    width:100%;
    height: 580px;
    background: url(../picture/lxwm_banner.png) no-repeat center;
}
.lxwm_banner .lxwm_banner_content{
    width: 1200px;
    height: 580px;
    margin:0 auto;
    position: relative;

}
.lxwm_banner_content .lxwm_bn_text{
    width: 275px;
    height: 80px;
    position: absolute;
    margin-top: 170px;
}
.lxwm_banner_content .lxwm_bn_text h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
}
.lxwm_banner_content .lxwm_bn_text h2{
    font-size: 22px;
    font-weight:normal;
    color: #ffffff;
    margin-top: 10px;
}
.lxwm_content{
    width:100%;
    height: 330px;
    background-color: #ebebeb;
}
 .lxwm_txt_map{
    width: 1200px;
    height: 460px;
    margin:0 auto;
}
.lxwm_txt_map .lxwm_txt{
    float: left;
    width: 480px;
    height: 473px;
    margin-top: -230px;
    background-color: #6eb206;
}
.lxwm_txt_map .lxwm_map{
    float: right;
    width: 720px;
    height: 473px;
    margin-top: -230px;
}
#allmap {
    width: 720px;
    height:473px;
    overflow:hidden;
}
.lxwm_txt ul{
    margin-left: 30px;
    margin-top: 120px;
}

.lxwm_txt ul .txt_map_line{ border: 1px #5d9702 solid; margin-top: 34px; width: 415px;}


.lxwm_txt ul li img{
    float: left;
	margin-top: 5px;
}
.lxwm_txt ul li h2{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    color: #ffffff;
}
.lxwm_txt ul #lxwm_text2{
    padding-top: 40px;
}
.lxwm_txt ul #lxwm_text3{
    padding-top: 40px;
}
/*联系我们结束*/

/*新闻动态*/
.xwdt_banner{
    width:100%;
    height: 590px;
    background: url(../picture/xwdt_banner.png) no-repeat center;
}
/*文章内容*/
/*.xwdt_container{*/
    /*width:100%;*/
    /*height: 1000px;*/
    /*background-color: #ffffff;*/
/*}*/
/*.xwdt_container .xwdt_content{*/
    /*width: 1200px;*/
    /*margin:0 auto;*/
/*}*/
/*.xwdt_content .xwdt_ct_left{*/
    /*width: 800px;*/
    /*float: left;*/
    /*background-color: #6eb206;*/
/*}*/
/*.xwdt_content .xwdt_ct_right{*/
    /*width: 300px;*/
    /*float: right;*/
    /*background-color: wheat;*/
/*}*/
.news{
    width: 100%;
    background: #fff;
}
.news .news_box{
    width: 1200px;
    padding: 99px 0;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
}

.news .news_box .news_l{
    width: 900px;
}
.news .news_box .news_r{
    width: 300px;
}
.news .news_box .news_r .newsR_item{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.news .news_box .news_r .newsR_item .nr_tit{
    color: #4f4f4f;
    background-color: rgb(223, 223, 223);
    font-size: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 36px;
    font-weight: normal;
}
.news .news_box .news_r .newsR_item .nr_list{
    width: 100%;
    height: auto;
}
.news .news_box .news_r .newsR_item .nr_list li{
    line-height: 50px;
    border: solid 1px rgb(223, 223, 223);
    padding-left: 36px;
    font-size: 16px;
}
.news .news_box .news_r .newsR_item .nr_list li a{
    color: #989898;
}
.news .news_box .news_r .newsR_demo{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.news .news_box .news_r .newsR_demo img{
    display: block;
    width: 100%;
    height: 100%;
}
.news .news_box .news_l .news_l_box{
    width: calc(100% - 100px);
}
.news .news_box .news_l .nl_tit,.news .news_box .news_l .nl_hint{
    width: 100%;
    text-align: center;
}
.news .news_box .news_l .nl_tit{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.news .news_box .news_l .nl_hint{
    padding-top: 15px;
    color: #949494;
    font-size: 14px;
    padding-bottom: 55px;
}
.news .news_box .news_l .nl_hint span{
    padding-left: 50px;
}
.news .news_box .news_l .nl_article{
    width: 100%;
    margin-bottom: 30px;
    text-indent: 2em;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 26px;
}
.news .news_box .news_l  .nl_demo{
    width: 100%;
    height: 400px;
    margin-bottom: 72px;
}
.news .news_box .news_l  .nl_demo img{
    width: 100%;
    height: 100%;
    display: block;
}
.news .news_box .news_l   .nl_hr{
    width: 100%;
    height: 1px;
    background: rgb(203, 203, 203)
}

/*新闻留言*/
.xwdt_ly{
    width:100%;
    height: 965px;
    background-color: #ffffff;
}
.xwdt_ly .xwdt_ly_bt{
    width:100%;
    height: 190px;
    background-color: #333333;
}
.xwdt_ly .xwdt_ly_bt h1{
    font-size: 32px;
    font-weight:normal;
    color: #ffffff;
    text-align: center;
    padding-top: 100px;

}
.xwdt_ly .xwdt_ly_list{
    width:100%;
    height: 775px;
    background-color: #464646;
}
.xwdt_ly_list .ly_lt{
    width: 1200px;
    height: 775px;
    margin:0 auto;
    padding-top: 100px;
}
.ly_lt ul li{
    float: left;
}

/*新闻动态结束*/

/*品牌优势开始*/
.ppys_banner{
    width:100%;
    height: 580px;
    background: url(../picture/ppys_banner.png) no-repeat center;
}
.ppys_banner h1{
    font-size: 24px;
    font-weight:normal;
    color: #dddcdc;
    text-align: center;
    padding-top: 200px;
}
.ppys_banner h1 span{
    font-weight:bold;
}
.ppys_banner h2{
    padding-top: 50px;
    font-size: 45px;
    font-weight:normal;
    color: #f9f9f9;
    text-align: center;
}
.ppys_banner h3{
    font-size: 50px;
    font-weight:normal;
    color: #e3e3e3;
    text-align: center;
	padding-top:50px;
}
/*优势沉淀*/
.ppys_yscd{
    width:100%;
    height: 1638px;
    margin-top: 100px;
    background: url(../picture/yscd_bj.png) no-repeat center;
}
.ppys_yscd .yscd{
    width: 1200px;
    height: 1110px;
    margin:0 auto;
    background-color: #333333;
}
.ppys_yscd .yscd ul{
    width: 380px;
    height: 110px;
    margin:0 auto;
    padding-top: 100px;
}
.ppys_yscd .yscd ul #yscd_bt1{
    float: left;

}
.ppys_yscd .yscd ul li h1{
    font-size: 60px;
    font-weight:normal;
    color: #6eb206;
    text-align: center;
}
.ppys_yscd .yscd ul li h2{
    font-size: 32px;
    font-weight:normal;
    color: #c9c9c9;
	padding-top:65px;
}
.ppys_yscd .yscd ul img{
    padding-top: 150px;
    margin-left: 20px;
}
.ppys_yscd .yscd ul #yscd_bt2{
    float: right;
}
.ppys_yscd .yscd #yscd_bt3{
    padding-top: 200px;
}
.ppys_yscd .yscd #yscd_bt3 h3{
    font-size: 18px;
    font-weight:normal;
    color: #e3e3e3;
    text-align: center;
}
.ppys_yscd #ppys_wz{
    padding-top: 80px;
}

.ppys_yscd .yscd_tb{
    /*width: 1552px;*/
    height: 528px;
    left:0;
    background: url(../picture/biao.png) no-repeat center;
}





/*欧氏地板案例*/
.case_2{
    width: 100%;
    background:#f9f9f9;
    background-size: 90% 90%;
}
.case_2 .case-box{
    padding: 95px 0;
    width: 1200px;
    margin: 0 auto;
}
.case_2 .case-box .case-title2{
    text-align: center;
    font-size: 32px;
    color: #333333;
    line-height: 100px;
    font-weight: normal;
}

.case_2 .case-box .case-list{
    display:flex;
    justify-content: space-between;
}
.case_2 .case-box .case-list .case-item{
    width: 380px;
}
.case_2 .case-box .case-list .case-item .caseItem-bigpic{
    width: 100%;
    height: 506px;
}
.case_2 .case-box .case-list .case-item .caseItem-smallpic{
    width: 100%;
    height: 286px;
}
.case_2 .case-box .case-list .case-item img{
    display: block;
    width: 100%;
    height: 100%;
}
.case_2 .case-box .case-list .case-item .caseItem-txt{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.case_2 .case-box .case-list .case-item .caseItem-txt span{
    padding-left: 30px;
    color: #949494;
    font-weight: normal;
}
.case_2 .case-box #ppys_al_txt2 h1{
    font-size: 32px;
    font-weight:normal;
    color: #333333;
    text-align: center;
}
.case_2 .case-box #ppys_al_txt2 h1 a:hover{
    color: #6eb206;
}
/*铺装流程*/
.fzlc_box{
    background: url(../images/service_icon7.png) no-repeat center center rgb(51, 51, 51);
    background-size: 100% 40%;
    height: 573px;
}
.fzlc_box h4{
    color: #f9f9f9;
    font-size: 32px;
    font-weight: normal;
    padding: 60px 0;
    text-align: center;
}
.fzlc_box .fzlc{
    width: 1200px;
    margin:0 auto;
    height:calc(100%  - 168px) ;
}
.fzlc_box .fzlc .fzlc_c{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.fzlc_box .fzlc .fzlc_c .fzlc_item{
    position: absolute;
    cursor: pointer;
}
.fzlc_box .fzlc .fzlc_c .fzlc_item .fzlc_mun{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #ccc;
    border: solid 1px  #ccc;
}
.fzlc_box .fzlc .fzlc_c .fzlc_item p{
    text-align: center;
    color: #f9f9f9;
    font-size: 15px;
    padding-top: 20px;
}
.fzlc_box .fzlc .fzlc_c .fzlc_item:hover .fzlc_mun{
    width: 40px;
    height: 40px;
    color: #6eb206;
    border: solid 1px #6eb206;
    line-height: 40px;
}
.fzlc_box .fzlc .fzlc_c .fzlc_item:hover p{
    color: #6eb206;
    font-size: 17px;
}
/*在线咨询*/
.ppys_zxzx{
    width:100%;
    height: 980px;
    background-color: #f9f9f9;
}
.ppys_zxzx .ppys_zxzx_content{
    width: 1200px;
    height: 980px;
    margin: 0 auto;
    background: url(../picture/zxzx_bj.png) no-repeat center;
}
.ppys_zxzx_content .zxzx_zt{
    width: 420px;
    height: 70px;
    float: right;
    margin-top: 800px;
}
.ppys_zxzx_content p{
    font-size: 32px;
    font-weight:normal;
    color: #333333;
    float: right;
}
.ppys_zxzx_content p span{
    font-weight:bold;
    color: #6eb206;
}
.ppys_zxzx_content h3{
    padding-top: 12px;
    font-size: 20px;
    font-weight:normal;
    color: #999999;float: right;
}
/*铺装流程*/
.ppys_pzlc{
    width:100%;

}
/*一次合作一生朋友*/
.ppys_hzpy{
    width:100%;
    height: 682px;
    background: url(../picture/hzpy.png) no-repeat center;
}

/*品牌优势结束*/









/*售后服务*/
._serviceO{height:580px;background:url(../images/service_icon1.png) no-repeat;background-size:100%}

._serviceO ._serviceO_c{margin:0 auto;width:1200px;height:100%;background:url(../images/service_icon2.png) no-repeat center center;background-size:100% 96%}
._serviceT{background-color:#333}

._serviceT ._serviceT_c{margin:0 auto;padding:96px 0;width:1200px;background-color:#333}
._serviceT ._serviceT_c ._serviceT_icon{margin:0 auto;width:137px}
._serviceT ._serviceT_c ._serviceT_line{margin:60px auto;width:80px;height:1px;background-color:#606060}
._serviceT ._serviceT_c ._serviceT_txt{color:#a8a8a8;text-align:center;font-size:22px;line-height: 30.5px;}
._serviceTh{position:relative;height:1300px}
._serviceTh ._serviceTh_box{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:url(../images/service_icon4.png) no-repeat left 35px;background-size:auto auto}
._serviceTh ._serviceTh_top{background-color:#f0f0f0}
._serviceTh ._serviceTh_top ._serviceTh_tc{margin:0 auto;padding:100px 0;width:1200px;height:100%;background-color:#f0f0f0;font-size:0}
._serviceTh ._serviceTh_top ._serviceTh_tc ._serviceTh_item,._serviceTh ._serviceTh_top ._serviceTh_tc ._serviceTh_txt{display:inline-block;height:287px;vertical-align:top}
._serviceTh ._serviceTh_top ._serviceTh_tc ._serviceTh_item{position:relative;padding-right:20px;width:calc(50% - 20px);color:#dadada;text-align:right;font-weight:700;font-size:180px;line-height:110px}
._serviceTh ._serviceTh_top ._serviceTh_tc ._serviceTh_item i{position:absolute;right:28px;bottom:-2px;width:1px;height:112px;background-color:#a9a9a9}
._serviceTh ._serviceTh_top ._serviceTh_tc ._serviceTh_txt{width:50%;color:#333;font-size:20px;line-height:30px}
._serviceTh ._serviceTh_bottom{position:relative;margin-top:60px}
._serviceTh ._serviceTh_bottom ._serviceTh_bc{position:absolute;top:0;left:50%;z-index:33;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:95px;width:1200px;background-color:#f0f0f0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item-color{background-color:#e9e9e9}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item ._serviceTh_item_num{position:relative}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item ._serviceTh_item_num em{position:absolute;bottom:0;left:50%;display:block;width:72px;height:1px;background-color:#dadada;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item ._serviceTh_item_num h3{padding-top:95px;padding-bottom:46px;color:#dadada;font-weight:700;font-size:180px}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item ._serviceTh_item_txt{padding-top:65px;padding-bottom:150px}
._serviceTh ._serviceTh_bottom ._serviceTh_bc ._serviceTh_item ._serviceTh_item_txt p{color:#333;font-size:20px}
._serviceF{background-color:#333}
._serviceF ._serviceF_box{margin:0 auto;padding:100px 0;width:1200px;background-color:#333}
._serviceF ._serviceF_box ._serviceF_icon{margin:0 auto;width:83px;height:72px}
._serviceF ._serviceF_box ._serviceF_tit{padding:30px 0;color:#fff;text-align:center;font-weight:600;font-size:24px}
._serviceF ._serviceF_box ._serviceF_line{display:block;margin:0 auto;margin-bottom:25px;width:50px;height:1px;background-color:#606060}
._serviceF ._serviceF_box ._serviceF_item{color:#cfcfcf;text-align:center;font-size:18px}
/*售后服务 -- 结束*/



/*新闻列表 -- 开始*/
.new_list_banner{
    width:100%;
    height: 580px;
    background: url(../picture/new_banner.png) no-repeat center;
}
.new_list_container{
    width:100%;
    height: auto;
}
.new_list_container .new_list_content{
    width: 1200px;
    height: auto;
    margin:0 auto;
}
.new_list_content h1{
    font-size: 32px;
    font-weight:normal;
    color: #333333;
    text-align: center;
    margin-top: 100px;
}
.new_list_content ul{
    margin-top: 30px;
}
.new_list_content ul li{
    margin-right:20px;
}
.new_list_content ul .nlt{
    width: 380px;
    height: 340px;
    float: left;
    left:0;
    margin-top: 80px;
}
.new_list_content ul .nlt{
    width: 380px;
    height: 340px;
    float: left;
    left:0;
    margin-top: 80px;
}

.new_list_content ul li .new_lt_txt h2{
    font-size: 24px;
    font-weight:normal;
    color: #333333;
	width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_list_content ul li .new_lt_txt h2 a:hover{
    color: #6eb206;
}
.new_list_content ul li .new_lt_txt h4 a:hover{
    color: #6eb206;
}
.new_list_content ul li .new_lt_txt h3{
    font-size: 16px;
    font-weight:normal;
    color: #a9a9a9;
    word_wrap:break-word;
    padding-top: 20px;
}
.new_list_content ul li .new_lt_txt h4{
    font-size: 16px;
    font-weight:normal;
    color: #333333;
    word_wrap:break-word;
    padding-top: 20px;
}
.new_list_content ul li .new_lt_img{
    width: 380px;
    height: 190px;
    padding-top: 30px;
}
.new_list_content ul li .new_lt_img img{
    width: 380px;
    height: 190px;
}

/*新闻列表 -- 结束*/
/*分页*/
.mainPage{ margin:20px 0;clear: both;padding-top: 100px;}

.mainPage ul{width: 680px;height: 32px;display:block; margin:0 auto;float: left;}

.mainPage ul li{float: left; display: inline; height: 32px; line-height: 32px; padding: 0 10px;color:#000;font-size:15px; margin: 0 5px; border:1px solid #dedede; font-size:16px;}

.mainPage ul li a{color:#000;font-size:16px; }

.mainPage ul li.thisclass{background:#92C52D;border:1px solid ##218EC1;color:#fff; font-size:16px;}

.mainPage ul li.thisclass a{color:#fff;}
.mainPage ul li a:hover, a:focus {
    color: hsl(209, 93%, 48%);
    text-decoration: none;
}

/*主页图片样式*/
#igm1 img{
	width:680px;
	height:340px;
}
#igm2 img{
	width:340px;
	height:340px;
}
/*文章页图片样式*/
.news .news_box .news_l .nl_article img{
	width:680px!important;
}

/*---新加离线宝样式---*/
input {
		outline: none;
		font-size: 100%;
		border: none;
	}	
.navnnnew {
	    background-color: #5D9900;
		position: fixed;
		bottom: 0px;
		width: 100%;
		height: 72px;
		box-shadow:0px 0px  5px 1px #aaa;
		cursor: default;
		-moz-user-select: none;
		z-index: 9999;

	}
@media screen and (min-width: 1850px) { 
	.navnnnew {

		bottom: 0px;
		width: 100%;
		height: 72px;
	}
}
@media screen and (min-width:1240px) and (max-width:1600px){
	.navnnnew {
	
	}
}
.navnnnew .navnnnew-content {
	width: 1200px;
	height: 72px;
	margin: 0 auto;
	position: relative;
}

.navnnnew .navnnnew-content .newclosetwo{
	position: absolute;
	top:10px;
	left:1762px;
}

.navnnnew .navnnnew-content .newclosetwo a{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
}

@media screen and (min-width: 1850px) { 
	.navnnnew .navnnnew-content {
		width: 1700px;
	}
}

.navnnnew .navnnnew-content ul {
	line-height: 72px;
}

.navnnnew .navnnnew-content ul li {
	float:left;
	width: 140px;
	height: 72px;
	margin-right: 20px;
	line-height: 72px;
	background-size: 100%;
}

.navnnnew .navnnnew-content ul li:nth-child(1) {
	background: url(../images/lanqiu.png) no-repeat 0px 25px;
	margin-left: 20px;
}

.navnnnew .navnnnew-content ul li:nth-child(2) {
	background: url(../images/yumaoqiu.png) no-repeat 0px 25px;
}

.navnnnew .navnnnew-content ul li:nth-child(3) {
	background: url(../images/pb.png) no-repeat 0px 25px;
}

.navnnnew .navnnnew-content ul li:nth-child(4) {
	background: url(../images/wutai.png) no-repeat 0px 25px;
}

.navnnnew .navnnnew-content ul li>a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-family: "microsoft yahei";
}

.navnnnew .navnnnew-content ul li>a span {
	margin-left: 55px;
}

.navnnnew .navnnnew-content .navnnnew-input {
	line-height: 36px;
	width: 320px;
	height: 36px;
	margin-top: 17px;
	margin-left: 30px;
	border-radius: 108px;
}
@media screen and (min-width: 1850px) { 
	.navnnnew .navnnnew-content .navnnnew-input {
		line-height: 72px;
		width: 405px;
		height: 36px;
		margin-top: 0px;
		margin-left: 0px;
	}
	.navnnnew .navnnnew-content ul li {
		float:left;
		width: 178px;
		height: 72px;
		margin-right: 20px;
		line-height: 72px;
		background-size: 100%;
	}
}

.navnnnew .navnnnew-content .navnnnew-input input {
	height: 100%;
	border-radius: 10px;
}

.navnnnew .navnnnew-content .tel {
	display: block;
	margin-top: 15px;
	width: 380px;
	height: 72px;
	background: url(../images/tel.png) no-repeat 0px 0px;
	text-align: center;
}

.navnnnew .navnnnew-content .tel p {
	color: rgb(255, 255, 255);
	margin-top: 20px;
	margin-left: 5px;
	font-size:24px;
	font-weight:bold;
}
.navnnnew .navnnnew-content .mianyouyp{
	width: 108px;
	float:left;
	margin-left:30px;
}


.tchu {
	width: 180px;
	height: 308px;
	position: fixed;
	top: 150px;
	right: 0px;
	box-shadow:0px 0px  10px 3px #aaa;
	background-color: #fff;
	background: #fff;
	z-index: 9999;
}
@media screen and (min-width:1850px) { 
	.tchu {
		width: 200px;
		height: 348px;
		top: 350px;
	}
}
@media screen and (min-width:1240px) and (max-width:1600px){
	.tchu {
		width: 180px;
		height: 318px;

	}
}
.fl{float:left;}
.fch .iconfontyyy{
	padding:0px;
	margin:0px;
	text-align: center;
	
}
.fch .iconfontyyy img{
	padding:0px;
	margin:0px;
	text-align: center;
	line-height: 40px;
	margin-bottom:10px;
	
}
.fch .tanchu_top {
	width: 200px;
	height: 100px;
	line-height: 70px;
	text-align: center;
	background-color: #5D9900;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	position: relative;
}
.fch .tanchu_top .lixidihi{
	position: absolute;
	top:30px;
	left:43px;
	font-size:19px;
}

.fch .newclose{
	position: absolute;
	top:-20px;
	left:172px;
}

.fch .newclose a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
}

.tanchu_1 {
	font-family: "微软雅黑";
	font-size: 15px;
	width: 153px;
	height: 40px;
	border-radius: 2px;
	background-color: #5D9900;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.tanchu_5 {
	margin-top: 16px;
}

.tanchuangthree{
	position:fixed;  
	top:50%;            
	left:50%; 
	margin:-200px 0 0 -200px;     
	width:500px;                             
	height:300px;                           
	z-index:99;  
	background:url(../images/tanchaung.jpg) no-repeat center;
	display:none;
}
.tanchuangthree .tchuangdwei{
	position:relative;
}
.tanchuangthree .tchuangdwei .lefttchuang{
	width:150px;
	height:46px;
	top:238px;
	left:65px;
	position:absolute;
	background:url(../images/lefttchuang.png) no-repeat center;
	cursor:pointer;
}
.tanchuangthree .tchuangdwei .righttchuang{
	width:150px;
	height:46px;
	top:238px;
	left:285px;
	position:absolute;
	background:url(../images/righttchuang.png) no-repeat center;
	cursor:pointer;
}
.tanchuangthree .tchuangdwei .guanbiclose{
	width:34px;
	height:34px;
	top:8px;
	left:459px;
	position:absolute;
	background:url(../images/guanbiclose.png) no-repeat center;
	cursor:pointer;
}
/*项目案例*/
.casebanenr{
	background:url(../images/xiangmucase.jpg) no-repeat center;
}
.casebanenr .casedazi{
	color:#e6e4e2;
	text-align: center;
	font-size:60px;
	font-weight:bold;
	padding-top:200px;
}
.casebanenr .casexiaozi{
	color:#e6e4e2;
	text-align: center;
	font-size:25px;
	padding-top:20px;
}
.case .case-box .casedingwei{
	position:relative;
}
.case .case-box .caseleft{
	width:24px;
	height:33px;
	display:inline-block;
	background:url(../images/casehuob.png) no-repeat center;
	position:absolute;
	top:28px;
	left:450px;
}
.case .case-box .caseright{
	width:24px;
	height:33px;
	display:inline-block;
	background:url(../images/casehuob.png) no-repeat center;
	position:absolute;
	top:28px;
	left:730px;
}
@media screen and (max-width: 1030px) {
	.zishiying{
		zoom:0.85;
	}
	.p2_nav_conten{
		zoom:0.85;
	}
}
@media screen and (max-width: 1370px) {
	.zishiying{
		zoom:0.85;
	}
	.p2_nav_conten{
		zoom:0.85;
	}
}
@media screen and (max-width: 1450px) {
	.zishiying{
		zoom:0.85;
	}
	.p2_nav_conten{
		zoom:0.85;
	}
	
}
@media screen and (max-width: 1250px) {
	.zishiying{
		zoom:0.85;
	}
	.p2_nav_conten{
		zoom:0.85;
	}
	
}
@media screen and (max-width: 1700px) {
	.p2_nav_conten{
		zoom:0.85;
	}
	
}

@media screen and (min-width: 800px) {
	#pcsearch{
		display:block!important;
		
	}
	#shoujisearch{
		display:none!important;
	}
}
@media screen and (max-width: 600px) {
	#pcsearch{
		display:none!important;
		
	}
	#shoujisearch{
		display:block!important;
	}
	#searchshouji{
		zoom:0.5;
	}
}






						.clear { zoom: 1; }
                        .clear:after { clear: both; content: ""; display: block; height: 0; overflow: hidden; visibility: hidden;}
						.guige1{width:100%; font-size:21px; text-align: center; padding: 26px 0;}
						.tablee{ padding:20px; display: block;}
						.tablee tr td{ font-size: 18px; padding:8px 129px 8px 0;}
						.tablee tr strong{ font-size:22px;}
						.tablee .btm{ margin-bottom: 10px;}
						.biaoge1 {width:100%; border:1px solid #CACACA; padding: 60px;}
						.qysj{ margin-top:30px;} 
						.qysj tr td { padding: 10px 38px; font-size:26px;}
						.dingzhi{ width:1200px; height: 286px; background:url(http://www.osdiban.com.cn/templets/oushi/picture/cpzx_img2.png) no-repeat center; margin-top: 56px;  position:relative;}
						.dingzhi li{ position:absolute; font-size: 16px; top:74px; text-align: center; line-height: 66px; color: #fff;}
						.dingzhi .li1{left: 189px;}
						.dingzhi .li2{ right: 196px;}
						.dingzhi strong{ font-size:38px; font-weight: normal;}
						.yycs1{ position:relative; width: 100%; height:269px; }
						.yycs1 li{ position:absolute;width:170px;height: 214px;padding-top: 187px; text-align: center; font-size:17px; color: #5C5C5C;}
						.yycs1 .minnav1{top:50px; left:0px;}
						.yycs1 .minnav2{top:28px; left: 209px;}
						.yycs1 .minnav3{top:0px; left:415px;}
						.yycs1 .minnav4{top:0px; right: 405px;}
						.yycs1 .minnav5{top:27px; right: 202px;}
						.yycs1 .minnav6{top:54px; right:0px;}
						.cpzx_main3_content p{ text-align: center; color: #fff; font-size: 20px; margin-top: 20px;}
						.xnwz{width: 100%; height: 290px; margin-top:-100px;}
						.xnwz li{ width: 50%; float: left; height: 290px; padding: 60px 41px;}
						.xnwz li h1{ margin-bottom:25px;}
						.xnwz li p{ font-size:18px;}
						.xnwz .zuob{ background: #333333; color: #fff;}    
						.xnwz .youb{background:#EFEFEF; color: #000; text-align: right;}