/* CSS reset */
/* @charset "utf-8"; */
*{margin:0px;padding:0px}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
/* @font-face{
    font-family: 'SourceHanSansCN_Normal'; 
    src: url('../font/SourceHanSansCN-Normal.otf');
}
@font-face{
    font-family: 'SourceHanSansCN_Bold'; 
    src: url('../font/SourceHanSansCN-Bold.otf');
}
@font-face{
    font-family: 'SourceHanSansCN_Light'; 
    src: url('/template/pc/skin/font/SourceHanSansCN-Light.otf');
}
@font-face{
    font-family: 'SourceHanSansCN_Medium'; 
    src: url('../font/SourceHanSansCN-Medium.otf');
}
@font-face{
    font-family: 'SourceHanSansCN_Regular'; 
    src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face{
    font-family: 'SourceHanSansCN_Heavy'; 
    src: url('../font/SourceHanSansCN-Heavy.otf');
}*/
@font-face{
    font-family: 'FuturaStd_Medium'; 
    src: url('/templates/pc/skin/font/FuturaStd-Medium.ttf');
}
@font-face{
    font-family: 'FuturaStd_Heavy'; 
    src: url('/templates/pc/skin/font/FuturaStd-Heavy.ttf');
}
@font-face{
    font-family: 'FuturaStd_Book'; 
    src: url('/templates/pc/skin/font/FuturaStd-Book.ttf');
}
body, html{
    color:#6d6d6d;
    font-size:12px;
    font-family: "HYQiHei";
	/* max-width:1920px; */
    min-width: 1420px;
    margin: 0 auto;
}
a{cursor:pointer;color:#666;}
a,a:active,u,s,del{text-decoration:none;color:#6d6d6d;}
img{border:0;vertical-align: middle;display: inline-block;}
i,em,b{font-style:normal}
dl,ol,ul,li{list-style:none}
input,select{ outline: none; }
.clear { zoom: 1; }
.clear:after { content: ""; clear: both; display: block; }
ul:after{ display:block; content:""; clear:both;}
table{border-collapse:collapse;}/*缁嗙嚎杈规*/
.fl{ float:left;font-family: Microsoft YaHei;font-size: 12pt;}
.fr{ float:right;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}

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

/* 鍒嗛〉 */

.pages {
	text-align: center;
	margin: 21px 0 0;
	height: 96px;
}

.pages ul {
	display: inline-block;
}

.pages ul li {
	float: left;
	width: 47px;
	height: 47px;
	line-height: 47px;
}

.pages ul li:last-child a{
    border-right: 1px solid #e6e6e6;
}


.pages ul li a {
	display: block;
	height: 47px;
	line-height: 47px;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #4f4f4f;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-right: 0;
}

.pages ul a:hover, .pages ul li.on a {
	/*border:none;*/
	background-color: #141414;
	border-color: #141414;
	color: #fff;
}

.active {
	background: #141414;
	border: 1px solid #141414;
}

.active p, .active span, .active i {
	color: white !important;
}

.disabled {
	background: white;
	border: 1px solid #e6e6e6;
	font-size: 16px;
}

/* 单行溢出 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clear{
    clear:both;
}
/*  */
.shown {
    visibility:visible !important;
}
/*  */
.nav{
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    background-color: #d19b00;
    z-index: 9;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.navMain{
    height: 75px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-width: 1200px;
    max-width: 1420px;
    margin: 0 auto;
}
.navLogo{
    line-height: 75px;
    display: inline-block;
}
/*  */
.navMeun{
    display: flex;
    align-items: center;
}
.navMeun ul{
    display: flex;
}
.navMeun ul li{
    margin-right: 50px;
}
.navMeun ul a{
    /* font-weight: bold; */
    /* font-family: SourceHanSansCN_Normal; */
    font-family: "Noto Sans SC","SimHei","Microsoft YaHei";
    color: #000000;
    font-size: 18px;
    line-height: 75px;
}
.navSearch{
    width: 20px;
    height: 38px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .8s ease;
}
.navSearch form{
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
}
.navSearch .formSubmit{
    background-image: url('https://zhenghewebsite.oss-cn-beijing.aliyuncs.com/images/search.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    background-size: 100%;
}
.navSearch .formInput{
    /* flex: 1; */
    width: 159px;
    height: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    display: none;
}
.navSearch img{
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}
.navSearchStyle{
    width: 200px;
    border: 1px solid #000;
    padding:0 10px;
    transition: all .8s ease;
}

/*  */
.footer{
    width: 100%;
    background-color: #000;
    padding-top: 60px;
    box-sizing: border-box;
    padding-bottom: 60px;
}
.footerMain{
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footerNav{
    display: flex;
}
.footerNav li{
    margin-right: 50px;
}
.footerNav li:last-child{
    margin: 0;
}
.footerNavTitle{
    /* font-family: SourceHanSansCN_Bold; */
    font-family: "Noto Sans SC","SimHei","Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 34px;
    display: block;
    color: #808080;
}
.footerNavMeun a{
    font-size: 14px;
    color: #808080;
    display: block;
    /* font-family: SourceHanSansCN_Regular; */
    font-family: "Noto Sans SC","SimHei","Microsoft YaHei";
    font-weight: 400;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 5px;
}
.footerNavMeun a span{
    position: relative;
}
.footerNavMeun a span::before{
    content: '';
    width:0;
    height: 2px;
    background-color: #808080;
    position: absolute;
    bottom: -4px;
    transition: width .6s ease;
}
.footerNavMeun a:hover{
    color: #fff;
}
.footerNavMeun a:hover span::before{
    width: 100%;
    transition: width .6s ease;
}
.footerCompany .companyLogo{
    width: 110px;
    display: block;
    margin-bottom: 46px;
}
.footerCompany .companyLogo img{
    width: 100%;
    display: block;
}
.footerIcon{
    position: relative;
}
.footerIcon i{
    position: absolute;
    background-image: url('https://zhenghewebsite.oss-cn-beijing.aliyuncs.com/images/img_19.png');
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 120px;
    height: 120px;
    bottom: 52px;
    left: 8px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: none;
}
.footerIcon i:after {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
.footerIcon a:nth-child(2):hover i{
    display: block;
}
.footerIcon img{
    width: 38px;
    display: inline-block;
    margin-right: 6px;
}
.companyText{
    margin-top: 40px;
}
.companyText p{
    margin-bottom: 15px;
}
.companyText p span{
    color: #808080;
    /* font-family: SourceHanSansCN_Regular; */
    font-family: "Noto Sans SC","SimHei","Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    margin-right: 28px;
}
.companyText p a{
    color: #808080;
    font-size: 15px;
    font-family: FuturaStd_Medium;
}
.companyText p span i{
    margin: 5px;
    display: inline-block;
}
.companyText a{
    color: #808080;
}
/* 回到顶部 */
#goToTop { 
    position: fixed;
    bottom: 20px;
    right: 10%;
    cursor: pointer;
    display: none;
    z-index: 9;
}
#goToTop img{
    width: 100%;
    display: block;
}
