*******************************
    -------[=番茄]-------
********************************/
.main .wp{overflow: hidden;}
/*
-----------------[工程案例]--------------*/
.cur{
    font-size: 16px;color: #111;line-height: 24px;
    margin: 16px 0 13px;
}
.cur a{color: inherit;}
.cur a:hover,.cur span{color: #ff7200;}

.pages{text-align: center;clear: both;}
.pages ul{display: inline-block;vertical-align: top;}
.pages ul li{float: left;margin: 0 5px;}
.pages ul a{
    display: block;width: 28px;height: 28px;
    font-size: 16px;color: #434343;line-height: 28px;text-align: center;
    border: 1px solid #434343;background: #fff;border-radius: 4px;
}
.pages ul .pages-prev a,
.pages ul .pages-next a{width: 100px;background: #434343;color: #fff;border-radius: 8px;}

.pages ul .inp,
.pages ul .btn{display: inline-block;vertical-align: top;width: 48px;height: 30px;line-height: 28px;
    font-size: 16px;text-align: center;
    border: 1px #434343 solid;border-radius: 8px;
}
.pages ul .inp{background: #fff;color: #434343;margin-right: 6px;}
.pages ul .btn{background: #434343;color: #fff;}
.pages ul a:hover,.pages ul .btn:hover{background: #ff7200;color: #fff;border-color: #ff7200;}
.pages ul li .on{background:#ff7200;color:#fff;border-color:#ff7200;}

.col-slide{float: left;width: 140px;position: relative;z-index: 10;margin-right: 20px;}
.col-main{overflow: hidden;padding-top: 60px;position: relative;}
.g-tit1{
    font-size: 18px;color: #fff;line-height: 40px;text-align: center;
    background: #ff7200;border-radius: 10px;
    position: relative;z-index: 1;
    margin-bottom: 19px;
}
.g-tit1:after{
    content: "";
    display: block;
    width: 1200px;height: 2px;
    background: #ff7200;
    position: absolute;left: 0;top: 50%;margin-top: -1px;z-index: -1;
}
.snav{}
.snav li{margin-bottom: 11px;}
.snav li a{
    display: block;font-size: 18px;color: #ff7200;line-height: 36px;font-weight: bold;
    padding-left: 25px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-transition:none;
    -ms-transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    transition:none;
}
.snav li:hover a,.snav li.on a{
    background: url(../images/bg1.png) no-repeat left center;
    color: #fff;
}


.ul-case1{padding: 0 55px 60px 12px;}
.ul-case1 li{
    overflow: hidden;
    border-bottom: 1px #ff7200 dashed;
    padding-bottom: 20px;margin-bottom: 20px;
}
.ul-case1 .pic{
    float: left;width: 600px;height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 2px solid #ff7200;
    margin-right: 20px;
}
.ul-case1 .pic img{
    display: block;width: 100%;height: 100%;
}
.ul-case1 .txt{
    overflow: hidden;
    font-size: 16px;color: #5c5c5c;line-height: 26px;
    padding-top: 33px;
}
.ul-case1 .txt h4{margin-bottom: 46px;}

/*
-----------------[工程案例-二级页]--------------*/
.m-case-det{}
.m-case-det .ul-case1{padding-bottom: 0;}
.m-case-det .con{margin: 0 55px 0 10px;padding-bottom: 20px;}
.m-case-det .con img{
    display: block;margin: 0 auto 40px;
}

/*
-----------------[荣誉资质]--------------*/
.m-honor{overflow: hidden;position: relative;top: -96px;z-index: 0;}
.m-honor .tit{
    font-size: 28px;color: #333332;line-height: 40px;font-weight: normal;text-align: center;
    margin-bottom: 50px;
}
.m-honor .tit span{
    display: inline-block;vertical-align: middle;
    font-size: 60px;line-height: 1;
    padding: 18px 18px 18px 26px;
    background: url(../images/bg2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.m-honor .ul-small-pic{overflow: hidden;margin: 0 -50px 60px;}
.m-honor .ul-small-pic li{
    float: left;width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 50px 48px;
}
.m-honor .ul-small-pic .pic{
    height: 0;padding-top: 131.27%;position: relative;
}
.m-honor .ul-small-pic .pic img{
    display: block;width: 100%;height: 100%;
    position: absolute;left: 0;top: 0;
}

.m-honor .ul-big-pic{overflow: hidden;margin: 0 10px;}
.m-honor .ul-big-pic li{
    float: left;width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 105px 106px;
}
.m-honor .ul-big-pic .pic{
    height: 0;padding-top: 71.05%;position: relative;
}
.m-honor .ul-big-pic .pic img{
    display: block;width: 100%;height: 100%;
    position: absolute;left: 0;top: 0;
}
.m-honor p img{
    display: block;margin: 0 auto 80px;
}

.m-flip{overflow: hidden;padding: 60px 20% 0;border-top: 1px #ff7200 solid;}
.m-flip .prev,
.m-flip .next{
    float: left;width: 50%;
    font-size: 16px;color: #434343;line-height: 30px;text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-flip span{
    display: inline-block;vertical-align: top;
    width: 100px;height: 30px;color: #fff;text-align: center;
    background: #434343;border-radius: 8px;
    margin-right: 10px;
}

/*******************************
    -------[=李亚静]-------
********************************/
/*关于我们-公司简介*/
.m-text1-ly{
	font-size: 16px;
	color: #111;
	line-height: 36px;
	padding: 0 80px;
}
.m-text1-ly p{
	text-indent: 2em;
}
.m-text1-ly img{
	display: block;
	margin: 8px auto 50px;
}
/*新闻资讯*/
.ul-news1-ly{
	overflow: hidden;
	padding: 0 170px 150px 115px;
	padding-bottom: 150px;
}
.ul-news1-ly li{
	line-height: 56px;
	font-size: 16px;
	border-bottom: 1px #bfbfbf solid;
	color: #111;
	padding: 0 12px;
}
.ul-news1-ly li span{
	float: right;
	margin-left: 10px;
}
.ul-news1-ly li a{
	display: block;
	color: #111;
	padding-left: 32px;
	background: url(../images/ico1-ly.png) no-repeat 0 center;
	overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ul-news1-ly li:hover a,.ul-news1-ly li:hover span{
	color: #ff7200;
}
.ul-news1-ly li:hover a{
	background-image: url(../images/ico1-1-ly.png);
}
/*新闻资讯-二级页面*/
.m-present{
	font-size: 16px;
	line-height: 24px;
	color: #ff7200;
	text-align: right;
	position: absolute;
	top: -5px;
	right: 0;
}
.m-present span{
	color: #111;
}
.m-text2-ly{
	padding: 0 28px;
}
.m-text2-ly .txt{
	font-size: 16px;
	color: #111;
	line-height: 36px;
	padding-bottom: 86px;
}
.m-text2-ly .txt h1{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 24px;
}
.m-text2-ly .txt p{
	text-indent: 2em;
}
.m-text2-ly .txt img{
	display: block;
	margin: 30px auto 28px;
}
.m-text2-ly .pn{
	font-size: 16px;
	line-height: 24px;
	color: #ff7200;
}
.m-text2-ly .pn a{
	color: #111;
}
.m-text2-ly .pn a:hover{
	color: #ff7200;
}
/*联系我们*/
.m-contact-ly{
	font-size: 21px;
	padding: 29px 0 0;
	border-top: 2px #ff7200 solid;
	margin-top: 15px;
}
.m-contact-ly .con{
	overflow: hidden;
	padding: 0 54px 0 40px;
}
.m-contact-ly .txt{
	width: 50%;
	float: left;
	line-height: 40px;
}
.m-contact-ly .txt p{
	overflow: hidden;
	color: #454545;
	margin: 0;
	padding: 0;
	text-align: left;
}
.m-contact-ly .txt p em{
	display: inline-block;
	width: 108px;
	text-align: right;
}
.m-contact-ly .txt p span{overflow: hidden;}
.m-contact-ly .touch{
	float: right;
}
.m-contact-ly .touch span{
	display: block;
	color: #ff7200;
}
.m-contact-ly .touch span i{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 36px;
	background: url(../images/tel1-ly.png) no-repeat 0 center;
}
.m-contact-ly .touch .tel{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 28px;
	line-height: 36px;
}
.m-contact-ly .touch .qq{
	margin-bottom: 58px;
	line-height: 36px;
}
.m-contact-ly .touch .qq i{
	background-image: url(../images/qq1-ly.png);
}
.m-contact-ly .touch .qq em{
	color: #fff;
	padding: 5px;
	background-color: #ff7200;
	border-radius: 10px;
}
.m-contact-ly .touch .qr{
	text-align: center;
	display: inline-block;
}
.m-contact-ly .touch .qr img{
	/* width: 130px; */
	height: auto;
}
.m-contact-ly .touch .qr span{margin-top: -12px;}
.m-contact-ly p{
	color: #ff7200;
	padding-left: 78px;
	margin: 20px 0 56px;
}
.m-contact-ly .map{
	border: 2px #ff7200 solid;
}
.m-contact-ly .map img{
    display: block;
    width: 100%;
    height: auto;
}
.m-contact-ly .map #allmap{
	display: block;
	height: 496px;
}
.m-contact-ly .map #allmap img{
	max-width: none;
}
/* 20201109 修改 */
.m-cur{
	line-height: 40px;
}
.m-cur a{
}
/* m-media1 */
.m-media1{
	overflow: hidden;
	
}
.m-media1 .title {
	margin-bottom: 20px;
	padding: 0 15px;
	overflow: hidden;
    color: #fff;
    background-color: #ff7200;
    line-height: 40px;
}
.m-media1 .title h3{
	float: left;
    color: #fff;
}
.m-media1 .title .date{
	float: right;
    color: #fff;
}
.m-media1 .txt{

}
.m-media1 .txt img {
	width: 100%;
	height: auto;
	display: block;
}
.fd-top .qr{
	margin-left: 20px;
	margin-right: 0;
}
/* m-media1 end */
/* m-fq01 */
.m-fq01{
	display: none;
}
.m-fq01 .top{
	margin-bottom: 10px;
}
.m-fq01 .top img{
    width: 100%;
    height: 100%;
    display: block;
}
.m-fq01 .product{
	border-bottom: 1px solid #dedede;
}
.m-fq01 .product .ul-pro-lb1{
	margin: 0;
}
.m-fq01 .product .ul-pro-lb1 .img{
	padding-top: 0;
	position: static;
}
.m-fq01 .product .ul-pro-lb1 .img p{
	position: static;
}
.m-fq01 .product .ul-pro-lb1 .img img{
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: block;
	position: static;
}
/* m-fq01 end */
.logo-mobile{
	display: none;
}
.logo .logo-mobile img{
	width: auto;
	height: 50%;
}
/* m-form-f01 */
.m-form-f01{
	padding: 20px 0;
	display: none;
}
.m-form-f01 h2{
	margin-bottom: 18px;
	text-align: center;
}
.m-form-f01 h2 span{
	padding: 0 18px;
	line-height: 42px;
	display: inline-block;
	border-radius: 42px;
	font-size: 18px;
	background: #ff7200;
	color: #fff;
}
.m-form-f01 .form{

}
.m-form-f01 .item{
	margin-bottom: 10px;
	overflow: hidden;
}
.m-form-f01 .item h3{
	margin-right: 10px;
	font-size: 15px;
	color: #000;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.m-form-f01 .item .inp{
	overflow: hidden;
}
.m-form-f01 .item .inp input{
	padding: 0 10px;
	display: block;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 35px;
	line-height: 33px;
	border: 1px solid #ededed;
	border-radius: 5px;
}
.m-form-f01 .submit{
	padding-top: 6px;
}
.m-form-f01 .submit .btn{
	padding: 0 10px;
	display: block;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #ff7200;
	border: none;
	border-radius: 5px;	
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-form-f01 .submit .btn:hover{
	opacity: 0.8;
}
/* m-form-f01 end */
/* 20201109 修改 end */
/* .loga{display: none !important;} */