﻿.nav{
    width: 100%;
    height: 45px;
    line-height:45px;
    background-color: #333333;
    position: fixed;
    top:0;
    z-index: 99999;
}
.nav ul:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    visibility: hidden;
}
.nav a{
    font-size: 14px;
    color: #fff;
}
.nav ul{
    width: 1200px;
    margin: 0 auto;
}
.nav ul li{
    float: left;
    padding-left: 85px;
    position: relative;
}
.nav ul li:first-child{
    padding-left:0;
}
.nav ul li:last-child{
    float: right
}
.nav ul li:nth-last-child(2){
    float: right
}
.nav ul li img{
        vertical-align:middle;
}
.nav ul li .ewmIcon{
    cursor: pointer;
}
    .nav ul li .logoImg {
            width: 44px;
    height: 34px;
    }
.nav ul li .ewm{
    display: none;
    position: absolute;
    top: 45px;
    left:34px;
    z-index: 99999;
            transition: .5s;
    -webkit-transition:.5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.nav ul li .kefuImg{
    margin-right: 10px;
}
.second-nav{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    margin-top: 45px;
    z-index: 99998;
}
.second-nav  ul{
    width: 1200px;
    margin: 0 auto;
}
.second-nav li{
    height: 90px;
    padding-left: 85px;
    line-height: 90px;
    float: left;
}
.second-nav li a{
    font-size: 20px;
    color: #333;
    font-family: PingFang_normal;
}

.footer{
    width: 100%;
    background-color: #f9f9f9;
}
.footer .aboutList {
    overflow: hidden;
}
.footer .aboutList li{
    float: left;
    width: 275px;
    padding-bottom: 30px;
}
.footer .aboutList li p{
    font-size: 16px;
    color: #333;
        font-family: "PingFang_bold";
        padding:35px 0 10px 0;
}
.footer .aboutList li a{
    display: block;
    font-size: 14px;
    color: #333;
    font-family: "PingFang_yb";
    line-height: 25px;
}
.footer .company{
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
    position: relative;
}
.footer .company span.fl{
    font-size: 14px;
    color: #777777;
}
.footer .company span.fr{
    font-size: 14px;
    color: #333;
    font-family: "PingFang_yb";
    padding-right:10px;
}
.footer .company img.ewm{
    position: absolute;
    right: 0;
    top:-125px;
}
.footer .company:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
    clear: both;
}
.footer .address{
    margin-top :10px;
    text-align:center;
}
.footer .address,
.footer .time,
.footer .number{
        font-size: 14px;
    color: #777777;
    line-height: 30px;
}
.footer .number{
    padding-bottom: 10px;
    text-align:center;
}
.footer .location{
    padding-top: 30px;
}
.footer .location a{
    font-size: 14px;
    color: #777777;
}
.footer .location span{
    padding: 0 7px;
    color: #777
}
.footer .textcenter{
    text-align:center;
}

.msgDialog{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 9999999;
	display: none;
}
.msgDialog .msg{
	position: absolute;
	background-color: #fff;
		height: 500px;
	width: 700px;
	border-radius: 5px;
}
.msgDialog .close{
	color: #dedede;
	padding: 15px;
	cursor: pointer;
	color: #333;
	text-align: right
}
.msgDialog .title1{
	font-size: 42px;
	color: #333333;
	text-align: center;
	font-family: "PingFang_yb";
}
.msgDialog .title2{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.msgDialog .name{
	margin-top: 40px !important;
}
.msgDialog .name,
.msgDialog .phone,
.msgDialog .message{
	margin:20px  125px 0;
	font-size: 22px;
	overflow: hidden;
	color: #333;
}
.msgDialog .name span,
.msgDialog .phone span{
	display: block;
	float: left;
	line-height: 42px;
}
.msgDialog .message span{
		display: block;
	float: left;
	line-height: 75px;
}
.msgDialog .name input,
.msgDialog .phone input{
	height: 42px;
	width: 288px;
	float: right;
	text-indent: 10px;
	font-size: 22px;
}
.msgDialog .message textarea{
	height: 75px;
	width: 290px;
	float: right;
	text-indent: 10px;
	font-size: 22px;
	resize: none;
}
.msgDialog .name:before,
.msgDialog .phone:before,
.msgDialog .message:before{
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
.msgDialog .btnSure{
	margin-top: 30px;
}
.msgDialog .btnSure input{
	display: block;
	margin:0 auto;
	height: 40px;
	width: 337px;
	border-radius: 5px;
	border:1px solid #0088cc;
	color: #0088cc;
	font-size: 24px;
	line-height: 40px;
	text-align:center;
	background-color: #fff;
	cursor: pointer;
}