.Ztop{
	width: 100%;
	height: 35px;
	background: #f9f9f9;
	border-bottom: 1px solid #e7e7e7;
}
.Ztop .top-center{
	width: 1200px;
	margin: 0 auto;
}
.Ztop .top-center>div p{
	line-height: 35px;
	font-size: 14px;
	color: #666666;
}

/* 搜索 */
.Zsearch{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Zsearch .logo>a img{
	width: 250px;
}
.Zsearch .logo>div{
	padding-top: 12px;
	padding-left: 15px;
}
.Zsearch .logo>div p{
	font-size: 16px;
	color: #fb5a2d;
	margin-bottom: 5px;
	font-weight: bold;
}
.Zsearch .logo>div span{
	font-size: 14px;
	color: #333;
}
.Zsearch .search{
	margin-right: 28px;
	width: 349px;
	height: 36px;
	border: 2px solid #FB5A2D;
	box-sizing: border-box;
}
.Zsearch .search input{
	display: block;
	width: 75%;
	outline: none;
	height: 32px;
	background: #fff;
	font-size: 12px;
	color: #999;
	padding-left: 10px;
	box-sizing: border-box;
	border: none;
}
.Zsearch .search button{
	width: 25%;
	height: 32px;
	background: #fb5a2d;
	font-size: 14px;
	color: #fff;
	border: none;
	outline: none;
}


.Znav{
	width: 100%;
	height: 50px;
	background: #122641;
}
.Znav>ul{
	width: 1200px;
	margin: 0 auto;
}
.Znav>ul li{
	margin-right: 25px;
	width: 119px;
	height: 50px;
}
.Znav>ul li a.active{
	background: #fb5a2d;
}
.Znav>ul li a:hover{
	background: #fb5a2d;
}
.Znav>ul li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.Zbanner{
	width: 100%;
}
.Zbanner>img{
	width: 100%;
}

.Ztit h3{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 8px;
}
.Ztit p{
	font-size: 16px;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
}
.martop{
	margin-top: 50px;
}


.Zfwxm ul{
	width: 1200px;
	margin: 0 auto;
}
.Zfwxm ul.cptp li:nth-child(4n) {
    margin-right: 0;
}
.Zfwxm ul.cptp li {
    width: 288px;
    margin-top: 35px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.Zfwxm ul.cptp li i{
	display: block;
	overflow: hidden;
}
.Zfwxm ul.cptp li img{
	width: 100%;
	height: 205px;
	object-fit: cover;
	transition: all .5s ease;
}
.Zfwxm ul.cptp li:hover img{
	transform: scale(1.1);
}
.Zfwxm ul.cptp li p {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 16px;
    display: block;
}
.Zfwxm ul.cptp li:hover p{
	color: #FB5A2D;
}

.Zliuy{
	width: 100%;
	padding: 35px 0;
	background: url(../images/liuy-bg.jpg);
	background-size: 100% 100%;
}

.Zliuy .liuy-center{
	width: 1130px;
	margin: 0 auto;
}

.Zliuy .liuy-center>p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 27px;
}
.Zliuy .liuy-center>p span{
	font-size: 28px;
	color: #fb5a2d;
	font-weight: bold;
}
select,
button,
input{
	background: none;
	outline: none;
	border: none;
}

.Zliuy .liuy-center form{
	display: block;
	margin-top: 20px;
}
.Zliuy .liuy-center input{
	width: 280px;
	height: 46px;
	background: #fff;
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
	padding-left: 6px;
	box-sizing: border-box;
}
.Zliuy .liuy-center input.fr {
    background: #fb5a2d;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 46px;
}
.Zliuy .liuy-center .select{
	position: relative;
	width: 259px;
	height: 46px;
}
.Zliuy .liuy-center .select textarea.input_index_area {
    width: 100%;
    height: 89%;
    line-height: 40px;
    font-family: 微软雅黑;
    padding-left: 7px;
}
.Zliuy .liuy-center .select select{
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	font-size: 14px;
	color: #999999;
	padding-left: 6px;
	box-sizing: border-box;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	
}
.Zliuy .liuy-center .select img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 15px;
}
.Zliuy .liuy-center button{
	font-size: 16px;
	color: #fff;
	width: 220px;
	height: 46px;
	background: url(../images/btn-bg.jpg);
	background-size: 100% 100%;
}

.Zsix ul{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 25px auto 0;
}
.Zsix ul li {
    width: 287px;
    padding: 30px 13px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.Zsix ul li:hover{
	box-shadow: 0 0 10px #e9e9e9;
	-moz-box-shadow: 0 0 10px #e9e9e9;
	-webkit-box-shadow: 0 0 10px #e9e9e9;   
	cursor: pointer;
}
.Zsix ul li img{
	height: 49px;
	display: block;
	margin: 0 auto 15px;
}
.Zsix ul li span {
    display: block;
    text-align: center;
    font-size: 21px;
    color: #FB5A2D;
    font-weight: bold;
}
.Zsix ul li p {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 8px;
    line-height: 26px;
}


.Zfour{
	padding: 35px 0;
	background: url(../images/bg_lc.jpg)center no-repeat;
}
.Zfour ul{
	margin: 40px auto 0;
	width: 755px;
	display: flex;
	justify-content: space-between;
}
.Zfour ul li{
	width: 110px;
}
.Zfour ul li img{
	display: block;
	width: 82px;
	margin: 0 auto 20px;
}
.Zfour ul li p{
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.Zfour ul>img{
	width: 26px;
	height: 24px;
	display: block;
	margin-top: 30px;
}


.Zabout{
	width: 1200px;
	margin: 50px auto 0;
}
.Zabout .clearfix{
	margin-top: 25px;
}
.Zabout .clearfix>i{
	width: 540px;
	height: 390px;
	overflow: hidden;
}
.Zabout .clearfix>i img{
	width: 100%;
	transition: all .5s ease;
}
.Zabout .clearfix>i:hover img{
	transform: scale(1.1);
}
.Zabout .clearfix>.fr{
	width: 640px;
}
.Zabout .clearfix>.fr .info{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.Zabout .clearfix>.fr ul{
	width: 550px;
	margin: 0 auto;
}
.Zabout .clearfix>.fr ul li{
	width: 65px;
	margin-top:18px;
	margin-right: 56px;
}
.Zabout .clearfix>.fr ul li:nth-child(5n){
	margin-right: 0;
}
.Zabout .clearfix>.fr ul li img{
	width: 61px;
	display: block;
	margin: 0 auto 5px;
}
.Zabout .clearfix>.fr ul li p{
	font-size: 14px;
	color: #333;
	text-align: center;
}




.Zfooter{
	padding: 30px 0 25px;
	background: #0c0d0e;
}

.ft-center{
	width: 1200px;
	margin: 0 auto;
}

.ft-top>.fl{
	padding-top: 12px;
	width: 920px;
}
.ft-top>.fl p{
	font-size: 12px;
	color: #b4b4b4;
	margin-bottom: 10px;
}
.ft-top>.fl a{
	font-size: 12px;
	color: #b4b4b4;
}
.ft-top>.fl a:hover{
	color: #fff;
}
.ft-top>.fr{
	width: 205px;
	margin-right: 60px;
}
.ft-top>.fr>img{
	width: 39px;
}
.ft-top>.fr div p{
	font-size: 14px;
	color: #fff;
}
.ft-top>.fr div span{
	font-size: 22px;
	color: #FB5A2D;
	font-weight: bold;
}

.Zhzhb{
	margin-top: 20px;
}
.Zhzhb li{
	margin-right: 12px;
}
.Zhzhb li img{
	width: 122px;
}




/* 右侧留言 */
.Zright-fixed{
	position: fixed;
	right: 0;
	top: 35%;
	width: 145px;
	background: #fff;
}
.Zright-fixed .Rtit{
	line-height: 35px;
	background: #1f8ceb;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.Zright-fixed .Zxdh{
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.Zright-fixed .Zxdh p{
	width: 100px;
	text-align: left;
	margin: 0 auto;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	color: #333;
	padding-left: 25px;
	box-sizing: border-box;
	background: url(../images/tel.png) no-repeat 12px center;
	background-size: 10px 13px;
}
.Zright-fixed .Zxdh span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.Zright-fixed .Zxly p{
	color: #fff;
	padding-left: 32px;
	background: #fb5a2d url(../images/wx.png) no-repeat 12px center;
	background-size: 16px 15px;
}
.Zright-fixed .Zxly p:hover{
	cursor: pointer;
}
.Zright-fixed .Zxly  span{
	margin-top: 5px;
}
.Zright-fixed .Zxdh>img{
	display: block;
	width: 118px;
	margin: 0 auto;
}
.Zright-fixed .erw span{
	margin-top: 3px;
	font-size: 12px;
}
.flink{color:#b4b4b4; font-size: 13px;}