@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
.bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
k.bd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    /* ie8 */
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/select.png) no-repeat;
}

em {
    font-style: normal;
}
::before, ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}
#sonBody{
    background: #f0eeef;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    /* transition: all .3s linear; */
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/

.pubTit {
	display: block;
	text-align: center;
	line-height: 0;
}

/* 产品展示 */
.product {
	width: 100%;
	min-height: 630px;
	text-align: center;
	margin: 50px 0;
}
.product .parHd {
	float: left;
	width: 240px;
	text-align: left;
}
.product .parHd .phd_tit {
	width: 100%;
	height: 90px;
	background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/p_left.png) no-repeat center;
	overflow: hidden;
}
.product .phd_tit>a {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	display: block;
	margin-top: 23px;
	margin-left: 65px;
}
.product .phd_tit>p {
	font-size: 12px;
	color: #fff;
	line-height: 9px;
	margin-top: 11px;
	margin-left: 65px;
}
.product .parHd .phd_con {
	border: 1px solid #cdcdcd;
}
.product .parHd .li>a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 7px;
	line-height: 49px;
	display: block;
	width: 205px;
	margin-left: 17px;
	border-bottom: 1px solid #CFCFCF;
}
.product .phd_con>li.on>a {
	font-weight: bold;
}
.product .parHd .li img {
	position: relative;
	top: 2px;
	margin-right: 20px;
	transition: 0.4s;
}
.product .parHd .li.on>a>img {
	transform: rotateZ(90deg);
}
.product .parHd .ul a {
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	display: block;
	padding-left: 67px;
}
.product .parHd .ul li:nth-of-type(1) {
	margin-top: 8px;
}
.product .parHd .ul a:hover {
	color: #ecbc0f;
}
.product .parHd .phd_bottom {
	width: 240px;
	height: 138px;
	background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/pl_bottom.png) no-repeat center;
}
.product .phd_bottom>p:nth-of-type(1) {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	padding-top: 54px;
	margin-left: 20px;
}
.product .phd_bottom>p:nth-of-type(2) {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	padding-top: 15px;
	margin-left: 22px;
	letter-spacing: 1px;
}

.product .parBd {
	float: right;
	width: 930px;
	margin-top: 57px;
	overflow: hidden;
}
.parBd .p_con a {
	float: left;
	width: 290px;
	margin-right: 30px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.parBd .p_con a:nth-of-type(3), .parBd .p_con a:nth-of-type(6) {
	margin-right: 0;
}
.p_con .p_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.p_con .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.p_con .p_pic:hover>img {
	transform: scale(1.04);
}
.p_con  .p_title {
	width: 100%;
	line-height: 37px;
	font-size: 16px;
	color: #333;
}
.p_con .p_title:hover {
	background: #126fbd;
	color: #fff;
}

.product .container {
	position: relative;
}
.product .p_gonggao {
	width: 930px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.product .p_gonggao .pg_left {
	float: left;
}
.product .pg_left>p {
	margin-top: 11px;
}
.product .pg_left img {
	position: relative;
	top: 2px;
}
.product .pg_left a {
	font-size: 14px;
	color: #333;
	margin-left: 12px;
}
.product .pg_right {
	float: right;
}
.product .pg_right>span {
	font-size: 14px;
	color: #ecbc0f;
}
.product .pg_right>a {
	font-size: 14px;
	color: #333;
}
.product .p_gonggao a:hover {
	text-decoration: underline;
}

.product .p_more {
	float: left;
	width: 183px;
	line-height: 45px;
	border: 1px solid #fff;
	margin-left: 292px;
	margin-top: -68px;
	font-size: 16px;
	color: #fff;
}
.product .p_more:hover {
	text-decoration: underline;
}
.product .p_more>img {
	position: relative;
	top: 2px;
	left: 22px;
}
/* 广告 */
.ad{
    width: 100%;
    height: 188px;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/ad.png) center no-repeat;
}
.adL{
    float: left;
    width: 700px;
    font-size: 28px;
    color: #ffcb08;
    line-height: 50px;
    margin-top: 40px;
    text-align: justify;
}
.adL>p:nth-of-type(1) {
	
}
.adR{
    float: right;
    margin-top: 49px;
}
.adR img{
    width: 73px;
    height: 73px;
    display: block;
    float: left;
}
.adCon{
    font-size: 26px;
    line-height: 36px;
    color: #ffcb08;
    float: right;
    margin-left: 20px;
}
.adNum{
    letter-spacing: 2px;
}
/* 工程案例 */
.case{
    width: 100%;
    height: 661px;
    background: #fff;
    overflow: hidden;
}
.caseBox{
    width: 100%;
    height: 342px;
    position: relative;
}
.caseBox .bd{
    width: 1200px;
    margin: 0 auto;
    height: 342px;
    overflow: hidden;
}
.caseBox .tempWrap{
    width: 1200px !important;
}
.caseBox .bd li{
    width: 300px;
    height: 342px;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/caseHover.png) center no-repeat;
    float: left;
    margin: 0 9.5px;
    overflow: hidden;
}
.caseBox .bd li .pic{
    width: 282px;
    height: 212px;
    line-height: 207px;
    text-align: center;
    margin: 9px auto;
    overflow: hidden;
}
.caseBox .bd li .pic img{
    max-height: 212px;
    display: inline-block;
    vertical-align: middle;
}
.caseBox .bd li .picCon{
    width: 282px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.caseBox .bd li:hover .picCon{
    color: #1373c9;
}
.case .c_more {
	display: block;
	width: 140px;
	height: 40px;
	background: #126fbd;
	text-align: center;
	margin: 40px auto;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.case .c_more:hover {
	background: #ecbc0f;
}
/* .case .prev{
    width: 120px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/right.png) no-repeat;
    right: 50%;
    margin-right: -130px;
    bottom: -80px;
}
.case .next{
    width: 120px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/left.png) no-repeat;
    left: 50%;
    margin-left: -130px;
    bottom: -80px;
} */
/* 关于我们 */
.about{
    width: 100%;
    height: 600px;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/i_bg.jpg) center no-repeat;
    position: relative;
    overflow: hidden;
}
.abtImg{
    width: 500px;
    height: 356px;
    display: block;
    float: left;
    margin-top: 189px;
}
.abtR{
    width: 652px;
    height: 336px;
    float: right;
    margin-top: 189px;
}
.abtTit>p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	color: #333;
	margin-top: 9px;
}
.abtTit>p:nth-of-type(2) {
	width: 51px;
	height: 4px;
	background: #126fbd;
	margin-top: 13px;
}
.abtCon{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    text-align: justify;
	margin-top: 18px;
}
.abtMore{
    display: block;
    width: 133px;
    height: 40px;
    line-height: 39.5px;
    background: #1373c9 url(/web/20220706131149im_/http://www.lyzongheng.com/images/moreHover.png) 89px 14px no-repeat;
    font-size: 14px;
    color: #fefefe;
    margin-top: 28px;
    float: left;
}
.abtMore span{
    margin-left: 21px;
}
.abtMore:hover{
    background: #ecbc0f url(/web/20220706131149im_/http://www.lyzongheng.com/images/moreHover.png) 89px 14px no-repeat;
}
/* 新闻动态 */
.news{
    width: 100%;
    height: 547px;
    background: #fff;
    overflow: hidden;
}
.newsL{
    width: 520px;
    float: left;
    margin-top: 13px;
}
.newsL img{
    width: 520px;
    height: 158px;
    display: block;
    overflow: hidden;
}
.picNews{
    width: 505px;
}
.picNews .tit>a{
	display: block;
    font-size: 16px;
    color: #333;
    line-height: 33px;
    padding-top: 11px;
}
.picNews .tit>a:hover {
	text-decoration: underline;
}
.picNews .des{
    font-size: 14px;
    color: #666;
    line-height: 23px;
}
.newsL>a{
    display: block;
    width: 132px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #1373c9;
    color: #fff;
    margin-top: 30px;
}
.newsL>a:hover{
    background: #ecbc0f;
}
.newsCon {
    width: 628px;
    float: right;
}
.newsCon li {
    width: 628px;
    border-bottom: 1px dashed #c0c0c0;
}
.newsCon li .c-l {
    display: inline-block;
    text-align: center;
}
.newsCon li .c-l div {
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
	width: 6px;
	height: 6px;
	background: #126fbd;
	border-radius: 3px;
    position: relative;
    top: -2px;
}
.newsCon li .c-l span {
	font-size: 15px;
	color: #333;
	line-height: 40px;
}
.newsCon li .c-l:hover span {
	text-decoration: underline;
}
.newsCon li .c-r {
    float: right;
	font-size: 15px;
	color: #888;
	line-height: 40px;
}
 
.newsCon li a:hover .r-des ,
.newsCon li a:hover .r-tit{
    color: #1373c9;
}
/* 公司环境 */
.ambient{
    width: 100%;
    height: 696px;
    background: #f6f6f6;
}
.ambient ul{
    width: 1216px;
    height: 476px;
    margin: 0 auto;
}
.ambient ul a{
    display: block;
    float: left;
    width: 282px;
    height: 212px;
    line-height: 207px;
    text-align: center;
    margin: 0 11px 26px;
    overflow: hidden;
}
.ambient ul a img{
    max-height: 212px;
    display: inline-block;
    vertical-align: middle;
}
/* 底部样式 */
.footer {
    width: 100%;
    height: 300px;
    background-color: #1575cb;
    overflow: hidden;
}
.link{
    width: 1200px;
    height: 66px;
    border-bottom: 1px solid #7694b5;
    margin: 0 auto;
    line-height: 75px;
    overflow: hidden;
}
.link span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
}
.link a {
    font-size: 14px;
    color: #fff;
    padding-right: 49px;
}

.link a:hover {
    color: #f9bf15;
}
.fCon{
    width: 100%;
    height: 233px;
}
.fLogo{
    width: 176px;
    height: 233px;
    float: left;
}
.fLogo p{
    width: 108px;
    margin-left: 43px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.fLogo p span{
    width: 42px;
    height: 22px;
    display: inline-block;
}
.fContact{
    float: left;  
    overflow: hidden;
    padding-left: 95px;
}
.fContact .fTit{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    margin-top: 1px;
}
.fContact p{
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 9px;
}
.fContact p span{
    width: 24px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    padding-right: 16px;
    display: inline-block;
}
.fContact p span img{
    display: inline-block;
    vertical-align: middle;
}
.fBlock{
    float: left;  
    overflow: hidden;
}
.fBlock .fTit{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    margin-top: 1px;
}
.fBlock p{
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    color: #fff;
}
.fBlock p a{
    font-size: 14px;
    color: #fff;
    padding-right: 30px;
}
.fBlock p a:hover{
    color: #f9bf15;
}

.fEwm{
    width: 125px;
    height: 181px;
    float: right;
    border-left: 1px solid #7694b5;
    margin-top: 13px;
    margin-right: 5px;
    padding-left: 72px;
    overflow: hidden;
}
.fPic{
    margin-top: 18px;
    width: 125px;
    height: 125px;
    line-height: 122px;
    background: #fff;
    display: block;
    text-align: center;
}
.fPic img{
    width: 100%;
	height: 100%;
}
.fEwm p{
    font-size: 14px;
    color: #fff;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 125px;
}
/* 版权区 */
.copyRight{
    height: 50px;
    line-height: 50px;
    background: #035fb3;
    font-size: 12px;
    color: #fff;
}
.copyRight span:nth-of-type(1) {
	display: inline-block;
}
.copyRight span:nth-of-type(2) {
	float: right;
}
.copyRight a{
    color: #fff;
}
.copyRight a:hover{
    color:#f9bf15;
}


/* 分页    b*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #f9bf15;
    border-color: #f9bf15;
    color: #fff;
}

/* 子页内容区b*/

.main {
    margin: 30px auto 0;
    width: 1200px;
}

/* 子页面内容区 */
.subRight {
    float: right;
    background: #fff;
    width: 940px;
    min-height: 801px;
    margin-bottom: 30px;
}
.subCon {
    width: 880px;
    margin: 20px auto;
    padding: 0 25px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
}
.subCon p{
    margin: 0 0 15px;
}

/* 子页map */
.main_title{
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
}
.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
    margin-left: 12px;
}
.main_title .title {
    font-weight: normal;
    font-size: 16px;
    color: #000300;
    display: inline;
}
.main_title .wz {
    font-size: 15px;
    color: #000300;
}
.main_title .wz a {
    color: #000300;
}
.main_title .wz a:hover {
    color: #1575cb;
}

/* 侧边栏 */
.sideBar{
    width: 246px;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 3px solid #1575cb;
}
.sidebar-title{
    width: 135px;
    height: 60px;
    padding: 16px 0 0 111px;
    overflow: hidden;
    color: #fff;
    background: #1575cb url(/web/20220706131149im_/http://www.lyzongheng.com/images/about.png) 55px 17px no-repeat;
    margin-bottom: 5px;
}
.subTitch{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.subTiten{
    font-size: 14px;
    line-height: 18px;
}
.subNav{
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    font-size: 16px;
    width: 196px;
    height: 53px;
    line-height: 53px;
    padding-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subNav a{
    color: #333;
    display: block;
}

.secNav{
    width: 196px;
    padding-left: 50px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.secNav a{
    color: #333;
    display: block;
    font-weight: bold;
}

.thiCon{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

.thiNav {
    width: 181px;
    height: 26px;
    line-height: 26px;
    padding-left: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    background: url(/web/20220706131149im_/http://www.lyzongheng.com/images/thiNav.png) 52px center no-repeat;
}
.thiNav a {
    color: #333;
    display: block;
}

.secNav:hover ,
.secOn , 
.subNav:hover ,
.subOn {
    background: #1575cb;
}

.thiNav:hover ,
.thiOn {
    background: #1575cb url(/web/20220706131149im_/http://www.lyzongheng.com/images/thiNavH.png) 52px center no-repeat;
}

.secNav:hover a ,
.secOn a,
.subNav:hover a ,
.subOn a ,
.thiNav:hover a ,
.thiOn a {
    color: #fff;
}

#cnzz_stat_icon_1275026628{
    display: inline-block;
    vertical-align: -1.5px;
    margin-left: 10px;
}

/*
     FILE ARCHIVED ON 13:11:49 Jul 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:55:15 Oct 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.684
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.02
  esindex: 0.011
  cdx.remote: 12.031
  LoadShardBlock: 62.341 (3)
  PetaboxLoader3.datanode: 77.214 (4)
  load_resource: 187.735
  PetaboxLoader3.resolve: 118.648
*/