/* 
    Created on : 2016-11-24, 10:06:40
    Author     :  云启科技 
*/

/*通常样式*/

html, body {
   font-family: "Microsoft YaHei";
   margin: 0px auto;
   padding: 0px;
   width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: ".";
    height:  0;
    width:  0;
    visibility: hidden;
}

p {
    margin:  0;
    padding: 0;
}
.mainw {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color:  #000;
}

ul {
    list-style-type:  none;
    padding:  0;
    margin:  0;
}


img  {
    max-width: 100%;
    max-height: 100%;
}

}
.hide , .hidden {
    display: none;
    width: 0;
    height: 0;
}


/*==========  顶部  ==========*/
.top {
    background: #1991e7;
}

.top_m {
    width: 1200px;
    height: 45px;
    background: #1991e7 url("/static/images/h24.jpg") no-repeat 900px 0px;
    margin: 0px auto;
    line-height: 45px;
    position: relative;
    color: #fff;
}

.top_m .title {
    font-size: 14px;
    padding-left: 5px;
}

.h24_tel {
    position: absolute;
    font-size: 18px;
    right: 20px;
    font-weight: bolder;
}

.h24_tel span {
    font-size: 18px;
}

/*==========  头部  ==========*/
.header {
    width: 100%;
    background: #fff;
    margin: 0px auto;
}

.header_m {
    width: 1200px;
    height: 97px;
    margin: 0px auto;
}

.header_m img {
    width: 350px;
    height: 97px;
    float: left;
}

.top_nav {
    float: left;
    padding-top: 15px;
    height: 70px;
    line-height: 70px;
    margin-left: 60px;
}

.top_nav li {
    float: left;
    width: 77px;
    height: 80px;
    text-align: center;
    padding: 0px 10px; 
}

.top_nav li.item_cls {
    background: url("");
}

.top_nav li a {
    display: block;
}

.top_nav li a:hover {
    color: #fff;
    background: url("/static/images/m_bg.jpg") no-repeat center center;
}


#inner-mbx {
    background-color: #eaeaea;
        line-height: 34px;
            margin-bottom: 26px;
}

/*==========  banner  ==========*/
.banner_s_wrap {
    /*width: 100%;*/
    margin: 0px auto;
}

.banner_s_wrap .banner_s {
    /*width: 1920px;*/
    height: 260px;
    margin: 0px auto;
    background: url("/static/images/banner/banner_s_1.jpg") no-repeat center center;
}

.h_note {
    width: 100%;
    margin:0px auto;
}

.h_note_c {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    position: relative; 
    font-size: 14px;
}

.h_note_c .hot_item {
    margin:0px 15px;
}

.h_note_c .title {
    display: block;
    line-height: 30px;
    width: 70px;
    height: 30px;
    left: 60px;
    top: 10px;
    color: #c52122;
    position: absolute;
    font-weight: bold;
}

.h_note_c ul {
    width: 1076px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    position: absolute;
    left: 130px;
    top: 10px;
    overflow: hidden;
}

.h_note_c ul li {
    float: left;
    padding-left: 30px;
    padding-right: 25px;
    background: url("/static/images/note_item_bg.jpg") no-repeat 8px center;
}

.h_note_c ul li a{
    color: #000;
}

.h_loc {
    width: 100%;
    margin:0px auto;
    background: #cbe2e8;
}

.h_loc_c {
    width: 1200px;
    height: 40px;
    margin: 0px auto;
    /*background: url("/static/images/note_ico.jpg") no-repeat 16px center;*/
    position: relative; 
    font-size: 14px;
    line-height: 40px;
}

/*==========  产品类表  ==========*/
.pro-cat {
    float: left;
    width: 266px;
    margin-bottom: 20px;
}

.pro-cat ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    background: url("/static/images/arr_r.jpg") no-repeat 250px center;
}

.pro-cat ul li:hover {
    background: #1991e7 url("/static/images/arr_d.jpg") no-repeat 245px center;
}

.pro-cat ul li:hover a {
    color: #fff;
}

/*左侧联系我们*/
.contactn {
    width: 266px;
    overflow: hidden;
    background: #FFF;
    margin-top: 20px;
}
.contactn .tits {
    padding: 9px 0 9px 0;
    height: 38px;
    text-align: center;
    background: #107ce7;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: "Microsoft YaHei";
    padding-left: 5px;
}
.contactn .tits a {
    color: #fff;
}
.contactn .tits span {
    color: #F3F3F3;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
    text-align: center
}
.contactn .subnr {
    border: 1px solid #107ce7;
    border-top: 0;
    padding: 24px 7px 5px;
    width: 250px;
    overflow: hidden;
}
.contactn .subnr p {
    line-height: 25px;
    overflow: hidden;
}
.contactn .subnr span {
    color: #333;
    font-weight: bold;
}
.contactn .subnr h5 {
    padding-top: 12px;
    line-height: 28px;
    overflow: hidden;
    color: #107ce7;
    font-size: 14px
}

/*==========  bottom  ==========*/
.bottom {
    background: url("/static/images/bottom_bg.jpg") no-repeat center center;
    color: #fff;
    padding-top: 30px;
    height: 330px;
    /*padding-bottom: 30px;*/
}

.bottom .bottom_c {
    width: 1200px;
    margin: 0px auto;
        min-height: 279px;
}

.bottom .bottom_c .left {
    padding-left: 10px;
    width: 340px;
    position: relative;
    /*border-right: 1px solid #fff;*/
    float: left;
}

.bottom .bottom_c .left .comp_name {
}

.bottom .bottom_c .left .comp_name .en {
    font-size: 16px;
}

.bottom .bottom_c .left .comp_hotline {
    background: url("/static/images/ico_hotline.png") no-repeat left center;
    padding-left: 30px;
    line-height: 40px;
}

.bottom .bottom_c .left .comp_hotline1 {
    padding-left: 30px;
}

.bottom .bottom_c .left .comp_email {
    background: url("/static/images/ico_email.png") no-repeat left center;
    padding-left: 30px;
    margin-top: 10px;
}

.bottom .bottom_c .left .comp_fax {
    background: url("/static/images/ico_fax.png") no-repeat left center;
    padding-left: 30px;
    margin-top: 10px;
}

.bottom .bottom_c .left .comp_address {
    background: url("/static/images/ico_add.png") no-repeat left center;
    padding-left: 30px;
    margin-top: 10px;
}

.bottom .bottom_c .mid {
    float: left;
    height: 215px;
    padding-left: 40px;
}

.bottom .bottom_c .mid ul {
    width: 100px;
    float: left;
    margin-right: 60px;
}

.bottom .bottom_c .mid ul li a {
    color: #fff;
}

.bottom .bottom_c .mid ul li.title {
    font-size: 20px;
    margin-bottom: 10px;
    width: 80px;
}

.bottom .bottom_c .mid ul li {
    line-height: 30px;
}

.bottom .bottom_c .right {
    width: 380px;
    float: right;
}

.bottom .bottom_c .right .title {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dashed #fff;
}

.bottom .bottom_c .right .ftitle {
    color: #fff;
    /*margin-top: 30px;*/
    display: block;
    position: absolute;
    margin-top: 5px;
}

.bottom .bottom_c .right .inp_author {
    width: 322px;
    height: 32px;
    background: url("/static/images/inp_bg_user.png") no-repeat left top;
    position: relative;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.bottom .bottom_c .right .inp_author #author {
    border: 0px solid #fff;
    outline: none;
    position: absolute;
    left: 10px;
    top: 4px;
    color: #fff;
    background: transparent;
    width: 270px;
}

.bottom .bottom_c .right .inp_mobile {
    width: 322px;
    height: 32px;
    background: url("/static/images/inp_bg_mobile.png") no-repeat left top;
    position: relative;
    margin-left: 50px;
    margin-bottom: 20px;
}

.bottom .bottom_c .right .inp_mobile #tel {
    border: 0px solid #fff;
    outline: none;
    position: absolute;
    left: 10px;
    top: 4px;
    color: #fff;
    background: transparent;
    width: 270px;
}


.bottom .bottom_c .right .inp_comment {
    width: 322px;
    height: 73px;
    background: url("/static/images/inp_bg_comment.png") no-repeat left top;
    position: relative;
    margin-left: 50px;
}

.bottom .bottom_c .right .inp_comment #comment {
    border: 0px solid #fff;
    outline: none;
    position: absolute;
    left: 10px;
    top: 4px;
    color: #fff;
    background: transparent;
    width: 270px;
    height: 68px;
    resize: none;
}

.btn_submit {
    width: 118px;
    height: 34px;
    margin: 10px auto 0px;
    background: url("/static/images/btn_submit.jpg") no-repeat center center;
    cursor: pointer;
}

.copyright {
    height: 50px;
    /*background: #000;*/
    text-align: center;
    line-height: 50px;
}

.content p {

    line-height: 1.7;
}

.content p:before {
    content: "　　";
}
