@charset "utf-8";

/*样式初始化及公共样式部分lpm*/
.clear{
    clear:both;
}
body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    min-width: 1200px;
    background-color: #fff;
    font-family: "Microsoft YaHei", "黑体", "宋体", sans-serif;
    overflow: hidden;
}
.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.cp a:hover img {
    border: 1px solid #ff7608;
    padding: 2px;
    background: #fff;
}

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
i {
    margin: 0px;
    padding: 0px;
}

ol,
ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *
;
    /* overflow: hidden; */
    /* overflow: auto; */
}

.boxsize {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*百分比布局*/

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/

.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}


/*顶部*/

#top_bg {
    width: 100%;
    height: 35px;
    background: #f3f3f3;
    line-height: 35px;
    border-bottom: 1px solid #e0e0e0;
}

#top .fl {
    color: #666;
}

#top .fr {
    color: #666;
    height: 35px;
}

#top .fr font {
    padding-left: 38px;
}

#top .fr span {
    padding-left: 30px;
}

#top .fr font a {
    color: #666;
}

#top .fr font a:hover {
    color: #ff7608;
}


/*抬头*/




/*导航*/



/*幻灯片*/

.banner_box,
.banner_box .bd li {
    /*height: 700px;*/
}

.banner_box .banner-btn a.prev,
.banner_box .banner-btn a.next {
    top: 220px;
    background-image: url(../images/20190223095951_649853563.png);
}

.banner_box .hd ul li.on {
    background: #035084;
}

.banner_box {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.banner_box .bd {
    width: 100% !important;
}

.banner_box .bd li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_box .bd li a {
    display: block;
    background-size: auto;
    width: 100% !important;
    height: 100% !important;
}

.banner_box .bd li a img {
    width: 100%;
    /*height: 100%;*/
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.banner-btn a.prev {
    left: -54px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.banner-btn a.next {
    right: -54px;
    background-repeat: no-repeat;
    background-position: -49px 0;
}

.banner_box:hover .banner-btn a.prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner_box:hover .banner-btn a.next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner_box .banner-btn a.prev:hover,
.banner_box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.banner_box .hd {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: block;
}

.banner_box .hd ul {
    text-align: center
}

.banner_box .hd ul li {
    width: 20px;
    height: 6px;
    border-radius: 12px;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.banner_box .hd ul li.on {
    width: 66px;
}

.banner_n,
.banner_n .bd li {
    height: 350px;
}

.banner_n .banner-btn a.prev,
.banner_n .banner-btn a.next {
    top: 110px;
    background-image: url(../images/20190223095951_649853563.png);
}

.banner_n .hd ul li.on {
    background: #ff7608;
}

.banner_n {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.banner_n .bd {
    width: 100% !important;
}

.banner_n .bd li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_n .bd li a {
    display: block;
    background-size: auto;
    width: 100% !important;
    height: 100% !important;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.banner_n .banner-btn a.prev {
    left: -54px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.banner_n .banner-btn a.next {
    right: -54px;
    background-repeat: no-repeat;
    background-position: -49px 0;
}

.banner_n:hover .banner-btn a.prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner_n:hover .banner-btn a.next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner_n .banner-btn a.prev:hover,
.banner_n:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.banner_n .hd {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
}

.banner_n .hd ul {
    text-align: center
}

.banner_n .hd ul li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-indent: -9999px;
    background: #ccc;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.banner_n .hd ul li.on {
    width: 32px;
}


/*搜索*/

#search_bg {
    width: 100%;
    height: 70px;
    background: #f1f1f1;
}

#search_nbg {
    width: 100%;
    height: 70px;
    background: #f1f1f1;
    position: absolute;
    top: 591px;
}

#search {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    line-height: 70px;
}

.search_01 {
    float: left;
}

.search_01 .fl {
    margin-top: 12px;
}

.search_01 span {
    color: #666;
    font-size: 15px;
    line-height: 60px;
    font-weight: bold;
}

.search_01 a {
    font-size: 14px;
    color: #666666;
}

.search_01 a:hover {
    font-size: 14px;
    color: #ff7608;
}

.search-d {
    margin-top: 20px;
}

.search-bgp {
    width: 236px;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 15px;
    color: #5a5a5a;
    background: none;
    outline: none;
    border: 1px solid #e4e4e4;
    border-right: none;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.search-ip {
    width: 44px;
    height: 32px;
    background: #035084 url(../images/20190227092812_1861639098.png) no-repeat center;
    border: none;
    cursor: pointer;
}

.search-bg {
    float: left;
    overflow: hidden;
}

.search-i {
    float: left;
    overflow: hidden;
}


/*产品*/

.prod_t {
    padding-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.prod_t p {
    font-size: 36px;
    line-height: 36px;
    color: #035084;
    font-weight: bold;
    text-align: center;
}

.prod_t span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 0 40px;
    line-height: 16px;
    margin-top: 16px;
}

.prod_t span:before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ff7608;
    content: "";
    left: 0;
    top: 8px;
}

.prod_t span:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ff7608;
    content: "";
    right: 0;
    top: 8px;
}

.list_d {
    width: 282px;
    float: left;
    overflow: hidden;
    margin-top: -18px;
}

.list_d h2 a {
    font: 30px "Microsoft YaHei";
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    background: url() no-repeat;
    height: 103px;
    text-align: center;
    padding-top: 55px;
}

.list_d h2 a {
    font: 30px "Microsoft YaHei";
    color: #fff;
    font-weight: bold;
    display: block;
    background: url(../images/20190227100153_1723777403.png) no-repeat;
    height: 89px;
    text-align: center;
    padding-top: 28px;
}

.list_d h2 a i {
    display: block;
    font-style: normal;
    font: 22px "Microsoft YaHei";
    color: #fff;
    text-transform: uppercase;
}

.leftlxs {
    margin-bottom: 5px;
    text-align: left;
    font-family: "Microsoft YaHei";
    padding: 6px;
    overflow: hidden;
}

.leftlxs h4 {
    font-size: 23px;
    padding-left: 17px;
    color: #fff;
    background: #035084;
    margin-top: 10px;
    height: 63px;
    line-height: 63px;
    margin-bottom: 10px;
}

.leftlxs h4 span {
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    font-size: 19px;
}

.leftlxs p {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 22px;
}

.leftlxs p span {
    float: left;
    height: 22px;
}

.list_d table td b a {
    display: block;
    color: #FFF !important;
    padding-left: 40px;
    font-size: 17px;
    margin: 12px 0 0 0;
    display: block;
    background: #035084;
    height: 53px;
    line-height: 56px;
    border-radius: 12px 15px 14px 71px;
}

.list_d table td b a:hover {
    transition: 0.5s;
    display: block;
    color: #fff !important;
    padding-left: 40px;
    font-size: 17px;
    margin: 12px 0 0 0;
    display: block;
    height: 53px;
    line-height: 56px;
    background: #035084;
    border-radius: 9px 9px 50px 50px;
}

.list_d table td table {
    padding: 0 10px;
}

.list_d table td table tr {
    display: block;
    line-height: 42px;
    background: url() no-repeat right;
    border-bottom: 1px #CCC dotted;
}

.product_content {
    line-height: 30px !important;
}

#roller_pro table>tbody>tr>td>a:nth-child(3) {
    display: block;
    width: 230px;
    height: 40px;
    background: #eee;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.prod {
    /* padding: 0 0 18px 0; */
    overflow: hidden;
}

.prod_row2>.fr {
    width: 872px;
    padding-top: 18px;
}

#prod_cont .divproduct_new_div:after {
    display: block;
    content: '';
    clear: both;
}

#prod_cont .divproduct_new_div_item .divproduct_new_div_item_content {
    position: absolute;
    bottom: 0;
}

#prod_cont .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_title a {
    font-size: 17px;
    display: block;
    line-height: 26px;
    font-weight: bold;
    color: #035084;
    position: relative;
    padding: 10px 0;
}

#prod_cont .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_title a:before {
    content: '热销产品';
    color: #fff;
    padding: 3px 6px;
    font-weight: 100;
    letter-spacing: 0.4px;
    margin-right: 7px;
    ;
    font-size: 15px;
    background: #FF8D04
}

#prod_cont .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
    font-size: 13px;
    line-height: 24px;
    color: #666;
    text-align: justify;
}

#prod_cont .divproduct_new_div::after {
    display: block;
    content: '';
    clear: both;
}

#prod_cont .divproduct_new_div_item {
    float: left;
    width: 500px;
    height: 479px;
    position: relative;
}

#prod_cont .divproduct_new_div_item .product_div_item_pic a,
#prod_cont .divproduct_new_div_item .product_div_item_pic a img {
    display: block;
    width: 500px;
    height: 375px;
}

.products_l {
    float: left;
    width: 500px;
    height: 564px;
    position: relative;
}

.products_r {
    float: left;
    height: 564px;
    position: relative;
}

.products_r table tr {}

.products_r table tr td img {
    width: 281px;
    height: 200px;
}

.products_l .pro_btn {
    font-size: 15px;
    line-height: 30px;
    padding: 2px 25px 2px 15px;
    background: #eee;
    color: #333;
    position: relative;
    display: inline-block;
    margin: 20px 60px 20px 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.products_l .pro_btn:after,
.products_l .pro_btn::after {
    position: absolute;
    content: '';
    background: #035084 url(../images/20190227173706_1752918343.png) no-repeat 2px center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -5px;
    right: -35px;
    border: 3px #fff solid;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.products_l .pro_btn:hover {
    background-color: #035084;
    color: #fff;
}

.products_l .pro_btnc:hover {
    background-color: #FF8D04;
    color: #fff;
}

.products_l .pro_btnc:after,
.products_l .pro_btnc::after {
    background-color: #FF8D04
}

.products_l .pro_btn:hover:after,
.products_l .pro_btn:hover::after {
    background-position: -34px center;
}

.products_l .prod_btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff url(../images/20190227173706_387537756.png) no-repeat left center;
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 135px;
}

.products_l #prod_btn_r {
    background-position: right center;
    right: 0px;
}


/*问题*/

#wddbj {
    width: 100%;
    height: 659px;
    /* background: url(../images/20190223150216_581827647.jpg) center no-repeat; */
    padding-top: 50px;
}

.twbtbj {
    width: 942px;
    height: 114px;
    background: url(../images/20190223150148_805963045.png) center no-repeat;
    margin: 0 auto;
}

.fxzywz {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-top: 40px;
    padding-right: 63px;
}

.fxzywz font {
    color: #035084;
}

.wtrwbj {
    width: 1200px;
    height: 475px;
    background: url(../images/20190223150928_981054232.png) center no-repeat;
    margin: 0 auto;
}

.flsgzk {
    width: 1200px;
    margin: 0 auto;
    height: 244px;
}

.fldkd_fl {
    width: 340px;
    float: left;
    padding-top: 40px;
}

.fldqd_wz {
    font-size: 24px;
    font-weight: bold;
    padding-left: 50px;
    height: 48px;
    line-height: 40px;
}

.gcdwzjs {
    font-size: 14px;
    line-height: 35px;
}

.sgdkd_fr {
    width: 306px;
    float: right;
    padding-top: 10px;
}

.sgbjd_wz {
    font-size: 24px;
    font-weight: bold;
    height: 54px;
    text-align: right;
    padding-right: 40px;
    line-height: 40px;
}

.sgdwzjs {
    font-size: 14px;
    line-height: 35px;
    padding-right: 40px;
}

.wfclkd {
    width: 1200px;
    margin: 0 auto;
}

.flcdkd_fl {
    width: 260px;
    float: left;
    padding-top: 14px;
}

.flwhd_wz {
    font-size: 24px;
    font-weight: bold;
    padding-left: 50px;
    height: 44px;
    line-height: 40px;
}

.fwwzjs {
    font-size: 14px;
    line-height: 35px;
}

.dsdjj_fr {
    width: 280px;
    float: right;
}

.jjcl_wz {
    font-size: 24px;
    font-weight: bold;
    height: 54px;
    text-align: right;
    padding-right: 40px;
    line-height: 40px;
}

.sgdwzjs {
    font-size: 14px;
    line-height: 35px;
}


/*优势*/
.b-ys{
    background: url(../images/20190226093340_466918284.jpg) no-repeat center top;
}
.yst {
    height: 285px;
    overflow: hidden;
   
}

.yst h2 {
    height: 58px;
    font: 30px "Microsoft YaHei";
    font-weight: bold;
    line-height: 58px;
    color: #ff7608;
    padding: 110px 0 0 352px;
}

.yst h2 em {
    font-weight: normal;
    color: #fff;
    padding-left: 76px;
}

.yst h2 i {
    display: block;
    font: 16px Arial;
    text-transform: uppercase;
    color: #aed8b1;
    padding-top: 28px;
    margin-left: -50px;
}

.adv_d {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.adv_dd {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    background: url(../images/20190306111055_1163899423.png) no-repeat center top;
}

.adv_dd_li {
    width: 550px;
    overflow: hidden;
    margin-top: 30px;
    height: 230px;
}

.adv_dd_li_tline {
    width: 200px;
    height: 1px;
    background: #035084;
    margin-left: 35px;
    margin-bottom: -1px;
}

.adv_dd_li_t {
    overflow: hidden;
}

.adv_dd_li_ts {
    float: left;
    width: 76px;
    border: solid 3px #035084;
    text-align: center;
    line-height: 72px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: #035084;
    border-radius: 50%;
}

.adv_dd_li_tm {
    font-size: 28px;
    font-weight: bold;
    color: #035084;
    float: left;
    line-height: 32px;
    padding-left: 20px;
    padding-top: 10px;
}

.adv_dd_li_tm span {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
}

.adv_dd_li_tr {
    float: right;
    width: 26px;
    height: 26px;
    border: solid 2px #035084;
    background: #035084;
    border-radius: 50%;
    margin-top: 48px;
}

.adv_dd_li_dline {
    width: 500px;
    height: 1px;
    background: #035084;
    margin-left: 35px;
    margin-top: -1px;
    margin-bottom: 15px;
    overflow: hidden;
}

.adv_dd_li_d {
    overflow: hidden;
    margin-top: 10px;
}

.adv_dd_li_dl {
    float: left;
    width: 10px;
    height: 10px;
    background: #ff7608;
    border-radius: 50%;
    margin-left: 18px;
    margin-top: 8px;
}

.adv_dd_li_dn {
    float: left;
    margin-left: 20px;
    width: 500px;
    line-height: 22px;
    font-size: 14px;
}

.adv_dd_02 {
    margin-bottom: 20px;
}

.adv_dd_03 {
    margin-left: 650px;
    padding-top: 20px;
}

.adv_dd_04 {
    margin-left: 650px;
}


/*案例展示*/

.application {
    background: url(../images/20190227092316_603252184.jpg) center no-repeat;
    height: 360px;
    margin-top: 50px;
}

.application_title {
    text-align: center;
    color: #fff;
    padding-top: 55px;
}

.application_title img {
    margin-bottom: 5px;
}

.application_title p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.application_title span {
    position: relative;
    width: 520px;
    display: block;
    margin: auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.application_tl {
    background: url(../images/20190227144431_1448966146.png) no-repeat;
    position: absolute;
    top: 0px;
    height: 30px;
    width: 8px;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.application_tr {
    background: url(../images/20190227144431_1626867815.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 0;
    height: 30px;
    width: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.application_title:hover .application_tr {
    right: -10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.application_title:hover .application_tl {
    left: -10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.application_nr {
    margin-top: 28px;
}

.application_nr li {
    color: #fff;
}

.application_nr .hi-icon {
    width: 128px;
    height: 128px;
    margin: 15px 20px;
}

.application_nr .hi-icon p {
    font-size: 14px;
    color: #fff;
    margin-top: -20px;
}

.application_nr .hi-icon-effect-5 .select-li {
    background: #ff7608;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
}

.application_nr .hi-icon:before {
    line-height: 96px;
}

.application_nr .application_01.hi-icon:before {
    background: url(../images/20190227145941_1073901486.png) center no-repeat;
}

.application_nr .application_02.hi-icon:before {
    background: url(../images/20190227145941_136101779.png) center no-repeat;
}

.application_nr .application_03.hi-icon:before {
    background: url(../images/20190227145941_1380034047.png) center no-repeat;
}

.application_nr .application_04.hi-icon:before {
    background: url(../images/20190227145941_651719509.png) center no-repeat;
}

.application_nr .application_05.hi-icon:before {
    background: url(../images/20190227145942_974763397.png) center no-repeat;
}

.application_nr .application_06.hi-icon:before {
    background: url(../images/20190227145942_385913940.png) center no-repeat;
}

.application_nr .application_07.hi-icon:before {
    background: url(../images/20190227145942_1137465432.png) center no-repeat;
}


/*简介*/

#com_bg {
    width: 100%;
    height: auto;
    padding-top: 30px;
    background: #fafafa;
    padding-bottom: 80px;
}

.com {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.com_t {
    padding-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.com_t p {
    font-size: 36px;
    line-height: 36px;
    color: #035084;
    font-weight: bold;
    text-align: center;
}

.com_t span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 0 40px;
    line-height: 16px;
    margin-top: 16px;
}

.com_t span:before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ff7608;
    content: "";
    left: 0;
    top: 8px;
}

.com_t span:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ff7608;
    content: "";
    right: 0;
    top: 8px;
}

.com_l {
    float: left;
    width: 519px;
}

.com_r {
    float: right;
}

.com_f {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;
    display: block
}

.com_l span {
    float: left;
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-top: 4px;
}

.com_l i {
    width: 515px;
    height: 2px;
    background: #ccc;
    display: block;
    float: left;
    margin-top: 10px;
}

.com_c {
    display: block;
    float: left;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 30px;
    color: #999;
    text-transform: uppercase;
}

.com_l p {
    float: left;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
    color: #666;
}

.com_l a {
    float: left;
    width: 101px;
    height: 101px;
    background: #ffffff;
    margin-right: 28px;
    border-radius: 10px;
    margin-top: 28px;
}

.com_l a {
    text-align: center;
    display: block;
    line-height: 101px;
    font-size: 16px;
    border-radius: 10px;
}

.com_l a.on {
    background: #035084;
}

.com_l a.on {
    color: #fff;
}

.com_l a:hover {
    background: #035084;
    color: #fff;
    border-radius: 10px;
}


/*新闻*/

/*news*/
.news { overflow:hidden; width:100%; padding:45px 0 30px 0; background-color:#f9f9f9;}
.news .nbox { overflow:hidden; width:1020px; margin:0 auto}
.news .newsbox{ overflow:hidden; float:left; margin:0 10px; border:1px solid #dbdbdb; width:318px; height:468px;}
.news h2{ margin-top:30px; margin-bottom:25px; padding-left:6px; border-left:6px solid #005aa1; font-weight:normal; font-size:20px; color:#333;}
.news img{ display:block; margin:0 auto; margin-bottom:15px;}
.news .list{ overflow:hidden; width:290px; margin:0 auto}
.news .list li{ overflow:hidden; width:100%; font-size:13px; color:#666; line-height:45px;}
.news .list li em{ float:left; color:#40a3ee; margin-right:5px; }
.news .list li a{ display:block; float:left; width:180px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#666;}
.news .list li span{ float:right}
.news .wenda { overflow:hidden; width:290px; margin:0 auto; height:370px; position:relative}
.news .wenda ul{ overflow:hidden; position:absolute}
.news .wenda li{ overflow:hidden; height:104px; margin-bottom:20px; border-bottom:1px dashed #e4e4e4;}
.news .wenda h5{ font-weight:normal; font-size:13px; padding-left:32px; background:url(../images/news_w.png) no-repeat left center; line-height:25px; margin-bottom:15px;}
.news .wenda h5 a{ color:#f07f1b;}
.news .wenda p{ padding-left:32px; background:url(../images/news_d.png) no-repeat left top; font-size:13px; color:#333; line-height:25px; height:50px; overflow:hidden;}
/*link*/

.link_bg {
    width: 100%;
    height: 75px;
    background-color: #035084;
}

.lwnek {
    height: 75px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.lwnek h2 {
    padding-top: 15px;
    width: 132px;
    height: 65px;
    overflow: hidden;
}

.lwnek h2 a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.lwnek h2 span {
    display: block;
    height: 22px;
    overflow: hidden;
    font: 14px/22px "microsoft Yahei";
}

.lwnek h2 span a {
    color: #fff;
    font-size: 14px;
}

.lwnek div {
    display: inline;
    float: left;
    width: 1040px;
    padding-top: 12px;
    overflow: hidden;
    font: 14px/23px "microsoft Yahei";
}

.lwnek div a {
    color: #777777;
    padding: 0 2px;
}


/*foot*/

.foot_b {
    background: #222;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

.foot_b a {
    color: #FFF;
    font-size: 14px;
}

.foot_b b {
    padding-left: 30px;
}

.footWrap {
    background: #202020;
    height: 303px;
    overflow: hidden;
}

.footer {
    position: relative;
    padding-top: 60px;
}

.f_left {
    width: 418px;
    overflow: hidden;
    padding-top: 10px;
}

.f_wz {
    overflow: hidden;
    font: 14px/34px "Microsoft Yahei";
    color: #fff;
}

.f_wz a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.f_wz em {
    display: inline-block;
    padding: 0 10px;
}

.f_wz img {
    vertical-align: middle;
    margin-left: 12px;
}

.f_nav {
    width: 322px;
    padding-left: 50px;
    overflow: hidden;
}

.f_nav span {
    width: 292px;
    height: 152px;
    overflow: hidden;
    display: block;
    margin-left: 28px;
}

.f_nav span img {
    width: 253px;
    height: 145px;
}

.f_nav span a {
    padding: 0px;
    display: inline-block;
}

.f_nav h3 {
    font: 16px/35px "microsoft Yahei";
    width: 238px;
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #666666;
    color: #fff;
    margin-bottom: 10px;
}

.f_nav h3 a {}

.f_nav h3 i {
    font: 14px/31px Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
}

.f_nav p {
    width: 322px;
    color: #fff;
    display: block;
}

.f_nav p a {
    height: 29px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    float: left;
    color: #fff;
    font: 14px/29px "microsoft Yahei";
    text-align: left;
}

.f_code {
    position: absolute;
    top: 60px;
    right: 0px;
    overflow: hidden;
    width: 350px;
}

.f_code span {
    width: 175px;
    height: 180px;
    overflow: hidden;
    display: block;
    float: left;
}

.f_code span em {
    width: 140px;
    height: 135px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.f_code span img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    padding: 6px 7px 7px 6px;
}

.f_code span i {
    height: 43px;
    width: 175px;
    overflow: hidden;
    display: block;
    text-align: center;
    font: 12px/43px "宋体";
    color: #eff7ef;
}


/*内页代码*/


/* 内页样式变量 */

.mianbxContent {
    background: url(../images/20190228144456_644661728.jpg)no-repeat left center, url(../uploadfile/image/20190228/20190228144456_759063317.png) no-repeat right center;
}


/*小导航图片*/

.content_more_a_zdy {
    background: url(../images/20190228144456_1084329212.jpg);
}


/*自定义新闻栏目图片*/

.xwlb_img img:hover,
.pro_list_box_item_l_zdy a:hover img,
.products_pages_info:hover,
.dgweb_pages_info:hover,
.news_pages_info:hover {
    border-color: #1e50ae !important;
}


/*边框经过颜色*/

.pro_list_box_item_r_zdy {
    width: 655px;
}


/*自定义新闻左边宽度*/

.shopmrsc p.xwlbbt:hover {
    color: #035084;
}


/*默认新闻鼠标经过颜色*/

#bodycon {
    padding-top: 90px;
    padding-bottom: 20px;
}


/*中间内容与头部和版权的距离*/


/* 内页导航 */

.mianbxContent {
    background-color: #fff;
    border-bottom: solid #ccc 1px;
    line-height: 40px !important;
    margin-bottom: 20px !important;
    height: 40px !important;
    width: 100% !important;
    text-align: left!important;
    text-indent: 22px;
}

.strong_title {
    display: none;
}

.dgweb_pages_info {
    padding: 20px 0!important;
}


/*新闻中心*/

.xwlb_img img {
    border: 1px solid #d1d1d1;
    width: 205px!important;
    height: 135px!important;
}


/*内页新闻排版*/

.pro_list_box_item_zdy {
    float: left;
    text-align: left;
    border-bottom: #efefef solid 1px;
    padding: 15px 5px;
}

.pro_list_box_item_zdy:hover {
    background-color: #f9f9f9;
}

.pro_list_box_item_l_zdy {
    width: 205px;
    height: 135px;
    float: left;
}

.pro_list_box_item_l_zdy a img {
    width: 205px;
    height: 135px;
    border: 1px solid #ccc;
}

.pro_list_box_item_r_zdy {
    height: 135px;
    margin-left: 20px;
    float: left;
}

.pro_list_box_item_r_zdy a p {
    height: 36px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    border: none;
}

.pro_list_box_item_r_zdy a div {
    color: #666;
    height: 50px;
}

.content_more_a_zdy {
    width: 90px;
    height: 30px;
    display: block;
    margin-top: 20px;
}

.pro_list_box_item_zdy {
    overflow: hidden;
}

.xwlb_img img:hover,
.pro_list_box_item_l_zdy a:hover img {
    border: 1px solid #666;
}


/* 需要修改内容 */

.cont_d {
    height: auto;
}


/*地图侧高度*/

.cont_tl,
.cont_dlt i,
.cont_drt i {
    background: #035084;
}


/*文字背景颜色*/

.cont_dlt p,
.cont_drm {
    color: #035084;
}


/*文字背景颜色*/

.iconfont {
    color: #555;
}


/*图标颜色*/

@font-face {
    font-family: 'iconfont';
    /* project id 559244 */
    src: url('http://at.alicdn.com/t/font_559244_otxxa1mm7a54s4i.eot');
    src: url('../fonts/font_559244_otxxa1mm7a54s4i.eot') format('embedded-opentype'), url('../fonts/font_559244_otxxa1mm7a54s4i.woff') format('woff'), url('../fonts/font_559244_otxxa1mm7a54s4i.ttf') format('truetype'), url('../fonts/font_559244_otxxa1mm7a54s4i.svg#iconfont') format('svg');
}

.iconfont_t {
    font-family: "iconfont" !important;
    font-size: 60px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 53px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    line-height: 53px;
}

.cont_tl {
    width: 27%;
    height: 256px;
}

.cont_tlt {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin-top: 40px;
    margin-left: 10%;
}

.cont_tl p {
    width: 226px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-top: 30px;
}

.cont_tl p span {
    font-weight: normal;
    font-size: 21px;
}

.cont_tlc {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
    margin-left: 10%;
}

.cont_tr {
    width: 73%;
    background: #eeeeee;
    height: 256px;
    font-size: 50px;
    position: relative;
}

.cont_tr i {
    position: absolute;
}

.cont_tt {
    margin: 0 auto;
    width: 67%;
    height: 55%;
    margin-top: 56px;
}

.cont_ttt {
    font-size: 24px;
    color: #494949;
}

.cont_tt p {
    font-size: 14px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
    color: #494949;
    padding-top: 25px;
}

.cont_d {
    width: 100%;
    padding-top: 25px;
}

.cont_dl {
    width: 45%;
    height: auto;
    background: #f5f5f5;
}

.cont_dr {
    width: 55%;
    height: auto;
    background: #eee;
    padding-bottom: 30px;
}

.cont_dlt {
    margin-top: 45px;
    height: 30px;
    margin-bottom: 42px;
}

.cont_dlt i {
    width: 7px;
    height: 23px;
    display: block;
    float: left;
    margin-top: 4px;
}

.cont_dlt p {
    font-size: 28px;
    font-weight: bold;
    padding-left: 25px;
    line-height: 28px;
}

.cont_dld {
    height: 110px;
    padding-left: 30px;
    width: 440px;
}

.cont_dld1 {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    height: 20px;
    padding-left: 80px;
    padding-top: 5px;
}

.cont_dld p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-left: 80px;
}

.cont_dld i {
    float: left;
}

.cont_drt {
    margin-left: 45px;
}

.cont_drm {
    display: block;
    float: left;
    font-size: 43px;
    line-height: 43px;
    font-weight: bold;
    margin-top: 45px;
}

.cont_drt i {
    display: block;
    float: left;
    width: 84px;
    height: 4px;
}

.cont_drt p {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    display: block;
    float: left;
    padding-top: 3px;
}

.cont_drt1 {
    margin-top: 53px;
    float: left;
    width: 100px;
    height: 40px;
    margin-left: 8px;
    margin-bottom: 30px;
}

.cont_dl p a {
    font-size: 14px;
}

.cont_dld p {
    padding-top: 10px;
}


/* 内页简介 */

.about_n {
    width: 890px;
    margin: 0 auto;
}

.about_r {
    padding: 32px 20px 32px 20px;
    width: 450px;
    text-indent: 2em;
    font-size: 15px;
    color: #666;
    line-height: 28px;
    background: #f1f1f1;
}

.about_list {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.about_list p {
    text-indent: 2em;
}

.about_list span {
    display: block;
    padding-top: 20px;
    font-weight: bold;
}

.shared_txt {
    text-indent: 2em;
    font-size: 16px;
    line-height: 26px;
}

.shared_img1 {
    zoom: 1;
}

.shared_img1 img {
    float: left;
    padding: 7px;
    width: 430px;
}

.shared_img1::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.shared_img {
    margin: 20px 0;
    text-align: center;
}


/* 幻灯片 */

.n_banner_about {
    width: 100%;
    height: 350px;
    background: url(../images/20190305105722_1308948824.jpg) center no-repeat;
}

.n_banner_prod {
    width: 100%;
    height: 350px;
    background: url(../images/20190306115410_1300547803.jpg) center no-repeat;
}

.n_banner_news {
    width: 100%;
    height: 350px;
    background: url(../images/20190228161807_1591023778.jpg) center no-repeat;
}

.n_banner_feedback {
    width: 100%;
    height: 350px;
    background: url(../images/20190228170023_184032173.jpg) center no-repeat;
}

.n_banner_cont {
    width: 100%;
    height: 350px;
    background: url(../images/20190228170027_713541501.jpg) center no-repeat;
}

.n_banner_fuwu {
    width: 100%;
    height: 350px;
    background: url(../images/20190307112635_1688027261.jpg) center no-repeat;
}

.qqkefu {
    position: fixed;
    top: 50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width: 39px;
}

.qqkefu ul li {
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    float: right;
    background: url("__TMPL__/public/picture/20180831135443_122156016.png") no-repeat;
    background-color: #28292e;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.qqkefu ul li a {
    color: #fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}

.qqkefu ul li.qq_cza {
    overflow: hidden
}

.qqkefu ul li:hover {
    background-color: #035084;
}

.qqkefu ul li.top {
    background-position: 0 0;
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.qqkefu ul li b {
    width: 45px;
    height: 45px;
    display: block;
    overflow: hidden;
    float: right;
}

.qqkefu ul li span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.qqkefu ul li.qq_phone {
    background-position: right -46px;
}

.qqkefu ul li.qq_ku {
    background-position: right -92px;
}

.qqkefu ul li.qq_ms {
    background-position: right -138px;
}

.qqkefu ul li.qq_czb {
    background-position: right -184px;
}

.qqkefu ul li.qq_app {
    background-position: right -228px;
}

.qqkefu ul li.qq_gzh {
    background-position: right -228px;
}

.qqkefu ul li.qq_czae {
    line-height: 15px !important
}

.erweima {
    width: 210px;
    height: 210px;
    position: absolute;
    top: -107px;
    left: -215px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
    /*overflow: hidden;*/
}

.erweima p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 207px;
}

.erweima p img {
    width: 189px;
    height: 178px;
    margin: 10px 10px 0px 10px;
}

.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}

.app {
    width: 210px;
    height: 210px;
    position: absolute;
    top: -107px;
    left: -215px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
    /*overflow: hidden;*/
}

.app p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 207px;
}

.app p img {
    width: 189px;
    height: 178px;
    margin: 10px 10px 0px 10px;
}

.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}

.gzh {
    width: 210px;
    height: 210px;
    position: absolute;
    top: -107px;
    left: -215px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
    /*overflow: hidden;*/
}

.gzh p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 207px;
}

.gzh p img {
    width: 189px;
    height: 178px;
    margin: 10px 10px 0px 10px;
}

.gzh .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}

.list_d table td a {
    display: block;
    color: #FFF !important;
    padding-left: 60px;
    font-size: 18px;
    margin: 12px 0 0 0;
    display: block;
    /* background: url(../images/20190227173256_561947821.png) no-repeat; */
    height: 53px;
    line-height: 56px;
}

.list_d table td a:hover {
    display: block;
    color: #fff !important;
    padding-left: 60px;
    font-size: 18px;
    margin: 12px 0 0 0;
    display: block;
    height: 53px;
    line-height: 56px;
}

.list_d table td table {
    padding: 0 10px;
}

.list_d table td table tr {
    display: block;
    line-height: 42px;
    background: url() no-repeat right;
    border-bottom: 1px #CCC dotted;
}

.form {
    text-align: center;
    border-collapse: collapse;
    border: none;
}

.form td {
    text-align: center;
    border: solid #000 1px;
}

.prod_news1 {
    font-size: 16px;
    color: #666;
}

.prod_news1 p {
    text-indent: 2em;
    line-height: 28px;
}

.prod_news1 span {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

.prod_news1 img {
    display: block;
    margin: 0 auto;
}

.list_news_n dl {
    margin: 0 0 50px;
    height: 333px;
}

.list_news_n dl dt {
    float: left;
    width: 670px;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.list_news_n dl dd {
    float: right;
}

.sub_tright-box {
    width: 258px;
    color: #035084;
    float: right;
    height: 120px;
    line-height: 120px;
}

.sub_tright-box span {
    float: left;
    margin: 0 12px;
}

.sub_tright-box .txt {
    height: 50px;
    font-weight: 700;
    font-size: 39px;
}
.txt p{
    font-size:18px
}

.sub_tright-box .txt p {
    height: 32px;
    font-size: 22px;
    font-weight: 500;
}

.sub_tright-box span {
    /*font-size: 51px;*/
    /*margin-top: 20%;*/
    /*color: #0667aa;*/
        /* font-size: 51px; */
    margin-top: 17%;
    color: #0667aa;
    width: 73px;
     height: 65px; 
    background: url(../images/w8.png) no-repeat;
    background-size: cover;
    margin-right: 0;
}


/* 导航栏 */




/*主副标题*/

.title_zhu {
    font-size: 28px;
    text-align: center;
    color: #2d71ae;
}

.title_fu {
    font-size: 14px;
    text-align: center;
    color: #555;
    line-height: 30px;
    margin-bottom: 5px;
}

.title_xian {
    height: 2px;
    background: #ccc;
    width: 50px;
    margin: auto;
}


/*服务项目*/

.fuwuxiangmu {
    margin-top: 30px;
}

.fuwuxiangmu li {
    float: left;
    width: 296px;
    text-align: center;
}

.fuwuxiangmu li h5 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: normal;
}

.main li i {
    display: block;
    width: 123px;
    height: 83px;
    font-size: 65px;
    border-radius: 50%;
    padding-top: 33px;
    border: 1px solid #035084;
    margin: 0 auto;
}

.main a:first-of-type li i {}

.main a:nth-child(2) li i {
    color: #191982;
}

.main a:nth-child(3) li i {
    color: #b9b9b9;
}

.main a:nth-child(4) li i {}

.main .icon {
    width: 127px;
    height: 119px;
    padding: 12px;
    border: 1px solid #38a03d;
    border-radius: 50%;
    margin: 0 auto;
}

.gszc {
    border-top: solid 3px #2d71ae;
    background: #f8f8f8;
    padding-top: 30px;
    margin-top: 60px;
}

.liucheng {
    width: 1000px;
    margin: 30px auto;
}

.liucheng li {
    float: left;
    text-align: center;
    width: 200px;
    background: url(../images/lc_0.png) no-repeat right 15px;
}

.liucheng li h5 {
    font-size: 16px;
    margin-top: 10px;
}

.gszc {
    border-top: solid 3px #035084;
    background: #f8f8f8;
    padding-top: 30px;
    margin-top: 60px;
}

.liucheng {
    width: 1000px;
    margin: 30px auto;
}

.liucheng li {
    float: left;
    text-align: center;
    width: 200px;
    background: url(../images/lc_0.png) no-repeat right 15px;
}

.liucheng li h5 {
    font-size: 16px;
    margin-top: 10px;
}

.jizhang1 {
    width: 1057px;
    margin: auto;
}

.jizhang1 li {
    float: left;
    position: relative;
}

.jizhang1 li p a {
    color: #FFF;
}

.jizhang1 li p a:hover {
    text-decoration: underline;
}

.jizhang1 li p.wz1 {
    position: absolute;
    left: 395px;
    top: 290px;
}

.jizhang1 li p.wz2 {
    position: absolute;
    left: 67px;
    top: 290px;
}

.jizhang {
    width: 1000px;
    margin: 30px auto;
}

.jizhang li {
    float: left;
    text-align: center;
    width: 200px;
    background: url(../images/jz_0.png) no-repeat right 15px;
}

.jizhang li h5 {
    font-size: 14px;
    margin-top: 20px;
}

.jizhang1 {
    width: 1057px;
    margin: auto;
}

.jizhang1 li {
    float: left;
    position: relative;
}

.jizhang1 li p a {
    color: #FFF;
}

.jizhang1 li p a:hover {
    text-decoration: underline;
}

.jizhang1 li p.wz1 {
    position: absolute;
    left: 395px;
    top: 290px;
}

.jizhang1 li p.wz2 {
    position: absolute;
    left: 67px;
    top: 290px;
}

.liucheng li i {
    font-size: 65px;
    color: #0667aa;
}

.main {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}

.fuwu_center {
    height: 120px;
    margin-top: 30px;
}

.fuwu_center ul {
    width: 1200px;
}

.fuwu_center li {
    width: 380px;
    height: 120px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.fuwu_center li img {
    width: 380px;
    height: 120px;
    transition: all 0.5s;
}

.fuwu_center li:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fuwu_center p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
    width: 360px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    transition: all 0.5s;
}

.news_list ul {
    margin-top: 10px;
}

.news_list li {
    background: url(../images/dian.png) no-repeat left center;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    padding-left: 15px;
    border-bottom: dotted 1px #ccc;
}
.m-mod {font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;color: #333;/* overflow: hidden; */width: 1200px;margin: 0 auto;}
    .m-mod * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
    .m-mod a { color: inherit; text-decoration: none; }
    .m-mod ul, .m-mod li { list-style: none; }
    .m-mod img { vertical-align: middle; border: 0; max-width: 100%; }
    /*Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“Ã¦Â Â·Ã¥Â¼ÂÃ§Â»â€œÃ¦ÂÅ¸*/
    /*Ã¥â€¦Â¬Ã¥â€¦Â±Ã¦Â â€¡Ã©Â¢Ëœ*/
    .m-title { color: #0067ac; width: 350px; margin: 50px auto; text-align: center; position: relative; }
    .m-title .en-title {text-transform: uppercase;font-size: 12px;position: absolute;padding: 0 10px;top: -9px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);background-color: transparent;z-index: 3;}
    .m-title .main-title { font-size: 36px; font-weight: bold; border-top: 1px solid #0067ac; border-bottom: 1px solid #0067ac; padding: 4px 0 7px; }
    .m-title .sub-title { color: #333; font-size: 20px; margin-top: 5px; }
    .m-title .pro1 {background-color: #e4e4e4;}
    .m-title .case { background-color: #b7d7f1; }
    .m-title .about { background-color: #e2ecf6; }
    /*Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¥Â®Å¡Ã¤Â½Â*/
    .wel-wrap { width: 1200px; margin: 0 auto; height: 34px; line-height: 34px; color: #747474; overflow: hidden; }
    .wel-wrap .con-left { float: left; }
    .con-left b{
        font-weight:600
    }
    .wel-wrap .con-right { float: right; }
    .wel-wrap .con-right span { display: inline-block; padding: 0 20px; background: no-repeat 3px 10px; }
    .wel-wrap .con-right span.i-position { background-image: url(/ufile/80391/h_ic2.png); }
    .wel-wrap .con-right span.i-message { background-image: url(/ufile/80391/h_ic3.png); }
    .wel-wrap .con-right a:hover { text-decoration: underline; }
    .tb-c{
        background: #fefefe;
        border-bottom: 1px solid #f6f6f6;
    }

    .news-title {
        margin: 30px auto 37px;
        height: 60px;
        width: 600px;
        overflow: hidden;
        line-height: 60px;
        background: url(/ufile/80391/new_l1.png) no-repeat left bottom;
    }

    .question {
        width: 535px;
    }

    .news-title strong {
        font-size: 30px;
        font-weight: normal;
    }

    .news-title a {
        font-size: 16px;
        color: #0067ac;
        float: right;
    }
    .box526_-1799 {
        font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
        color: #333;
        width: 100%;
    }

    .box526_-1799 * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .box526_-1799 ul,
    .box526_-1799 li {
        list-style: none;
    }

    .box526_-1799 a {
        text-decoration: none;
        color: inherit;
    }

    .box526_-1799 img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }

    .box526_-1799 h2 {
        height: 60px;
        line-height: 60px;
        width: 99%;
        margin: 0 auto 30px;
        font-size: 30px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
        display: none;
    }

    .box526_-1799 h2::before {
        content: '';
        display: inline-block;
        width: 180px;
        height: 3px;
        background-color: #0067ac;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .box526_-1799 h2 a {
        float: right;
        padding-right: 10px;
        font-size: 16px;
        color: #0067ac;
        font-weight: normal;
        text-decoration: none;
    }

    .box526_-1799 .topMarquee {
        width: 100%;
    }

    .box526_-1799 .topMarquee .bd {
        width: 100%;
        margin: 0 auto;
    }

    .box526_-1799 .topMarquee .bd .picList {
        width: 100%;
    }

    .box526_-1799 .topMarquee .bd .picList li {
        width: 100%;
        list-style-type: none;
        /* padding: 10px; */
    }

    .box526_-1799 .topMarquee .bd .picList li h3 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-weight: normal;
        border-bottom: 1px solid #d9d9d9;
    }

    .box526_-1799 .topMarquee .bd .picList li h3 b {
        font-size: 0;
        width: 22px;
        height: 50px;
        background: url(images/new_w.png) no-repeat center center;
        float: left;
        margin-right: 10px;
    }

    .box526_-1799 .topMarquee .bd .picList li h3 span {
        float: left;
        display: block;
        font-size: 16px;
    }

    .box526_-1799 .topMarquee .bd .picList li h3 a:hover {
        /* text-decoration: underline; */
        color: #0067ac;
    }

    .box526_-1799 .topMarquee .bd .picList li p {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
    }

    .box526_-1799 .topMarquee .bd .picList li p b {
        display: none;
    }

    .box526_-1799 .topMarquee .bd .picList li p span {
        display: block;
        padding: 20px 0 10px 30px;
        width: 90%;
        line-height: 200%;
    }
    #_ctl12_box .topMarquee .bd .tempWrap {
        height: 394px !important;
    }
    .c-footer {
        padding: 60px 0 30px;
        background-color: #0667aa;
        color: #fff;
        overflow: hidden;
    }

    .c-footer .items {
        float: left;
    }

    .c-footer .items.address {
        width: 50%;
        font-size: 14px;
        text-align: center;
        line-height: 2em;
    }

    .c-footer .tell,
    .c-footer .qrCode {
        width: 25%;
    }

    .c-footer .tell dl {
        overflow: hidden;
        padding-left: 70px;
        background: url(/ufile/38012/template/tell.png) 0 60% no-repeat;
    }

    .c-footer .tell dt {
        font-size: 16px;
    }

    .c-footer .tell dd {
        font-size: 30px;
        margin-left: 0;
    }

    .c-footer .qrCode {
        text-align: center;
        margin-top: -20px;
    }

    .c-footer .qrCode figure {
        display: inline-block;
    }

    .c-footer .qrCode figure img {
        width: 120px;
    }

    .c-footer .qrCode figcaption {
        color: #f2f2f2;
        line-height: 30px;
    }
    .fixedNav {
        padding-top: 92px !important;
    }

    .fixed-on {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .fixed-on .navbar {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2000;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
        overflow: visible;
        box-sizing: border-box;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .product-list{width:912px;overflow:hidden;}
    .product-list .item{position:relative;z-index:3333;float:left;margin-top:14px;margin-right:14px;width:290px;overflow:hidden;background:#fff;}
    .product-list .item .pic{height:290px;overflow:hidden;border-bottom:#ddd dashed 1px;}
    .product-list .item .pic img{display:block;width:290px;height:290px;transition:all 1s;}
    .product-list .item .text{padding:25px 20px;text-align:center;overflow:hidden;}
    .product-list .item .text h3{height:28px;line-height:28px;font-weight:normal;font-size:18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .product-list .item .text h3 a{color:#333}
    .product-list .item .text p{height:50px;line-height:25px;font-size:14px;color:#999;overflow:hidden;}
    .product-list .item:hover .pic img{transform:scale(1.1);}
    .product-list .item:hover h3 a{color:#0667aa}
    .pro-ad{position:absolute;z-index:333;left:50%;bottom:-94px;margin-left:-960px;width:1920px;height:300px;}
    .pro-ad img{display:block;margin-left:120px;}
    .box200_-2709 .tjBiaoti a {
        color: #0067ac;
        text-decoration: none;
        font-family: "å¾®è½¯é›…é»‘";
        font-size: 16px;
    }
    .box200_-2709 .tjnews .tjnewsCont .tjCont {
        font-size: 14px;
        color: #666;
        line-height: 200%;
        margin-bottom: 5px;
    }

    .box200_-2709 .tjBiaoti {
        line-height: 200%;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box200_-2709 .tjBiaoti a {
        color: #0067ac;
        text-decoration: none;
        font-family: "å¾®è½¯é›…é»‘";
        font-size: 16px;
    }

    .box200_-2709 a:hover,
    .box200_-2709 .newsList li a:hover,
    .box200_-2709 .tjnews .more:hover {
        color: #0067ac;
        /* text-decoration: underline; */
    }

    .box200_-2709 .type,
    .box200_-2709 .newsList li .type {
        color: #0067ac;
        text-decoration: none;
        margin-right: 5px;
        display: none;
    }

    /*åˆ†ç±»*/
    .box200_-2709 .tjBiaoti .time {
        color: #BABABA;
        margin-left: 5px;
        display: none;
    }

    /*æ—¶é—´*/
    .box200_-2709 .tjnews .more {
        color: #0067ac;
        text-decoration: none;
        display: block;
        margin-top: 6px;
    }

    /*æŽ¨èå†…å®¹ä¸‹é¢çš„æ›´å¤š*/
    /*æŽ¨èéƒ¨åˆ†*/
    .box200_-2709 .newsList {
        margin: 10px 0;
    }

    .box200_-2709 .newsList .newsList_tu {
        float: left;
        width: 185px;
        margin-top: 5px;
        *margin-top: 0px;
        display: none;
    }

    .box200_-2709 .tjnesw_list {
        overflow: hidden;
        padding: 20px 0 10px 8px;
    }

    .box200_-2709 .newsList .tjList a {
        color: #666;
    }

    .box200_-2709 .newsList li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: url(/ufile/75958/news_li.png) left center no-repeat / 5px auto;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
    }

    .box200_-2709 .newsList li a {
        color: #666;
        text-decoration: none;
    }

    .box200_-2709 .newsList li a,
    .box200_-2709 .newsList li span {}

    .box200_-2709 .newsList li .hot {
        background: url(/iFile/200/hot_06.jpg) no-repeat;
        width: 22px;
        height: 9px;
        display: inline-block;
        display: none;
    }

    .box200_-2709 .newsList li .time {
        float: right;
        color: #9f9e9e;
    }

    .box200_-2709 .moreLIst {
        text-align: right;
        display: none;
    }

    .box200_-2709 .moreLIst a {
        background: url(/iFile/200/more_11.jpg) no-repeat;
        width: 86px;
        height: 19px;
        line-height: 19px;
        display: inline-block;
        text-align: center;
        color: #0067ac;
        text-decoration: none;
        margin-top: 5px;
    }

    .box200_-2709 .moreLIst a:hover {
        text-decoration: none;
    }
    .news-title {
        margin: 30px auto 37px;
        height: 60px;
        width: 600px;
        overflow: hidden;
        line-height: 60px;
        background: url(/ufile/80391/new_l1.png) no-repeat left bottom;
    }

    .question {
        width: 535px;
    }

    .news-title strong {
        font-size: 30px;
        font-weight: normal;
    }

    .news-title a {
        font-size: 16px;
        color: #0067ac;
        float: right;
    }
    .box526_-1799 {
        font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
        color: #333;
        width: 100%;
    }

    .box526_-1799 * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .box526_-1799 ul,
    .box526_-1799 li {
        list-style: none;
    }

    .box526_-1799 a {
        text-decoration: none;
        color: inherit;
    }

    .box526_-1799 img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }

    .box526_-1799 h2 {
        height: 60px;
        line-height: 60px;
        width: 99%;
        margin: 0 auto 30px;
        font-size: 30px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
        display: none;
    }

    .box526_-1799 h2::before {
        content: '';
        display: inline-block;
        width: 180px;
        height: 3px;
        background-color: #0067ac;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .box526_-1799 h2 a {
        float: right;
        padding-right: 10px;
        font-size: 16px;
        color: #0067ac;
        font-weight: normal;
        text-decoration: none;
    }

    .box526_-1799 .topMarquee {
        width: 100%;
    }

    .box526_-1799 .topMarquee .bd {
        width: 100%;
        margin: 0 auto;
    }

    .box526_-1799 .topMarquee .bd .picList {
        width: 100%;
    }

    .box526_-1799 .topMarquee .bd .picList li {
        width: 100%;
        list-style-type: none;
        /* padding: 10px; */
    }

    .box526_-1799 .topMarquee .bd .picList li h3,.titleR h3,.li_bg0 h3 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-weight: normal;
        border-bottom: 1px solid #d9d9d9;
    }
    .li_bg0 h3 b{
        font-size: 0;
        width: 22px;
        height: 50px;
        background: url(../images/wen.png) no-repeat center center;
        float: left;
        background-size: 100%;
        margin-right: 10px;
    }

    .box526_-1799 .topMarquee .bd .picList li h3 b {
        font-size: 0;
        width: 22px;
        height: 50px;
        /* background: url(../images/new_w.png) no-repeat center center; */
        float: left;
        background-size: 100%;
        margin-right: 10px;
    }
.titleR h3 b {
    font-size: 0;
    width: 22px;
    height: 50px;
    background: url(../images/news.png) no-repeat center center;
    float: left;
    background-size: 100%;
    margin-right: 10px;
}

    .box526_-1799 .topMarquee .bd .picList li h3 span {
        float: left;
        display: block;
        font-size: 16px;
    }

    .box526_-1799 .topMarquee .bd .picList li h3 a:hover {
        /* text-decoration: underline; */
        color: #0067ac;
    }

    .box526_-1799 .topMarquee .bd .picList li p {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
    }

    .box526_-1799 .topMarquee .bd .picList li p b {
        display: none;
    }

    .box526_-1799 .topMarquee .bd .picList li p span {
        display: block;
        padding: 20px 0 10px 30px;
        width: 90%;
        line-height: 200%;
    }
    #_ctl12_box .topMarquee .bd .tempWrap {
        height: 394px !important;
    }
    .box200_-2709 .tjnews {
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 10px;
    }

    .box200_-2709 .tjnews .tjTu {
        float: left;
    }
    .box200_-2709 .tjnews .tjnewsCont {
        float: right;
        width: 270px;
        line-height: 24px;
        ;
        color: #666;
    }
    /* 工程案例 */
    .product{position:relative;/* margin-top: 117px; */padding-bottom:60px;background: #ffffff;}
.product .leftCon{float:left;width:290px;}
.product .leftCon .hd{position:relative;z-index:333;/* margin-top: 0; */padding:0 44px;height:152px;overflow:hidden;background: #0067ac;}
.product .leftCon .hd h3{margin-top:46px;height:40px;line-height:40px;font-size:24px;font-weight:normal;}
.product .leftCon .hd h3 a{color:#fff;}
.product .leftCon .hd p{font-size:12px;color:#ccc;font-family:Arial;}
.product-menu{/* border:#dedede solid 1px; */border-top:none;background:#fff;}
.product-menu dt{/* padding-left: 2px; */height:58px;line-height:58px;font-size:18px;font-weight:bold;border-top:#f1f1f1 solid 1px;border-bottom:#f1f1f1 solid 1px;}
.product-menu dt a{display:block;padding-left:34px;color:#333;}
.product-menu dt.dt01 a{background:url(../images/pro_menu_dt01.png) no-repeat 0 center;}
.product-menu dt.dt02 a{background:url(../images/pro_menu_dt02.png) no-repeat 0 center;}
.product-menu dt.dt01 a:hover{color:#0667aa;background-image:url(../images/pro_menu_dt01_cur.png)}
.product-menu dt.dt02 a:hover{color:#0667aa;background-image:url(../images/pro_menu_dt02_cur.png)}
.product-menu dd{position:relative;z-index:3333;padding: 14px 0 14px 40px;overflow:hidden;}
.product-menu dd a{display:block;padding-left:26px;height: 41px;line-height: 41px;font-size: 17px;color: #1c1c1c;background:url(../images/pro_menu_dd.png) no-repeat 0 center;}
.product-menu dd a:hover{color: #0067ac;font-weight: 500;background-image:url(../images/pro_menu_dd_cur.png);}
.product .rightCon{float:right;width:898px;}
.search{margin:25px 0;overflow:hidden;}
.keyword{float:left;padding-left:15px;height:42px;line-height:42px;color:#444;overflow:hidden;}
.keyword span,.keyword a{display:inline-block;font-size:14px;}
.keyword a{margin-left:10px;color:#444;}
.keyword a:after{content:",";}
.keyword a:last-child:after{display:none;}
.keyword a:hover{color:#0667aa;}
.search-form{float:right;width:305px;height:42px;background:#fff;overflow:hidden;}
.search-form input{display:block;float:left;padding:0 15px;width:220px;height:42px;line-height:42px;font-size:14px;outline:none;border:none;}
.search-form button{display:block;float:right;width:50px;height:42px;cursor:pointer;border:none;background:url(../images/search_btn.png) no-repeat center;}
.product-hot{position:relative;height:290px;background:#fff;}
.product-hot .tag{position:absolute;top:-2px;right:-2px;width:117px;height:117px;background:url(../images/hot.png) no-repeat;}
.product-hot .pic{float:left;width:290px;height:290px;overflow:hidden;border-right:#ddd dashed 1px;}
.product-hot .pic img{display:block;width:290px;height:290px;transition:all 1s;}
.product-hot .pic a:hover img{transform:scale(1.1);}
.product-hot .text{float:left;padding-left:35px;width:520px;}
.product-hot h3{margin-top:25px;height:40px;line-height:40px;font-size:24px;font-weight:normal;overflow:hidden;}
.product-hot h3 a{color:#333;}
.product-hot h3 a:hover{color:#0667aa;}
.product-hot .summary{margin-top:8px;height:48px;line-height:24px;font-size:14px;color:#666;overflow:hidden;}
.product-hot .purpose{margin-top:15px;}
.product-hot .purpose span{display:block;height:28px;line-height:28px;font-size:18px;color:#666;}
.product-hot .purpose ul{margin-top:8px;width:500px;overflow:hidden;}
.product-hot .purpose li{float:left;width:50%;font-size:14px;color:#666;}
.product-hot .purpose li:before{display:inline-block;content:"";position:relative;top:-2px;margin-right:10px;width:5px;height:5px;border-radius:50%;background:#e31f18;}
.product-hot .btnBox{margin-top:16px;overflow:hidden;}
.product-hot .btnBox a{display:block;float:left;width:166px;height:45px;line-height:45px;text-align:center;font-size:16px;color:#fff;background:#fff;}
.product-hot .btnBox a.btn01{background:#e31f18;}
.product-hot .btnBox a.btn02{background:#0667aa;}
.product-hot .btnBox a:hover{box-shadow:0 0 10px #333 inset;}
.product-list{width:912px;overflow:hidden;}
.product-list .item{position:relative;z-index:3333;float:left;margin-top:14px;margin-right:14px;width:290px;overflow:hidden;background:#fff;}
.product-list .item .pic{height: 210px;overflow:hidden;border-bottom:#ddd dashed 1px;}
.product-list .item .pic img{display:block;/* width: 100%; */height: 100%;transition:all 1s;}
.product-list .item .text{padding:25px 20px;text-align:center;overflow:hidden;}
.product-list .item .text h3{height:28px;line-height:28px;font-weight:normal;font-size:18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.product-list .item .text h3 a{color:#333}
.product-list .item .text p{height:50px;line-height:25px;font-size:14px;color:#999;overflow:hidden;}
.product-list .item:hover .pic img{transform:scale(1.1);}
.product-list .item:hover h3 a{color:#0667aa}
.pro-ad{position:absolute;z-index:333;left:50%;bottom:-94px;margin-left:-960px;width:1920px;height:300px;}
.pro-ad img{display:block;margin-left:120px;}

.problem{padding-top:50px;overflow:hidden;background:#fff;}
.problem-list{margin:0 auto 50px;width:1200px;overflow:hidden;}
.problem-list .item{float:left;padding-right:1px;width:239px;background:url(../images/problem_line.png) no-repeat right 26px;}
.problem-list .item img{display:block;width:239px;height:216px;}
.problem-list .item p{text-align:center;font-size:16px;color:#333;line-height:25px;height:50px;overflow:hidden;}
.problem-list .item:nth-child(1){animation:fadeinR 0.5s ease-out backwards;}
.problem-list .item:nth-child(2){animation:fadeinR 1s ease-out backwards;}
.problem-list .item:nth-child(3){animation:fadeinR 1.5s ease-out backwards;}
.problem-list .item:nth-child(4){animation:fadeinR 2s ease-out backwards;}
.problem-list .item:nth-child(5){animation:fadeinR 2.5s ease-out backwards;}
.problem-list .item:last-child{background:none}
.problem-ad{padding:27px 0;height:45px;overflow:hidden;border-top:#eee solid 1px;}
.problem-ad a{display:block;float:right;width:130px;height:45px;line-height:45px;font-size:16px;text-align:center;color:#fff;background-color:#db211e;background-image:linear-gradient(to right, #e31f18, #0667aa);}
.problem-ad .text{font-size:24px;color:#333;}
.problem-ad .text span{font-size:36px;color:#0667aa;}


.case{padding:50px 0;overflow:hidden;background: #ffffff;}
.case-slide{position:relative;overflow:hidden;}
.case-list .item{float:left;margin: 0 0.5%;width:375px;background:#fff;}
.case-list .pic{width:375px;height:375px;overflow:hidden;}
.case-list .pic img{display:block;width:375px;height:375px;transition:all 1s;}
.case-list .item .text{padding: 9px;text-align:center;overflow:hidden;}
.case-list .item .text span{display:block;height:28px;line-height:28px;font-size:16px;color:#333;overflow:hidden;}
.case-list .item .text span a{color:#333;}
.case-list .item .text p{height:22px;line-height:22px;font-size:14px;color:#999;overflow:hidden;cursor: pointer;}
.case-list .item:hover .pic img{transform:scale(1.1);}
.case-list .item:hover .text span a{color:#0667aa;}
.case .more{margin-top:30px;text-align:center;overflow:hidden;margin-bottom: 30px;}
.case .more a{display:block;margin:0 auto;width:200px;height:60px;line-height:60px;text-align:center;font-size:18px;color:#fff;border-radius: 4px;background-color: #0067ac;/* background-image: -webkit-gradient(linear, 0 0, right 0, from(#e31f18), to(#0667aa)); */}

/* 关于我们 */


/*内页banner*/
.inpage-banner { width: 100%; height: 300px; background-repeat: no-repeat; background-position: center top; }
.container{
    width: 1200px;
    margin: 0 auto;
}
/*面包屑导航*/
.mianbaoxie {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.mianbaoxie .con {
  width: 100%;
  height: 43px;
}
.mianbaoxie .homePage {
  display: block;
  width: 43px;
  height: 43px;
  background: url(../images/mub02address_homepage.png) no-repeat center;
  float: left;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.mianbaoxie p {
  height: 43px;
  width:84%;
  line-height: 43px;
  font-size: 13px;
  color: #999999;
  float: left;
  margin-left: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mianbaoxie p a {
  color: #999999;
  padding: 0 4px;
  text-decoration:none;
}
.mianbaoxie .backList {
  display: block;
  width: 117px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  float: right;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  cursor:pointer;
}
.mianbaoxie .backList img {
  display: inline-block;
  *display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.mianbaoxie1200 {width: 100%;height: 50px;/* margin-bottom: 30px; */position: relative;z-index: 9;}
.mianbaoxie1200 .con {
  width: 100%;
  height: 50px;
  /*background: url(../images/mub01addressbg.png) repeat;*/
  background-color: #Da251c;
}
.mianbaoxie1200 .p1 {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #fff;
  float: left;
  width: 1180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mianbaoxie1200 .p1 a {
  color: #fff;
  padding: 0 4px;
}
.mianbaoxie1200 .p1 img {
  margin: 0 10px 0 20px;
  position: relative;
  top: 4px;
}
.mianbaoxie1200 .p2 {
  float: right;
  font-size: 13px;
  color: #fff;
  line-height: 50px;
  margin-right: 22px;
}
.mub01address_search .con {
  top: 0px;
}
/* aboutMenu*/
.aboutMenu {
    width: 1200px;
    text-align: center;
    /* padding: 10px 0 40px; */
    margin: auto;
    margin-bottom: 0;
    /* border-bottom: 1px solid #eee; */
  }
  .aboutMenu li {
    display: inline-block;
    *display: inline;
    *zoom:1;
    font-size: 14px;
    color: #333333;
    /*background: url(../images/aboutmenubg01.png) no-repeat center;*/
    /*background-color: #fff;*/
    /*border: solid 1px #e5e5e5;*/
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    width: 141px;
    text-align: center;
  }
  .aboutMenu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  .aboutMenu li:first-child {
    margin-left: 0;
  }
  .aboutMenu li.cur {
    /*background: url(../images/aboutmenubg02.png) no-repeat center;*/
    background-color: #0667aa;
    border-color: #0667aa;
  }
  .aboutMenu li.cur a {
    color: #fff;
  }
  .aboutMenu li:hover {
    /*background: url(../images/aboutmenubg02.png) no-repeat center;*/
    background-color: #0667aa;
    border-color: #0667aa;
  }
  .aboutMenu li:hover a {
    color: #fff;
  }
  /* aboutIntro*/
  .aboutIntro {
    width: 100%;
    padding-top:30px;
    padding-bottom: 40px;
    background: #fff;
    margin-bottom: 35px;
  }
  .aboutIntro .mainCon {
    width: 100%;
    margin-top: 34px;
    font-size: 16px;
    margin-top: 38px;
  }
  .aboutIntro .mainCon .dt {
    float: left;
    width: 540px;
  }
  .aboutIntro .mainCon .dd {
    width: 600px;
    float: right;
    position: relative;
  }
  .aboutIntro .mainCon .dd h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
  }
  .aboutIntro .mainCon .dd p {
    line-height: 24px;
    color: #333333;
    font-size: 13px;
    margin-top: 10px;
  }
  .aboutIntro .mainCon .dd i {
    display: block;
    width: 34px;
    height: 2px;
    background: #0667aa;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  /* aboutHonor*/
  .aboutHonor {
    width: 100%;
    padding-bottom: 20px;
  }
  .aboutHonor .mub01Title h3 {
    color: #1e1e1e;
  }
  .aboutHonor .mub01Title p {
    color: #999999;
  }
  .aboutHonor .mainCon {
    width: 100%;
    position: relative;
    margin-top: 34px;
  }
  .aboutHonor .mainCon i {
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    top: 35%;
    overflow: hidden;
  }
  .aboutHonor .mainCon .btn01 {
    background: url(../images/aboutmienbtn01.png) no-repeat left top;
    left: -70px;
  }
  .aboutHonor .mainCon .btn02 {
    background: url(../images/aboutmienbtn02.png) no-repeat left top;
    right: -70px;
  }
  .aboutHonor .mainCon .aboutHonorCon {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
  } 
  .aboutHonor .mainCon .aboutHonorCon ul {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .aboutHonor .mainCon .aboutHonorCon li {
    width: 280px;
    float: left;
    margin-right: 20px;
  }
  .aboutHonor .mainCon .aboutHonorCon li span {
    display: block;
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  .aboutHonor .mainCon .aboutHonorCon li a {
    text-decoration: none;
    display: block;
  }
  .aboutHonor .mainCon .aboutHonorCon li img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #f4f4f4;
  }
  .aboutHonor .mainCon .aboutHonorCon li img:hover {
    border: 1px solid #0667aa;
  }
  .aboutHonor .mainCon .aboutHonorCon li span:hover {
    color: #0667aa;
  }
  /* aboutHistory*/
  #lc {
    padding-top:20px;
  }
  .aboutHistory {
    width: 100%;
    padding-bottom: 44px;
    background: #fff;
    position: relative;
    padding-top: 20px;
  }
  .aboutHistory .mainCon {
    width: 100%;
    margin-top: 34px;
  }
  .aboutHistory .mainCon .conL {
    float: left;
    width: 540px;
    height: 360px;
    padding: 0;
  }
  .aboutHistory .mainCon .conL a {
    display: block;
  }
  .aboutHistory .mainCon .conR {
    width: 635px;
    height: 360px;
    margin-left: 25px;
    float: left;
    overflow: hidden;
  }
  .aboutHistory .mainCon .conR .box {
    width: 588px;
    height: 360px;
    float: left;
    overflow: hidden;
    padding-left: 36px;
    background: url(../images/abouthistory_xian.png) no-repeat left top;
    overflow: hidden;
  }
  .aboutHistory .mainCon .conR ul {
    width: 570px;
  }
  .aboutHistory .mainCon .conR li {
    padding-top: 32px;
    ; border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
  }
  .aboutHistory .mainCon .conR li dt {
    width: 98px;
    float: left;
    font-size: 23px;
    color: #0667aa;
    font-weight: bold;
    font-family: arial;
  }
  .aboutHistory .mainCon .conR li dd {
    width: 470px;
    float: left;
  }
  .aboutHistory .mainCon .conR li dd p {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    text-align: left;
  }
  .aboutHistory .mainCon .conR li:first-child {
    padding-top: 0;
  }
  .aboutHistory .mainCon .scroll {
    width: 11px;
    height: 360px;
    float: right;
    position: relative;
    background: url(../images/scroll02.png);
    z-index: 99;
  }
  .aboutHistory .mainCon .scroll p {
    width: 11px;
    height: 61px;
    background: url(../images/scroll01.png);
    cursor: auto;
    left: 0;
    top: 1px;
    position: absolute;
    background: url(../images/scroll01.png);
  }
  #fzlc {
    padding-top: 0px;
  }
  .aboutHistoryHelp {
    width: 100%;
    background: #fff;
    position: relative;
  }
  .aboutHistoryHelp .conL {
    float: left;
    width: 540px;
    height: 360px;
    padding: 0;
  }
  .aboutHistoryHelp .conL a {
    display: block;
  }
  .aboutHistoryHelp .conR {
    width: 575px;
    height: 360px;
    margin-left: 25px;
    float: left;
    overflow: hidden;
  }
  .aboutHistoryHelp .conR .box {
    width: 510px;
    height: 360px;
    float: left;
    overflow: hidden;
    padding-left: 36px;
    background: url(../images/abouthistory_xian.png) no-repeat left top;
    overflow: hidden;
  }
  .aboutHistoryHelp .conR ul {
    width: 540px;
  }
  #aboutHistoryUl li a {
    cursor: default;
  }
  .aboutHistoryHelp .conR li {
    padding-top: 32px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
  }
  .aboutHistoryHelp .container {
    width: 1140px;
  }
  .aboutHistoryHelp .conR li dt {
    width: 98px;
    float: left;
    font-size: 26px;
    color: #0667aa;
    font-weight: bold;
    font-family: arial;
  }
  .aboutHistoryHelp .conR li dd {
    width: 408px;
    float: left;
  }
  .aboutHistoryHelp .conR li dd p {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    text-align: left;
  }
  .aboutHistoryHelp .conR li:first-child {
    padding-top: 0;
  }
  .aboutHistoryHelp .scroll {
    width: 11px;
    height: 360px;
    float: right;
    position: relative;
    background: url(../images/scroll02.png);
    z-index: 99;
  }
  .aboutHistoryHelp .scroll p {
    width: 11px;
    height: 61px;
    background: url(../images/scroll01.png);
    cursor: auto;
    left: 0;
    top: 1px;
    position: absolute;
    background: url(../images/scroll01.png);
  }
  .aboutHistoryHelp .mub01Title h3 i {
    width: 506px;
  }
  #fzlcdesc {
    font-size: 12px;
    color: #999999;
    font-family: arial;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutHistory #licheng {
    padding-top: 0px;
  }
  
  /* aboutMien*/
  .aboutMien {
    width: 100%;
    padding-top: 30px;
    background: #fff;
  }
  .aboutMien .mainCon {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 34px;
  }
  .aboutMien .mainCon span {
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    overflow: hidden;
  }
  .aboutMien .mainCon .btn01 {
    background: url(../images/aboutmienbtn01.png) no-repeat left top;
    left: 0;
  }
  .aboutMien .mainCon .btn02 {
    background: url(../images/aboutmienbtn02.png) no-repeat left top;
    right: 0;
  }
  .aboutMien .aboutMienCon {
    overflow: hidden;
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative
  }
  .aboutMien .aboutMienCon .aboutMienBox {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
  }
  .aboutMien .aboutMienCon .iteam {
    position: absolute;
    overflow: hidden;
    height: auto;
    top: 12% !important;
  }
  .aboutMien .aboutMienCon .iteam img {
    display: block;
  }
  .aboutMien .aboutMienCon .iteam b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/aboutmienbg.png) repeat;
  }
  .aboutMien .aboutMienCon .iteam.active b {
    display: none;
  }
  .aboutMien .aboutMienCon .iteam.active {
    height: auto;
    top: 0 !important;
  }
  .aboutMien .aboutMienCon .iteam.active p {
    color: #333333;
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
  }
  .aboutMien .aboutMienCon .iteam.active p a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  
  .aboutHonor .mub01Title {
    width: 100%;
    text-align: center;
    padding-top:0px;
  }
  .mub01Title a:hover { text-decoration: none; }
  .mub01Title h3 {
    font-size: 27px;
    color: #1e1e1e;
    font-weight: bold;
    position: relative;
    left: 27px;
  }
  .mub01Title h3 em {
    color: #Da251c;
    font-weight: bold;
  }
  .mub01Title h3 i {
    display: inline-block;
    height: 1px;
    background: #e5e5e5;
    width: 507px;
    position: relative;
    top: -6px;
  
  }
  .mub01Title h3 i.xianL {
    margin-right: 12px;
  }
  .mub01Title h3 i.xianR {
    margin-left: 12px;
  }
  .mub01Title p {
    font-size: 12px;
    color: #999999;
    font-family: arial;
    margin-top: 6px;
    text-align: center;
  }
  

/* 联系我们 */
/* linkUsMap*/
.contact-us1200 { margin-bottom: 30px; }
.contact-us1200 .linkUsMap {
  width: 100%;
}
.contact-us1200 .linkUsMap .mainCon {
  width: 100%;
}
.contact-us1200 .linkUsMap .mainCon .conL {
  width: 455px;
  height: 496px;
  float: left;
  background: #fff;
  padding: 54px 70px 0 75px;
}
.contact-us1200 .linkUsMap .mainCon .conL h3 {
  font-size: 24px;
  color: #006699;
  margin-bottom: 42px;
}
.contact-us1200 .linkUsMap .mainCon .conL .box {
  width: 100%;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li:first-child {
  border-top: 1px solid #e5e5e5;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li img {
  display: block;
  margin-top: 18px;
  float: left;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li p {
  float: left;
  margin-top: 26px;
  width: 402px;
  float: right;
}
.contact-us1200 .linkUsMap .mainCon .conL .box p span {
  font-size: 15px;
  color: #666666;
}
.contact-us1200 .linkUsMap .mainCon .conL .box p em {
  font-size: 15px;
  color: #333;
}

/* linkUsLy*/
.contact-us1200 .linkUsLy {
  width: 100%;
  margin-top: 12px;
}
.contact-us1200 .linkUsLy .mainCon {
  width: 100%;
  height: 520px;
  background: url(../images/linkuslybg.jpg) no-repeat top;
  padding-bottom: 20px;
  position: relative;
}
.contact-us1200 .linkUsLy .mainCon .box {
  width: 500px;
  margin-left: 620px;
  padding-top: 55px;
}
.contact-us1200 .linkUsLy .mainCon .box input {
  width: 408px;
  height: 58px;
  line-height: 58px;
  padding: 0 70px 0 20px;
  border: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  outline: none;
  font-size: 16px;
  color: #999999;
}
.contact-us1200 .linkUsLy .mainCon .box .input1 {
  background: url(../images/linkusly_icon01.png) no-repeat 452px center;
}
.contact-us1200 .linkUsLy .mainCon .box .input2 {
  background: url(../images/linkusly_icon02.png) no-repeat 452px center;
}
.contact-us1200 .linkUsLy .mainCon .box textarea {
  width: 408px;
  height: 80px;
  padding: 0 70px 0 20px;
  border: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  outline: none;
  font-size: 16px;
  color: #999999;
  padding-top: 20px;
  background: url(../images/linkusly_icon03.png) no-repeat 452px 20px;
  resize: none;
}
.contact-us1200 .linkUsLy .mainCon .box a {
  display: block;
  height: 60px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
  background: #0667aa;
  text-decoration: none;
}
.contact-us1200 .linkUsLy .mainCon .title {
  position: absolute;
  top: 66px;
  left: 70px;
}
.contact-us1200 .linkUsLy .mainCon .title h3 {
  font-size: 24px;
  color: #0667aa;
}
.contact-us1200 .linkUsLy .mainCon .title p {
  font-size: 20px;
  color: #b8b8b8;
  font-family: arial;
  margin-top: 2px;
}
.contact-us1200 .linkUsLy .mainCon li {
  margin-bottom: 20px;
  color: #777;
  height: 60px;
  list-style:none;
}
.contact-us1200 .linkUsLy .mainCon label {
  display: inline-block;
  float: left;
  line-height: 60px;
  height: 58px;
  width: 77px;
  border: 1px solid #dedede;
  border-right-width: 0;
  text-align: center;
  background: #fff;
}
.contact-us1200 .linkUsLy .mainCon .iptTxt {
  float: left;
  width: 252px;
  border: 1px solid #dedede;
  height: 16px;
  line-height: 16px;
  padding: 10px 0;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #333;
}
.contact-us1200 .linkUsLy .mainCon li.yzm .iptTxt {
  float: left;
  width: 130px;
  margin-bottom: 0px;
}
.contact-us1200 cite {
  display: block;
}
.contact-us1200 .linkUsLy .mainCon cite {
  float: left
}
.contact-us1200 .linkUsLy .mainCon cite img {
  width: 110px;
  margin-left: 10px;
  margin-top: 10px;
}
.contact-us1200 .linkUsLy .mainCon cite #spChgVerCode {
  display: inline;
  text-align: left;
  font-size: 14px;
  color: #000;
  background: none;
}
/* 新闻内页 */
.y-wrapper{
    overflow: hidden;
}
.newsDetailsSection {
    width: 100%;
    position: relative;
}
.newsDetailsSection .article {
  border: 1px solid #e4e4e4;
  width: 99.8%;
  position: relative;
}
#newsconhits span {
    float: right;
}
.newsDetailsSection .article .conBox {
  padding: 20px 19px 0;
}
.newsDetailsSection .article .title h1 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 20px;
}
.newsDetailsSection .article .title .share {
  width: 100%;
  height: 24px;
}
.newsDetailsSection .article .title .share p {
  float: left;
  overflow: hidden;
}
.newsDetailsSection .article .title .share p span {
  display: block;
  font-size: 12px;
  color: #999999;
  float: left;
  padding: 0 8px;
  border-left: 1px dotted #b6b6b6;
}
.newsDetailsSection .article .title .share p span:first-child {
  padding-left: 0;
  border-left: none;
}
.newsDetailsSection .article .title .share p span #cntrHits {
  float:right;
}
.newsDetailsSection .article .title .share ul {
  float: right;
}
.newsDetailsSection .article .title .share li {
  margin-left: 7px;
  width: 24px;
  height: 24px;
  float: left;
}
.newsDetailsSection .article .title .share li img {
  display: block;
}
.newsDetailsSection .article .title i {
  width: 100%;
  display: block;
  height: 1px;
  margin-top: 12px;
  /*background: url(../images/mub02top2_xian.png) no-repeat center;
  background-size:100% 100%;*/
}
.newsDetailsSection .article .title p.label {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-left: 26px;
  background: url(../images/label.png) no-repeat left center;
  line-height: 16px;
  margin-top: 20px;
}
.newsDetailsSection .article .con {
  margin-top: 20px;
  padding-bottom: 20px;
  overflow:hidden;
}
.newsDetailsSection .article .con p {
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.newsDetailsSection .article .con p a {
  color:red;
}
.newsDetailsSection .article .context {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  height: 60px;
}
.newsDetailsSection .article .context p {
  width: 50%;
  float: left;
  height: 60px;
  line-height: 60px;
}
.newsDetailsSection .article .context p a {
  font-size: 13px;
  color: #666666;
  display: block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.newsDetailsSection .article .context p.prevNews a {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  /*background: url(../images/mub02_jt01.png) no-repeat left center;*/
}
.newsDetailsSection .article .context p.prevNews a:before, .newsDetailsSection .article .context p.prevNews a:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-left: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-right: 8px #ccc solid;
  overflow: hidden;
  margin-left:-5px;
}
.newsDetailsSection .article .context p.prevNews a:after { 
  left:3px;
  border-right-color: #fff;
}
.newsDetailsSection .article .context p.prevNews a:hover {
  /*background: url(../images/mub02_jt05.png) no-repeat left center;*/
  color: #0667aa;
}
.newsDetailsSection .article .context p.prevNews a:hover:before {
  border-right-color: #0667aa;
}


.newsDetailsSection .article .context p.NextNews a {
  margin-right: 20px;
  padding-right: 20px;
  text-align: right;
  /*background: url(../images/mub02_jt03.png) no-repeat right center;*/
  position: relative;
}

.newsDetailsSection .article .context p.NextNews a:before, .newsDetailsSection .article .context p.NextNews a:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -5px;
}
.newsDetailsSection .article .context p.NextNews a:after { 
  right:3px;
  border-left-color: #fff;
}

.newsDetailsSection .article .context p.NextNews a:hover {
  /*background: url(../images/mub02_jt04.png) no-repeat right center;*/
  color: #0667aa;
}
.newsDetailsSection .article .context p.NextNews a:hover:before {
  border-left-color: #0667aa;
}


.newsDetailsSection .article .context p.NextNews {
  border-left: 1px solid #e7e7e7;
  width: 49%;
}
.newsDetailsSection .backNewsList {
  width: 59px;
  display: block;
  position: absolute;
  left: -59px;
  top: 0;
  cursor:pointer;
 padding:12px 0;
 background-color:#ccc;
 text-align:center;
font-size:14px;
 color:#fff;
}
.newsDetailsSection .backNewsList:hover{ background-color:#0667aa; }
.right-side-article .newsDetailsSection { background-color: #fff; }
.right-side-article .newsDetailsSection .article { width: 100%; border: none 0; }
.right-side-article .article .title i { height: 1px; background: none; background-color: #e7e7e7; position: relative; }
.right-side-article .article .title i:before { content: ''; display: block; width: 22px; height: 100%; background-color: #0667aa; position: absolute; left: 0; top: 0; z-index: 9; }
.right-side-article .article .title h1 { font-size: 28px; }
.right-side-article .article .conBox { padding: 30px 30px 0; }

.width1200{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* news */
.rowFluid{ clear:both;}
/*lsyfsl_pro*/
/*lsyfsl_news*/
#lsyfsl_news{background-color: #f3f3f3;padding-top:40px;padding-bottom:40px;}
.lsyfsl_news_1 .mod-list{/* margin-left:-35px */}
.lsyfsl_news_1 .mod-item{margin: 3%;margin-bottom: 3%;background-color:#fff;padding-top:15px;padding: 6%;padding-bottom:15px;/* padding-left:15px; */border-bottom:3px solid #fff;}
.lsyfsl_news_1 .mod-pic{display:block;text-align:center}
.lsyfsl_news_1 .mod-pic img{max-width:100%}
.lsyfsl_news_1 .mod-read-cen{text-align:center;}
.lsyfsl_news_1 .mod-title{display:block;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:8px;padding-bottom:8px;text-align:center;color:#333;font-size:18px}
.lsyfsl_news_1 .mod-read{display:inline-block;padding-top:3px;padding-right:15px;padding-bottom:3px;padding-left:15px;background-color:#4f4f4f;color:#fff;margin-top:15px;}
.lsyfsl_news_1 .mod-digest{color:#999;font-size:14px}
.lsyfsl_news_1 .mod-item:hover{border-bottom:3px solid #0667aa}
.lsyfsl_news_1 .mod-item:hover .mod-read{background: #0667aa;}

/*lsyfsl_pro*/
#lsyfsl_pro_1{padding-top:10px;}
.lsyfsl_pro_2 .mod-lssl1{display:inline-block;text-align:center;color:#5a5a5a;margin-bottom:15px;padding-bottom:4px;margin-right:20px;}
.lsyfsl_pro_2 .mod-lssl2{display:inline-block;padding-right:0;padding-bottom:4px;margin-left:20px;margin-right:20px;}
.lsyfsl_pro_2 .mod-lssl3{ display:block;padding:6px 0 6px 40px;}
.lsyfsl_pro_2 .mod-lssl4{ display:block;padding-left:55px;}
.lsyfsl_pro_2 .mb-label{ display:none;height:40px;line-height:40px;background:#ff824c;font-size:18px;color:#fff;text-indent:20px;cursor:pointer;position:relative;}
.lsyfsl_pro_2 .mb-label:before{position: absolute;content: " ";display: inline-block;top: 17px;right: 15px;border-right: 6px solid transparent;border-left: 6px solid transparent;border-top: 6px solid #fff;}
.lsyfsl_pro_2 .mb-lssl1{ display:block;height:40px;line-height:40px;background:#f5f5f5;text-indent:20px;}
.lsyfsl_pro_2 .mb-lssl2{ display:block;height:40px;line-height:40px;background:#f5f5f5;text-indent:40px;}
.lsyfsl_pro_2 .mb-lssl3{ display:block;height:40px;line-height:40px;background:#f5f5f5;text-indent:60px;}
.lsyfsl_pro_2 .mb-lssl4{ display:block;height:40px;line-height:40px;background:#f5f5f5;text-indent:80px;}
.lsyfsl_pro_2 .mod-lssl2:hover{color:#ffffff; background-color:#ff824c; padding:10px;}
.lsyfsl_pro_2 .mod-lssl2.active{color:#ffffff;background-color:#ff824c; padding:10px;}
#lsyfsl_pro_3{padding-top:10px;}
#lsyfsl_pro_4{padding-top:10px;padding-left:34%;padding-right:30px;padding-bottom:30px;}
.lsyfsl_pro_5{font-size:16px;margin-top:10px;padding-bottom:4px;border-bottom:1px solid #dddddd;}
.lsyfsl_pro_5 .mod-more{float:right;font-size:12px;}
.lsyfsl_pro_6 .mod-list{margin-left:-20px;}
.lsyfsl_pro_6 .mod-item{margin-left:20px;margin-bottom:20px;}
.lsyfsl_pro_6 .mod-pic{ display:block;}
.lsyfsl_pro_6 .mod-pic img{ max-width:100%;}
.lsyfsl_pro_6 .mod-title{display:block;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
.lsyfsl_pro_6 .mod-read{ display:inline-block; padding:3px 15px; background-color:#999; color:#fff;margin-top:5px;}
.lsyfsl_pro_6 .mod-pagination{margin-top:30px;}
.lsyfsl_pro_6 .mod-yema{ display:inline-block; padding:3px 10px; border:1px solid #ddd;margin-left:5px;}
.lsyfsl_pro_6 .mod-yema.active{ background-color:#eee;}
.lsyfsl_pro_6{margin-top:20px;}
#lsyfsl_pro_7{background-color:#f5f5f5;padding-top:40px;padding-left:15%;padding-right:15%;padding-bottom:200px;}
#lsyfsl_pro_8{background-color:#ffffff;}
.lsyfsl_pro_9 img{max-width:100%;}
.lsyfsl_pro_9{margin-left:30px;margin-right:30px;margin-top:30px;margin-bottom:30px;}
.lsyfsl_pro_10 .mod-prev{float:left;width:50%;padding-top:25px;padding-bottom:25px;box-sizing:border-box;padding-left:25px;padding-right:20px;}
.lsyfsl_pro_10 .mod-prev:hover{background-color:#414141;color:#fff;}
.lsyfsl_pro_10 .mod-prev:hover a{color:#fff;}
.lsyfsl_pro_10 .mod-next{padding-right:20px;padding-bottom:25px;padding-left:25px;padding-top:25px;}
.col-lg-3 {
    width: 25%;
    float: left;
  }




/*page - 分页*/
.pagewrap {
    padding: 40px 0;
    text-align: center;
}
.pagelssl {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 56px;
}
.pagelssl li {
    float: left;
}
.pagelssl li a {
    display: block;
    font-family: arial;
    background-color: #fff;
    border: 1px solid #ddd;
    padding:12px 20px; line-height:1;
    min-width: 32px;
    text-align: center; margin-left:-1px;
}
.pagelssl li:last-child a{border-radius:0 5px 5px 0;}
.pagelssl li:first-child a{border-radius:5px  0 0 5px;}
.pagelssl li a:hover {
    background-color: #f6f6f6;
}
.pagelssl li a.current {
    color: #fff;
    background-color: #0667aa;
    border-color: #0667aa;
    cursor: default;
}
.pagelssl li a.disabled {
    background-color: #f6f6f6;
    color: #999;
    cursor: not-allowed;
}



/* 新闻 */

.wrapper01 {
	position: relative;
	height: 50px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

.wrapper01 .scroller {
	position: relative;
	margin:0 auto;
}

.wrapper01 .scroller li {
	height: 1rem;
	color: #333;
	float: left;
	line-height: 1rem;
	font-size: 1.2rem !important;
	text-align: center;
}

.wrapper01 .scroller li a {
	color: #333;
	display: block;
	margin: 0 .3rem
}

/* list-page */
.list_page{width: 1200px;margin: 0 auto;display: flex;display: -webkit-flex; /* Safari */flex-direction: column;}
.list_page li{
	float: left;
	width: 1200px;
	padding: 30px 10px;
	border-bottom: 1px dotted #e2e0e0;
}
.list_page li:hover{
	cursor:pointer;
	box-shadow:3px 3px 3px #efefef
}


.list_page li .list_div{}
.list_page li .list_div a{}
.list_page li .list_div  .list_left{
	float: left;
}
.list_page li .list_div  .list_left img{
	width: 250px;
	height: 150px;
}
.list_page li .list_div  .list_right{
	position: relative;
	padding-left: 28px;
	float: left;
}
.list_page li .list_div  .list_right .list_title{
	font-size: 20px;
	line-height: 2;
	color: #000;
}
.list_page li .list_div  .list_right .list_title:hover{
	color:#1eadbb
}
.list_page li .list_div  .list_right .list_content{
	line-height: 2;
	font-size: 16px;
	height: 117px;
	width: 900px;
}
.list_page li .list_div  .list_right .list_foot{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.list_page li .list_div  .list_right .list_foot .list_time{
	font-size: 15px;
	color: #8e8b8b;
}

.list_page li .list_div  .list_right .list_foot .more{
	float:  right;
	display: inline-block;
	color: #0667aa;
	padding-right: 61px;
}

.cat_activate a{ color:#1cbb9b!important;}


/* 新闻详情 */

	.header{ height:116px;}
	.header .logo img{ width: 100%; }
	.header .h-content{ width:1668px;}
	.header .h-nav ul{ font-size:18px;}
	.header .h-nav ul li{ height: 28px; line-height: 28px; overflow: hidden; padding: 0 24px }
	.header .h-nav .h-serach input[type="text"]{ font-size:14px; padding: 7px 4px; }
	.content{width: 1200px;margin: 0 auto;/* overflow: hidden; */padding-bottom: 40px;}
	.content .hot-tab h2 a{ font-size: 38px;}

	.news-img .slick-slide p{ line-height: 60px;}
	.news-img .slick-slide p a{ font-size:20px;}
	.news-img .slick-dots{ bottom:65px;}

	.news-img .slick-dots li button{ background:none; border:0; width:26px; height:26px; font-size:14px; color:#fff; text-align:center; outline:none;}

	.slideTxtBox-1 .hd{ height: 65px }
	.slideTxtBox-1 .hd ul li{ font-size: 22px; height: 65px; line-height: 65px; border-bottom: #fff 8px solid;}
	.slideTxtBox-1 .hd ul li.on{ border-bottom: #d6000f 8px solid;}
	.slideTxtBox-1 .bd { height:374px;}
	.slideTxtBox-1 .bd li{ height:62px; line-height:62px; font-size: 22px;  background: url(icon.png) left center no-repeat;}
	.slideTxtBox-1 .bd li a{font-size:20px;}

	.notice-left{ width:70px; height:70px; padding-top:8px; font-size:20px;}

	/* 通知公告上下翻动 */
	.txtMarquee-top{width:265px;}
	.txtMarquee-top .hd .prev{ width: 21px; height:22px; top:40px; right:-20px; background:url("notice-icon-down.png");}
	.txtMarquee-top .hd .next{width: 21px; height: 22px; top:7px; right:-20px; background:url("notice-icon-top.png");}
	.txtMarquee-top .infoList li{ line-height:35px; font-size: 17px;}

	.zt-tab{ margin-top:30px; height: 448px;}
	.zt-tab h3{font-size:22px;}
	.zt-tab ul li{ margin-top:15px;}
	.service-tab{ margin-top:20px;}
	.service-tab ul li div{ height:60px; line-height:60px; font-size:26px;}
	.service-tab ul li div img{ width:auto; height:25px; margin:18px 15px 0;padding-bottom:25px;}

	.tz-tab{ margin-top:65px; background-size: auto auto;position:relative;}
	.tz-tab-1{ width:45%; margin:20px 30px 0;position:relative;}

	.tz-tab-1 dl dd{ font-size:22px;}
	.tz-tab-1 .tz-nav li{ font-size:22px; width:150px;}
	.tz-tab-1 .tz-list{margin-top:17px;padding-bottom:20px;}
	.tz-tab-1 .tz-list li{ height:58px; line-height:57px; font-size:22px; background: url(icon.png) left center no-repeat;}

	.tz-tab-2 h3{ font-size:22px;}

	.f-content{ width:1668px;}
	.footer-1 ul li{ font-size:18px;}
	.footer-2 img{ width:auto;}
	.footer-3 div h3{ font-size:18px;}
	.footer-3 div select{ width:220px; font-size:18px;}
	.footer-copyright{ font-size:18px;}
	

	.content-left{ width:300px;}
	.content-right{ width:1330px;}
	.content-info{ font-size:20px; line-height:40px;}
	.dsh-box dl dd{ width:1050px;}
	.dsh-box dl dd h3{ font-size:16px; margin-top:15px;}
	.dsh-box dl dd h4{ font-size:14px; margin-top:15px}
	.dsh-box dl dd p{ font-size:14px; margin-top:15px; text-indent:0px;}
	.article-title{ font-size:28px; line-height:60px;}
	.sPrev,.sNext{top:65px;}
	/*.parHd li.act span{ left:14px;}*/
	.news-img .slick-slide img{ height:440px;}

	

/*about*/
.width320 {
    width: 320px;
    margin: 0 auto;
}
.width870 {
    width: 970px;
    margin: 0 auto;
    border: #dedede solid 1px;
    padding: 1%;
    border-radius: 4px;
    margin-bottom: 30px;
}
.banner-tab{ height:200px;}
.content-left{width: 230px;margin-top:20px;background:#FFF;float: left;}
.content-right{ width:980px; margin-top:20px; padding:20px 40px 50px; background:#FFF;}
.content-article{ width:100%; margin-top:20px; padding:20px 20px 50px; background:#FFF;}

.content-left h2{height:55px;line-height:55px;text-align:center;background: #0667aa;font-weight:normal;font-size:20px;color:#FFF;border-bottom: #0667aa 1px solid;position:relative;}

.list_dl{ text-indent:55px;font-size:16px;}
.list_dt{ width: 100%; height: 60px; line-height: 60px; font-size:17px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #cdcdcd;}
.list_dt:hover a{ color:#0667aa;}
.list_dt a{
    display:block;
}
.content-right {
    width: 880px;
    margin-top: 20px;
    padding: 20px 40px 50px;
    background: #FFF;
    float: right;
}
.content-right .postion{vertical-align:middle;font-size:14px;color:#a3a3a3;text-align:right;height: 30px;}
.content-right .postion a{ padding:0 10px;}
.content-right .postion img{
    display: inline-block;
    margin-top: 4px;
}
.content-info{ font-size:16px; line-height:28px; padding-top:20px;}
.content-info p{ text-indent:2em;}
/* 产品中心 */
/* proList 产品列表内页*/
.left-side-box .sidebar {
    width: 100%;
    /* border: #dedede solid 1px; */
  }
  .left-side-box .sidebar .top {
    width: 100%;
    height: 70px;
    background: url(../images/prolistclassify_icon01.png) no-repeat 267px center #0667aa;
  }
  .left-side-box .sidebar h3 {
    padding: 20px 0 0 26px;
    font-size: 24px;
    font-weight: normal;
  }
  .left-side-box .sidebar h3 a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .left-side-box .sidebar h3 em {
    font-weight: bold;
    color: #fff;
  }
  .left-side-box .sidebar h3 span {
    font-size: 10px;
    color: #fff;
    font-family: arial;
    margin-left: 6px;
    position: relative;
    top: 2px;
  }
  .left-side-box .sidebar .box1 {
    padding: 26px;
    background: #fff;
  }
  .left-side-box .sidebar .box1 dl {
    margin-top: 20px;
  }
  .left-side-box .sidebar .box1 dl:first-child {
    margin-top: 0;
  }
  
  .left-side-box .sidebar .box1 dt {
    height: 56px;
    text-indent: 26px;
    font-size: 18px;
    background-color:#eaeaea;
    line-height: 56px;
  }
  .left-side-box .sidebar .box1 dt a { display: block; width: 100%; height: 100%; position: relative; }
  .left-side-box .sidebar .box1 dt i,
  .left-side-box .sidebar .box1 dd i,
  .about-menu-sidebar .box1 dd i
   { display: block; width: 24px; height: 24px; background-color: #fff; border: solid 1px #ddd; position: absolute; right: 10%; top: 15px; z-index: 9; border-radius: 50%; }
  
  /*
  .left-side-box .sidebar .box1 dt i:before,
  .left-side-box .sidebar .box1 dd i:before,
  .about-menu-sidebar .box1 dd i:before
   { content: ''; display: block; width: 7px; height: 12px; background: url(../images/prolistclassify_icon04.png) no-repeat; position: relative; left: 8px; top: 5px; }
  */
  
  .left-side-box .sidebar .box1 dt i:before,
  .left-side-box .sidebar .box1 dt i:after,
  .left-side-box .sidebar .box1 dd i:before,
  .left-side-box .sidebar .box1 dd i:after,
  .about-menu-sidebar .box1 dd i:before,
  .about-menu-sidebar .box1 dd i:after
  { 
    content: ''; 
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 5;
    /*兼容ie8-*/
    border-top: 7px transparent dashed;
    border-right: 7px transparent dashed;
    border-bottom: 7px transparent dashed;
    border-left: 7px #ccc solid;
    overflow: hidden;
  }
  .left-side-box .sidebar .box1 dt i:after,
  .left-side-box .sidebar .box1 dd i:after,
  .about-menu-sidebar .box1 dd i:after
  { 
    right:3px;
    border-left-color: #fff;
  }
  .left-side-box .sidebar .box1 dt a:hover i:before,
  .left-side-box .sidebar .box1 dt a.cur i:before,
  .left-side-box .sidebar .box1 dd a:hover i:before,
  .left-side-box .sidebar .box1 dd a.cur i:before,
  .about-menu-sidebar .box1 dd a:hover i:before,
  .about-menu-sidebar .box1 dd a.cur i:before {
    border-left-color: #fff;
  }
  .left-side-box .sidebar .box1 dt a:hover i:after,
  .left-side-box .sidebar .box1 dt a.cur i:after,
  .left-side-box .sidebar .box1 dd a:hover i:after,
  .left-side-box .sidebar .box1 dd a.cur i:after,
  .about-menu-sidebar .box1 dd a:hover i:after,
  .about-menu-sidebar .box1 dd a.cur i:after {
    border-left-color: #0667aa;
  }
  
  .left-side-box .sidebar .box1 dt a:hover,
  .left-side-box .sidebar .box1 dt a.cur,
  .left-side-box .sidebar .box1 dd a:hover,
  .left-side-box .sidebar .box1 dd a.cur,
  .about-menu-sidebar .box1 dd a:hover,
  .about-menu-sidebar .box1 dd a.cur{
    color: #0667aa;
    font-weight: bold;
  }
  
  .left-side-box .sidebar .box1 dt a:hover i,
  .left-side-box .sidebar .box1 dt a.cur i,
  .left-side-box .sidebar .box1 dd a:hover i,
  .left-side-box .sidebar .box1 dd a.cur i,
  .about-menu-sidebar .box1 dd a:hover i,
  .about-menu-sidebar .box1 dd a.cur i  {
    background-color: #0667aa;
    border-color: #0667aa;
  }
  
  .left-side-box .sidebar .box1 dd a {
    display: block;
    font-size: 14px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-indent: 25px;
    text-decoration: none;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative;
  }
  .left-side-box .sidebar .box1 dd a:first-child {
    border-top: none;
  }
  
  .left-side-box .sidebar .box2 {
    margin-top: 20px;
    background: #fff;
    margin-bottom: 20px;
    border: #dedede solid 1px;
  }
  .left-side-box .sidebar .box2 .phone {
    padding-left: 86px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  .left-side-box .sidebar .box2 .phone>i { display: block; width: 44px; height: 44px; background-color: #0667aa; border-radius: 50%; position: absolute; left: 32px; top: 25px; z-index: 9; }
  .left-side-box .sidebar .box2 .phone>i:before { content: ''; display: block; width: 100%; height: 100%; background: url(../images/prolistclassify_phone.png) no-repeat; position: absolute; left: 0; top: 0; z-index: 99; border-radius: 50%; }
  .left-side-box .sidebar .box2 .phone span {
    display: block;
    font-size: 14px;
    color: #333333;
  }
  .left-side-box .sidebar .box2 .phone p {
    font-size: 24px;
    color: #0667aa;
    font-family: arial;
  }
  .left-side-box .sidebar .intro {
    padding: 28px 28px 24px;
  }
  .left-side-box .sidebar .intro p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    line-height: 20px;
  }
  .left-side-box .sidebar .intro p em {
    font-size: 14px;
    color: #333;
    font-family: arial;
  }
  /*多条件刷选 end*/

.proListClassify .section {
    width: 100%;
    overflow: hidden;
  }
  .proListClassify .section .con ul {
    width: 100%;
  }
  .proListClassify .section .con li {
    width: 31.33%;
    height: auto;
    margin-left: 2%;
    float: left;
    margin-bottom: 2%;
    border: 1px solid #eee;
  }
  
   .proListClassify .section .con li:hover{
     
       box-shadow: 0 5px 15px rgba(218,37,28,0.3);
   }
   
   
   
   .proListClassify .section .con li {
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
}
   
  
  
  .proListClassify .section .con li .Pic {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .proListClassify .section .con li .Pic img{ display: block; width: 100%; height: auto; max-height:500px;transition:all 1s;}
   .proListClassify .section .con li .Pic img:hover{
   /*transform:scale(1.1);*/
   }
  .proListClassify .section .con li .intro {
    padding: 20px;
    height: 100px;
    background: #fff;
    position: relative;
    padding-top: 1px;
  }

  .proListClassify .section .con li .intro h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
  }
  .proListClassify .section .con li .intro h3 a {
    color: #333333;
    text-decoration: none;
  }
  .proListClassify .section .con li .intro p {
    line-height: 22px;
    color: #666666;
    font-size: 13px;
    margin-top: 14px;
    height: 44px;
    overflow: hidden;
  }
  .proListClassify .section .con li .intro .btn {
    overflow: hidden;
    width: 100%;
    height: 42px;
    /*background: url(../images/prolistclassifybg01.png) no-repeat center;*/
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    margin: 20px auto 0;
  }
  .proListClassify .section .con li .intro .btn a {
    display: block;
    width: 50%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
  }
  .proListClassify .section .con li .intro .btn a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/prolistclassify_icon04.png) no-repeat center;
    margin-left: 10px;
    position: relative;
    top: 2px;
  }
  
  .proListClassify .section .con li .intro .btn a i:before, .proListClassify .section .con li .intro .btn a i:after { 
    content: ''; 
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    /*兼容ie8-*/
    border-top: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #ccc solid;
    overflow: hidden;
  }
  .proListClassify .section .con li .intro .btn a i:after { 
    right:3px;
    border-left-color: #fff;
  } 
  .proListClassify .section .con li .intro .btn a:hover i:before {
    border-left-color: #fff;
  }
  .proListClassify .section .con li .intro .btn a:hover i:after {
    border-left-color: #0667aa;
  }
  
  
  .proListClassify .section .con li .intro .btn a.more {
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  .proListClassify .section .con li .intro .btn a:hover {
    color: #fff;
  }
  .proListClassify .section .con li:hover h3 a {
    color: #0667aa;
  }
  .proListClassify .section .con li .intro .btn a.more:hover {
    background-color: #0667aa;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 30px; */
  }
  
  .proListClassify .section .con li .intro .btn a.zx:hover {
    background-color: #0667aa;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  .proListClassify-show03 .section .con li { width: 32%; margin-left: 1.3333%; }
  .proListClassify-show03 .section .con li .intro .btn { width: 214px; height: 36px; background-size: 100% 100%; }
  .proListClassify-show03 .section .con li .intro .btn a { width: 106px; height: 36px; line-height: 36px; }
  .product-menu{/* padding:26px; */background:#fff;}
.product-menu dl{/* margin-bottom:20px; */}
.product-menu dl:last-child{margin-bottom:0;}
.product-menu dt{height:56px;line-height:56px;background:#eaeaea;}
.product-menu dt a{display:block;padding: 0 20px 0 50px;color:#666;font-size:18px;background:url(../images/pro_menu_dt01.png) no-repeat 20px center;}
.product-menu dt a.cur,.product-menu dt a:hover{color:#0667aa;font-weight: bold;background-image:url(../images/pro_menu_dt01_cur.png)}
.product-menu dd{border:#ddd solid 1px;border-top:none;}
.product-menu dd li{position:relative;height:50px;line-height:50px;border-bottom:#ddd solid 1px;}
.product-menu dd li:last-child{border-bottom:0;}
.product-menu dd li>a{display:block;padding:0 20px 0 40px;color:#666;font-size:14px;background:url(../images/pro_menu_dd.png) no-repeat 20px center;}
.product-menu dd li>a.cur,.product-menu dd li>a:hover{color: #0667aa;font-weight: bold;background-image:url(../images/pro_menu_dd_cur.png);}
.product-menu dd li .dropDown{display:none;position:absolute;z-index:9999;left:100%;top:0;padding:0 20px;width:150px;height:auto;overflow:hidden;background:#fff;border:#ddd solid 1px;}
.product-menu dd li .dropDown a{display:block;height:40px;line-height:40px;color:#666;font-size:13px;border-bottom:#ddd dashed 1px;}
.product-menu dd li .dropDown a:last-child{border-bottom:none;}
.product-menu dd li .dropDown a:hover{color:#0667aa;}
.product-menu dd li:hover .dropDown{display:block;}
/*分页1200*/
.paging1200 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    height: auto;
    overflow: hidden;
  }
  .paging1200 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
  }
  .paging1200 span > a.previousBtn {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    font-size: 0;
  }
  .paging1200 span > a.nextBtn {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    font-size: 0;
  }
  .paging1200 p.jk_num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 5px;
  }
  .paging1200 p > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 45px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #999;
    margin: 0 5px;
    cursor: pointer;
   /* background: url(../images/pagingbg01.png) no-repeat center;*/
    background-color: #f4f4f4;
    border:solid 1px #d1d1d1;
    border-radius: 50%;
  }
  .paging1200 .jk_num a:hover, .paging1200 a.cur {
    /*background: url(../images/pagingbg02.png) no-repeat center;*/
    background-color: #3e4d8e;
    border-color: #3e4d8e;
    color: #fff;
  }

  /*.page-item{
      display: inline-block;
      vertical-align: middle;
      width: 44px;
      height: 44px;
      line-height: 44px;
      font-size: 14px;

      margin: 0 5px;
      cursor: pointer;
  }*/
  .paging1200 span{
      color: black;
  }




  
  /* 产品详情 */
  .detailshow{
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 30px; */
    /* background: #efefef; */
    margin-bottom: 80px;
    overflow: hidden;
}
.detailshow .detail_left{
    width: 265px;
    float: left;
    background: #fff;
    border: 1px solid #efefef;
    min-height: 500px;
    padding: 15px;
}
.detailshow .detail_left h3{
    font-weight: 600;
    line-height: 36px;
}
.detailshow .detail_left ul{}
.detailshow .detail_left ul li {}
.detailshow .detail_left ul li img{width: 100%;}
.detailshow .detail_left ul li span{width: 100%;height: 30px;display:  inline-block;text-align:  center;font-size: 16px;line-height: 36px;}
.detailshow .detail_right{
    float: left;
    width: 848px;
    margin-left: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid  #efefef;
}
.detailshow .detail_right .detail_title{
    line-height: 2;
}

.detailshow .detail_right .detail_title h1{
    font-size: 23px;
}
.detailshow .detail_right .detail_title h2{
    font-size: 18px;
}
.detailshow .detail_right .detail_body{
    line-height: 2;
}

.detailshow .detail_one .detail_title{
    text-align:  center;
    line-height: 1.5;
    font-size: 11px;
}
.detailshow .detail_one .detail_body{
    text-align:  center;
    line-height: 1.5;
}


@media screen and (max-width:768px) {
    .detailshow{
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
        /* background: #efefef; */
        margin-bottom: 80px;
    }
    .detailshow .detail_left{
        width: 300px;
        float: left;
        background: #fff;
        border: 1px solid #efefef;
        min-height: 500px;
        display: none;
        padding: 15px;
    }
    .detailshow .detail_left h3{}
    .detailshwo .detail_left ul{}
    .detailshwo .detail_left ul li {}
    .detailshow .detail_right{
        float: left;
        width: 100%;
        margin-left: 0px;
        background: #fff;
        padding: 15px;
        border: 1px solid  #efefef;
    }
    .detailshow .detail_right .detail_title{
        line-height: 2;
    }

    .detailshow .detail_right .detail_title h1{
        font-size: 23px;
    }
    .detailshow .detail_right .detail_title h2{
        font-size: 18px;
    }
    .detailshow .detail_right .detail_body{
        line-height: 2;
    }
    .detailshow .detail_one {
        padding:0px 10px;
        font-size:14px!important
    }
    .detailshow .detail_one img{
        height:auto!important;
    }

}
.page{
    text-align: center; margin:30px 0;
}




/* 留言 */
.messagebox{
	/* background-color: rgba(0, 0, 0, 1); */
	background: url(../images/126_r11_c1.jpg) repeat center top;
}
.message{
    width: 1200px;
    height: 424px;
  
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.line{
    background: #0667aa;
    height: 3px;
    width: 80px;
    margin: 10px auto;
    }
.message h5{    font-size: 36px;
    font-weight: 500;color: #2e2e2e;}


.message form{margin-top: 20px;padding: 0 20% 0 20%}

.message .inputsmall{float: left;
width: 48%;
margin-right: 2%
}

.message .inputsmall .verify_img{float: left;}

.message .inputmsg{
    float: left;
    width: 100%;
    margin: 20px 0;
}

.message .inputmsg textarea {
    width: 95%;
    height: 160px;
}

.message .inputmsg button{    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 29px;
    display: inline-block;
    background: #e6ba59;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 2;
    border: 0;
    width: 300px;
}


.message input,.message textarea{
   display: block;
   width:calc(100% - 20px);
  
   line-height: 30px;
   padding-left:20px;
   color: #c2c2c2;
   border: 1px solid #d0d0d0;
   height: 50px;
   background-color: #fff;
   border-radius: 5px;

   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.message button{
    display: block;
    width: 50%;
    float: left;
    color: #fff;
    border: 1px solid #0667aa;
    height: 50px;
    background-color: #0667aa;
    border-radius: 5px;
    margin-left: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }

 .message button:hover{
    background: #e87731;
    border: 1px solid #e87731;
}

/* 详情内页 */
/*cpright*/
.cpright{/* width:885px; *//* padding:0 25px; *//* background:#fff; *//* float:right; */}
#ny_prBox{background-color: #fff; margin-bottom:30px; min-height:500px; margin-top: 55px;}
#rtop{padding-top: 18px; padding-bottom: 15px;margin: 12px 20px 0 20px;}
.rtop{overflow:hidden;  margin-bottom: 20px;  background: #fff;
    padding: 10px;padding-bottom:9px; border-bottom:1px solid #dbdbdb;}
.rtop h5{ float:left; padding-left:10px; border-left:3px solid #0762bf; font-weight:normal; line-height:16px; }
.rtop h5 a{ font-size:16px; color:#0762bf;}

.rtop span em{ color:#999;}
.rtop span a{ color:#999;}

/*cpshow*/
.cpshow{ overflow:hidden; padding-top:20px;}
.cpshow li{ float:left; width:369px; margin:14px;}
.cpshow li.noMl{ margin-right:0;}
.cpshow li img{ display:block; border:1px solid #d3d3d3;}
.cpshow li h4{ overflow: hidden;margin-top: 20px;font-weight: normal;height: 37px;text-align: center;}
.cpshow li h4 a{ font-size:14px; color:#000;}
.cpshow li p{ font-size:13px; color:#666; line-height:21px; height:63px; overflow:hidden;}
.cpshow li span{ display:block; overflow:hidden; margin-top:20px;}
.cpshow li span .zx{ float:left; width:103px; height:40px; line-height:40px; text-align:center; font-size:13px; color:#fff; text-decoration:none; border-left:3px solid #333; background:#666;}
.cpshow li span .xq{ float:right; font-size:13px; color:#666; margin-top:14px;}
.cpshow li img:hover{ border-color:#0762bf;;}
.cpshow li span .zx:hover{ background:#0762bf;; border-left-color:#a23f00;}
.crumbs{line-height:1.5;margin-bottom: 0.2em;padding:0;background:none;font-size: 18px;}
.w-pages{ text-align:center; margin-left:0; margin-right:0;}
.w-pages a{border:0; color:#fff; background:#666; padding:0 0.5em; height:3em; line-height:3em; min-width:2em; box-sizing:content-box;  font-size:90%; margin-left:1px; margin-right:1px; text-align:center;}
.w-pages a:hover,.w-pages a.cur{}
.w-pages a.disabled,.w-pages a.disabled:hover{color:#999; background:none; display:none;}


/* prodbaseinfo_a */
.prodbaseinfo_a{float:left;width: 398px;margin-left:16px;z-index:1;}

.h2_prodtitle{font-size:22px;color:#414141;padding:2px 0 10px;line-height:1.6em; border-bottom: 1px dashed #DCDCDC;}

.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}

.ul_prodinfos{margin-top: 20px;padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}

.ul_prodinfos li{padding:5px 0 10px;font-size: 16px;}
.ul_prodinfo li{float:left;padding:6px 0;height: 196px;border-radius: 4px;font-size: 16px;line-height: 1.6;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; }

.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{
color:#999;}
.ul_prodinfo .li_brand{width:180px; }
.li_prono{line-height:2.9em;}
.ul_prodinfo .b_proprice{font-size:14px;color:#ce1919;font-weight:normal;}
.ul_prodinfo a.a_brand{color:#c00;}
.ul_prodinfo a.a_brand:hover{text-decoration:underline;}

.ul_prodinfo .li_jf{clear:both;width:300px; }
.ul_prodinfo .li_jf b{font-weight:normal;color:#c00;}
.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}

.prodbaseinfo_a .div_choose{background:#fcf0f0; border:1px solid #fbd2d2;margin-top:7px;padding:10px;}
.prodbaseinfo_a .div_choose h3{font-weight:normal;padding:0 0 5px; }


.ul_choosecolor{overflow:hidden;zoom:1;}
.ul_choosecolor li{float:left;position:relative;width:48px;}

.ul_choosecolor li .span_lack{position:absolute;top:0px;left:0px;text-indent:-999em;overflow:hidden;width:42px;height:42px;background-position:0 -300px;}

.ul_choosecolor img{border:1px solid #c8c9cd;}
.ul_choosecolor a:hover img,.ul_choosecolor li.now img{border:1px solid #c00;}

.prodbaseinfo_a  .p_inputnum{padding:10px 0 0; }

.prodbaseinfo_a  .p_inputnum .txt{border:1px solid #c4c4c4;width:45px;height:15px; text-align:center;vertical-align:middle; }
.prodbaseinfo_a  .p_inputnum b{font-weight:normal;}

/* div_readysale */
.div_readysale{margin:10px 0;padding:7px 6px 5px; background:#fbd1bc; border:1px solid #fab98d;font-family:"宋体";}
div.div_readysale a.a_toreadyinfo{color:#c00;}
div.div_readysale a.a_toreadyinfo:hover{text-decoration:underline;}

.div_buybtn{height:60px;margin:10px 0 3px;border-bottom:1px dashed #bbb; overflow:hidden;clear:both;zoom:1;}
.div_buybtn a{float:left;height:57px;overflow:hidden;}
.div_buybtnr{border:none;}
.div_buybtnr a{float:right;}
.div_buybtn .a_tobuy{width:199px;text-indent:-999em;background-position:0 -50px;}
.div_buybtn .a_addtofavor{width:104px;text-indent:-999em;background-position:-200px -50px;margin-left:6px;_display:inline;}


.div_proabs{padding:5px;}
.ul_proabs{line-height:2.2em; }
.ul_proabs .li_proupdate{color:#c00;font-weight:bold;}
.ul_proabs b.b_numa{color:#ffb005;}
.ul_proabs a.a_tocomments{color:#319ae1;}
.ul_proabs a.a_tocomments:hover{text-decoration:underline;}



/* proviewbox */
.proviewbox{float:left;position:relative;z-index:5;}

.probigshow{position:relative;width:446px;padding:1px;border:1px solid #ddd;overflow:hidden}
.probigshow .span_showtip{position:absolute;top:0px;left:0px;width:81px;height:81px; text-indent:-999em;overflow:hidden;}
.probigshow .showtip_1{background-position:0 0;}
.probigshow .showtip_2{background-position:0 -81px;}

.probigshow a.a_probigshow{cursor:crosshair;}
.propar{
    display: block;
    width: 370px;
    height: 50px;
    background: #0667aa;
    /* color: #fff; */
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.propar a{
    color:#fff
}
.propar a:hover propar{
     background: #06558c;
}
.zoomplepopup{position:absolute;top:0px;left:0px;display:none;background: #fff;border:1px solid #e9493d;overflow:hidden;opacity: 0.5;filter: alpha(opacity = 50);z-index:10;cursor:crosshair;/*	height:50px;width:50px;*/}

#probig_preview{position:absolute;visibility:hidden;top:0px;left:405px; width:340px;height:340px;background:#fff;border:1px solid #ccc;overflow:hidden;}
#probig_preview img{position:relative;}

.div_prothumb{position:relative;padding:25px 15px 0;}

.thumbporbox{position:relative;width:280px;overflow:hidden; margin:0 auto}

.div_prothumb .span_prev,.div_prothumb .span_next{position:absolute;top:25px;width:35px;height:62px; text-indent:-999em;overflow:hidden;cursor:pointer;}
.div_prothumb .span_prev{left:0px;_left:-25px;background:url('__TMPL__/public/Copy/images/01.png') no-repeat center top;}
.div_prothumb .span_prevb{background:url('__TMPL__/public/Copy/images/01.png') no-repeat center top;cursor:default;}

.div_prothumb .span_next{right:0px;background:url('__TMPL__/public/Copy/images/02.png') no-repeat center top;}
.div_prothumb .span_nextb{background:url('__TMPL__/public/Copy/images/02.png') no-repeat center top;cursor:default;}

.mswcpgs { font-size:16px; color:#000; padding-left:10px; border-left:8px solid #00a1e9; margin-bottom:20px;}
.ul_prothumb{position:relative;width:7500px; overflow:hidden;}
.ul_prothumb li{float:left;width:70px;height:70px;text-align:center;}

.ul_prothumb img{padding:1px;border:1px solid #ddd;width:60px;height:59px;}
.ul_prothumb li.now img{border:1px solid #00a1e9;}

.mod_goods_info {clear:both;margin-bottom:10px;position:relative; background-color:#eee; height:65px;}
.mod_goods_info .hds {height:65px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border-right:1px solid #fff}
.mod_goods_info .hds li h3 {display:block;width:128px;height:65px;line-height:65px;text-align:center;font-size:18px;border-bottom:0; font-weight:normal}
.mod_goods_info .hds li h3 a {color:#666;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on {height:62px;line-height:62px;border-top: 3px solid #0667aa;position:relative;}
.mod_goods_info .hds .status_on h3 {height:62px;line-height:58px;background-color:#fff;color: #0667aa;}
.mod_goods_info .hds .status_on h3 a {color:#076EBB;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#085C9B;}
.mod_goods_info .more a:hover{color:#D4105A;}
.pright { width:280px; float:left; margin-left:20px;}
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#f57f4b; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}

.tuijian{background: #ffffff;padding: 30px 0;}


/* 产品分类 */
.fen {
    /* background: url("../images/fen_bg.jpg") no-repeat scroll center top; */
    background-size: 100%;
    /* height: 1153px; */
    background: #fafafa;
    /* margin-top: 36px; */
    overflow: hidden;
    border-left: 3px solid #0863c0;
    border-right: 3px solid #0863c0;
    width: 234px;
    border-radius: 10px;
    box-sizing: border-box;
}
.fen h2{ background: #0762bf;}
.fen_h{
	 /* background: url("../images/fen_bg.jpg") no-repeat scroll center top; */
	 background-size: 100%;
	 background: #0762bf;
}
.fen h2 a {
    color: #fff;
    display: block;
    font: bold 20px/45px "Microsoft Yahei";
    height: 50px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
}
.fen h3 a {
    background: url("../images/fen_h.gif") no-repeat scroll center top ;
    color: #fff;
    display: block;
    font: 16px/29px "Microsoft Yahei";
    height: 29px;
    margin: 9px auto 0;
    padding-left: 16px;
    width: 171px;
}
.fen h3 a:hover {
    background: url("../images/fen_h2.gif") no-repeat scroll center top ;
    text-decoration: none;
}
.fen ul {
    margin: 0 auto;
    width: 170px;
}
.fen li {
    background: url("../images/fen_dot.gif") no-repeat scroll 5px 13px ;
    border-bottom: 1px dotted #a0a0a0;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 16px;
}
.fen li a {
    color: #666;
}
.fen li a:hover {
    color: #0f53dd;
}
.fen .nones {
    border-bottom: 0 none;
}
.fen02 {
    /* margin-top: 186px; */
    /* margin-top: 186px; */
    background: url(../images/fen_bg2.png) no-repeat scroll center top;
    background-size: 100%;
    height: 152px;
    padding-top: 154px;
}
.fen02 h5 {
    font: bold 24px "Microsoft Yahei";
    height: 60px;
    overflow: hidden;
    text-align: center;
}
.fen02 h5 a {
    color: #fff;
}
.fen02 h5 b {
    color: #fff;
}
.fen02 h5 span {
    color: #fff;
    display: block;
    font: 16px "Microsoft Yahei";
}
.fen02 p {
    background: url("../images/fen_alp.png") repeat scroll 0 0 ;
  
    overflow: hidden;
    width: 100%;
}
.fen02 p span {
    background: url("../images/fen_lx.png") no-repeat scroll 33px 10px;
    color: #ffffff;
    display: block;
    font: 12px "Microsoft Yahei";
    padding-left: 67px;
    padding-top: 8px;
}
.fen02 p span em {
    color: #ffffff;
    display: block;
    font: bold 18px Arial,Helvetica,sans-serif;
}
.pro {
    /*height: 1290px;*/
    /* margin-top: 36px; */
    overflow: hidden;
    position: relative;
    width: 946px;
}
.pro h5 {
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 14px;
    width: 51px;
}
.tit {
    /*background: url("../images/pro_line.gif") repeat-x scroll center bottom ;*/
    font: 16px/42px "Microsoft Yahei";
    height: 42px;
    overflow: hidden;
}
.tit li {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 30px;
    overflow: hidden;
}
.tit li a {
    display: inline-block;
}
.tit li a:hover, .tit .cur a {
  
    color: #0965c2;
    text-decoration: none;
}
.pro01 li {
    border: 1px solid #d6d6d6;
    float: left;
    height: 330px;
    margin: 1%;
    overflow: hidden;
    box-sizing: border-box;
    width: 31.33%;
    position: relative;
}
.pro01 li a{
      /*height:230px;*/
      display:block;
   
    width: 100%;
    overflow:hidden;
}
.pro01 li img {
    /* border: 1px solid #d6d6d6; */
    display: block;
    /*height: 264px;*/
    width: 100%;
    transition:all 1s;
    overflow:hidden;
}
.pro01 li img:hover {
   transform:scale(1.1);
}
.pro01 li span{
    width:100%;
    display:block;
    position: absolute;
    bottom:0;
}
.pro01 li span a {
    background: #666;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 27px;
    width: 100%;
    line-height: 27px;
    overflow: hidden;
    text-align: center;
}
.pro01 .nones {
    margin-right: 0;
}
.pro01 .cur01 img {
    background: #0965c2;
    display: block;
   
}
.pro01 .cur01 span a {
    background: #0965c2;
}
.pro01 dl {
    background: none repeat scroll 0 0 #818181;
    height: 230px;
    margin-top: 10px;
    overflow: hidden;
}
.pro01 dt {
    display: inline;
    float: left;
    height: 200px;
    margin: 30px 0 0 25px;
    overflow: hidden;
    width: 240px;
}
.pro01 dt img {
    border: 1px solid #d6d6d6;
    display: block;
    height: 170px;
    width: 213px;
}
.pro01 dd {
    float: left;
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 69%;
}
.pro01 dd h3 a {
    color: #fff;
    display: block;
    font: 18px "Microsoft Yahei";
    height: 32px;
    margin-top: 30px;
    overflow: hidden;
}
.pro01 dd p {
    color: #fff;
    font: 12px/24px "Microsoft Yahei";
    height: 75px;
    overflow: hidden;
}
.pro01 dd em {
    background: url("../images/pro_btn.png") no-repeat scroll center top ;
    display: block;
    font-style: normal;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 135px;
    width: 91px;
}
.pro01 dd em a {
    color: #fff;
}
.pro01 dd i {
    display: block;
    margin-top: 35px;
    text-align: right;
}
.pro01 dd i a {
    background: url("../images/pro_btn2.png") no-repeat scroll 0 0 ;
    color: #4d7399;
    display: inline-block;
    font-style: normal;
    height: 32px;
    line-height: 28px;
    margin-left: 14px;
    text-align: center;
    width: 174px;
}
.pro01 dd i a.a02 {
    background: url("../images/pro_btn3.png") no-repeat scroll 0 0 ;
    width: 57px;
}
.pro01 .cur02 {
    background: none repeat scroll 0 0 #0077cd;
}


/* 新闻列表 */
/* newsCenterPress2 */
.newsCenterPress2{width: 100%;margin: 50px auto;margin-top: 40px;}
.newsCenterPress2 .mainCon{width: 100%;margin: 28px auto 0;}
.newsCenterPress2 .mainCon dl{width: 100%;padding: 27px 0px;height: 174px;border: 1px solid #dfdfdf;/* border-top: none; */background: #fff;position: relative;margin: 20px auto;}
.newsCenterPress2 .mainCon dl:first-child{border-top: 1px solid #dfdfdf;}
.newsCenterPress2 .mainCon dt{width: 220px;height: 170px;float: left;margin-left: 40px;overflow: hidden;}
.newsCenterPress2 .mainCon dt img{display: block;transform: scale(1);transition: all 2s ease-out;/* height:169px; */}
.newsCenterPress2 .mainCon dl:hover dt img{transform: scale(1.2);}
.newsCenterPress2 .mainCon dd{width: 875px;height: 170px;position: relative;margin-left: 28px;float: left;}
.newsCenterPress2 .mainCon dd h3{font-size: 20px;font-weight: normal;width: 650px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newsCenterPress2 .mainCon dd h3 a{color: #000000;text-decoration: none;}
.newsCenterPress2 .mainCon dd p{font-size: 13px;color: #666666;line-height: 24px;margin-top: 17px;}
.newsCenterPress2 .mainCon dd .label{font-size: 12px;color: #999999;display: block;padding-left: 26px;position: absolute;left: 0;bottom: 0;background: url(../picture/newsList_icon03.png) no-repeat left center;line-height: 16px;}
.newsCenterPress2 .mainCon dd .label a:hover{color: #2f4a8d;}
.newsCenterPress2 .mainCon dd .rq{display: block;font-size: 13px;font-family: arial;height: 16px;position: absolute;top: 6px;right: 0;padding-left: 24px;padding-top: 2px;}
.newsCenterPress2 .mainCon dd .zan{display: block;font-size: 13px;font-family: arial;height: 16px;position: absolute;top: 2px;right: 74px;padding-left: 24px;padding-top: 2px;cursor:pointer}
.newsCenterPress2 .mainCon dd .readNum{display: block;font-size: 13px;font-family: arial;height: 16px;background: url(../picture/newsList_icon02.png) no-repeat left center;position: absolute;top: 5px;right: 4px;padding-left: 24px;padding-top: 2px;}
.newsCenterPress2 .mainCon dd a.more{display: block;width: 36px;height: 36px;background: url(../picture/list_circle.png) no-repeat left top;overflow: hidden;position: absolute;right: 6px;bottom: 0;}
.newsCenterPress2 .mainCon dl:hover dd a.more{background-position: left bottom;}
.newsCenterPress2 .mainCon dl:hover dd h3 a{color: #2f4a8d;}
.newsCenterPress2 .mainCon dl:hover {box-shadow: 0 0 10px 6px #eeeeee;z-index: 99;}


.paging{width: 100%;margin-top: 20px;margin-bottom: 20px;text-align: center;}
.paging span{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 44px;height: 44px;background: url(../picture/pagingBg01.png) no-repeat center;line-height: 44px;font-size: 14px;color: #fff;margin: 0 5px;cursor: pointer;}
.paging span>a.previousBtn {display: block;width:44px;height:44px;margin:0 auto;background: url(../picture/pagingPrevBtn.png) no-repeat center; font-size:0;}
.paging span>a.nextBtn {display: block;width:44px;height:44px;margin:0 auto;background: url(../picture/pagingNextBtn.png) no-repeat center; font-size:0;}
.paging p.jk_num {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 5px;}
.paging p>a {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 44px;height: 44px;background: url(../picture/pagingBg01.png) no-repeat center;line-height: 44px;font-size: 16px;color: #999;margin: 0 5px;cursor: pointer;}
.paging a:hover ,.paging a.cur {background: url(../picture/pagingBg02.png) no-repeat center; color: #fff;}
/* 新闻 详情 */
/* newsDetialsArticle */
.newsDetialsArticle{width: 100%;padding-top: 30px;}
.newsDetialsArticle .mainCon{width: 100%;margin: 30px 0;}
.newsDetialsArticle .mainCon .article{position: relative;width: 890px;background: #fff;float: left;}
.newsDetialsArticle .mainCon .article .conBox{padding:  30px 30px 0;}
.newsDetialsArticle .mainCon .article .title h1{font-size: 22px;color: #333333;font-weight: normal;margin-bottom: 16px;}
.newsDetialsArticle .mainCon .article .title .share{width: 100%;height: 24px;}
.newsDetialsArticle .mainCon .article .title .share p{float: left;overflow: hidden;margin-top: 4px;}
.newsDetialsArticle .mainCon .article .title .share p span{display: block;font-size: 12px;color: #999999;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.newsDetialsArticle .mainCon .article .title .share p span:first-child{padding-left: 0;border-left: none;}
.newsDetialsArticle .mainCon .article .title .share p span #cntrHits{ float:right;}
.newsDetialsArticle .mainCon .article .title .share ul{float: right;}
.newsDetialsArticle .mainCon .article .title .share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.newsDetialsArticle .mainCon .article .title .share li img{display: block;}
.newsDetialsArticle .mainCon .article .title  i{width: 100%;display: block;height: 1px;background: #e7e7e7;margin-top: 18px;}
.newsDetialsArticle .mainCon .article .title p.label{font-size: 12px;color: #999999;display: block;padding-left: 26px;background: url(Img/mub01Inpage/newsList_icon03.png) no-repeat left center;line-height: 16px;margin-top: 24px;}
.newsDetialsArticle .mainCon .article .con{margin: 20px 0;}
.newsDetialsArticle .mainCon .article .con  p{ width:100%; margin:0 auto; white-space:normal; word-spacing:10px; line-height: 30px;font-size: 14px;color: #333333;}
.newsDetialsArticle .mainCon .article .con  p a{color:red;}
.newsDetialsArticle .mainCon .article .context{width: 100%;border-top: 1px solid #e7e7e7;background: #fff;height: 70px;}
.newsDetialsArticle .mainCon .article .context p{width: 445px;float: left;height: 70px;line-height: 70px;}
.newsDetialsArticle .mainCon .article .context p a{font-size: 13px;color: #666666;display: block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsDetialsArticle .mainCon .article .context p.prevNews a{margin-left: 30px;padding-left: 20px;background: url(../picture/newsDetialsArticle_icon10.png) no-repeat left center;}
.newsDetialsArticle .mainCon .article .context p.NextNews a{margin-right: 30px;padding-right: 20px;text-align: right;background: url(Img/mub01Inpage/newsDetialsArticle_icon11.png) no-repeat right center;}
.newsDetialsArticle .mainCon .article .context p.prevNews a:hover{background: url(../picture/newsDetialsArticle_icon12.png) no-repeat left center;color: #2f4a8d;}
.newsDetialsArticle .mainCon .article .context p.NextNews a:hover{background: url(../picture/newsDetialsArticle_icon13.png) no-repeat right center;color: #2f4a8d;}
.newsDetialsArticle .mainCon .article .context p.NextNews{border-left: 1px solid #e7e7e7;width: 444px;}
.newsDetialsArticle .mainCon .article .backNewsList{width: 49px;height: 49px;display: block;position: absolute;left: -49px;top: 0;cursor:pointer;}
.newsDetialsArticle .mainCon .hotNews{width: 300px;float: right;}
.newsDetialsArticle .mainCon .hotNews .box1{padding: 30px 28px 18px;background: #fff;margin-top: 10px;}
.newsDetialsArticle .mainCon .hotNews .box1:first-child{margin-top: 0;}
.newsDetialsArticle .mainCon .hotNews .box1 .top{height: 40px;border-bottom: 1px solid #e7e7e7;}
.newsDetialsArticle .mainCon .hotNews .box1 .top h3{font-size: 18px;color: #333333;font-weight: normal;float: left;} 
.newsDetialsArticle .mainCon .hotNews .box1 .top h3 em{font-weight: bold;color: #da251c;}
.newsDetialsArticle .mainCon .hotNews .box1 .top h3 i{width: 72px;height: 1px;background: #2f4a8d;position: relative;display: block;top: 18px;}
.newsDetialsArticle .mainCon .hotNews .box1 .top a.more{display: block;width: 21px;height: 21px;float: right;margin-top: 4px;}
.newsDetialsArticle .mainCon .hotNews .box1 ul{padding-top: 18px;}
.newsDetialsArticle .mainCon .hotNews .box1 li{font-size: 14px;margin-bottom: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newsDetialsArticle .mainCon .hotNews .box1 li a{color: #333333;}
.newsDetialsArticle .mainCon .hotNews .box1 li:hover a{color: #2f4a8d;}
.newsDetialsArticle .mainCon .hotNews .box1 li{font-size: 14px;margin-bottom: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newsDetialsArticle .mainCon .hotNews .box1 li a{color: #333333;}
.newsDetialsArticle .mainCon .hotNews .box1 li:hover a{color: #2f4a8d;}


.newsDetialsArticle .mainCon .hotNews .sidebar{width: 300px;float: left;}
.newsDetialsArticle .mainCon .hotNews .sidebar .top{width: 300px;height: 70px;background: url(../images/proListClassify_icon01.png) no-repeat 238px center #2f4a8d;}
.newsDetialsArticle .mainCon .hotNews .sidebar h3{padding: 20px 0 0 26px;font-size: 24px;font-weight: normal;}
.newsDetialsArticle .mainCon .hotNews .sidebar h3 a{display: block;color: #fff;text-decoration: none;}
.newsDetialsArticle .mainCon .hotNews .sidebar h3 em{font-weight: bold;color: #fff;}
.newsDetialsArticle .mainCon .hotNews .sidebar h3 span{font-size: 10px;color: #fff;font-family: arial;margin-left: 6px;position: relative;top: 2px;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1{padding: 26px; background:#fff;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dl{margin-top: 20px;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dl:first-child{margin-top: 0;}

.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd a{display: block;font-size: 14px;color: #666666;height: 50px;line-height: 50px;background: url(Img/mub01Inpage/proListClassify_icon02.png) no-repeat 190px center;text-indent: 25px;text-decoration: none;border: 1px solid #eaeaea;border-top: none;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd:first-child a{border-top: 1px solid #eaeaea;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd a:hover,.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd a.cur{color: #2f4a8d;background: url(Img/mub01Inpage/proListClassify_icon03.png) no-repeat 190px center;font-weight: bold;}

.newsDetialsArticle .mainCon .hotNews .sidebar .box1{margin-top: 20px;background: #fff; margin-bottom:20px;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 .phone{background: url(Img/mub01Inpage/proListClassify_phone.png) no-repeat 32px center;padding-left: 86px;padding-top: 25px;padding-bottom: 20px;border-bottom: 1px solid #eaeaea;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 .phone span{display: block;font-size: 14px;color: #333333;}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 .phone p{font-size: 24px;color: #2f4a8d;font-family: arial;}
/* proListNews */
.proListNews{width: 100%;}
.proListNews .top{width: 100%;height: 38px;border-bottom: 1px solid #eaeaea;}
.proListNews .top h3{font-size: 20px;color: #333333;float: left;}
.proListNews .top h3 em{color: #da251c;font-weight: bold;}
.proListNews .top h3 i{display: block;width: 24px;height: 1px;background: #2f4a8d;position: relative;top: 14px;}
.proListNews .top a.more{display: block;font-size: 13px;color: #666666;float: right;margin-right: 6px;text-decoration: none;}
.proListNews .top a.more:hover{color: #2f4a8d;}


.proListNews .mainCon{padding: 20px 0;background: #fff;}
.proListNews .mainCon dl{float: left;margin-left: 40px;width: 577px;padding-right: 41px;border-right: 1px dotted #b2b2b2;}
.proListNews .mainCon dt{width: 220px;height: 170px;float: left;}
.proListNews .mainCon dt img{ display:block; width:220px; height:170px;}
.proListNews .mainCon dd{width: 330px;float: right;height: 170px;position: relative;}
.proListNews .mainCon dd h3{font-size: 16px;font-weight: normal;}
.proListNews .mainCon dd h3 a{color: #000000;text-decoration: none; width:330px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block;}
.proListNews .mainCon dd p{line-height: 24px;color: #666666;font-size: 13px;margin-top: 20px; height:74px; overflow:hidden;}
.proListNews .mainCon dd p a{color: #666666;text-decoration: none;}
.proListNews .mainCon dd span{display: block;font-size: 13px;color: #999999;position: absolute;bottom: 15px;left: 0;}
.proListNews .mainCon dd a.more{display: block;width: 36px;height: 36px;background: url(../images/list_circle.png) no-repeat left top;overflow: hidden;position: absolute;right: 6px;bottom: 0;}
.proListNews .mainCon dl:hover dd a.more{background-position: left bottom;}
.proListNews .mainCon dl:hover dd h3 a{color: #2f4a8d;}
.proListNews .mainCon ul{width: 474px;float: right;margin-right: 30px;}
.proListNews .mainCon li{overflow: hidden;margin-top: 15px;}
.proListNews .mainCon li:first-child{margin-top: 0;}
.proListNews .mainCon li a{display: block;font-size: 13px;color: #333333;width: 320px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.proListNews .mainCon li a:hover{color: #2f4a8d;}
.proListNews .mainCon li span{display: block;font-size: 13px;color: #999999;font-family: arial;margin-right: 10px;float: right;}
.newsDetialsArticle .mainCon .hotNews .sidebar .top{width: 300px;height: 70px;background: url(../images/proListClassify_icon01.png) no-repeat 238px center #2f4a8d;}
/* mub01MainContent */
.mub01MainContent{width: 100%;background: #f4f4f4;padding-bottom: 20px;}








/* 联系我们 */
/* linkUs 联系我们 */

/* linkUsLy */
.linkUsLy{width: 100%;margin-top: 12px;}
.linkUsLy .mainCon{width: 100%;height: 520px;background: url(../picture/linkUsLyBg.jpg) no-repeat top;padding-bottom: 20px;position: relative;}
.linkUsLy .mainCon .box{width: 500px;margin-left: 620px;padding-top: 70px;}
.linkUsLy .mainCon .box input{width: 408px;height: 58px;line-height: 58px;padding: 0 70px 0 20px;border: none;border: 1px solid #e5e5e5;font-size: 16px;color: #999999;margin-bottom: 20px;outline: none;font-size: 16px;color: #999999;}
.linkUsLy .mainCon .box .input1{background: url(Img/mub01Inpage/linkUsLy_icon01.png) no-repeat 452px center;}
.linkUsLy .mainCon .box .input2{background: url(Img/mub01Inpage/linkUsLy_icon02.png) no-repeat 452px center;}
.linkUsLy .mainCon .box textarea{width: 408px;height: 80px;padding: 0 70px 0 20px;border: none;border: 1px solid #e5e5e5;font-size: 16px;color: #999999;margin-bottom: 20px;outline: none;font-size: 16px;color: #999999;padding-top: 20px;background: url(Img/mub01Inpage/linkUsLy_icon03.png) no-repeat 452px 20px;resize: none;}
.linkUsLy .mainCon .box a{display: block;height: 60px;text-align: center;width: 100%;font-size: 22px;color: #fff;line-height: 60px;background: #2f4a8d;text-decoration: none;}
.linkUsLy .mainCon .title{position: absolute;top: 66px;left: 70px;}
.linkUsLy .mainCon .title h3{font-size: 24px;color: #2f4a8d;}
.linkUsLy .mainCon .title p{font-size: 20px;color: #b8b8b8;font-family: arial;margin-top: 2px;}


.linkUsLy .mainCon li{margin-bottom:20px; color:#777;height:60px;}
.linkUsLy .mainCon label{display:inline-block; float:left; line-height:60px; height:58px; width:77px; border:1px solid #dedede; border-right-width:0; text-align:center; background:#fff;}

.linkUsLy .mainCon .iptTxt{float:left; width:252px; border:1px solid #dedede; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.linkUsLy .mainCon li.yzm .iptTxt{float:left; width:130px; margin-bottom:0px;}
cite { display:block;}
.linkUsLy .mainCon cite{float:left}
.linkUsLy .mainCon cite img{ width:110px;margin-left:10px;margin-top:10px;}
.linkUsLy .mainCon cite #spChgVerCode{ display:inline; text-align:left;font-size:14px;color:#000; background:none;}

/* 产品列表 */
.leib2product{width: 1200px;overflow: hidden;}
.leib2product .tit{ color:#fff; font-size:22px; background:#0662c0;  height:36px;line-height:36px; text-align:center; overflow:hidden; font-weight:bold;}
.leib2product .tit a{ color:#fff;}
.leib2product .nr{  border-width:0 1px 1px 1px; overflow:hidden; border:2px solid #0662c0; }
.leib2product h4 a{  display:block; color:#fff; font-size:14px; margin-left:5px;}

.leib2product h4{ background:#0662c0; padding-left:37px; height:30px; line-height:30px;  margin:5px 0; width:150px; float:left;}
.leib2product .nr ul{   margin: 0;}
.leib2product .nr .ul2{ padding-left:0px;}

.leib2product ul li{ 
    display: block;
    line-height: 32px; height:32px;  width:158px; float:left; margin-left:20px;}
.leib2product ul li a{    background:url(Img/Index/fen_dot.gif) no-repeat 5px 7px;
    color: #4D4D4D; padding-left:20px;}

    dl.pd_list_dlspr {width: 22%;overflow:hidden;float:left;padding:5px 10px 10px 15px;height:294px;}
    dl.pd_list_dlspr dt,dl.pd_list_dlspr dt a{width: 100%;height:264px;line-height:0;font-size:0;}
    dl.pd_list_dlspr dt img{width: 100%;height:260px;border:1px solid #D6D6D6;6D6D6 */dding:1px;}
    dl.pd_list_dlspr dt a:hover img{border:1px solid #0662c0;}
    dl.pd_list_dlspr dd{ margin-top:3px; height:30px; line-height:30px; text-align:center; overflow:hidden;}
    dl.pd_list_dlspr dd a:hover,dl.pd_list_dlspr dd a:hover {color:#E20E19;}
    
    
    
    
    .leib2product{width: 1200px;overflow: hidden;}
    .leib2product .tit{ color:#fff; font-size:22px; background:#0662c0;  height:36px;line-height:36px; text-align:center; overflow:hidden; font-weight:bold;}
    .leib2product .tit a{ color:#fff;}
    .leib2product .nr{  border-width:0 1px 1px 1px; overflow:hidden; border:2px solid #0662c0; }
    .leib2product h4 a{  display:block; color:#fff; font-size:14px; margin-left:5px;}
    
    .leib2product h4{ background:#0662c0; padding-left:37px; height:30px; line-height:30px;  margin:5px 0; width:150px; float:left;}
    .leib2product .nr ul{   margin: 0;}
    .leib2product .nr .ul2{ padding-left:0px;}
    
    .leib2product ul li{
        display: block;
        line-height: 32px;
        height:32px;
        width: 100px;
        float:left;
        margin-left:20px;
        }
    .leib2product ul li a{    background:url(Img/Index/fen_dot.gif) no-repeat 5px 7px;
        color: #4D4D4D; padding-left:20px;}
    
        .rtit , .rtit1 {background:#0662c0;/* height:32px; */line-height:32px;overflow:hidden;white-space:nowrap;/* padding-left: 13px; */border-radius: 2px 2px 0 0;}
.rtit1>.tit>a, .rtit1>.fr>a{color:#fff;display: block;line-height: 42px;height: 42px;padding: 0 20px;border-radius: 4px;}
/**/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    /* display: inline-block; */
}
html[xmlns] .clearfix {
    display: block;
}
.leftrpr{
    margin: 30px 0;
}
.nrcspr{border:1px solid #ccc;/* border-top:0; *//* border-bottom:0; */background:#fff;width: 1200px;padding-top:10px;}
.rightbotpr { background:url(Img/right_bot_imgs.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.righttoppr { background:url(Img/right_top_imgs.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
/**/


/* 技术支持 */
.right {width: 837px;float:left;display:inline;margin-left:5px;/* overflow:hidden; */}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop { background:url(Img/right_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.right2top { background:url(Img/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.rightbot { background:url(Img/right_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { background:url(Img/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:752px; min-height:458px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}
.right2_main { width:273px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}
.left2_main { width:668px;  border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}

.agent_con .age_list { margin-bottom:15px;}
.agent_con .age_list li { font-size:14px; height:25px; line-height:25px;}
.agent_con .age_list li a { padding-left:10px;}
.agent_con .age_list li a:hover, .agent_con .age_list li a.cur { background:url(Img/ico8.gif) no-repeat left 5px; font-weight:bold; color:#DD3904; text-decoration:underline;}
.agent_con .age_li_about {/* padding-left:10px; */}
.agent_con .age_li_about p { white-space: normal; letter-spacing: normal; word-spacing: 10px;}
.rt_bot_line { background:#0662c0; height:2px; font-size:0; margin-top:20px; margin-bottom:10px;}
.age_con_key { width:660px; margin:0 auto;}
.age_con_key .age_con_key1 { }
.age_con_key .age_con_key1 span { margin:0; font-weight:bold;}
.age_con_key .age_con_key2 { float:right;}
dl.news_dlli {font-size:14px;color:#666;padding:4px 5px;line-height:20px;border-bottom:1px dashed #ccc;padding-top:10px;}
dl.news_dlli dt {float:left;margin-bottom:3px;height:64px;width:80px;background: url('../images/dateBg.png') no-repeat scroll 10px center transparent;}
dl.news_dlli .dt_1 { height:24px; line-height:24px; background:url(Img/ico10.gif) no-repeat 0 9px; color:#333; font-weight:bold;  padding-left:10px; display:block; text-decoration:underline; display:block; font-size:15px; text-decoration:none; font-family: "Microsoft YaHei"; }
dl.news_dlli .dt_1:hover {background:url(Img/ico7.gif) no-repeat 0 9px; color:#666;}/*资讯首页内容,点击时的图片*/
dl.news_dlli .dt_2 { padding-left:12px; width:71px;   font-size:15px; display:block; padding-top:20px; color:#fff; font-family:Verdana;}
dl.news_dlli .dt_3 {  display:block; color:#464646;font: 18px/18px "Verdana"; padding-left:10px;}
dl.news_dlli .dt_3 a { color:#FF0000; text-decoration:underline;} /*文章出处*/
dl.news_dlli dd { font-size:12px; float:left; width:580px; padding-left:10px; _height:60px; min-height:64px; overflow:hidden; margin-bottom:10px; color:#1f1f1f;  border-left:1px solid #ccc;}
dl.news_dlli dd span a{ display:block;}
dl.news_dlli dd p{ display:block;font-family: "Microsoft YaHei"; color:#666;}
dl.nones{ border-bottom:none;}
.leib3{width: 256px;overflow: hidden;background:#fff;}
.leib3 .tit{color:#fff;font-size:18px;background:#0662c0;height: 50px;line-height: 50px;text-align:center;overflow:hidden;font-weight:bold;border-radius: 4px 4px 0 0;}
.leib3 .tit a{ color:#fff;}
.leib3 .nr{  border-width:0 1px 1px 1px; overflow:hidden;  border:1px solid #0662c0; }
.leib3 h4 a{display:block;color:#fff;font-size:14px;margin-left: 29px;}

.leib3 h4{background: url(../images/fen_h.gif) no-repeat center top;/* height: 38px; */line-height: 38px;margin:5px 0;margin-bottom: 0;background-size: 97%;}
.leib3 .nr ul{   margin: 0;}
.leib3 .nr .ul2{ padding-left:0px;}

.leib3  ul li{
    border-bottom: 1px dashed #a0a0a0;
    display: block;
    line-height: 44px;
    padding-left: 15px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    }
.leib3  ul li a{
    color: #4D4D4D;
    background: url(../images/fen_dot.gif) no-repeat 5px 7px;
    padding-left: 17px;
    font-size: 15px;
    }
    .right_main {width: 100%;min-height:458px;border:solid 1px #d5d5d5;/* border-top:0; *//* border-bottom:0; *//* padding-bottom:15px; *//* overflow:hidden; */}
    .right2_main { width:273px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}
    .left2_main { width:668px;  border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}
    .left {
        width: 263px;
        float: left;
        overflow: hidden;
    }
    .plc {background-color:#fff;height:30px;line-height:30px;border: 1px solid #ccc;/* border-right:1px solid #ccc; */padding:0 10px;position:relative;color:#666;overflow:hidden;} /*面包屑导航,文字色彩可自行修改,现在为灰色*/
    .plc span {}
    .plc img { margin-top:2px; vertical-align:middle;}
    .plc_tit { font-weight:bold; line-height:50px;} /* a的颜色*/
    .plc_tit:hover { text-decoration:none;}
    .plc2 { background-position:-63px -57px; line-height:27px; text-indent:10px; color:#000; margin-bottom:10px; }/*资讯详细页面，面包屑导航,文字色彩可自行修改,现在为白色*/
    .plc2 a { color:#000;}/*资讯详细页面，面包屑导航连接,文字色彩可自行修改,现在为白色*/
    .plc2 a:hover { color:#000;}/*资讯详细页面，面包屑导航连接,文字色彩可自行修改,现在为白色*/
    .content-b{
        margin-top: 50px;
    }
    .leib2{width: 256px;/* overflow: hidden; */background:#fff;margin-top: 10px;}
.leib2 .tit{color:#fff;font-size:18px;background:#0662c0;height: 40px;line-height: 40px;text-align:center;overflow:hidden;font-weight:bold;border-radius: 4px 4px 0 0;}
.leib2 .tit a{ color:#fff;}
.leib2 .nr{  border-width:0 1px 1px 1px; overflow:hidden;  border:1px solid #0662c0; }
.leib2 h4 a{  display:block; color:#fff; font-size:14px; margin-left:40px;}
.leftlx{background:#FFF;border:1px solid #DFDFDF;/* border-bottom:none; *//* border-top:none; */}
.leftlx h1{text-align:center;height:30px;line-height:30px;font-size:14px;}
.leftlx .dianh{padding:0 5px 0 10px;}
.leftlx p{line-height:24px;}
.leftlx .dianhua {background: url(../images/Teln.gif) no-repeat scroll 0 18px transparent;color: #666666;line-height: 20px;padding: 10px 0 0px 55px;}
.leftlx .dianhua span {display: block;font: 21px "Impact";color:#0662c0;}