/*共用css，模板里只能模板设计小组人员才能修改*/
/*模板设计小组人员修改以后注意本地备份一下*/
/*最新更新人员：胡平2017-3-13*/   
/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei";color: #666;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;outline:none;font-size: 16px;}/*英文换行*/
a:hover {text-decoration: none; color:#1061ba;;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*手机预览居中*/
body{
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}


/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist,.blk-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist,.b-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }


/*全局背景色1*/
.body-color{background: #ffffff;}
.bark-body-color{background:#181818;}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{width:1200px; margin: 0 auto;}
/*小模块*/
.blk-xs{width:240px;}
/*中模块*/
.blk-sm{width:930px;}
/*小版块*/
.blk{margin-bottom:30px;}

/*友情链接*/
.f_link{height: 115px;line-height: 30px;overflow: hidden;background: #171717;}
.f_link b{display: block;float: left;font-size: 16px;color: #c8c8c8;width: 261px;}
.f_link p{font-size: 14px;color: #c8c8c8;float: left;width: 1110px;}
.f_link p a{font-size: 14px;color: #c8c8c8; padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}


/*首页板块全局补白*/
.p{padding: 30px 0;}
/*首页板块全局变量*/
.b{clear: both;}
/*内页板块全局变量*/
.blk{margin-bottom:  20px;}


/*数据更新中的样式*/
.nodata {background:url("../images/nodata.png") no-repeat 58px 20px #fff;margin: 10px 0;padding:80px 0 80px 220px;border:1px solid #eee;text-transform: capitalize;}


/*详情内容*/
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;text-indent:2em;}
.endit-content img{max-width:100%;}
/*百度地图图片*/
.endit-content #map img,.endit-content #dituContent img,.endit-content #platform img{max-width: inherit;}
.endit-content em,.endit-content i{font-style: italic;}
.endit-content .img-p{text-indent: 0px; padding-top: 14px; margin: 0px; text-align: center;}
.endit-content .img-container{}
.endit-content .img-block {text-indent: 0px;padding-top: 14px;margin: 0px;text-align: center;}
/*详情关键字飘红加粗*/
.endit-content a{color:#f00; font-weight: bold;}
/*详情内容关键字加VI色*/
/*.endit-content a{color:#1061ba; font-weight: bold;}*/

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999; 
}
.modal-dialog {
    position: fixed;
    color:#000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%; 
}
.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png"); 
}
.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px; 
}
.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left; 
}
.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px; 
}
.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff; 
}
.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left; 
}
.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px; 
}
.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px; 
}
.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px; 
}
.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px; 
}
.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079; 
}
.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px; 
}

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#1061ba;
    color:#fff;
    border-color:#1061ba;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

    /*版块标题*/
    
    .tit-lg {
        font-size: 28px;
    }
    /*正文标题*/
    
    .tit-md {
        font-size: 20px;
    }
    /*正文*/
    
    .tit-sm {
        font-size: 16px;
    }
    /*注释文*/
    
    .tit-xs {
        font-size: 12px;
    }
    
    .tit-defuat {
        font-size: 20px;
    }
    
    @media (min-width: 768px) {
        .tit-lg {
            font-size: 32px;
        }
        .tit-md {
            font-size: 20px;
        }
        .tit-padding {
            padding: 0 15px 15px;
        }
    }
    
    @media (min-width: 996px) {
        .tit-lg {
            font-size: 36px;
        }
        .tit-md {
            font-size: 22px;
        }
        .tit-padding {
            padding: 0 20px 20px;
        }
    }
    
    @media (min-width: 1200px) {
        .tit-lg {
            font-size: 40px;
        }
        .tit-md {
            font-size: 26px;
        }
        .tit-padding {
            padding: 0 20px 20px;
        }
    }
    
    .clear {
        clear: both;
        display: block;
        height: 0;
        border: 0;
    }
    
    .xnznr-aboutinfo-2 * {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    
    .xnznr-aboutinfo-2 {
        font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
        line-height: 22px;
    }
    
    .xnznr-aboutinfo-2-tit {
        width: 21%;
        float: left;
        background: #a8cc2a;
        color: #fff;
        padding: 15px;
        font-weight: normal;
        line-height: 40px;
        margin-bottom: 20px;
    }
    
    .xnznr-aboutinfo-2-tit h3 {
        font-weight: normal;
    }
    
    .xnznr-aboutinfo-2-main {
        width: 79%;
        float: left;
        padding-left: 20px;
    }
    
    .xnznr-aboutinfo-2-main h4 {
        font-weight: normal;
        color: #154c64;
        height: 32px;
        font-size: 24px;
    }
    
    .xnznr-aboutinfo-2-main img {
        max-width: 100%;
    }
    
    .xnznr-aboutinfo-2-main h5 {
        font-weight: normal;
        color: #154c64;
        height: 32px;
        font-size: 23px;
        margin-bottom: 15px;
    }
    
    .xnznr-aboutinfo-2-font {
        line-height: 30px;
    }
    
    .xnznr-aboutinfo-2-time {
        padding-top: 20px;
    }
    
    .xnznr-aboutinfo-2-time dl {}
    
    .xnznr-aboutinfo-2-time dt {
        float: left;
        color: #a8cc2a;
    }
    
    .xnznr-aboutinfo-2-time dt img {
        vertical-align: middle;
        padding: 0 10px;
    }
    
    .xnznr-aboutinfo-2-time dd {
        float: left;
    }
    
    .xnznr-aboutinfo-2-time dd h4 {
        line-height: 30px;
    }
    
    .xnznr-aboutinfo-2-main dd p {
        color: #a8cc2a;
    }
    
    .xnznr-aboutinfo-2-history {
        padding-top: 20px;
        background: url(../images/aboutinfo3.jpg) no-repeat 100px 0;
        padding-top: 45px;
        margin-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    
    .xnznr-aboutinfo-2-history .foot-icon {
        position: absolute;
        background: url("../images/aboutinfo3_r2_c1_b.jpg") no-repeat;
        width: 36px;
        height: 32px;
        left: 101px;
        bottom: 0px;
    }
    
    .xnznr-aboutinfo-2-history dl {
        min-height: 60px;
        overflow: hidden;
        position: relative;
    }
    
    .xnznr-aboutinfo-2-history dl .icon {
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        left: 109px;
        top: 3px;
        z-index: 2;
        background: url("../images/aboutinfo3_r2_c1_i.jpg") no-repeat;
    }
    
    .xnznr-aboutinfo-2-history dt {
        float: left;
        width: 150px;
    }
    
    .xnznr-aboutinfo-2-history dd {
        padding-left: 150px;
    }
    
    .xnznr-aboutinfo-2-history dd h6 {
        font-size: 18px;
        font-weight: normal;
    }
    
    .xnznr-aboutinfo-2-history dd p {
        font-size: 14px;
        color: #bab9b9;
    }
    
    @media (max-width: 767px) {
        .xnznr-aboutinfo-2-tit {
            width: 100%;
            float: none;
        }
        .xnznr-aboutinfo-2-main {
            width: 100%;
            float: none;
            padding-left: 0px;
        }
    }
    .agent {
        width: 100%;
        margin: 0 auto
    }
    
    .agent ul li {
        width: 100%;
        padding: 0 3% 15px 10px;
        box-sizing: border-box
    }
    
    .agent ul li a {
        position: relative;
        width: 100%;
        min-height: 102px;
        display: block;
        padding-left: 100px;
        color: #666;
        font-size: 15px;
        line-height: 21px;
        border: 2px solid #e5e5e5;
        border-radius: 10px;
        box-sizing: border-box
    }
    
    .agent ul li a em {
        color: #d30009;
        max-height: 38px;
        overflow: hidden
    }
    
    .agent ul li a i {
        position: absolute;
        top: 17px;
        left: 21px;
        display: block;
        width: 66px;
        height: 66px;
        background: url(../images/tpl_eag003.png) no-repeat
    }
    
    .agent ul li span {
        padding: 20px 0 10px 0;
        display: block;
        color: #333;
        font-size: 18px;
        font-weight: bold
    }
    
    .agent ul li .zc2,
    .agent ul li .zc4,
    .agent ul li .zc6 {
        padding-left: 100px
    }
    
    .agent ul li .zc2 i,
    .agent ul li .zc4 i,
    .agent ul li .zc6 i {
        left: 21px
    }
    
    .agent ul li .zc1 i {
        background-position: -95px 0
    }
    
    .agent ul li .zc2 i {
        background-position: -95px -81px
    }
    
    .agent ul li .zc3 i {
        background-position: -95px -166px
    }
    
    .agent ul li .zc4 i {
        background-position: -95px -257px
    }
    
    .agent ul li .zc5 i {
        background-position: -95px -342px
    }
    
    .agent ul li .zc6 i {
        background-position: -95px -427px
    }
    
    .agent ul li .zc1:hover,
    .agent ul li .zc2:hover,
    .agent ul li .zc3:hover,
    .agent ul li .zc4:hover,
    .agent ul li .zc5:hover,
    .agent ul li .zc6:hover {
        border: 2px solid #cf0202
    }
    
    .agent ul li .zc1:hover i {
        background-position: 0 0
    }
    
    .agent ul li .zc2:hover i {
        background-position: 0 -81px
    }
    
    .agent ul li .zc3:hover i {
        background-position: 0 -166px
    }
    
    .agent ul li .zc4:hover i {
        background-position: 0 -257px
    }
    
    .agent ul li .zc5:hover i {
        background-position: 0 -342px
    }
    
    .agent ul li .zc6:hover i {
        background-position: 0 -427px
    }
    
    .agent ul li a:hover span {
        color: #d30009
    }
    
    .agent p {
        margin: 23px 0;
        text-align: center
    }
    
    .agent p img {
        max-width: 100%
    }
    
    @media (min-width: 768px) {
        .agent ul li {
            float: left;
            width: 50%;
            padding: 0 3% 15px 10px;
            box-sizing: border-box
        }
        .agent ul .none {
            margin-left: 0;
            padding-left: 0
        }
    }
    .ycxz a {
        width: 220px;
        height: 45px;
        line-height: 45px;
        background: #02a83a;
        text-align: center;
        color: #fff;
        display: block;
        margin: 20px auto;
        font-size: 15px;
        border-radius: 5px;
    }
    
    .cct {
        text-align: center;
        border-bottom: 1px dashed #d9d9d9;
        padding-bottom: 10px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin-top: 15px;
    }
    
    .sclg {
        display: block;
        color: #e8e8e8;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    .cpxh {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        display: block;
        width: 50px;
        font-size: 19px;
        font-weight: bold;
        background: #02a83a;
        color: #fff;
        border-radius: 50%;
    }
    
    .zygn li {
        width: 254px;
        float: left;
        padding: 25px 20px 45px;
        border: 1px solid #eee;
        position: relative;
        height: 152px;
        color: #333;
    }
    
    .zygn li:hover {}
    
    .zygn li .jdtg {
        display: block;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333;
    }
    /*
    .zygn .gnr {
        margin: 0 21px;
    }
	*/
    
    .zygn {
        margin-bottom: 20px;
    }

    .thcp {
        ;
    }
    
    .cpms {
        position: absolute;
        top: -20px;
        left: 20px;
        width: 160px;
        height: 40px;
        line-height: 40px;
        background: #02a83a;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
    }
    
    .cir {
        width: 7px;
        height: 7px;
        background: #02a83a;
        display: inline-block;
        border-radius: 50%;
        margin-left: 15px;
    }
    
    .thtp2 {
        width: 190px;
        float: right;
        border: 1px solid #d7d7d7;
        ;
    }
    
    .thnr2 {
        width: 700px;
        float: left;
        padding: 25px 15px;
        color: #333;
        background: #f7f7f7;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
    }
    
    .zdzg {
        margin-top: 16px;
    }
    
    .clear {
        clear: both;
    }

    .tit {
        font-size: 28px;
        text-align: center;
        margin: 30px 0;
    }
    
    .wmen {
        color: #12c4ae
    }
    
    .chi {
        margin-bottom: 5px;
        color: #373737;
        font-weight: bold;
    }
    
    .eng {
        text-transform: uppercase;
        font-weight: 100;
        font-size: 16px;
    }

    table {
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        text-align: center;
    }
    
    td {
        border: 1px solid #ccc;
        border-collapse: collapse;
        height: 41px;
        line-height: 26px;
    }
    
    col {
        width: 12%;
    }
    
    .col2 {
        width: 38%;
    }
    
    table .coloe {
        background: #f7f7f7;
        font-size: 15px;
        font-weight: bold;
    }
    .tl {
        font: 14px/1.8 "微软雅黑", "//5b8b//4f53", Arial, sans-serif;
    }
    
    .tl .on {
        width: 31%;
        padding: 8px 20px 0;
        background: #eeeeee;
        border-radius: 8px;
        margin-left: 3.5%;
        float: left;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
    }
    
    .tl .on:first-child {
        margin-left: 0;
    }
    
    .tl h3 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 10px;
        font-weight: normal
    }
    
    .tl p img {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    
    .tl .on:hover,
    .tl .on:hover h3 {
        background: #ff6f00;
        color: #fff;
        border-bottom-color: #fff
    }
    
    .tl .on:hover h3 {
        border-bottom-color: #fff
    }
    
    @media (max-width: 640px) {
        .tl .on {
            width: 100%;
            margin-left: 0;
        }
    }
            textarea {
                margin: 0;
                padding: 0;
            }
            
            .b {
                padding: 15px 0;
            }
            
            
            .clear {
                clear: both;
                display: block;
                height: 0;
                border: 0;
            }
            
            li,
            ol {
                list-style: none;
            }
            
            .r2-advant-3-tit {
                font-size: 24px;
                line-height: 36px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            
            .r2-advant-3-tit span {
                display: block;
                width: 200px;
                height: 24px;
                font-size: 14px;
                line-height: 24px;
                color: #fff;
                padding: 0 0 0 10px;
                margin-top: 6px;
                background-color: #a6abac;
            }
            
            .r2-advant-3-list {
                padding: 0 10px 0 48px;
            }
            
            .r2-advant-3-list li {
                padding-left: 18px;
                position: relative;
                font-size: 16px;
                line-height: 30px;
                margin-bottom: 30px;
            }
            
            .r2-advant-3-list li:after {
                content: "";
                width: 6px;
                height: 6px;
                background: #cb2644;
                border-radius: 100%;
                position: absolute;
                left: 0;
                top: 11px;
            }
            
            .r2-advant-3-list li span {
                display: block;
                font-size: 20px;
                color: #292929;
            }
            
            @media (max-width:767px) {
                .r2-advant-3 h1 {
                    padding-top: 20px;
                }
                .r2-advant-3 h2 {
                    width: 100%;
                }
                .r2-advant-3 dl {
                    background: none;
                    padding-left: 0;
                }
                .r2-advant-3-d1 {
                    display: none;
                }
                .r2-advant-3-list {
                    padding-left: 0;
                }
                .r2-advant-3-list-pic1 dt,
                .r2-advant-3-list-pic1 dd {
                    width: 100%;
                    float: none;
                }
            }
			
			
			
			
            textarea {
                margin: 0;
                padding: 0;
            }
                       
            .r3-cust-2-tit {
                height: 130px;
                text-align: center;
                padding-top: 32px;
                position: relative;
            }
            
            .r3-cust-2-tit:after {
                content: "";
                height: 3px;
                width: 100%;
                background:url(../images/r3-icon21.gif) repeat-x left top;
                position: absolute;
                left: 0;
                top: 82px;
                z-index: -1;
            }
            
            .r3-cust-2-tit em {
                font-style: normal;
                font-size: 30px;
                font-family: "Times New Roman";
                text-transform: uppercase;
                line-height: 34px;
                color: #aaa;
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            
            .r3-cust-2-tit span {
                height: 34px;
                font-size: 32px;
                line-height: 34px;
                color: #383838;
                display: inline-block;
                padding: 0 10px;
                background: #fff;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            
            .r3-cust-2-list {
                font-size: 0;
                line-height: 0;
            }
            
            .r3-cust-2-list li {
                width: 15.32%;
                float: left;
                margin-right: 1.6%;
                text-align: center;
            }
            
            .r3-cust-2-list li:nth-last-child(1) {
                margin-right: 0;
            }
            
            .r3-cust-2-list li img {
                max-width: 100%;
            }
            
            .r3-cust-2-list li span {
                display: block;
                max-height: 58px;
                font-size: 14px;
                line-height: 24px;
                padding-top: 10px;
                overflow: hidden;
            }
            
            @media (max-width:767px) {
                .r3-cust-2 {
                    padding-top: 10px;
                }
                .r3-cust-2-list li {
                    width: 32%;
                    margin-right: 2%;
                    padding-bottom: 20px;
                }
                .r3-cust-2-list li:nth-child(3n) {
                    margin-right: 0;
                }
            }		
			
.newslist {
    margin: 20px 0;
    overflow: hidden;
    padding: 0;
    width: 465px;
    float: left;
}

.newslist li {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    line-height: 30px;
}			
.zctj_info{ border: 1px solid #ddd; padding: 10px 8px;}
.zctj_info li{ height: 62px; position: relative; padding-left: 70px; margin-bottom: 10px; font-size: 14px; font-family: 微软雅黑;}
.zctj_info li:last-of-type{ margin: 0;}
.zctj_info li .zctj_info_img{ position: absolute; top: 0; left: 0; width: 60px; height: 60px; border: 1px solid #eee;}
.zctj_info li .zctj_info_name{ height: 40px; line-height: 20px; overflow: hidden;}
.zctj_info_price{ height: 20px; line-height: 20px; margin-top: 4px; color: #f20; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}						
			
			
			
.header , .content , .footer { width:1200px; margin:0 auto;}