.none-banner {
    height: 121px;
}


/*版块标题*/
.item-tit {
    padding:10px 0;
    text-align: center;
}
.item-tit .p1 {
    font-size: 40px;
    color: #eee;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 10px;
}

.item-tit .p2 {
    font-size: 40px;
	color: #3a3a3a;
    line-height: 80px;
	text-transform: uppercase;
    height: 80px;
	padding: 0 10px;
    
}
.item-tit .p2 span {
    display:inline-block;
    color:#d22633;
}
.item-tit .p3 {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-tit {
    padding:5px 0;
}
.item-tit .p1 {
    font-size:18px;
    padding: 0 5px;
    line-height: 20px;
}

.item-tit .p2 {
    font-size:24px;
    padding: 0 5px;
    line-height: 30px;
    height: 30px;
}
.item-tit .p3 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
	padding:2% 0;
}
}
@media screen and (max-width:600px){}

/*品牌简介*/
.item-about {
	padding:0 0;
}
.item-about .content {padding:2% 0;}

.item-about .content .about-left {
    width: 50%;
    height: 518px;
    padding: 5% 10% 10% 5%;
    box-sizing: border-box;
    background: url(../images/home-download.jpg) no-repeat center;
    position: relative;
}
.item-about .content .about-left p {
    color: #fff;
    text-indent:0;
}
.item-about .content .about-left .p1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 60px;
    padding-bottom:30px;
}
.item-about .content .about-left .p2 {
    font-size: 20px;
    line-height: 48px;
}
.item-about .content .about-left .p2 span {
    display: inline-block;
    font-size: 38px;
    color: #fff;
}


.item-about .content .about-right {
    width: 50%;
    height: 518px;
    padding: 5% 10% 10% 5%;
    box-sizing: border-box;
    background: url(../images/home-vr.png) no-repeat center;
    overflow: hidden;
}
.item-about .content .about-right p {
    color: #fff;
    text-indent:0;
}
.item-about .content .about-right .p1 {
    font-size: 35px;
    color:#d22633;
    font-weight: bold;
    line-height: 60px;
    padding-bottom:30px;
}
.item-about .content .about-right .p2 {
    font-size: 14px;
    color:#666;
    padding: 5px 0;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){

}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-about .content .about-left {
    width: 100%;
	height:auto;
    padding:2% 4%;
}
.item-about .content .about-left .p1 {
    font-size: 28px;
    padding-bottom:30px;
}
.item-about .content .about-left .p2 {
    font-size: 18px;
    line-height: 38px;
}
.item-about .content .about-left .p2 span {
    font-size: 26px;
	font-weight:bold;
}
.item-about .content .about-right {
    width: 100%;
    padding: 5% 10% 10% 5%;
}
.item-about .content .about-right .p1 {
    font-size: 28px;
}
.item-about .content .about-right .p2 {
    font-size: 14px;
}
}
@media screen and (max-width:600px){}


/*行业地位*/
.item-status .item-tit .p2 {
    color: #fff;
}
.item-status{
    padding: 6% 0;
    background: url(../images/item-status-bg.png) no-repeat top;
}
.item-status ul {
    text-align: center;
}
.item-status ul li {
    float: left;
    width: 29%;
    height: 400px;    
	margin: 0 2%;
    padding:5% 3%;
    box-sizing: border-box;
    cursor: pointer;
    background:#fff;
}
.item-status ul li i {
    display: block;
    width: 60px;
    height: 60px;
    line-height:60px;
    border-radius: 50%;
    margin: 0 auto;
    background: #d22633;
    color: #fff;
    font-size: 30px;
    font-style:normal;
}
.item-status ul li h2 {
    color: #000;
    font-size: 18px;
    margin:10% 0 10% 0;
}
.item-status ul li p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.item-status ul li:hover {
    background:#d22633;
}
.item-status ul li:hover i {
    background: #fff;
    color: #3a3a3a;
}
.item-status ul li:hover h2 {
    color: #fff;
}
.item-status ul li:hover p {
    color: #fff;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-status ul li {
    width: 100%;
    height: auto;  
    padding:5% 3%;
	margin: 1%;
}
.item-status ul li i {
    width: 40px;
    height: 40px;
    line-height:40px;
    font-size: 20px;
}
.item-status ul li h2 {
    font-size:20px;
    margin:5% 0 ;
}
.item-status ul li p {
    color: #252525;
    font-size: 14px;
    line-height: 20px;
}

}
@media screen and (max-width:600px){}

/*现代化生产基地*/
.item-base {
    margin-top: 5%;
}
.item-base ul {}
.item-base ul li {
    float:left;
    width: 31%;
    margin: 1%;
}
.item-base ul li .thumb {
	position:relative;
	overflow:hidden;
}
.item-base ul li .thumb img{
	transition: all 0.3s;
}
.item-base ul li:hover .thumb img {
	-webkit-transform: scale(1.1);transform: scale(1.1);
}
.item-base ul li .thumb h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 4%;
    transition: all 0.3s;
    background-image: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,.05) 100%);
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-base ul li {
    float:left;
    width: 48%;
    margin: 1%;
}
}
@media screen and (max-width:600px){}

/*认证证书*/
.item-honor {
    margin-top: 5%;
}
.item-honor ul {}
.item-honor ul li {
    float:left;
    width: 18%;
    margin: 1%;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-honor ul li {
    float:left;
    width: 48%;
    margin: 1%;
}
}
@media screen and (max-width:600px){}

/*匠心工艺*/
.item-Technology {
	padding:5% 0;
	background: url(../images/Technology-bg.png) no-repeat top;
}
.Technology-box{
	text-align:center;
}
.Technology-box img {}


/*专业物流配送*/
.item-logistics {
	padding:5% 0;
}
.item-logistics .container {
	padding-top:5%;
}
.item-logistics .case {
    float:left;
    width:50%;
}


.item-logistics .brand {
    float:right;
    width:50%;
	background:#f6f6f6;
	padding:5%;
	box-sizing:border-box;
	box-shadow: 0px 2px 15px #c7c5c3;
}
.item-logistics .brand .en {
    font-size: 26px;
    color:#666;
    text-transform: uppercase;
}
.item-logistics .brand .cn {
    font-size: 24px;
    color:#000;
    padding:20px 0;
}
.item-logistics .brand .cn span {
	display:inline-block;
    font-size: 30px;
	color:#d22633;
	font-weight:bold;
	padding:0 5px;
}


.item-logistics .brand .p1 {
    font-size: 14px;
    color:#000;
    text-indent: 2em;
	padding:10px 0;
}
.item-logistics .brand .p2 {
    font-size: 14px;
    color:#000;
    text-indent: 2em;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-logistics .case {
    width:100%;
}
.item-logistics .brand {
    width:100%;
}
}
@media screen and (max-width:600px){}


/*八大优势*/
.item-advantage {
    background:#f6f6f6;
    padding: 3% 0;
}
.item-advantage .advantage-box {}
.item-advantage .advantage-box ul {}
.item-advantage .advantage-box ul li {
    float:left;
    width: 23%;
    height: 333px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 1%;
    padding:5% 2%;
    box-sizing: border-box;
}
.item-advantage .advantage-box ul li i {
    display:inline-block;
    width:100%;
    height:100px;
    transition: all 0.3s;
}
.item-advantage .advantage-box ul li h5 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    
}
.item-advantage .advantage-box ul li p.en {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    text-transform: uppercase;
}
.item-advantage .advantage-box ul li p.cn {
    color: #fff;
    font-size: 14px;
    height:0;
    overflow:hidden;
    transition: all 0.3s;
}
.item-advantage .advantage-box ul li:hover{
    background: rgba(210,38,51, 0.9);
	box-shadow: 0px 2px 15px #ccc;
}
.item-advantage .advantage-box ul li:hover i {
    height:0;
    overflow:hidden;
    transform: translate(0px,-50px);
    -webkit-transform:translate(0px,-50px);
    -moz-transform:translate(0px,-50px);
    -ms-transform:translate(0px,-50px);
    -o-transform:translate(0px,-50px);
}
.item-advantage .advantage-box ul li:hover p.cn {
    height:180px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){
    width: 98%;
    height: 330px;
}
@media screen and (max-width:800px){
.item-advantage .advantage-box ul li {
    width: 48%;
    height: 330px;
    margin: 1%;
}
.item-advantage .advantage-box ul li i {width:40%;}
.item-advantage .advantage-box ul li h5 {font-size: 18px;}
}
@media screen and (max-width:600px){
.item-advantage .advantage-box ul li {width: 48%;height: 350px;margin: 1%;}
.item-advantage .advantage-box ul li:hover p.cn {height:220px;}
}



/*专注柔光砖的生产研发*/
.item-product {
    background: url(../images/item-product-bg.jpg) repeat center top;
}
.item-product .tit {
    padding-top: 60px;
    text-align: center;
}
.item-product .tit h3 {
    font-size: 60px;
    color:#fff;
    font-weight: bold;
    height: 100px;
}
.item-product .tit .t1 {
    font-size: 24px;
    color:#fff;
    padding-bottom: 20px;
}
.item-product .tit .t1 span {
    display:inline-block;
    font-size: 48px;
    padding: 0 10px;
}
.item-product .tit .t2 {
    font-size: 14px;
    color:#c7c4c3;
    padding-top: 5px;
}
.item-product {}

.item-product .product-box {
    margin-top: 100px;
}
.item-product .product-box ul {
    text-align: center;
    font-size:0px;
}
.item-product .product-box ul li {
    display:inline-block;
    width:18%;
    max-width: 230px;;
    margin:1%;

}
.item-product .product-box ul li .pic {
    overflow:hidden;
}
.item-product .product-box ul li img {
    transition: all 0.5s;
}
.item-product .product-box ul li:hover img {
     transform:scale(1.08);
}
.item-product .product-box ul li p {
    text-align: center;
    font-size: 14px;
    color:#fff;
    height:30px;
    line-height: 30px;
}

/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-product .tit {
    padding-top:20px;
}
.item-product .tit h3 {
    font-size: 30px;
}
.item-product .tit .t1 {
    font-size: 16px;
}
.item-product .tit .t1 span {
    font-size: 28px;
    padding: 0 2px;
}
.item-product .tit .t2 {
    font-size: 14px;
    color:#c7c4c3;
    padding-top: 5px;
}
.item-product .product-box {
    margin-top: 6%;
}
.item-product .product-box ul li {
    width:48%;
    margin:1%;
}

}
@media screen and (max-width:600px){}


/*项目案例 */
.item-case {
	padding:2% 0;
}
.item-case .case-tab {}
.item-case .case-tab ul {
    padding:2% 0 0 0;
    text-align: center;
}
.item-case .case-tab ul li {
    display:inline-block;
    font-size: 14px;
    border: solid 1px #ccc;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 38px;
    border-radius: 25px;
}
.item-case .case-tab ul li.cur{
    background:#d22633;
    border: solid 2px #d22633;
    color:#fff;
}
.item-case .case-photo {}
.item-case .case-photo {
    display:none;
    padding:2% 0;
}
.item-case .case-photo:nth-of-type(1) {
    display:block;
}
.item-case .case-photo li {
    float:left;
    width:31%;
    margin:1%;
    text-align: center;
}
.item-case .case-photo li .thumb {
	overflow:hidden;
}
.item-case .case-photo li .thumb img{
	transition: all 0.3s;
}
.item-case .case-photo li:hover .thumb img {
	-webkit-transform: scale(1.1);transform: scale(1.1);
}
.item-case .case-photo li p {
    font-size: 16px;
    padding:2% 0;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.item-case {
	padding-top:2%;
}
.item-case .case-tab {}
.item-case .case-tab ul {
    padding:2% 0 0 0;
}
.item-case .case-tab ul li {
    font-size: 14px;
    border: solid 1px #cfcfcf;
}
.item-case .case-tab ul li.cur{
    border: solid 1px #d22633;
}
.item-case .case-photo li {
    float:left;
    width:48%;
    margin:1%;
    text-align: center;
}
.item-case .case-photo li {
}
.item-case .case-photo li p {
    font-size: 14px;
    padding:0.5% 0;
}
}
@media screen and (max-width:600px){}



/*申请加盟*/
/*工程案例留言-标题*/
.home-title {
    padding: 30px 0;
    text-align: center;
    max-width: 1200px;
    margin:0 auto;
}
.home-title .t1 {
    font-size: 30px;
    color: #3e3e3e;
    line-height: 50px;
}
.home-title .t1 span {
    font-size: 48px;
    color: #df2228;
    padding:0 8px;
}
.home-title .t2 {
    font-size: 16px;
    margin-top: 10px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.home-title {
    padding: 20px 0;
}
.home-title .t1 {
    font-size: 26px;
}
.home-title .t1 span {
    font-size: 28px;
}
.home-title .t2 {
    font-size: 14px;
}
}
@media screen and (max-width:600px){}
.message {
	padding:5%;
	margin:2% 0;
	background:#f6f6f6;
}
.message .message-box {
	border-radius: 5px;
	background:#fff;
}
.message .message-box form {
	overflow:hidden;
}
.msg-box .msg-list {
    min-width: 360px;
    float: left;
    width:100%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.msg-box .msg-list  input,.msg-list select,button,.msg-list textarea{
	display: block;
    float: left;
    margin-right: 1%;
    border: 0;
    background: #fff;
    border: solid 1px #d2d2d2;
    font-size: 15px;
    color: #313131;
    padding: 0 1%;
    line-height: 50px;
    width:30%;
	max-width:400px;
}
.msg-box  select{
	 width: 30%;
	 height: 50px;
}
.msg-list textarea {
	color: #313131;
	height:50px;
	max-width:600px;
}
.msg-box .J_Submit {
    background: #d22633;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: 220px;
    line-height: 45px;
    margin: 20px 0;
	padding:0 1%;
    clear: both;
}

.one .msg-box .msg-list {
	width:20%;
    min-width: 200px;
}
.one .msg-box .msg-list input,.one .msg-list select, button{
	width:100%;
    max-width: 800px;
}

/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.msg-box .msg-list {
    min-width: 200px;
}
.msg-box .msg-list  input,.msg-list textarea{
    width:98%;
	margin:1% 0;
	max-width:500px;
}
.msg-box .J_Submit {
    width: 100%;
}
.one .msg-box .msg-list {
	width:100%;
}
}





.message form {
	display:block;
	width: 80%;
	margin:0 auto;
	overflow:hidden;
}
form input,form select {
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    float: left;
}

form .name ,form .telephone,form .xzfw {
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
form .address{
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
form .content {
	width: 96.5%;
	height:100px;
	margin: 5px 2.5% 5px 0;
	line-height: 18px;
}
form .bottom {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    padding: 0;
    background: #c30d23;
    margin: 20px 0;
}

@media screen and (max-width:800px){
.message form {
	width: 100%;
}
form .name ,form .telephone,form .xzfw {
	width:95%;
	margin: 5px 2.5% 5px 2.5;
	background: #fff;
}