@charset "utf-8";
/*@import url(dll.css);*/
@import url(/static/css/module.css);
@import url(/static/css/onlineeditor.css);
@import url(/static/css/animate.css);
@import url(/static/css/banner.css);
@import url(/static/css/common.css);


.chenning-content {
	float: left;
}
/*banner*/
.chenning-home-slider {
	float: left;
	overflow: hidden;
	max-height: 600px;
}

/*产品列表*/
.hmm-section {
	float: left;
	width: 100%;
}
.hmm-section-p02 {
	padding: 0;
}

/*扩展区*/
.nmdef_container {
	float: none;
	width: 100%;
}
/*在线留言*/
.title01 {
    display: block;
    width: 100%;
    padding-top: 20px;
    font-size: 24px;
    color: #013789;
}
.gbook_l {
    margin-top: 30px;
    background: #e7eaf0;
    padding: 20px 30px 50px;
}
@media (max-width: 768px) and (min-width: 320px) {
    .gbook_l {
        margin-top: 10px;
        padding: 10px;
    }
    .map_info {
        padding: 0 10px;
    }
}
.gbook_tblist {
    width: 100%;
}
.gbook_post {
    float: left;
    width: 50%;
    /*padding: 27px 3% 0 0;*/
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gbook_post td {
    display: block;
    float: left;
    padding-right: 10px;
    line-height: 47px;
    color: #575e68;
    font-size: 16px;
    text-align: right;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gbook_post input {
    float: left;
    width: 100%;
    height: 47px;
    padding: 0px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #fff;
    line-height: 250%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-style: linear;
    transition-duration: 0.2s;
}
.gbook_formbtn input[type=submit] {
    display: block;
    width: 200px;
    height: 47px;
    margin: 10px auto;
    border-radius: 5px;
    color:#fff;
    font-size: 18px;
    background: #013789;
    border:none;
    outline: none;
}
@media (max-width: 768px) and (min-width: 320px) {
    .gbook_post {
        float: left;
        width: 100%;
        padding: 10px 3% 0 0;
    }
}
/*留言列表*/
.p_g_gbook {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    background-color: #e7eaf0;
}
.p_g_title {
    text-align: left;
}
.p_g_title > a {
    font-size: 16px;
    color:#333;
    font-weight: bold;
}
.p_g_content {
    text-align: left;
    font-size: 16px;
    color:#666;
    overflow: auto;
}
.p_g_content_time {
    text-align: right;
}
.p_g_reply {
    text-align: left;
}
.map_info {
    text-align: left;
}
.map_info .title01 {
    padding: 20px 0;
    text-align: center;
}
@media (max-width: 768px) and (min-width: 320px) {
    #com_thenm_list {
        padding: 0 10px;
    }
    .gbook_post td {
        font-size: 14px;
    }
}