﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;font-family: "Microsoft Yahei";}
body{ width:100%; height:3000px; background:url(images/bg.jpg) no-repeat top center; font-family:"微软雅黑", "黑体", "宋体"; font-size:16px; color:#333;}
ul,li{ list-style:none;}
image{ border:none;}
a{ color:#333; text-decoration:none;}
a:hover,a:focus{ color:#b91212; }
.box{ width:1000px; height:auto; margin:0 auto; padding-top:520px;}
.title{ width:1000px; height:51px; text-align:center;}
.main{ width:1000px; height:360px;}
.footer{ width:1000px; height:190px; margin-top:20px;}
.footer h3{ font-size:28px; color:#ce0000;}
.footer_l{ width:620px; height:370px; float:left;}
.footer_l_box{ width:602px; height:314px; border:3px solid #e5a7a7; margin-top:15px; padding-top:14px; padding-left:14px; }
.zs-form .form-li {width: 590px;height: auto;overflow: hidden;}
.zs-form .form-li div {float: left;width: 295px;height: auto;overflow: hidden;margin-bottom: 15px;}
.zs-form .form-li div.form-lil {width: 285px;padding-right: 10px;}
.zs-form .form-li div.form-lir {width: 285px;padding-left: 10px;}
.zs-form .form-li div span {display: block;float: left;width: 38px;height: 38px;border: 1px solid #e3e3e3;background: url(images/icon-4.png) no-repeat center center #fff;}
.zs-form .form-li div span.icon-name {background-position: 0 0;}
.zs-form .form-li div span.icon-add {background-position: 0 -38px;}
.zs-form .form-li div span.icon-tel {background-position: 0 -76px;}
.zs-form .form-li div span.icon-code {background-position: 0 -114px;}
.zs-form .form-li div input {
    float: left;
    width: 245px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}

.zs-form .form-li div input.yzm {
    width: 130px;
}

.zs-form .form-li div img {
    width: 100px;
    height: 38px;
    float: right;
}

.zs-form .form-message {
    width: 590px;
    height: auto;
    overflow: hidden;
}

.zs-form .form-message p {
    margin-bottom: 10px;
}

.zs-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    color: #999999;
}

.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}

.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}

.form-btn button.reset {
    background-color: #999999;
}

.footer_r{ width:354px; height:370px; float:left; margin-left:26px;}
.footer_r_box{ width:320px; height:300px; border:3px solid #e5a7a7; margin-top:15px; padding:15px; }
.news_list{ font-size:14px; line-height:30px; }
.news_list li a{color: #555;   }
.footer{ width:1000px; margin-top:60px;font-family: "微软雅黑"; }
.footer p{ line-height:28px; color:#555; font-size:14px;text-align:center;}



