﻿@charset "utf-8";

/*--全局属性--*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    color: #000;
}

html {
    background: #fff;
}

body {
    width: 100%;
    font-size: 12px;
    font-family: 微软雅黑;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

body {
    min-width: 1230px;
    margin: 0 auto;
}


/*头部*/

#menu {
    width: 100%;
}

#menu .nav_logo {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}

#menu .nav_logo .nav_lgo {
    float: left;
}

#menu .nav_logo .nav_asd {
    float: left;
    width: 340px;
    line-height: 25px;
    height: 25px;
}

#menu .nav_logo .nav_asd a {
    width: 66px;
    font-size: 14px;
    display: block;
    float: right;
    text-align: center;
    color: #000;
}

#menu .nav_logo .nav_tel {
    float: right;
    width: 311px;
}

#menu .nav_logo .nav_tel p {
    float: left;
    color: #0b5188;
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    padding-top: 30px;
    width: 203px;
}

#menu .nav_logo .nav_tel img {
    float: left;
}

#nav_menu {
    width: 100%;
    height: 72px;
    background: #0b5188;
}

#nav_menu ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
}

#nav_menu ul li {
    float: left;
    width: 171px;
    line-height: 72px;
    text-align: center;
}

#nav_menu ul li a {
    display: block;
    color: #fff;
}

#nav_menu ul li a:hover {
    color: #000;
    background: #f7e300;
    height: 72px;
}

.top {
    width: 100%;
    background: url(../images/xxx.jpg);
    height: 72px;
    position: relative;
    z-index: 100;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.nav_bar {
    width: 1200px;
    height: 72px;
}

.nav_bar ul li {
    list-style-type: none;
    float: left;

    text-align: center;
    width: 133px;
}

.nav_bar ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 22px;
}

.nav_bar ul li:hover {
    background: #efefef;
}

.nav_bar ul li:hover a {
    color: #000;
}

.nav_bar ul li a:hover {
    color: #000;
    display: block;
}

.nav_bar ul li.l1:hover .hid {
    display: block;
}

.hid {
    width: 100%;
  
    background: #efefef;
    position: absolute;
    left: 0;
    display: none;
}

.hid ul {
    width: 1200px;
    margin: 0 auto;
}

.hid ul li {
    width: 222px;
 
}

.hid ul li a {
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.hid ul li a:hover {
    color: #000;
}

.hid ul li span {
    font-size: 15px;
    color: red;
}


/*banner*/

#banner {
    width: 100%;
    height: 470px;
}

.focus {
    /*position:relative;*/
    width: 100%;
    height: 470px;
    float: left;
}

.focus img {
    width: 100%;
    height: 470px;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    /*position:absolute;*/
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
    display: none;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    /*position:relative;*/
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 25px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 55%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 55%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}


/*背景banner*/

.m_banner {
    background: #fff;
    height: 470px;
    position: relative;
    margin: 0 auto;
}

.m_banner .banner {
    height: 470px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
}

.m_banner .banner a {
    display: block;
    height: 470px;
}

.banner_ctrl {
    height: auto;
    width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -480px;
    z-index: 2;
}

.banner_ctrl a {
    display: block;
    width: 30px;
    height: 100px;
    background: url(../images/banner_ctrl.png) no-repeat;
    _background: url(../images/banner_ctrl.jpg) no-repeat;
    position: absolute;
    opacity: .1;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
}

.banner_ctrl a.prev {
    left: -30px;
}

.banner_ctrl a.next {
    right: -30px;
    background-position: -30px 0;
}

.m_banner .banner .main_c {
    position: relative;
    z-index: 10;
    height: 580px;
}

.m_banner_x {
    width: 100%;
    height: 580px;
    background: url(../images/banner0.jpg) no-repeat center;
}

#batb {
    width: 1200px;
    height: 254px;
    margin: 0 auto;
    position: relative;
    top: 2%;
    z-index: 100;
}

#batb ul li {
    float: left;
    margin-bottom: 30px;
}

#batb ul .batb_li1 {
    margin-right: 30px;
    width: 585px;
    height: 298px;
    background: url(../images/b1.jpg) no-repeat center;
}

#batb ul .batb_li4 {
    width: 585px;
    height: 298px;
    background: url(../images/b4.jpg) no-repeat center;
}

#batb ul .beta_l14 {
    padding: 36px;
}

#batb ul .beta_l14 .beta_l141 a {
    color: #f7e300;
    font-size: 30px;
}

#batb ul .beta_l14 .beta_l142 {
    margin-top: 30px;
}

#batb ul .beta_l14 .beta_l142 a {
    color: #fff;
    font-size: 12px;
    font-family: 宋体;
    line-height: 22px;
}

#batb ul .beta_l14 .beta_l143 {
    margin-top: 30px;
}

#batb ul .beta_l14 .beta_l143 a {
    font-size: 20px;
    color: #f7e300;
    display: block;
    border: 1px solid #f7e300;
    width: 169px;
    line-height: 52px;
    text-align: center;
}

#batb ul .beta_l14 .beta_l143 a:hover {
    background: #f7e300;
    color: #0b5188;
}

#batb ul .batb_li2 {
    width: 585px;
    height: 298px;
    background: url(../images/b2.jpg) no-repeat center;
}

#batb ul .batb_li3 {
    margin-right: 30px;
    width: 585px;
    height: 298px;
    background: url(../images/b3.jpg) no-repeat center;
}

#batb ul .beta_l23 {
    padding: 36px;
}

#batb ul .beta_l23 .beta_l231 a {
    color: #0b5188;
    font-size: 30px;
}

#batb ul .beta_l23 .beta_l232 {
    margin-top: 30px;
}

#batb ul .beta_l23 .beta_l232 a {
    color: #333;
    font-size: 12px;
    font-family: 宋体;
    line-height: 22px;
}

#batb ul .beta_l23 .beta_l233 {
    margin-top: 30px;
}

#batb ul .beta_l23 .beta_l233 a {
    font-size: 20px;
    color: #0b5188;
    display: block;
    border: 1px solid #0b5188;
    width: 169px;
    line-height: 52px;
    text-align: center;
}

#batb ul .beta_l23 .beta_l233 a:hover {
    background: #0b5188;
    color: #fff;
}

@media screen and (max-width: 1850px) and (min-width: 1450px) {
    #banner {
        width: 100%;
        height: 420px;
    }
    .focus {
        /*position:relative;*/
        width: 100%;
        height: 420px;
        float: left;
    }
    .focus img {
        width: 100%;
        height: 420px;
    }
    .focus .prev {
        top: 66%;
        margin-top: -37px;
        left: 0;
        background-position: 0 -74px;
        cursor: pointer;
    }
    .focus .next {
        top: 66%;
        margin-top: -37px;
        right: 0;
        background-position: -40px -74px;
        cursor: pointer;
    }
    #batb {
        width: 1200px;
        height: 254px;
        margin: 0 auto;
        position: relative;
        top: -10%;
    }
}

@media screen and (max-width: 1450px) {
    #banner {
        width: 100%;
        height: 420px;
    }
    .focus {
        /*position:relative;*/
        width: 100%;
        height: 420px;
        float: left;
    }
    .focus img {
        width: 100%;
        height: 420px;
    }
    .focus .prev {
        top: 61%;
        margin-top: -37px;
        left: 0;
        background-position: 0 -74px;
        cursor: pointer;
    }
    .focus .next {
        top: 61%;
        margin-top: -37px;
        right: 0;
        background-position: -40px -74px;
        cursor: pointer;
    }
    #batb {
        width: 1200px;
        height: 254px;
        margin: 0 auto;
        position: relative;
        top: -10%;
    }
}

#new_xx {
    width: 1300px;
    height: 620px;
    margin: 50px auto;
}

#new_xx ul li {
    width: 270px;
    height: 570px;
    float: left;
    margin: 0 8.5px;
    border: 1px solid #e8e4e4;
    padding-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
}

#new_xx ul li a {
    display: block;
}

#new_xx ul .l1 .new_xx1 {
    font-size: 26px;
    color: #f7e300;
    text-align: center;
    height: 78px;
}

#new_xx ul .l1 .new_xx2 {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    line-height: 24px;
    height: 75px;
    text-align: center;
}

#new_xx ul .l1 .new_xx3 {
    width: 169px;
    height: 52px;
    border: 1px solid #f7e300;
    margin: 75px auto;
    font-size: 20px;
    color: #f7e300;
    text-align: center;
    line-height: 52px;
}

#new_xx ul .l1 a:hover .new_xx3 {
    background: #f7e300;
    color: #0b5188;
}

#new_xx ul .l2 .new_xx1 {
    font-size: 26px;
    color: #0b5188;
    text-align: center;
    height: 78px;
}

#new_xx ul .l2 .new_xx2 {
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    line-height: 24px;
    height: 75px;
}

#new_xx ul .l2 .new_xx3 {
    width: 169px;
    height: 52px;
    border: 1px solid #0b5188;
    margin: 75px auto;
    font-size: 20px;
    color: #0b5188;
    text-align: center;
    line-height: 52px;
}

#new_xx ul .l2 a:hover .new_xx3 {
    background: #0b5188;
    color: #fff;
}

#bannera_bg {
    width: 100%;
    height: 591px;
    background: url(../images/bannera.jpg) no-repeat center;
}

#bannera_bg .bannera {
    width: 505px;
    height: 439px;
    padding: 22px 35px;
    background: rgba(11, 81, 136, 0.8)!important;
    filter: Alpha(opacity=80);
    background: #0b5188;
}

#bannera_bg .bannera .bannera_1 p {
    font-size: 60px;
    color: #fff;
    text-align: center;
    position: relative;
}

#bannera_bg .bannera .bannera_2 {
    margin-top: 20px;
}

#bannera_bg .bannera .bannera_2 p {
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    text-indent: 2em;
    position: relative;
}

#bannera_bg .bannera .bannera_3 {
    margin-top: 45px;
}

#bannera_bg .bannera .bannera_3 a {
    width: 352px;
    line-height: 70px;
    margin: 0 auto;
    display: block;
    border: 1px solid #f7e300;
    text-align: center;
    font-size: 24px;
    color: #f7e300;
}

#bannera_bg .bannera .bannera_3 a:hover {
    background: #f7e300;
    color: #0b5188;
}


/*永利集团yl6809官网*/

#in_new {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#in_new .in_new_tit {
    margin: 40px 0;
}

#in_new .in_new_tit p {
    font-size: 40px;
}

#in_new .in_new_tit span {
    color: #888;
    font-size: 36px;
}

.yiz-slider-1 {
    height: 318px;
    width: 400px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 90px;
}

.yiz-slider-1 ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    list-style-type: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98
}

.yiz-slider-1 ul li {
    height: auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    z-index: 1;
}

.yiz-slider-1 ul li img {
    width: 100%;
    z-index: 1;
}

.yiz-page-btn {
    float: left;
    height: 0px;
    position: absolute;
    bottom: 20px;
    right: 1px;
    z-index: 99;
}

.yiz-page-btn span {
    height: 18px;
    width: 18px;
    background-color: #0b5188;
    display: block;
    float: left;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    margin-right: 5px;
    cursor: pointer;
}

.yiz-page-btn .current {
    background-color: #f7e300;
    color: #000;
}

#in_new .in_new_lb {
    float: right;
    width: 770px;
}

#in_new .in_new_lb ul li {
    width: 345px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #514658;
    margin-right: 35px;
}

#in_new .in_new_lb ul li a {
    display: block;
    font-size: 14px;
    color: #0b5188;
}

#in_new .in_new_lb ul li a:hover {
    background: #f7e300;
}

#in_new .in_new_lb ul li span {
    font-size: 18px;
    margin-left: 10px;
    color: #0b5188;
    float: left;
}

#in_new .in_new_lb ul li i {
    float: right;
    margin-right: 10px;
    font-style: normal;
}

#in_fixed {
    width: 100%;
    height: 266px;
    background: url(../images/bannerb.jpg) fixed no-repeat;
}

#in_fixed .in_f1 {
    padding-top: 93px;
}

#in_fixed .in_f1 p {
    font-size: 48px;
    text-align: center;
    color: #fff;
}

#in_fixed .in_f2 {
    margin-top: 10px;
}

#in_fixed .in_f2 p {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

#in_about {
    width: 1200px;
    height: 460px;
    margin: 114px auto;
}

#in_about .in_about_left {
    width: 806px;
    height: 400px;
    background: #0b5188;
    float: left;
}

#in_about .in_about_right {
    width: 358px;
    height: 460px;
    float: right;
    background: #0b5188;
}

#in_about .in_about_right .in_about_right1 {
    width: 358px;
    height: 210px;
}

#in_about .in_about_right .in_about_right2 p {
    padding: 30px 19px 0 19px;
    font-size: 16px;
    font-family: 宋体;
    color: #fff;
    line-height: 25px;
    text-indent: 2em;
}

#in_about .in_about_right .in_about_right2 a {
    width: 314px;
    line-height: 55px;
    display: block;
    border: 1px solid #f7e300;
    margin-left: 22px;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #f7e300;
}

#in_about .in_about_right .in_about_right2 a:hover {
    background: #f7e300;
    color: #0b5188;
}


/*底部*/

#footer {
    background: url(/skin/default/images/footer.png) center;text-align: left;
}

#footer .fter {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
}

#footer .fter ul li {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 153px;
    line-height: 32px;
}

#footer .fter ul li b {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 75px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}

#footer .fter ul li a {
    color: #9695a4;
}

#footer .fter ul li a:hover {
    color: #fff;
}

#footer .fter ul li div {
    color: #9695a4;
}

#footer .fter ul .li_pro {
    width: 250px;
    position: relative;
    left: 375px;
    margin-top: 35px;
    line-height: 28px;
}

#footer .fter ul .li_anli {
    width: 250px;
    margin-top: 35px;
    float: right;
}


/* #footer .fter ul .li_npic{width: 525px;} */

#footer .fter ul .li_npic div {
    width: 175px;
    float: left;
}

#footer .fter ul .li_vx {
    width: 132px;
}

#footer .fter ul .li_vx div {
    text-align: center;
    line-height: 60px;
}

#footer .fter ul .li_lxwm {
    width: 270px;
    float: left;
    margin-top: 40px;
}

#bottom {
    width: 100%;
    height: 60px;
    background: #2c2c2c;
}

#bottom .btm {
    width: 1200px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}

#bottom .btm p {
    color: #fff;
}

#bottom .btm a {
    color: #fff;
}

#bottom .btm a:hover {
    color: #f7e300;
}

#bottom .btm span {
    color: #fff;
}


/*友情链接*/

.lianjie {
    width: 500px;
    line-height: 60px;
    font-size: 14px;
    float: left;
}

.lianjie p {
    width: 100px;
    color: #000;
    float: left;
}

.lianjie table {
    float: left;
    width: 400px;
}

.lianjie td {
    float: left;
    margin-right: 15px;
}


/*产品中心*/

#product {
    width: 100%;
    height: auto;
}

#product .proa {
    width: 100%;
}

#product .proa .pro_banner {
    width: 100%;
}

#product .proa .pro_banner img {
    width: 100%;
    display: block;
}

#product .proa .pro_bannera {
    width: 1200px;
    margin: 0 auto;
    margin-top: -77px;
}

#product .proa .pro_bannera h1 {
    font-size: 36px;
    color: #0b5188;
    font-weight: normal;
}

#product .prob {
    width: 1200px;
    height: 345px;
    margin: 0 auto;
}

#product .prob .prob_l {
    float: left;
    margin-top: 36px;
}

#product .prob .prob_l p {
    width: 552px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 25px;
}

#product .prob .prob_l b {
    color: #d7100d;
}

#product .prob .prob_r {
    float: right;
    margin-top: 100px;
    width: 600px;
}

#product .prob .prob_r ul li {
    float: left;
    width: 170px;
}

#product .prob .prob_r ul li img {
    margin-left: 42px;
}

#product .prob .prob_r ul li p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

#product .pro_zx {
    width: 352px;
    height: 70px;
    margin: 200px auto 66px;
}

#product .pro_zx a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#product .pro_zx a:hover {
    background: #0b5188;
    color: #fff;
}


/*新改版*/

#product .pro_hj {
    width: 100%;
    height: auto;
}

#product .pro_hj img {
    width: 100%;
    height: auto;
}

#product .pro_iner {
    width: 100%;
    height: auto;
}

#product .pro_iner .pro_iner_top1 {
    width: 100%;
    height: 84px;
    background: url(../images/hj1.jpg) no-repeat center;
    margin-top: 135px;
}

#product .pro_iner .pro_iner_nv1 {
    width: auto;
    height: 100px;
}

#product .pro_iner .pro_iner_nv1 p {
    font-size: 30px;
    color: #2f2f2f;
}

#product .pro_iner .pro_iner_nv1 span {
    font-size: 70px;
    color: #0b5188;
    line-height: 100px;
}

#product .pro_iner .pro_iner_ac {
    width: 1200px;
    height: auto;
}

#product .pro_iner .pro_iner_ac .pro_iner_aca {
    width: 352px;
    height: 329px;
    float: left;
    margin: 25px 0 0 81px;
}

#product .pro_iner .pro_iner_ac .pro_iner_aca img {
    width: 100%;
}

#product .pro_iner .pro_iner_ac .pro_iner_acb {
    width: 310px;
    height: 315px;
    float: right;
    margin: 33px 296px 0 0;
}

#product .pro_iner .pro_iner_ac .pro_iner_acb img {
    width: 100%;
}

#product .pro_iner .pro_iner_ac .pro_iner_acc {
    width: 352px;
    height: 265px;
    float: left;
    margin: 25px 0 0 81px;
}

#product .pro_iner .pro_iner_ac .pro_iner_acc img {
    width: 100%;
}

#product .pro_iner .pro_iner_ac .pro_iner_acd {
    width: 500px;
    float: left;
    margin: 47px 0 0 166px;
}

#product .pro_iner .pro_iner_ac .pro_iner_acd p {
    font-size: 24px;
    color: #2f2f2f;
    text-indent: -1em;
    line-height: 40px;
}

#product .pro_ener {
    width: 100%;
    height: 896px;
    background: url(../images/hj6.jpg) no-repeat center;
}

#product .pro_ener .pro_ener_ab {
    width: 365px;
    height: 230px;
    float: left;
    margin: 25px 0 0 81px;
}

#product .pro_ener .pro_ener_ab img {
    width: 100%;
}

#product .pro_ener .pro_ener_ac {
    width: 500px;
    float: left;
    margin: 59px 0 0 152px;
}

#product .pro_ener .pro_ener_ac p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 50px;
}

#product .pro_ener .pro_ener_ad {
    width: 1200px;
    height: 72px;
    margin: 409px auto 0;
}

#product .pro_ener .pro_ener_ad p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 72px;
    text-align: right;
    padding-right: 36px;
}

#product .pro_ener .pro_ener_ae {
    width: 1200px;
    height: 80px;
    margin: 10px auto 0;
}

#product .pro_ener .pro_ener_ae p {
    font-size: 24px;
    color: #2f2f2f;
    width: 745px;
    line-height: 40px;
    float: right;
    text-indent: 2em;
}

#product .pro_yun1 {
    width: 100%;
    height: 299px;
    background: url(../images/hj7.jpg) no-repeat center;
}

#product .pro_yun1 .pro_yun11 {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    padding-top: 11px;
}

#product .pro_yun1 .pro_yun11 p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 72px;
    padding-left: 369px;
}

#product .pro_yun1 .pro_yun12 {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding-top: 23px;
    padding-left: 30px;
}

#product .pro_yun1 .pro_yun12 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    text-indent: 5em;
}

#product .pro_yun2 {
    width: 100%;
    height: 263px;
    background: url(../images/hj8.jpg) no-repeat center;
}

#product .pro_yun2 .pro_yun21 {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    padding-top: 6px;
}

#product .pro_yun2 .pro_yun21 p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 72px;
    padding-left: 130px;
}

#product .pro_yun2 .pro_yun22 {
    width: 1130px;
    height: auto;
    margin: 0 auto;
    padding-top: 23px;
}

#product .pro_yun2 .pro_yun22 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
}

#product .pro_yun3 {
    width: 100%;
    height: 306px;
    background: url(../images/hj9.jpg) no-repeat center;
}

#product .pro_yun3 .pro_yun31 {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    padding-top: 3px;
}

#product .pro_yun3 .pro_yun31 p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 72px;
    padding-left: 130px;
}

#product .pro_yun3 .pro_yun32 {
    width: 1130px;
    height: auto;
    margin: 0 auto;
    padding-top: 23px;
}

#product .pro_yun3 .pro_yun32 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
}

#product .pro_yun4 {
    width: 100%;
    height: 558px;
    background: url(../images/hj10.jpg) no-repeat center;
}

#product .pro_yun4 .pro_yun41 {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    padding-top: 6px;
}

#product .pro_yun4 .pro_yun41 p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 72px;
    padding-left: 130px;
}

#product .pro_yun4 .pro_yun42 {
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding-top: 23px;
    padding-left: 150px;
}

#product .pro_yun4 .pro_yun42 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    text-indent: -5em;
}

#product .pro_yun4 .pro_yun43 {
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding-top: 88px;
    padding-left: 150px;
}

#product .pro_yun4 .pro_yun43 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
}

#product .pro_yun4 .pro_yun44 {
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 150px;
}

#product .pro_yun4 .pro_yun44 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    text-indent: -5em;
}

#product .pro_yun5 {
    width: 100%;
    height: 289px;
    background: url(../images/hj11.jpg) no-repeat center;
}

#product .pro_yun5 .pro_yun51 {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    padding-top: 3px;
}

#product .pro_yun5 .pro_yun51 p {
    font-size: 30px;
    color: #2f2f2f;
    line-height: 72px;
    padding-left: 130px;
}

#product .pro_yun5 .pro_yun52 {
    width: 1130px;
    height: auto;
    margin: 0 auto;
    padding-top: 23px;
}

#product .pro_yun5 .pro_yun52 p {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
}


/*#product .pro1{width: 100%;height: 650px;background: url(../images/pro1.jpg) no-repeat center;}
#product .pro1 .pro1_p1{padding-top: 55px;}
#product .pro1 .pro1_p1 p{text-align: center;font-size: 36px;line-height: 36px;}
#product .pro1 .pro1_p2{margin-top: 30px;}
#product .pro1 .pro1_p2 p{text-align: center;font-size: 16px;line-height: 25px;}
#product .pro1 .pro1_p3{text-align: center;padding-top: 66px;}
#product .proc{width: 1200px;height: 750px;margin: 0 auto;}
#product .proc .proc_1{margin-top: 57px;}
#product .proc .proc_1 p{font-size: 36px;text-align: center;color: #0b5188;line-height: 60px;}
#product .proc .proc_2{}
#product .proc .proc_2 .proc_2a{width: 477px;height: 477px;float: left;}
#product .proc .proc_2 .proc_2b{width: 630px;height: auto;float: right;margin-top: 50px;text-align: center;}
#product .proc .proc_2 .proc_2b p{font-size: 16px;color: #333;line-height: 27px;text-align: left;}
#product .proc .proc_2 .proc_2b img{margin:30px auto;}
#product .pro2{width: 100%;height: 692px;background: url(../images/pro2.jpg) no-repeat center;}
#product .pro2 .pro2_p1{padding-top: 55px;}
#product .pro2 .pro2_p1 p{text-align: center;font-size: 36px;line-height: 36px;}
#product .pro2 .pro2_p2{margin-top: 30px;}
#product .pro2 .pro2_p2 p{text-align: center;font-size: 16px;line-height: 25px;}
#product .pro2 .pro2_p3{text-align: center;padding-top: 66px;}
#product .prod{width: 1200px;height: 650px;margin: 0 auto;}
#product .prod .prod_1{margin-top: 15px;}
#product .prod .prod_1 p{font-size: 36px;text-align: center;color: #0b5188;line-height: 60px;}
#product .prod .prod_2{}
#product .prod .prod_2 .prod_2a{width: 565px;height: auto;float: left;margin-top: 50px;}
#product .prod .prod_2 .prod_2a p{font-size: 16px;color: #333;line-height: 27px;}
#product .prod .prod_2 .prod_2b{width: 581px;height: 368px;float: right;margin-top: 82px;}*/

#product .pro3 {
    width: 100%;
    height: 1220px;
    background: url(../images/pro3.jpg) fixed no-repeat;
    margin-top: 100px;
}

#product .pro3 .pro3_1 {
    padding-top: 35px;
}

#product .pro3 .pro3_1 p {
    font-size: 36px;
    text-align: center;
    color: #fff;
}

#product .pro3 .pro3_2 {
    margin-top: 35px;
}

#product .pro3 .pro3_2 p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #fff;
}

#product .pro3 .pro3_3 {
    width: 970px;
    margin: 0 auto;
}

#product .pro3 .pro3_3 img {
    float: left;
}

#product .pro3 .pro3_3 .pro3_zx {
    float: right;
    margin-top: 46px;
    width: 352px;
    height: 70px;
}

#product .pro3 .pro3_3 .pro3_zx a {
    display: block;
    background: #0b5188;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#product .pro3 .pro3_4 {
    width: 1200px;
    margin: 20px auto;
}

#product .pro3 .pro3_4 .pro3_4top {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 47px;
}

#product .pro3 .pro3_4 .pro3_4top p {
    float: left;
    width: 400px;
    line-height: 47px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

#product .pro3 .pro3_4 .pro3_4cen {
    height: 45px;
    border-bottom: 1px solid #fff;
}

#product .pro3 .pro3_4 .pro3_4cen p {
    float: left;
    width: 400px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 45px;
}

#product .proe {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#product .proe .proe_topa {
    margin-top: 70px;
}

#product .proe .proe_topa p {
    font-size: 36px;
    color: #0b5188;
    text-align: center;
}

#product .proe .proe_topb {
    margin-top: 40px;
}

#product .proe .proe_topb p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 28px;
}

#product .proe .proe_con {
    width: 1200px;
    height: 637px;
    margin: 38px auto;
    background: url(../images/p9.jpg) no-repeat top;
}

#product .proe .proe_con .proe_top {
    width: 1200px;
    height: 84px;
}

#product .proe .proe_con .proe_top p {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#product .proe .proe_con .proe_top .proe_top1 {
    width: 278px;
    line-height: 84px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top2 {
    width: 135px;
    line-height: 84px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top3 {
    width: 113px;
    line-height: 84px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top4 {
    width: 668px;
    line-height: 35px;
}

#product .proe .proe_con .proe_top .proe_top5 {
    width: 99px;
    line-height: 24px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top6 {
    width: 107px;
    line-height: 24px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top7 {
    width: 121px;
    line-height: 24px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top8 {
    width: 116px;
    line-height: 24px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top9 {
    width: 116px;
    line-height: 24px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_top .proe_top0 {
    width: 99px;
    line-height: 48px;
}

#product .proe .proe_con .proe_cen {
    width: 1200px;
    height: 45px;
    border-bottom: 1px solid #0a5189;
}

#product .proe .proe_con .proe_cen p {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
}

#product .proe .proe_con .proe_cen .proe_cen1 {
    width: 278px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen2 {
    width: 135px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen3 {
    width: 113px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen4 {
    width: 99px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen5 {
    width: 107px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen6 {
    width: 121px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen7 {
    width: 116px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen8 {
    width: 116px;
    line-height: 45px;
    margin-right: 2px;
}

#product .proe .proe_con .proe_cen .proe_cen9 {
    width: 99px;
    line-height: 45px;
}


/*产品知识*/

#pro4 {
    width: 100%;
    height: 638px;
    background: url(../images/pro4.jpg) no-repeat center;
    padding-top: 60px;
    margin-top: 60px;
}

#pro4 .pro4p {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    padding: 50px 0;
    background: rgba(11, 81, 136, 0.9)!important;
    filter: Alpha(opacity=90);
    background: #0b5188;
}

#pro4 .pro4p .pro4_top {
    margin-left: 45px;
}

#pro4 .pro4p .pro4_top p {
    font-size: 48px;
    color: #fff;
}

#pro4 .pro4p .pro4_top span {
    font-size: 36px;
    color: #fff;
}

#pro4 .pro4p ul {
    margin-top: 50px;
    position: relative;
}

#pro4 .pro4p ul li {
    width: 500px;
    line-height: 40px;
    float: left;
    height: 40px;
    border-bottom: 1px solid #0b5188;
    margin-right: 50px;
    margin-left: 45px;
}

#pro4 .pro4p ul li b {
    float: left;
}

#pro4 .pro4p ul li span {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

#pro4 .pro4p ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: block;
}


/*#pro4 .pro4p ul li:hover{background: #f7e300;color: #000;}*/

#pro4 .pro4p ul li b {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

#pro4 .pro4p .pro4_more {
    width: 500px;
    height: 48px;
    margin-top: 10px;
    float: right;
    margin-right: 60px;
}

#pro4 .pro4p .pro4_more img {
    width: 243px;
    height: 40px;
    margin-top: 4px;
    float: left;
}

#pro4 .pro4p .pro4_more a {
    width: 230px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    float: right;
    background: #f7e300;
    font-size: 20px;
    color: #222;
}


/*留言板*/

#message {
    width: 950px;
    height: 485px;
    margin: 0 auto;
    margin-top: 68px;
}


/*新闻中心*/

#new_banner {
    width: 100%;
    height: 400px;
    background: url(../images/new.jpg) no-repeat center;
}

.lx_nav {
    line-height: 50px;
    font-size: 18px;
    color: #727171;
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    border-bottom: 2px solid #ddd;
}

.lx_nav a {
    color: #727171;
}

.lx_nav a:hover {
    color: #fc114a;
}

#new_qyxw {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}

#new_qyxw .new_qyxw_top {
    margin-left: 50px;
}

#new_qyxw .new_qyxw_top a {
    font-size: 48px;
    color: #000;
}

#new_qyxw .new_qyxw_top span {
    font-size: 36px;
    color: #888;
}

#new_qyxw ul {
    margin-top: 48px;
}

#new_qyxw ul li {
    width: 500px;
    line-height: 40px;
    float: left;
    height: 40px;
    border-bottom: 1px solid #514658;
    margin: 0 50px;
}

#new_qyxw ul li span {
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

#new_qyxw ul li a {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    display: block;
}

#new_qyxw ul li:hover {
    background: #f7e300;
}

#new_qyxw ul li b {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    float: left;
}

#new_qyxw .new_qyxw_more {
    width: 500px;
    height: 48px;
    margin-top: 5px;
    float: right;
    margin-right: 50px;
}

#new_qyxw .new_qyxw_more img {
    width: 243px;
    height: 40px;
    margin-top: 4px;
    float: left;
}

#new_qyxw .new_qyxw_more a {
    width: 230px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    float: right;
    background: #f7e300;
    font-size: 20px;
    color: #222;
}

#new_qyxw .new_qyxw_more span {
    margin-left: 15px;
}

#new_hyxw {
    width: 100%;
    height: 638px;
    background: url(../images/pro4.jpg) no-repeat center;
    padding-top: 60px;
}

#new_hyxw .new_hyxwcen {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(11, 81, 136, 0.9)!important;
    filter: Alpha(opacity=90);
    background: #0b5188;
}

#new_hyxw .new_hyxwcen .new_hyxw_top {
    margin-left: 45px;
}

#new_hyxw .new_hyxwcen .new_hyxw_top a {
    font-size: 48px;
    color: #fff;
}

#new_hyxw .new_hyxwcen .new_hyxw_top span {
    font-size: 36px;
    color: #fff;
}

#new_hyxw .new_hyxwcen ul {
    margin-top: 50px;
    position: relative;
}

#new_hyxw .new_hyxwcen ul li {
    width: 340px;
    line-height: 40px;
    float: left;
    height: 40px;
    border-bottom: 1px solid #0b5188;
    margin: 0 30px;
}

#new_hyxw .new_hyxwcen ul li span {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

#new_hyxw .new_hyxwcen ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: block;
}

#new_hyxw .new_hyxwcen ul li b {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    float: left;
}

#new_hyxw .new_hyxwcen .new_hyxw_more {
    width: 500px;
    height: 48px;
    margin-top: 20px;
    float: right;
    margin-right: 30px;
}

#new_hyxw .new_hyxwcen .new_hyxw_more img {
    width: 243px;
    height: 40px;
    margin-top: 4px;
    float: left;
}

#new_hyxw .new_hyxwcen .new_hyxw_more a {
    width: 230px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    float: right;
    background: #f7e300;
    font-size: 20px;
    color: #222;
}

#new_hyxw .new_hyxwcen .new_hyxw_more span {
    margin-left: 15px;
}


/*新闻列表*/

.news_nav {
    width: 829px;
    height: 83px;
    margin: 66px auto;
}

.news_nav a {
    text-align: center;
    font-size: 48px;
    color: #000;
    display: block;
}

.news_nav p {
    text-align: center;
    font-size: 48px;
    color: #000;
}

.news_nav span {
    font-size: 36px;
    color: #888;
}

#news {
    width: 1111px;
    height: auto;
    margin: 0 auto;
}

#news .news_lb {
    width: 755px;
    height: auto;
    float: left;
}

#news .news_lb ul li {
    width: 755px;
    height: 170px;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 25px;
    padding-left: 5px;
}

#news .news_lb ul li .news_lb_art {
    width: 550px;
    height: auto;
    float: left;
    cursor: pointer;
}

#news .news_lb ul li .news_lb_art .news_lb_tit {}

#news .news_lb ul li .news_lb_art .news_lb_tit h1 {
    height: 50px;
}

#news .news_lb ul li .news_lb_art .news_lb_tit a {
    font-size: 18px;
    color: #035fa6;
}

#news .news_lb ul li .news_lb_art .news_lb_con {
    height: 88px;
}

#news .news_lb ul li .news_lb_art .news_lb_con a {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

#news .news_lb ul li .news_lb_art a:hover {
    color: red;
}

#news .news_lb ul li .news_lb_art .news_lb_from {
    font-size: 12px;
    color: #666;
}

#news .news_lb ul li .news_lb_art .news_lb_from span {
    font-size: 12px;
    color: #666;
    float: right;
}

#news .news_lb ul li .news_lb_more {
    float: right;
    margin: 50px 28px;
}

#news .news_lb ul li .news_lb_more a {
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 2px solid #c2d5e3;
    width: 120px;
    height: 32px;
}

#news .news_lb ul li .news_lb_more a:hover {
    border: 0;
    background: #f7e300;
    color: #333;
    width: 124px;
    height: 36px;
    line-height: 36px;
}

#news .news_lb .news_page {
    text-align: center;
    font-size: 16px;
}

#news .news_lb .news_page a:hover {
    color: red;
}

#news .news_lb .news_page select {
    font-size: 16px;
}

#news .news_rg {
    width: 300px;
    height: auto;
    float: right;
}

#news .news_rg .news_rg_tel {
    width: 300px;
    height: 600px;
    background: #f7f7f7;
}

#news .news_rg .news_rg_tel p {
    font-size: 22px;
    color: #282828;
    text-align: center;
    line-height: 38px;
}

#news .news_rg .news_rg_tel span {
    font-size: 26px;
    color: #035fa6;
    text-align: center;
}

#news .news_rg .news_rg_tel a {
    width: 265px;
    line-height: 41px;
    background: #f7e300;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    color: #282828;
    text-align: center;
}

#news .news_rg .news_rg_tel a:hover {
    color: #0b5188;
}

#news .news_rg .news_rg_tel div {
    width: 219px;
    height: 259px;
    margin: 15px auto;
}

#news .news_rg .news_rg_a {
    width: 300px;
    height: 669px;
    background: #f7f7f7;
    margin-top: 30px;
}

#news .news_rg .news_rg_a .news_rg_a_top {
    width: 280px;
    margin: 0 auto;
    line-height: 45px;
}

#news .news_rg .news_rg_a .news_rg_a_top a {
    font-size: 22px;
    color: #161616;
}

#news .news_rg .news_rg_a .news_rg_a_top a:hover {
    color: #0b5188;
}

#news .news_rg .news_rg_a .news_rg_a_pic {
    width: 280px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
}

#news .news_rg .news_rg_a .news_rg_a_pic img {
    width: 280px;
    height: 198px;
}

#news .news_rg .news_rg_a .news_rg_a_pic a {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: block;
}

#news .news_rg .news_rg_a .news_rg_a_pic a:hover {
    color: #0b5188;
}

#news .news_rg .news_cpzs {
    width: 300px;
    height: 660px;
    background: #f7f7f7;
    margin-top: 30px;
}

#news .news_rg .news_cpzs .news_cpzs_top {
    font-size: 25px;
    color: #161616;
    line-height: 55px;
    width: 270px;
    margin: 0 auto;
}

#news .news_rg .news_cpzs ul {
    margin-top: 10px;
}

#news .news_rg .news_cpzs ul li {
    width: 280px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
}

#news .news_rg .news_cpzs ul li a {
    color: #161616;
}

#news .news_rg .news_cpzs ul li a:hover {
    color: #0b5188;
}

#news .news_rg .news_cpzs .news_cpzs_zx {
    width: 265px;
    height: 41px;
    background: #f7e300;
    margin: 15px auto;
}

#news .news_rg .news_cpzs .news_cpzs_zx a {
    display: block;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
    color: #282828;
}

#news .news_rg .news_cpzs .news_cpzs_zx a:hover {
    color: #0b5188;
}

#news .news_rg .news_cpzs .news_cpzs_vx {
    width: 215px;
    height: 259px;
    margin: 15px auto;
}


/*新闻详情*/

#news .news_lba {
    border-bottom: 2px dashed #ccc;
    width: auto;
    height: 100px;
}

#news .news_lb .news_lb1 {
    width: 550px;
    height: 100px;
    float: left;
}

#news .news_lb .news_lb1 .news_lb1_tit h1 {
    font-size: 22px;
    color: #333;
    height: 63px;
}

#news .news_lb .news_lb1 .news_lb1_from {
    font-size: 12px;
    color: #a3a19b;
    line-height: 40px;
}

#news .news_lb .news_lb1 .news_lb1_from span {
    float: right;
    color: #a3a19b;
}

#news .news_lb .news_lb2 {
    float: right;
    margin: 34px 20px;
}

#news .news_lb .news_lb2 a {
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    background: #f7e300;
    width: 120px;
    height: 32px;
}

#news .news_lb .news_lb2 a:hover {
    color: #000;
}

#news .news_lbb {
    width: auto;
    height: auto;
    padding: 30px 10px;
    line-height: 25px;
    font-size: 14px;
}

#news .news_lbb p {
    line-height: 25px;
    font-size: 14px;
}

#news .news_lbb img {
    margin: 5px auto;
    display: block;
    text-align: center;
}

#news .news_lbb a {
    font-weight: bold;
}

#news .upasd {
    float: left;
    font-size: 18px;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 755px;
}

#news .upasd a:hover {
    color: #d7001d
}

#news .downasd {
    float: left;
    font-size: 18px;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 755px;
}

#news .downasd a:hover {
    color: #d7001d
}

#news .news_lbc {
    width: 755px;
    height: 158px;
    border: 2px solid #ccc;
}

#news .news_lbc .news_lbc1 {
    width: 715px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
}

#news .news_lbc .news_lbc2 {
    width: 285px;
    float: left;
    margin-left: 76px;
}

#news .news_lbc .news_lbc2 .news_lbc2l {
    width: 66px;
    line-height: 66px;
    background: #035fa6;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}

#news .news_lbc .news_lbc2 .news_lbc2r {
    width: 200px;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    float: right;
}

#news .news_lbc .news_lbc2 .news_lbc2r a {
    width: 134px;
    line-height: 33px;
    background: #035fa6;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    float: right;
    border-radius: 7px;
}

#news .news_lbc .news_lbc2 .news_lbc2r a:hover {
    color: #f7e300;
}

#news .news_lbc .news_lbc3 {
    width: 285px;
    float: right;
    margin-right: 45px;
}

#news .news_lbc .news_lbc3 .news_lbc3l {
    width: 66px;
    line-height: 66px;
    background: #f7e300;
    text-align: center;
    font-size: 16px;
    color: #333;
    float: left;
}

#news .news_lbc .news_lbc3 .news_lbc3r {
    width: 200px;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    float: right;
}

#news .news_lbc .news_lbc3 .news_lbc3r a {
    width: 134px;
    line-height: 33px;
    background: #f7e300;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: block;
    float: right;
    border-radius: 7px;
}

#news .news_lbc .news_lbc3 .news_lbc3r a:hover {
    color: #0b5188;
}


/*工程案例*/

#new_case {
    width: 100%;
    height: 566px;
    background: url(../images/case.jpg) no-repeat center;
}

#new_case .new_case_top {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 72px;
}

#new_case .new_case_top p {
    font-size: 48px;
    color: #fff;
}

#new_case .new_case_top span {
    font-size: 36px;
    color: #fff;
}

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

.hl_scrool_leftbtn {
    width: 41px;
    height: 119px;
    background: url(../images/hl_scroll_left.png) no-repeat;
    float: left;
    margin-top: 88px;
    cursor: pointer;
}

.hl_scrool_rightbtn {
    width: 41px;
    height: 119px;
    background: url(../images/hl_scroll_right.png) no-repeat;
    float: right;
    margin-top: 88px;
    cursor: pointer;
}

.hl_main5_content1 {
    overflow: hidden;
    height: 320px;
    margin-top: 45px;
}

.hl_main5_content1 ul li {
    float: left;
    display: block;
    width: 343px;
    height: auto;
    margin: 20px 14px;
}

.hl_main5_content1 ul li p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.hl_main5_content1 ul li p:hover {
    color: #f7e300;
}

.hl_main5_content1 ul li img {
    width: 343px;
    height: 258px;
}


/*工程案例新列表*/


/*联系我们新*/

#lx_banner {
    width: 100%;
    height: 400px;
    background: url(../images/lxwm.jpg) no-repeat center;
}

#lx_cen1 {
    width: 100%;
    height: auto;
    /*border-bottom: 2px solid #ddd;*/
}

#lx_cen1 .lx_nav {
    line-height: 50px;
    font-size: 18px;
    color: #727171;
    width: 1170px;
    margin: 0 auto;
    text-align: right;
    border-bottom: 2px solid #ddd;
}

#lx_cen1 .lx_nav a {
    color: #727171;
}

#lx_cen1 .lx_nav a:hover {
    color: #fc114a;
}

#lx_cen1 .lx_area {
    width: 1170px;
    height: auto;
    margin: 20px auto;
}

#lx_cen1 .lx_area ul li {
    width: 320px;
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
}

#lx_cen1 .lx_area ul .lx_li {
    margin-right: 90px;
}

#lx_cen1 .lx_area ul .lx_la {
    float: right;
}

#lx_cen1 .lx_area ul li .lx_tel img {
    float: left;
    width: 40px;
    height: 40px;
}

#lx_cen1 .lx_area ul li .lx_tel {
    font-size: 30px;
    color: #c90101;
    height: 40px;
}

#lx_cen1 .lx_area ul li .lx_h {
    padding-top: 10px;
}

#lx_cen1 .lx_area ul li .lx_h .lx_h1 {
    width: 150px;
    line-height: 40px;
    background: #0b5188;
    color: #fff;
    font-size: 24px;
    text-align: center;
    float: left;
    height: 40px;
}

#lx_cen1 .lx_area ul li .lx_h .lx_h2 {
    width: 100px;
    line-height: 40px;
    color: #000;
    font-size: 18px;
    float: right;
    height: 40px;
}

#lx_cen1 .lx_area ul li .lx_h .lx_h2 a:hover {
    color: red;
}

#lx_cen1 .lx_area ul li .lx_h .lx_h3 {
    width: 152px;
    line-height: 40px;
    background: #0b5188;
    color: #fff;
    font-size: 24px;
    text-align: center;
    float: left;
    height: 40px;
}

#lx_cen1 .lx_area ul li .lx_h .lx_h4 {
    width: 100px;
    line-height: 40px;
    color: #000;
    font-size: 18px;
    float: right;
    height: 40px;
}

#lx_cen1 .lx_area ul li .lx_h .lx_h4 a:hover {
    color: red;
}

#lx_cen1 .lx_area ul li .lx_ph {
    font-size: 18px;
    line-height: 36px;
    margin-top: 64px;
}

#lx_cen1 .lx_area ul li .lx_zc {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 2px solid #8e8e8e;
}

#lx_cen1 .lx_area ul li .lx_aa {
    font-size: 36px;
    color: #929292;
}

#lx_cen1 .lx_area ul li .lx_aa span {
    font-size: 36px;
    color: #000;
}

#lx_cen2 {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #ddd;
}

#lx_cen2 .lx_ul {}

#lx_cen2 .lx_ul ul li {
    width: 600px;
    float: left;
    margin-top: 45px;
    margin-bottom: 30px;
}

#lx_cen2 .lx_ul ul li .lx_ul1 p {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
}

#lx_cen2 .lx_ul ul li .lx_ul1 span {
    font-size: 24px;
    font-weight: bold;
    color: #cf2725;
}

#lx_cen2 .lx_ul ul li .lx_ul2 {
    margin-top: 20px;
    height: 110px;
}

#lx_cen2 .lx_ul ul li .lx_ul2 p {
    font-size: 20px;
    color: #000;
    line-height: 35px;
    float: left;
}

#lx_cen2 .lx_ul ul li .lx_ul2 img {
    width: 166px;
    height: 230px;
    float: right;
    margin-top: -15px;
}

#lx_cen2 .lx_ul ul li .lx_ul3 {
    font-size: 24px;
    color: #000;
    line-height: 80px;
}

#lx_cen2 .lx_ul ul li .lx_ul4 img {
    float: left;
}

#lx_cen2 .lx_ul ul li .lx_ul4 p {
    font-size: 41px;
    color: #c90101;
    text-decoration: underline;
    padding-left: 60px;
}

#lx_cen2 .lx_ul ul li .lx_lu1 {
    font-size: 20px;
    line-height: 42px;
}

#lx_cen2 .lx_ul ul li .lx_lu1 span {
    font-size: 20px;
    color: #c90101;
}


/*关于我们*/

#about_banner {
    width: 100%;
    height: 400px;
    background: url(../images/about.jpg) no-repeat center;
}

#about_banner .about_nav {
    width: 1200px;
    line-height: 55px;
    font-size: 25px;
    margin: 0 auto;
    padding-top: 340px;
}

#about_banner .about_nav p {
    font-size: 48px;
    color: #fff;
}

#about_banner .about_nav span {
    font-size: 36px;
    color: #fff;
}

#abouta {
    width: 100%;
    height: 488px;
    background: #fff;
}

#abouta .aboutac {
    width: 1200px;
    height: 427px;
    margin: 0 auto;
    padding-top: 40px;
}

#abouta .aboutac .aboutac_pic {
    width: 632px;
    height: 427px;
    float: left;
}

#abouta .aboutac .aboutac_con {
    width: 518px;
    height: 407px;
    float: right;
    padding: 10px;
}

#abouta .aboutac .aboutac_con p {
    font-size: 15px;
    color: #333;
    line-height: 33px;
    text-indent: 2em;
}

#about1 {
    width: 100%;
    height: 468px;
    background: url(../images/about1.jpg) no-repeat center;
}

#about1 .about1c {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
}

#about1 .about1c .about1c_con {
    width: 632px;
    height: auto;
    float: left;
}

#about1 .about1c .about1c_con p {
    font-size: 15px;
    color: #333;
    line-height: 33px;
    text-indent: 2em;
}

#about1 .about1c .about1c_pic {
    width: 493px;
    height: auto;
    float: right;
}

#about2 {
    width: 100%;
    height: 444px;
    background: url(../images/about2.jpg) no-repeat center;
}

#about3 {
    width: 100%;
    height: 474px;
    background: url(../images/about3.jpg) no-repeat center;
}

#about4 {
    width: 100%;
    height: 531px;
    background: url(../images/about4.jpg) no-repeat center;
}

#about4 .about4c {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding-top: 250px;
}

#about4 .about4c p {
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    text-indent: 2em;
}

#hjlc {
    width: 100%;
    height: 564px;
    background: #0b5188;
}

#hjlc .hjlc_nav {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

#hjlc .hjlc_nav p {
    font-size: 48px;
    color: #fff;
    line-height: 80px;
}

#hjlc .hjlc_nav span {
    font-size: 36px;
    color: #2371ae;
}

#hjlc .hjlc_nav img {
    width: 339px;
    height: 73px;
    float: right;
    margin-right: 20px;
}

#hjlc .hjlc_banner {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
}

.hl_main5_contentc {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
}

.hl_scrool_leftbtnc {
    width: 24px;
    height: 44px;
    background: url(../images/hl_scroll_leftc.png) no-repeat;
    float: left;
    cursor: pointer;
    position: relative;
    left: 34px;
    top: -236px;
}

.hl_scrool_rightbtnc {
    width: 24px;
    height: 44px;
    background: url(../images/hl_scroll_rightc.png) no-repeat;
    float: right;
    cursor: pointer;
    position: relative;
    right: 54px;
    top: -236px;
}

.hl_main5_contentac {
    overflow: hidden;
    height: 420px;
    position: relative;
}

.hl_main5_contentac ul li {
    float: left;
    display: block;
    width: 380px;
    height: auto;
    margin-right: 20px;
}

.hl_main5_contentac ul li img {
    width: 380px;
    height: 420px;
}

#hjwh {
    width: 1200px;
    height: 777px;
    margin: 70px auto;
}

#hjwh .hjwh_nav {
    margin-bottom: 60px;
}

#hjwh .hjwh_nav p {
    font-size: 48px;
    color: #000;
    line-height: 80px;
}

#hjwh .hjwh_nav span {
    font-size: 36px;
    color: #888;
}

#hjwh .hjwh_nav img {
    width: 339px;
    height: 73px;
    float: right;
    margin-right: 20px;
}

#hjwh .hjwh_a {
    font-size: 24px;
    color: #0b5087;
    text-align: center;
    line-height: 60px;
}

#hjwh .hjwh_b {
    font-size: 20px;
    color: #0b5087;
    text-align: center;
    line-height: 60px;
    border-bottom: 2px dashed #ccc;
}


/*法律声明*/

#flsm {
    width: 1000px;
    height: auto;
    margin: 50px auto;
}

#flsm p {
    font-size: 16px;
    line-height: 23px;
}

#flsm strong {
    color: red;
    line-height: 30px;
}


/*图库聚焦*/

#pic_banner {
    width: 100%;
    height: 400px;
    background: url(../images/picture.jpg) no-repeat center;
}

#pic_banner .pic_nav {
    width: 1100px;
    line-height: 40px;
    font-size: 25px;
    margin: 0 auto;
    padding-top: 360px;
    color: #0b5188;
}

#pic_banner .pic_nav a {
    color: #0b5188;
}

#pic_banner .pic_nav a:hover {
    color: #f7e300;
}

#video {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#video .video_top {
    width: 1200px;
    height: 170px;
}

#video .video_top p {
    font-size: 48px;
    line-height: 170px;
    color: #000;
}

#video .video_top span {
    font-size: 36px;
    line-height: 170px;
    color: #888;
}


/*#video .video_lf{width: 200px;height: 450px;float: left;}
#video .video_rh{width: 200px;height: 450px;float: left;}*/

#video .video_cen {
    width: 1100px;
    height: 619px;
    margin: 0 auto;
}

#picture {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#picture .pic_top {
    width: 1200px;
    height: 170px;
}

#picture .pic_top p {
    font-size: 48px;
    line-height: 170px;
    color: #000;
}

#picture .pic_top span {
    font-size: 36px;
    line-height: 170px;
    color: #888;
}

#picture .pic_con {
    width: 1200px;
    height: 1270px;
}

#picture .pic_con a {
    cursor: pointer;
}

#picture .pic_con .pic1 {
    width: 383px;
    height: 370px;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

#picture .pic_con .pic2 {
    width: 792px;
    height: 370px;
    position: relative;
    float: right;
    margin-bottom: 30px;
}

#picture .pic_con .pic3 {
    width: 383px;
    height: 370px;
    position: relative;
    float: left;
}

#picture .pic_con .pic4 {
    width: 383px;
    height: 370px;
    position: relative;
    float: left;
    margin-left: 25px;
}

#picture .pic_con .pic5 {
    width: 383px;
    height: 370px;
    position: relative;
    float: right;
}

#picture .pic_con .pic6 {
    width: 383px;
    height: 370px;
    position: relative;
    float: left;
    margin-top: 30px;
}

#picture .pic_con .pic7 {
    width: 792px;
    height: 370px;
    position: relative;
    float: right;
    margin-top: 30px;
}

#picture .pic_con .pica {
    width: 383px;
    height: 370px;
    position: relative;
}

#picture .pic_con .picb {
    width: 363px;
    height: 135px;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    background: rgba(36, 95, 147, 0.75)!important;
    filter: Alpha(opacity=75);
    background: #245f93;
}

#picture .pic_con .picb p {
    font-size: 36px;
    color: #fff;
    line-height: 67px;
    position: relative;
}

#picture .pic_con .picb span {
    font-size: 16px;
    color: #fff;
}

#picture .pic_con .picm {
    width: 22px;
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 45px;
}

#picture .pic_con .picc {
    width: 792px;
    height: 370px;
    position: relative;
}

#picture .pic_con .picd {
    width: 772px;
    height: 135px;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    background: rgba(36, 95, 147, 0.75)!important;
    filter: Alpha(opacity=75);
    background: #245f93;
}

#picture .pic_con .picd p {
    font-size: 36px;
    color: #fff;
    line-height: 67px;
    position: relative;
}

#picture .pic_con .picd span {
    font-size: 16px;
    color: #fff;
}

#picture .pic_con .picm {
    width: 22px;
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 45px;
}


/*工程案例*/

#case_banner {
    width: 100%;
    height: 400px;
    background: url(../images/case_banner.jpg) no-repeat center;
}

#wa_banner {
    width: 100%;
    height: 400px;
    background: url(../images/wa_banner.jpg) no-repeat center;
}

.case_nav {
    width: 1100px;
    line-height: 40px;
    font-size: 25px;
    margin: 0 auto;
    padding-top: 360px;
    color: #0b5188;
    text-align: right;
}

.case_nav a {
    color: #0b5188;
}

.case_nav a:hover {
    color: #f7e300;
}

#case {
    width: 100%;
    height: 306px;
    background: url(../images/case/case.jpg) no-repeat center;
}

#case p {
    font-size: 48px;
    color: #000;
    text-align: center;
    padding-top: 55px;
}

#case span {
    font-size: 36px;
    color: #888;
}

#case i {
    font-style: normal;
    font-size: 33px;
    color: #000;
}

#case1 {
    margin-top: 40px;
}

#case1 .casea {
    width: 730px;
    height: 530px;
    float: left;
}

#case1 .casea_nav {
    width: 581px;
    height: 60px;
    margin-left: -82px;
}

#case1 .casea_qus {
    font-size: 24px;
    line-height: 35px;
    padding-left: 55px;
}

#case1 .casea_qus span {
    font-size: 30px;
}

#case1 .casea_con {
    font-size: 20px;
    color: #4e4e4e;
    padding-left: 55px;
    line-height: 37px;
    border-bottom: 2px solid #c9c9c9;
}

#case1 .casea_con span {
    color: #0b5087;
    font-size: 24px;
}

#case1 .casea_con a {
    color: #0b5087;
}

#case1 .casea_con a:hover {
    color: #d7100d;
}

#case1 .casea_inn {
    height: 64px;
    margin: 10px 0;
}

#case1 .casea_inn p {
    font-size: 18px;
    color: #4e4e4e;
    line-height: 32px;
    float: left;
    width: 575px;
}

#case1 .casea_inn img {
    float: left;
    margin-right: 20px;
}

#case1 .casea_aus {}

#case1 .casea_aus {
    margin: 10px 0;
}

#case1 .casea_aus p {
    font-size: 15px;
    color: #0b5087;
    line-height: 25px;
    float: left;
    width: 575px;
    height: 75px;
}

#case1 .casea_aus img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#case1 .casea_more {
    padding-left: 56px;
    margin-top: 24px;
    padding-right: 20px;
}

#case1 .casea_more p {
    width: 275px;
    height: 80px;
    background: url(../images/case/tel.jpg);
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    color: #0b5087;
    padding-left: 47px;
    float: left;
}

#case1 .casea_more a {
    width: 307px;
    height: 67px;
    border: 1px solid #0b5087;
    border-radius: 7px;
    display: block;
    float: right;
    margin-top: 5px;
    text-align: center;
    line-height: 67px;
    font-size: 28px;
    color: #0b5087;
}

#case1 .casea_more a:hover {
    color: #d7100d;
}

#case1 .caseb {
    width: 440px;
    height: 530px;
    float: right;
}

#case1 .caseb img {
    width: 440px;
    height: auto;
}

#case1 .case_cl {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

#case2 {
    width: 100%;
    height: 608px;
    background: url(../images/case/case_bg.jpg) no-repeat center;
}

#case2 .casea {
    width: 730px;
    height: auto;
    float: left;
    margin-top: 45px;
}

#case2 .casea_nav {
    width: 581px;
    height: 60px;
    margin-left: -82px;
}

#case2 .casea_qus {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    padding-left: 55px;
}

#case2 .casea_qus span {
    font-size: 30px;
    color: #fff;
}

#case2 .casea_con {
    font-size: 20px;
    color: #fff;
    padding-left: 55px;
    line-height: 37px;
    border-bottom: 2px solid #c9c9c9;
}

#case2 .casea_con a {
    color: #eedb0d;
}

#case2 .casea_con a:hover {
    color: #d7100d;
}

#case2 .casea_inn {
    height: 64px;
    margin: 10px 0;
}

#case2 .casea_inn p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    float: left;
    width: 575px;
}

#case2 .casea_inn img {
    float: left;
    margin-right: 20px;
}

#case2 .casea_aus {}

#case2 .casea_aus {
    margin: 10px 0;
}

#case2 .casea_aus p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    float: left;
    width: 575px;
    height: 75px;
}

#case2 .casea_aus img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#case2 .casea_more {
    padding-left: 56px;
    margin-top: 24px;
    padding-right: 20px;
}

#case2 .casea_more p {
    width: 275px;
    height: 80px;
    background: url(../images/case/tel.png);
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    color: #eedb0d;
    padding-left: 47px;
    float: left;
}

#case2 .casea_more a {
    width: 307px;
    height: 67px;
    border: 1px solid #eedb0d;
    border-radius: 7px;
    display: block;
    float: right;
    margin-top: 5px;
    text-align: center;
    line-height: 67px;
    font-size: 28px;
    color: #eedb0d;
}

#case2 .casea_more a:hover {
    color: #d7100d;
}

#case2 .caseb {
    width: 440px;
    height: auto;
    float: right;
    margin-top: 45px;
}

#case2 .caseb img {
    width: 440px;
    height: auto;
}

#case3 {}

#case3 .casea {
    width: 730px;
    height: 550px;
    float: left;
    margin-top: 75px;
}

#case3 .casea_nav {
    width: 581px;
    height: 60px;
    margin-left: -82px;
}

#case3 .casea_qus {
    font-size: 24px;
    line-height: 35px;
    padding-left: 55px;
}

#case3 .casea_qus span {
    font-size: 30px;
}

#case3 .casea_con {
    font-size: 20px;
    color: #4e4e4e;
    padding-left: 55px;
    line-height: 37px;
    border-bottom: 2px solid #c9c9c9;
}

#case3 .casea_con a {
    color: #0b5087;
}

#case3 .casea_con a:hover {
    color: #d7100d;
}

#case3 .casea_inn {
    height: 64px;
    margin: 10px 0;
}

#case3 .casea_inn p {
    font-size: 18px;
    color: #4e4e4e;
    line-height: 32px;
    float: left;
    width: 575px;
}

#case3 .casea_inn img {
    float: left;
    margin-right: 20px;
}

#case3 .casea_aus {}

#case3 .casea_aus {
    margin: 10px 0;
}

#case3 .casea_aus p {
    font-size: 15px;
    color: #0b5087;
    line-height: 25px;
    float: left;
    width: 575px;
    height: 75px;
}

#case3 .casea_aus img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#case3 .casea_more {
    padding-left: 56px;
    margin-top: 24px;
    padding-right: 20px;
}

#case3 .casea_more p {
    width: 275px;
    height: 80px;
    background: url(../images/case/tel.jpg);
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    color: #0b5087;
    padding-left: 47px;
    float: left;
}

#case3 .casea_more a {
    width: 307px;
    height: 67px;
    border: 1px solid #0b5087;
    border-radius: 7px;
    display: block;
    float: right;
    margin-top: 5px;
    text-align: center;
    line-height: 67px;
    font-size: 28px;
    color: #0b5087;
}

#case3 .casea_more a:hover {
    color: #d7100d;
}

#case3 .caseb {
    width: 440px;
    height: 500px;
    float: right;
    margin-top: 75px;
}

#case3 .caseb img {
    width: 440px;
    height: auto;
}

.case_bg {
    width: 1200px;
    margin: 0 auto;
}

.case2_bg {
    width: 1200px;
    height: 608px;
    margin: 0 auto;
    background: rgba(11, 80, 135, 0.7);
    padding: 0 14px;
}


/*工程案例留言*/

#case_mess {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

#case_mess .case_cpzs {
    width: 380px;
    height: auto;
    float: left;
    margin-top: 65px;
}

#case_mess .case_cpzs .case_cptitle {
    color: #3e3a39;
    font-size: 24px;
}

#case_mess .case_cpzs ul {
    margin-top: 38px;
}

#case_mess .case_cpzs ul li {
    font-size: 16px;
    width: 350px;
    line-height: 35px;
}

#case_mess .case_cpzs ul li a {
    color: #727171;
}

#case_mess .case_cpzs ul li span {
    color: #727171;
    float: right;
}

#case_mess .case_cpzs ul li a:hover {
    color: red;
}

#case_mess .case_cpzs ul li a:hover span {
    color: red;
}

#case_mess .case_mess {
    width: 800px;
    height: auto;
    float: right;
    margin-top: 45px;
}


/*坚固工程案例*/

#jg {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#jg .jg_top {
    width: 100%;
    height: 170px;
}

#jg .jg_top p {
    text-align: center;
    line-height: 170px;
    font-size: 48px;
}

#jg .jg_top span {
    font-size: 36px;
    color: #888;
}

#jg .jg_tp {
    width: 1100px;
    height: auto;
    background: #f8e300;
    padding: 0 50px;
}

#jg .jg_tp p {
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

#jg .jg_pic {
    width: 100%;
    height: 389px;
    margin: 12px auto 70px;
}


/*坚固*/

#jg .jg_pic .jg_pic1 {
    width: 498px;
    height: 389px;
    float: left;
}

#jg .jg_pic .jg_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .jg_pic1 a:hover {
    color: #ff0101;
}


/*孟电*/

#jg .jg_pic .md_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/md0.jpg);
    float: left;
}

#jg .jg_pic .md_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .md_pic1 a:hover {
    color: #ff0101;
}


/*春江*/

#jg .jg_pic .cj_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/cj0.jpg);
    float: left;
}

#jg .jg_pic .cj_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .cj_pic1 a:hover {
    color: #ff0101;
}


/*万年青*/

#jg .jg_pic .wnq_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/wnq0.jpg);
    float: left;
}

#jg .jg_pic .wnq_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .wnq_pic1 a:hover {
    color: #ff0101;
}


/*昆钢*/

#jg .jg_pic .kg_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/kg0.jpg);
    float: left;
}

#jg .jg_pic .kg_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .kg_pic1 a:hover {
    color: #ff0101;
}


/*湖南*/

#jg .jg_pic .hn_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/hn0.jpg);
    float: left;
}

#jg .jg_pic .hn_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .hn_pic1 a:hover {
    color: #ff0101;
}


/*焦作*/

#jg .jg_pic .jz_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/jz0.jpg);
    float: left;
}

#jg .jg_pic .jz_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .jz_pic1 a:hover {
    color: #ff0101;
}


/*新疆*/

#jg .jg_pic .xj_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/xj0.jpg);
    float: left;
}

#jg .jg_pic .xj_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .xj_pic1 a:hover {
    color: #ff0101;
}


/*腾龙*/

#jg .jg_pic .tl_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/tl0.jpg);
    float: left;
}

#jg .jg_pic .tl_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .tl_pic1 a:hover {
    color: #ff0101;
}


/*春江2*/

#jg .jg_pic .wh_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/wh0.jpg);
    float: left;
}

#jg .jg_pic .wh_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .wh_pic1 a:hover {
    color: #ff0101;
}


/*豫西*/

#jg .jg_pic .yx_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/yx0.jpg);
    float: left;
}

#jg .jg_pic .yx_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .yx_pic1 a:hover {
    color: #ff0101;
}


/*豫南*/

#jg .jg_pic .yn_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/yn0.jpg);
    float: left;
}

#jg .jg_pic .yn_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .yn_pic1 a:hover {
    color: #ff0101;
}


/*河北*/

#jg .jg_pic .hb_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/hb0.jpg);
    float: left;
}

#jg .jg_pic .hb_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .hb_pic1 a:hover {
    color: #ff0101;
}


/*曲靖*/

#jg .jg_pic .qj_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/qj0.jpg);
    float: left;
}

#jg .jg_pic .qj_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .qj_pic1 a:hover {
    color: #ff0101;
}


/*山东*/

#jg .jg_pic .sd_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/sd0.jpg);
    float: left;
}

#jg .jg_pic .sd_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .sd_pic1 a:hover {
    color: #ff0101;
}


/*腾龙无氨脱硝*/

#jg .jg_pic .tlwa_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/tlsj.jpg);
    float: left;
}

#jg .jg_pic .tlwa_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .tlwa_pic1 a:hover {
    color: #ff0101;
}


/*滇东无氨脱硝*/

#jg .jg_pic .ddwa_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/ddsj.jpg);
    float: left;
}

#jg .jg_pic .ddwa_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .ddwa_pic1 a:hover {
    color: #ff0101;
}


/*滇东水泥燃烧器*/

#jg .jg_pic .ddsn_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/ddsnsj.jpg);
    float: left;
}

#jg .jg_pic .ddsn_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .ddsn_pic1 a:hover {
    color: #ff0101;
}


/*左权金隅案例*/

#jg .jg_pic .jy_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/jysj.jpg);
    float: left;
}

#jg .jg_pic .jy_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .jy_pic1 a:hover {
    color: #ff0101;
}


/*甘肃白银寿鹿山案例*/

#jg .jg_pic .sls_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/slssj.jpg);
    float: left;
}

#jg .jg_pic .sls_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .sls_pic1 a:hover {
    color: #ff0101;
}


/*玉溪桥龙案例*/

#jg .jg_pic .yxql_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/yxqlsj.jpg);
    float: left;
}

#jg .jg_pic .yxql_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .yxql_pic1 a:hover {
    color: #ff0101;
}


/*新双龙案例*/

#jg .jg_pic .xsl_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/xslsj.jpg);
    float: left;
}

#jg .jg_pic .xsl_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .xsl_pic1 a:hover {
    color: #ff0101;
}


/*天瑞新登水泥*/

#jg .jg_pic .xd_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/xdsj.jpg);
    float: left;
}

#jg .jg_pic .xd_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .xd_pic1 a:hover {
    color: #ff0101;
}


/*淄博鲁中水泥*/

#jg .jg_pic .lz_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/lzsj.jpg);
    float: left;
}

#jg .jg_pic .lz_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .lz_pic1 a:hover {
    color: #ff0101;
}


/*茂名石化水泥*/

#jg .jg_pic .mm_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/mmsj.jpg);
    float: left;
}

#jg .jg_pic .mm_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .mm_pic1 a:hover {
    color: #ff0101;
}


/*大方永贵建材*/

#jg .jg_pic .df_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/dfsj.jpg);
    float: left;
}

#jg .jg_pic .df_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .df_pic1 a:hover {
    color: #ff0101;
}


/*重庆天助*/

#jg .jg_pic .cq_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/cqsj.jpg);
    float: left;
}

#jg .jg_pic .cq_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .cq_pic1 a:hover {
    color: #ff0101;
}


/*唐山燕东*/

#jg .jg_pic .ts_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/tssj.jpg);
    float: left;
}

#jg .jg_pic .ts_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .ts_pic1 a:hover {
    color: #ff0101;
}


/*贵州荣盛*/

#jg .jg_pic .rs_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/rs0.jpg);
    float: left;
}

#jg .jg_pic .rs_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .rs_pic1 a:hover {
    color: #ff0101;
}


/*太阳石午安脱销*/

#jg .jg_pic .tys_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/tys0.jpg);
    float: left;
}

#jg .jg_pic .tys_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .tys_pic1 a:hover {
    color: #ff0101;
}


/*左权金隅午安脱销*/

#jg .jg_pic .zqjy_pic1 {
    width: 498px;
    height: 389px;
    background: url(../images/case/zqjy0.jpg);
    float: left;
}

#jg .jg_pic .zqjy_pic1 a {
    width: 130px;
    float: right;
    margin-top: 355px;
    color: #0b5087;
    font-size: 18px;
}

#jg .jg_pic .zqjy_pic1 a:hover {
    color: #ff0101;
}

#jg .jg_pic .jg_pic2 {
    width: 644px;
    height: 389px;
    float: right;
}

#jg .jg_nav {
    width: 1181px;
    height: 65px;
    margin: 0 auto;
}

#jg .jg_con {
    width: 1200px;
    height: auto;
}

#jg .jg_con p {
    font-size: 22px;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 38px;
    color: #1b1b1b;
}

#jg .jg_con span {
    color: #ff0101;
}

#jg .jg_con i {
    font-style: normal;
    color: #0b5087;
}

#jg .jg_tel {
    width: 1100px;
    height: 24px;
    margin: 16px auto 60px;
}

#jg .jg_tel img {
    float: right;
}

#jg .jg_pcc {
    width: 1090px;
    height: 258px;
    margin: 0 auto 35px;
}

#jg .jg_pcc .jg_pcc1 {
    float: left;
    margin-right: 30px;
    width: 343px;
    height: 258px;
}

#jg .jg_pcc .jg_pcc2 {
    float: right;
    width: 343px;
    height: 258px;
}

#jg .jg_pcc img {
    width: 100%;
    height: 100%;
}

#jg_cs {
    width: 100%;
    height: 1220px;
    background: url(../images/case/cases.jpg) fixed no-repeat;
}

#jg_cs .pro3_1 {
    padding-top: 35px;
}

#jg_cs .pro3_1 p {
    font-size: 36px;
    text-align: center;
    color: #f8e300;
    font-weight: bold;
}

#jg_cs .pro3_3 {
    width: 866px;
    margin: 35px auto;
}

#jg_cs .pro3_3 img {
    float: left;
}

#jg_cs .pro3_3 .pro3_zx {
    float: right;
    margin-top: 15px;
    width: 352px;
    height: 70px;
}

#jg_cs .pro3_3 .pro3_zx a {
    display: block;
    border: 2px solid #f8e300;
    color: #f8e300;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#jg_cs .pro3_3 .pro3_zx a:hover {
    color: #fff;
}

#jg_cs .pro3_4 {
    width: 1200px;
    margin: 50px auto 0;
}

#jg_cs .pro3_4 .pro3_4top {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 47px;
}

#jg_cs .pro3_4 .pro3_4top p {
    float: left;
    width: 400px;
    line-height: 47px;
    text-align: center;
    font-size: 22px;
    color: #fff
}

#jg_cs .pro3_4 .pro3_4cen {
    height: 45px;
    border-bottom: 1px solid #fff;
}

#jg_cs .pro3_4 .pro3_4cen p {
    float: left;
    width: 400px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 45px;
}


/*5个新案例*/

#jg_cs1 {
    width: 100%;
    height: 930px;
    background: url(../images/case/cases.jpg) fixed no-repeat;
}

#jg_cs1 .pro3_1 {
    padding-top: 35px;
}

#jg_cs1 .pro3_1 p {
    font-size: 36px;
    text-align: center;
    color: #f8e300;
    font-weight: bold;
}

#jg_cs1 .pro3_3 {
    width: 866px;
    margin: 35px auto;
}

#jg_cs1 .pro3_3 img {
    float: left;
}

#jg_cs1 .pro3_3 .pro3_zx {
    float: right;
    margin-top: 15px;
    width: 352px;
    height: 70px;
}

#jg_cs1 .pro3_3 .pro3_zx a {
    display: block;
    border: 2px solid #f8e300;
    color: #f8e300;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#jg_cs1 .pro3_3 .pro3_zx a:hover {
    color: #fff;
}

#jg_cs1 .proe_con {
    width: 1200px;
    height: 637px;
    margin: 38px auto;
    background: url(../images/case/p9.jpg) no-repeat top;
}

#jg_cs1 .proe_con .proe_top {
    width: 1200px;
    height: 84px;
}

#jg_cs1 .proe_con .proe_top p {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#jg_cs1 .proe_con .proe_top .proe_top1 {
    width: 278px;
    line-height: 84px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top2 {
    width: 135px;
    line-height: 84px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top3 {
    width: 113px;
    line-height: 84px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top4 {
    width: 668px;
    line-height: 35px;
}

#jg_cs1 .proe_con .proe_top .proe_top5 {
    width: 99px;
    line-height: 24px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top6 {
    width: 107px;
    line-height: 24px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top7 {
    width: 121px;
    line-height: 24px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top8 {
    width: 116px;
    line-height: 24px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top9 {
    width: 116px;
    line-height: 24px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_top .proe_top0 {
    width: 99px;
    line-height: 48px;
}

#jg_cs1 .proe_con .proe_cen {
    width: 1200px;
    height: 45px;
    border-bottom: 1px solid #0a5189;
}

#jg_cs1 .proe_con .proe_cen p {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#jg_cs1 .proe_con .proe_cen .proe_cen1 {
    width: 278px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen2 {
    width: 135px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen3 {
    width: 113px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen4 {
    width: 99px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen5 {
    width: 107px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen6 {
    width: 121px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen7 {
    width: 116px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen8 {
    width: 116px;
    line-height: 45px;
    margin-right: 2px;
}

#jg_cs1 .proe_con .proe_cen .proe_cen9 {
    width: 99px;
    line-height: 45px;
}

#jg_jx {
    width: 1189px;
    height: 666px;
    margin: 0 auto;
}

#jg_jx .jg_top {
    width: 1189px;
    height: 50px;
    margin: 50px auto 40px;
}

#jg_jx .jg_jjx {
    width: 1189px;
    margin: 0 auto;
}

#jg_jx .jg_jjx .jg_jjx1 {
    width: 366px;
    height: 520px;
    background: #242a38;
    margin-right: 45px;
    float: left;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_top {
    margin: 40px auto;
    height: 104px;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_top p {
    font-size: 34px;
    color: #3960d5;
    text-align: center;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_top span {
    font-size: 30px;
    color: #7a9bff;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_con {
    padding: 0 30px;
    font-size: 17px;
    height: 240px;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_con p {
    color: #fff;
    line-height: 25px;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_more {
    width: 322px;
    height: 60px;
    background: #3960d5;
    border-radius: 5px;
    margin: 0 auto;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_more a {
    display: block;
    line-height: 60px;
    font-size: 34px;
    text-align: center;
    color: #fff;
}

#jg_jx .jg_jjx .jg_jjx1 .jg_jjx1_more a:hover {
    color: #f8e300;
}

#jg_jx .jg_jjx .jg_jjx2 {
    width: 366px;
    height: 520px;
    background: #242a38;
    float: right;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_top {
    margin: 40px auto;
    height: 104px;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_top p {
    font-size: 34px;
    color: #3960d5;
    text-align: center;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_top span {
    font-size: 30px;
    color: #7a9bff;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_con {
    padding: 0 30px;
    font-size: 17px;
    height: 240px;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_con p {
    color: #fff;
    line-height: 25px;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_more {
    width: 322px;
    height: 60px;
    background: #3960d5;
    border-radius: 5px;
    margin: 0 auto;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_more a {
    display: block;
    line-height: 60px;
    font-size: 34px;
    text-align: center;
    color: #fff;
}

#jg_jx .jg_jjx .jg_jjx2 .jg_jjx2_more a:hover {
    color: #f8e300;
}


/*工程案例右侧导航*/

#right_nav {
    width: auto;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
}

#right_nav ul li {
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 3px 10px;
    background: rgba(51, 51, 51, 0.5)!important;
    filter: Alpha(opacity=70);
    background: #333;
}

#right_nav ul .right_top {
    background: #f8e300;
    display: block;
}

#right_nav ul .right_top a {
    color: #fff;
}

#right_nav ul .right_top a:hover {
    color: #0b5188;
}

#right_nav ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
}

#right_nav ul li a:hover {
    color: #f8e300;
}

@media screen and (max-width: 1850px) {
    #right_nav {
        width: auto;
        height: auto;
        position: fixed;
        right: 0;
        bottom: 0;
    }
    #right_nav ul li {
        line-height: 25px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 3px 10px;
        background: rgba(51, 51, 51, 0.5)!important;
        filter: Alpha(opacity=70);
        background: #333;
    }
    #right_nav ul .right_top {
        background: #f8e300;
    }
    #right_nav ul .right_top a {
        color: #fff;
    }
    #right_nav ul .right_top a:hover {
        color: #0b5188;
    }
    #right_nav ul li a {
        font-size: 15px;
        color: #fff;
        display: block;
    }
    #right_nav ul li a:hover {
        color: #f8e300;
    }
}


/*产品中心*/

#page {
    margin: 35px auto;
    text-align: center;
    font-size: 20px;
    width: 675px;
    height: 40px;
}

#page ul li {
    width: 60px;
    height: 10px;
    float: left;
}

#page ul .rewq {
    width: 20px;
    height: 10px;
    float: left;
    z-index: 10;
}

#page a:hover {
    color: red;
}

#page select {
    font-size: 20px;
}

#pagee {
    margin: 35px auto;
    text-align: center;
    font-size: 20px;
    width: 460px;
    height: 40px;
}

#pagee ul li {
    width: 55px;
    line-height: 40px;
    float: left;
}

#pagee ul li a {
    text-align: center;
    font-size: 18px;
    display: block;
}

#pagee ul li a:hover {
    color: #393939;
}

#pagee ul .qwer {
    width: 80px;
    background: #ccc;
    float: left;
}

#pagee ul .qwer a {
    color: #fff;
}

#pagee ul .qwer a:hover {
    background: #f8e300;
}

#pagee ul .rewq {
    width: 23px;
}


/*脱销喷枪*/

#prduct_banner {
    width: 100%;
    height: auto;
}

#prduct_banner img {
    width: 100%;
}

#prduct {
    width: 100%;
    height: auto;
}

#prduct .prduct_1 {
    width: 1150px;
    height: 730px;
    margin: 10px auto 0;
}

#prduct .prduct_1 .prduct_1a {
    width: 466px;
    height: auto;
    float: left;
}

#prduct .prduct_1 .prduct_1a .prduct_1a_top {
    font-size: 36px;
    color: #0b5087;
    margin-bottom: 60px;
}

#prduct .prduct_1 .prduct_1a .prduct_1a_cen {
    font-size: 16px;
    color: #5b5c5c;
    line-height: 35px;
}

#prduct .prduct_1 .prduct_1a .prduct_1a_con p {
    font-size: 16px;
    color: #5b5c5c;
    line-height: 25px;
    text-indent: 2em;
}

#prduct .prduct_1 .prduct_1b {
    width: 666px;
    height: auto;
    float: right;
}

#prduct .prduct_1 .prduct_1b img {
    width: 568px;
    height: 375px;
    margin: 130px 0 0 80px;
}

#prduct .prduct_1 .prduct_zx {
    width: 352px;
    height: 70px;
    margin: 60px auto;
}

#prduct .prduct_1 .prduct_zx a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#prduct .prduct_1 .prduct_zx a:hover {
    background: #0b5188;
    color: #fff;
}

#prduct .prduct_2 {
    width: 100%;
    height: 658px;
    background: url(../images/prduct2.jpg) no-repeat center;
    margin-top: 50px;
}

#prduct .prduct_2 .prduct_2a {
    font-size: 36px;
    color: #211306;
    text-align: center;
    padding-top: 60px;
}

#prduct .prduct_2 .prduct_2b {
    font-size: 14px;
    color: #211306;
    text-align: center;
    margin-top: 20px;
    line-height: 26px;
}

#prduct .prduct_2 .prduct_2c {
    width: 352px;
    height: 70px;
    margin: 40px auto;
}

#prduct .prduct_2 .prduct_2c a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#prduct .prduct_2 .prduct_2c a:hover {
    background: #0b5188;
    color: #fff;
}

#prduct .prduct_2 .prduct_2d {
    text-align: center;
    margin-top: 177px;
}

#prduct .prduct_3 {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
}

#prduct .prduct_3 .prduct_3a {
    width: 478px;
    height: auto;
    float: left;
}

#prduct .prduct_3 .prduct_3a img {
    width: 478px;
    height: 384px;
    margin: 153px 0 0 40px;
}

#prduct .prduct_3 .prduct_3a p {
    width: 330px;
    margin-left: 155px;
    font-size: 20px;
    color: #211306;
    line-height: 28px;
}

#prduct .prduct_3 .prduct_3b {
    width: 668px;
    height: auto;
    float: right;
}

#prduct .prduct_3 .prduct_3b img {
    margin-top: 40px;
}

#prduct .prduct_4 {
    width: 100%;
    height: 695px;
    background: url(../images/prduct6.jpg) no-repeat center;
    margin-bottom: 50px;
}

#prduct .prduct_4 .prduct_4a {
    font-size: 36px;
    color: #211306;
    text-align: center;
    padding-top: 60px;
}

#prduct .prduct_4 .prduct_4b {
    font-size: 14px;
    color: #211306;
    text-align: center;
    margin-top: 20px;
    line-height: 26px;
}

#prduct .prduct_4 .prduct_4c {
    width: 352px;
    height: 70px;
    margin: 40px auto;
}

#prduct .prduct_4 .prduct_4c a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#prduct .prduct_4 .prduct_4c a:hover {
    background: #0b5188;
    color: #fff;
}

#prduct .prduct_4 .prduct_4d {
    text-align: center;
    margin-top: 197px;
    padding-left: 350px;
}

#prduct .prduct_5 {
    width: 100%;
    height: 810px;
    background: url(../images/prduct7.jpg) no-repeat center;
}

#prduct .prduct_5 .prduct_5a {
    font-size: 36px;
    color: #211306;
    text-align: center;
    padding-top: 60px;
}

#prduct .prduct_5 .prduct_5b {
    font-size: 14px;
    color: #211306;
    text-align: center;
    margin-top: 20px;
    line-height: 26px;
}

#prduct .prduct_5 .prduct_5c {
    width: 352px;
    height: 70px;
    margin: 507px auto 0;
}

#prduct .prduct_5 .prduct_5c a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#prduct .prduct_5 .prduct_5c a:hover {
    background: #0b5188;
    color: #fff;
}

#prduct .pro3 {
    width: 100%;
    height: 700px;
    background: url(../images/pro3.jpg) fixed no-repeat;
}

#prduct .pro3 .pro3_1 {
    padding-top: 85px;
}

#prduct .pro3 .pro3_1 p {
    font-size: 36px;
    text-align: center;
    color: #fff;
}


/*#prduct .pro3 .pro3_2{margin-top: 35px;}
#prduct .pro3 .pro3_2 p{font-size: 16px;text-align: center;line-height: 28px;}*/

#prduct .pro3 .pro3_3 {
    width: 900px;
    height: 80px;
    margin: 50px auto;
}

#prduct .pro3 .pro3_3 img {
    float: left;
}

#prduct .pro3 .pro3_3 .pro3_zx {
    float: right;
    margin-top: 13px;
    width: 352px;
    height: 70px;
}

#prduct .pro3 .pro3_3 .pro3_zx a {
    display: block;
    border: 1px solid #f8e300;
    color: #f8e300;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#prduct .pro3 .pro3_3 .pro3_zx a:hover {
    background: #f8e300;
    color: #0b5188;
}

#prduct .pro3 .pro3_4 {
    width: 1200px;
    margin: 20px auto;
}

#prduct .pro3 .pro3_4 .pro3_4top {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 94px;
}

#prduct .pro3 .pro3_4 .pro3_4top p {
    float: left;
    width: 150px;
    line-height: 47px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

#prduct .pro3 .pro3_4 .pro3_4cen {
    height: 45px;
    border-bottom: 1px solid #fff;
}

#prduct .pro3 .pro3_4 .pro3_4cen p {
    float: left;
    width: 150px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 45px;
}


/*产品中心列表*/

#inner_banner {
    width: 100%;
    height: 532px;
    background: url(../images/propro_banner.jpg) no-repeat center;
}

#inner {
    width: 1294px;
    height: auto;
    margin: 0 auto;
}

#inner .inner1 {
    width: 1294px;
    height: auto;
}

#inner .inner1 .inner1_top {
    width: 1104px;
    height: 67px;
    margin: 70px auto 40px;
}

#inner .inner1 .inner1_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner1 .inner1_top span {
    color: #3f3f3f;
}

#inner .inner1 .inner1_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner1 .inner1_top a:hover {
    color: #f8e300;
}

#inner .inner1 .inner1_con {
    width: 1294px;
    height: 606px;
    background: url(../images/pro/pro_bg1.jpg) no-repeat center;
}

#inner .inner1 .inner1_con .inner1_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_1 {
    width: 133px;
    height: 76px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 68px 0 0 110px;
    float: left;
    text-align: center;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_2 {
    width: 133px;
    height: 76px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 68px 0 0 68px;
    float: left;
    text-align: center;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_3 {
    width: 133px;
    height: 76px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 68px 0 0 70px;
    float: left;
    text-align: center;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_4 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 53px 0 0 216px;
    float: left;
    text-align: center;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_7 {
    width: 133px;
    height: 112px;
    font-size: 20px;
    margin: 36px 0 0 65px;
    float: left;
    text-align: center;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_7 a {
    padding-top: 48px;
    display: block;
    color: #3f3f3f;
    width: 133px;
    height: 104px;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_8 {
    width: 717px;
    height: 220px;
    float: left;
}

#inner .inner1 .inner1_con .inner1_con_a .inner1_con_a_8 a {
    display: block;
    width: 717px;
    height: 220px;
}

#inner .inner1 .inner1_con .inner1_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_1 a {
    color: #000;
    display: block;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_2 a {
    color: #3f3f3f;
    text-indent: 2em;
    display: block;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_3 .inner1_con_b_3a {
    float: left;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_3 .inner1_con_b_3b {
    float: right;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner1 .inner1_con .inner1_con_b .inner1_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner2 {
    width: 1294px;
    height: 800px;
}

#inner .inner2 .inner2_top {
    width: 1104px;
    height: 67px;
    margin: 22px auto 40px;
}

#inner .inner2 .inner2_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner2 .inner2_top span {
    color: #3f3f3f;
}

#inner .inner2 .inner2_top a {
    width: 300px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner2 .inner2_top a:hover {
    color: #f8e300;
}

#inner .inner2 .inner2_con {
    width: 1294px;
    height: 622px;
    background: url(../images/pro/pro_bg2.jpg) no-repeat center;
}

#inner .inner2 .inner2_con .inner2_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_1 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 53px 0 0 60px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_2 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 46px 0 0 34px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_3 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 82px 0 0 33px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_4 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 53px 0 0 32px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_5 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 44px 0 0 145px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_6 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 44px 0 0 31px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_7 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 44px 0 0 29px;
    float: left;
    text-align: center;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_8 {
    width: 296px;
    height: 64px;
    background: #f89800;
    margin: 96px auto;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_8 a {
    line-height: 64px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    display: block;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_9 {
    width: 717px;
    height: 90px;
    float: left;
}

#inner .inner2 .inner2_con .inner2_con_a .inner2_con_a_9 a {
    width: 717px;
    height: 90px;
    display: block;
}

#inner .inner2 .inner2_con .inner2_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_1 a {
    color: #000;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_2 a {
    color: #3f3f3f;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_3 .inner2_con_b_3a {
    float: left;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_3 .inner2_con_b_3b {
    float: right;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner2 .inner2_con .inner2_con_b .inner2_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner3 {
    width: 1294px;
    height: 800px;
}

#inner .inner3 .inner3_top {
    width: 1104px;
    height: 67px;
    margin: 0 auto 40px;
}

#inner .inner3 .inner3_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner3 .inner3_top span {
    color: #3f3f3f;
}

#inner .inner3 .inner3_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner3 .inner3_top a:hover {
    color: #f8e300;
}

#inner .inner3 .inner3_con {
    width: 1294px;
    height: 622px;
    background: url(../images/ft/xhbig.jpg) no-repeat center;
}

#inner .inner3 .inner3_con .inner3_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_1 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 60px 0 0 55px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_2 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 66px 0 0 29px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_3 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 59px 0 0 27px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_4 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 60px 0 0 24px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_5 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 34px 0 0 106px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_6 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 24px 0 0 534px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_7 {
    width: 133px;
    height: 152px;
    font-size: 20px;
    margin: 10px 0 0 29px;
    float: left;
    text-align: center;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_7 a {
    padding-top: 48px;
    display: block;
    color: #3f3f3f;
    width: 133px;
    height: 104px;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_8 {
    width: 717px;
    height: 220px;
    float: left;
}

#inner .inner3 .inner3_con .inner3_con_a .inner3_con_a_8 a {
    display: block;
    width: 717px;
    height: 220px;
}

#inner .inner3 .inner3_con .inner3_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 20px auto 25px;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_1 a {
    color: #000;
    display: block;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_2 a {
    color: #3f3f3f;
    text-indent: 2em;
    display: block;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_3 .inner3_con_b_3a {
    float: left;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_3 .inner3_con_b_3b {
    float: right;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner3 .inner3_con .inner3_con_b .inner3_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner4 {
    width: 1294px;
    height: auto;
}

#inner .inner4 .inner4_top {
    width: 1104px;
    height: 67px;
    margin: 0 auto 40px;
}

#inner .inner4 .inner4_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner4 .inner4_top span {
    color: #3f3f3f;
}

#inner .inner4 .inner4_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner4 .inner4_top a:hover {
    color: #f8e300;
}

#inner .inner4 .inner4_con {
    width: 1294px;
    height: 622px;
    background: url(../images/pro/pro_bg3.jpg) no-repeat ;
}

#inner .inner4 .inner4_con .inner4_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_1 {
    width: 133px;
    height: 111px;
  color: #3f3f3f;
    font-size: 20px;
    margin:55px 0 0 60px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_2 {
    width: 133px;
    height: 111px;
  color: #3f3f3f;
    font-size: 20px;
    margin: 55px 0 0 33px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_3 {
    width: 133px;
    height: 111px;
  color: #3f3f3f;
    font-size: 19px;
    margin: 51px 0 0 33px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_4 {
    width: 133px;
    height: 111px;
 color: #3f3f3f;
    font-size: 20px;
    margin: 54px 0 0 32px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_5 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 47px 0 0 -48px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_6 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: -125px 0 0 143px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_7 {
    width: 133px;
    height: 152px;
    font-size: 20px;
    margin: -150px 0 0 470px;
    float: left;
    text-align: center;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_7 a {
    padding-top: 48px;
    display: block;
    color: #3f3f3f;
    width: 133px;
    height: 104px;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_8 {
    width: 717px;
    height: 220px;
    float: left;
}

#inner .inner4 .inner4_con .inner4_con_a .inner4_con_a_8 a {
    display: block;
    width: 717px;
    height: 220px;
}

#inner .inner4 .inner4_con .inner4_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_1 a {
    color: #000;
    display: block;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_2 a {
    color: #3f3f3f;
    text-indent: 2em;
    display: block;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_3 .inner4_con_b_3a {
    float: left;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_3 .inner4_con_b_3b {
    float: right;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner4 .inner4_con .inner4_con_b .inner4_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner5 {
    width: 1294px;
    height: 750px;
}

#inner .inner5 .inner5_top {
    width: 1104px;
    height: 67px;
    margin: 0 auto 40px;
}

#inner .inner5 .inner5_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner5 .inner5_top span {
    color: #3f3f3f;
}

#inner .inner5 .inner5_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner5 .inner5_top a:hover {
    color: #f8e300;
}

#inner .inner5 .inner5_con {
    width: 1294px;
    height: 622px;
    background: url(../images/watx_pro.jpg) no-repeat 100px;
}

#inner .inner5 .inner5_con .inner5_con_a {
    width: 717px;
    float: left;
    margin-left: 94px;
    text-align: center;
    padding-top: 520px;
    font-size: 28px;
}

#inner .inner5 .inner5_con .inner5_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_1 a {
    color: #000;
    display: block;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_2 a {
    color: #3f3f3f;
    text-indent: 2em;
    display: block;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_3 .inner5_con_b_3a {
    float: left;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_3 .inner5_con_b_3b {
    float: right;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner5 .inner5_con .inner5_con_b .inner5_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner6 {
    width: 1294px;
    height: auto;
}

#inner .inner6 .inner6_top {
    width: 1104px;
    height: 67px;
    margin: 40px auto;
}

#inner .inner6 .inner6_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner6 .inner6_top span {
    color: #3f3f3f;
}

#inner .inner6 .inner6_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner6 .inner6_top a:hover {
    color: #f8e300;
}

#inner .inner6 .inner6_con {
    width: 1294px;
    height: 606px;
    background: url(../images/hjqjq/hjqjq.jpg) no-repeat center;
}

#inner .inner6 .inner6_con .inner6_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_1 {
    width: 133px;
    height: 35px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 85px 0 0 110px;
    float: left;
    text-align: center;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_2 {
    width: 133px;
    height: 76px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 68px 0 0 68px;
    float: left;
    text-align: center;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_3 {
    width: 133px;
    height: 35px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 85px 0 0 70px;
    float: left;
    text-align: center;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_4 {
    width: 133px;
    height: 100px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 77px 0 0 216px;
    float: left;
    text-align: center;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_7 {
    width: 133px;
    height: 112px;
    font-size: 20px;
    margin: 36px 0 0 65px;
    float: left;
    text-align: center;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_7 a {
    padding-top: 48px;
    display: block;
    color: #3f3f3f;
    width: 133px;
    height: 104px;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_8 {
    width: 717px;
    height: 220px;
    float: left;
}

#inner .inner6 .inner6_con .inner6_con_a .inner6_con_a_8 a {
    display: block;
    width: 717px;
    height: 220px;
}

#inner .inner6 .inner6_con .inner6_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_1 a {
    color: #000;
    display: block;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_2 a {
    color: #3f3f3f;
    text-indent: 2em;
    display: block;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 11px auto 15px;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_3 .inner6_con_b_3a {
    float: left;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_3 .inner6_con_b_3b {
    float: right;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner6 .inner6_con .inner6_con_b .inner6_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner7 {
    width: 1294px;
    height: auto;
}

#inner .inner7 .inner7_top {
    width: 1104px;
    height: 67px;
    margin: 40px auto;
}

#inner .inner7 .inner7_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner7 .inner7_top span {
    color: #3f3f3f;
}

#inner .inner7 .inner7_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner7 .inner7_top a:hover {
    color: #f8e300;
}

#inner .inner7 .inner7_con {
    width: 1294px;
    height: 606px;
    background: url(../images/yw/pro.jpg) no-repeat center;
}

#inner .inner7 .inner7_con .inner7_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_1 {
    width: 133px;
    height: 35px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 85px 0 0 110px;
    float: left;
    text-align: center;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_2 {
    width: 133px;
    height: 35px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 85px 0 0 32px;
    float: left;
    text-align: center;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_3 {
    width: 133px;
    height: 76px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 60px 0 0 32px;
    float: left;
    text-align: center;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_7 {
    width: 133px;
    height: 76px;
    font-size: 20px;
    margin: 64px 0 0 545px;
    float: left;
    text-align: center;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_7 a {
    display: block;
    color: #3f3f3f;
    width: 133px;
    height: 76px;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_8 {
    width: 717px;
    height: 220px;
    float: left;
}

#inner .inner7 .inner7_con .inner7_con_a .inner7_con_a_8 a {
    display: block;
    width: 717px;
    height: 220px;
}

#inner .inner7 .inner7_con .inner7_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_1 a {
    color: #000;
    display: block;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_2 a {
    color: #3f3f3f;
    text-indent: 2em;
    display: block;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 11px auto 15px;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_3 .inner7_con_b_3a {
    float: left;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_3 .inner7_con_b_3b {
    float: right;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner7 .inner7_con .inner7_con_b .inner7_con_b_5 {
    text-align: center;
    margin-top: 10px;
}

#inner .inner8 {
    width: 1294px;
    height: auto;
}


#inner .inner8 .inner8_top {
    width: 1104px;
    height: 67px;
    margin: 22px auto 40px;
}

#inner .inner8 .inner8_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .inner8 .inner8_top span {
    color: #3f3f3f;
}

#inner .inner8 .inner8_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .inner8 .inner8_top a:hover {
    color: #f8e300;
}

#inner .inner8 .inner8_con {
    width: 1294px;
    height: 622px;
    background: url(../images/ft/pro.jpg) no-repeat center;
}

#inner .inner8 .inner8_con .inner8_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_1 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 82px 0 0 60px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_2 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 68px 0 0 34px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_3 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 82px 0 0 33px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_4 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 68px 0 0 32px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_5 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 50px 0 0 145px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_6 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 25px 0 0 31px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_7 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 50px 0 0 29px;
    float: left;
    text-align: center;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_8 {
    width: 296px;
    height: 64px;
    background: #f89800;
    margin: 96px auto;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_8 a {
    line-height: 64px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    display: block;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_9 {
    width: 717px;
    height: 90px;
    float: left;
}

#inner .inner8 .inner8_con .inner8_con_a .inner8_con_a_9 a {
    width: 717px;
    height: 90px;
    display: block;
}

#inner .inner8 .inner8_con .inner8_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_1 a {
    color: #000;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_2 a {
    color: #3f3f3f;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_3 .inner8_con_b_3a {
    float: left;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_3 .inner8_con_b_3b {
    float: right;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .inner8 .inner8_con .inner8_con_b .inner8_con_b_5 {
    text-align: center;
    margin-top: 30px;
}

#inner .innera {
    width: 1294px;
    height: auto;
}

#inner .innera .innera_top {
    width: 1104px;
    height: 67px;
    margin: 22px auto 40px;
}

#inner .innera .innera_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .innera .innera_top span {
    color: #3f3f3f;
}

#inner .innera .innera_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .innera .innera_top a:hover {
    color: #f8e300;
}

#inner .innera .innera_con {
    width: 1294px;
    height: 622px;
    background: url(../images/pro/tgl.jpg) no-repeat center;
}

#inner .innera .innera_con .innera_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .innera .innera_con .innera_con_a .innera_con_a_1 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 77px 0 0 34px;
    float: left;
    text-align: center;
}

#inner .innera .innera_con .innera_con_a .innera_con_a_2 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 77px 0 0 18px;
    float: left;
    text-align: center;
}

#inner .innera .innera_con .innera_con_a .innera_con_a_3 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 68px 0 0 14px;
    float: left;
    text-align: center;
}

#inner .innera .innera_con .innera_con_a .innera_con_a_4 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 124px 0 0 18px;
    float: left;
    text-align: center;
}

#inner .innera .innera_con .innera_con_a .innera_con_a_5 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 33px 0 0 570px;
    float: left;
    text-align: center;
}

#inner .innera .innera_con .innera_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_1 a {
    color: #000;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_2 a {
    color: #3f3f3f;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_3 .innera_con_b_3a {
    float: left;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_3 .innera_con_b_3b {
    float: right;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .innera .innera_con .innera_con_b .innera_con_b_5 {
    text-align: center;
    margin-top: 30px;
}

#inner .innerb {
    width: 1294px;
    height: auto;
}

#inner .innerb .innerb_top {
    width: 1104px;
    height: 67px;
    margin: 22px auto 40px;
}

#inner .innerb .innerb_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .innerb .innerb_top span {
    color: #3f3f3f;
}

#inner .innerb .innerb_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .innerb .innerb_top a:hover {
    color: #f8e300;
}

#inner .innerb .innerb_con {
    width: 1294px;
    height: 622px;
    background: url(../images/pro/txgl.jpg) no-repeat center;
}

#inner .innerb .innerb_con .innerb_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .innerb .innerb_con .innerb_con_a .innerb_con_a_1 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 101px 0 0 49px;
    float: left;
    text-align: center;
}

#inner .innerb .innerb_con .innerb_con_a .innerb_con_a_2 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 101px 0 0 39px;
    float: left;
    text-align: center;
}

#inner .innerb .innerb_con .innerb_con_a .innerb_con_a_3 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 88px 0 0 44px;
    float: left;
    text-align: center;
}

#inner .innerb .innerb_con .innerb_con_a .innerb_con_a_4 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 218px 0 0 14px;
    float: left;
    text-align: center;
}

#inner .innerb .innerb_con .innerb_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_1 a {
    color: #000;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_2 a {
    color: #3f3f3f;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 20px auto 15px;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_3 .innerb_con_b_3a {
    float: left;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_3 .innerb_con_b_3b {
    float: right;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .innerb .innerb_con .innerb_con_b .innerb_con_b_5 {
    text-align: center;
    margin-top: 30px;
}

#inner .innerc {
    width: 1294px;
    height: auto;
}

#inner .innerc .innerc_top {
    width: 1104px;
    height: 67px;
    margin: 22px auto 40px;
}

#inner .innerc .innerc_top p {
    color: #f89800;
    font-size: 50px;
    font-weight: bold;
    width: 353px;
    float: left;
}

#inner .innerc .innerc_top span {
    color: #3f3f3f;
}

#inner .innerc .innerc_top a {
    width: 500px;
    line-height: 50px;
    display: block;
    background: #d9d9d9;
    color: #0b5188;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-size: 38px;
    margin-left: 20px;
}

#inner .innerc .innerc_top a:hover {
    color: #f8e300;
}

#inner .innerc .innerc_con {
    width: 1294px;
    height: 622px;
    background: url(../images/pro/zxc.jpg) no-repeat center;
}

#inner .innerc .innerc_con .innerc_con_a {
    width: 717px;
    height: 547px;
    float: left;
    margin-left: 94px;
}

#inner .innerc .innerc_con .innerc_con_a .innerc_con_a_1 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 77px 0 0 132px;
    float: left;
    text-align: center;
}

#inner .innerc .innerc_con .innerc_con_a .innerc_con_a_2 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 19px;
    margin: 92px 0 0 68px;
    float: left;
    text-align: center;
}

#inner .innerc .innerc_con .innerc_con_a .innerc_con_a_3 {
    width: 133px;
    height: 111px;
    color: #3f3f3f;
    font-size: 20px;
    margin: 162px 0 0 48px;
    float: left;
    text-align: center;
}

#inner .innerc .innerc_con .innerc_con_b {
    width: 414px;
    height: 547px;
    float: right;
    margin-right: 33px;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 47px auto 25px;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_1 a {
    color: #000;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_2 {
    font-size: 20px;
    color: #3f3f3f;
    text-indent: 2em;
    line-height: 33px;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_2 a {
    color: #3f3f3f;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_3 {
    width: 414px;
    height: 64px;
    margin: 37px auto 15px;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_3 .innerc_con_b_3a {
    float: left;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_3 .innerc_con_b_3b {
    float: right;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_4 {
    width: 414px;
    height: 64px;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_4 a {
    font-size: 36px;
    color: #000;
    line-height: 62px;
    display: block;
    text-align: center;
    border: 1px solid #f89800;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_4 a:hover {
    background: #f8e300;
    border: 1px solid #f8e300;
}

#inner .innerc .innerc_con .innerc_con_b .innerc_con_b_5 {
    text-align: center;
    margin-top: 30px;
}


/*一窑一设计*/

#yisj_banner {
    width: 100%;
    height: 400px;
    background: url(../images/yisj_banner.jpg) no-repeat center;
}

#ysja {
    width: 870px;
    height: 270px;
    padding: 40px 0;
    margin: 0 auto;
}

#ysja .ysja_1 {
    text-align: center;
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
}

#ysja .ysja_2 p {
    font-size: 24px;
    color: #5b5b5b;
}

#ysjb {
    width: 100%;
    height: 600px;
    background: #eaeaea;
}

#ysjb .ysjb {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}

#ysjb .ysjb .ysjb_1 {
    float: left;
    margin-right: 60px;
    width: 554px;
    height: 512px;
}

#ysjb .ysjb .ysjb_2 {
    float: left;
    width: 550px;
}

#ysjb .ysjb .ysjb_2 .ysjb_21 {
    font-size: 30px;
    color: #5b5b5b;
    font-weight: bold;
    margin-bottom: 50px;
}

#ysjb .ysjb .ysjb_2 .ysjb_22 p {
    font-size: 20px;
    color: #5b5b5b;
    line-height: 30px;
}

#ysjc {
    width: 100%;
    height: 195px;
    background: #f6a810;
}

#ysjc .ysjc {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
}

#ysjc .ysjc .ysjc_1 {
    font-size: 30px;
    color: #060606;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#ysjc .ysjc .ysjc_2 p {
    font-size: 20px;
    color: #0b0b0b;
    text-indent: 2em;
}

#yisj {
    width: 100%;
    height: auto;
}

#yisj .yisj_top {
    width: 409px;
    height: 200px;
    margin: 0 auto;
}

#yisj .yisj_tit p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #3c352f;
    margin-bottom: 90px;
}

#yisj1 {
    width: 100%;
    height: 406px;
    background: url(../images/yisj/sj1.jpg) no-repeat center;
}

#yisj1 .yisj1_con {
    width: 1230px;
    height: 210px;
    margin: 0 auto;
}

#yisj1 .yisj1_con a {
    width: 450px;
    height: 375px;
    display: block;
    float: left;
}

#yisj1 .yisj1_con p {
    width: 660px;
    height: auto;
    float: right;
    font-size: 22px;
    color: #463737;
    padding: 15px 27px 0 0;
    line-height: 32px;
}

#yisj1 .yisj1_caa {
    width: 1230px;
    margin: 0 auto;
}

#yisj1 .yisj1_caa a {
    width: 423px;
    float: right;
}

#yisj2 {
    width: 100%;
    height: 422px;
    background: url(../images/yisj/sj2.jpg) no-repeat center;
}

#yisj2 .yisj2_con {
    width: 1230px;
    height: 225px;
    margin: 0 auto;
}

#yisj2 .yisj2_con a {
    width: 438px;
    height: 290px;
    float: right;
    display: block;
}

#yisj2 .yisj2_con p {
    width: 660px;
    height: auto;
    float: left;
    font-size: 22px;
    color: #463737;
    padding: 23px 0 0 30px;
    line-height: 32px;
}

#yisj2 .yisj2_caa {
    width: 351px;
    margin-left: 360px;
}

#yisj2 .yisj2_caa a {
    float: left;
}

#yisj3 {
    width: 100%;
    height: 304px;
    background: url(../images/yisj/sj3.jpg) no-repeat center;
}

#yisj3 .yisj3_con {
    width: 1230px;
    height: 248px;
    margin: 0 auto;
}

#yisj3 .yisj3_con a {
    width: 424px;
    height: 229px;
    float: left;
    display: block;
    margin-left: 225px;
}

#yisj3 .yisj3_con p {
    width: 464px;
    height: auto;
    float: right;
    font-size: 22px;
    color: #463737;
    padding: 18px 27px 0 0;
    line-height: 32px;
}

#yisj3 .yisj3_caa {
    width: 351px;
    float: right;
}

#yisj3 .yisj3_caa a {
    float: right;
}

#yisj4 {
    width: 100%;
    height: 460px;
    background: url(../images/yisj/sj4.jpg) no-repeat center;
}

#yisj4 .yisj4_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

#yisj4 .yisj4_con p {
    text-align: center;
    font-size: 25px;
    color: #fda100;
    line-height: 55px;
}

#yisj4 .yisj4_con span {
    font-size: 32px;
    color: #fff;
}

#yisj5 {
    width: 100%;
    height: 357px;
    background: url(../images/yisj/sj5.jpg) no-repeat center;
}

#yisj5 .yisj5_1 {
    width: 308px;
    height: 164px;
    float: left;
    margin-left: 10px;
    padding: 10px 20px;
    margin-right: 58px;
}

#yisj5 .yisj5_1 p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

#yisj5 .yisj5_1 span {
    font-size: 24px;
    color: #fda100;
    line-height: 45px;
}

#yisj5 .yisj5_2 {
    width: 308px;
    height: 164px;
    float: right;
    padding: 10px 20px;
    margin-right: 10px;
}

#yisj5 .yisj5_2 p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

#yisj5 .yisj5_2 span {
    font-size: 24px;
    color: #fda100;
    line-height: 45px;
}

#yisj5 .yisj5_3 {
    width: 177px;
    height: 45px;
    border: 1px solid #fda100;
    border-radius: 7px;
    float: left;
    margin: 46px 0 0 213px;
}

#yisj5 .yisj5_3 a {
    display: block;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #fda100;
}

#yisj5 .yisj5_4 {
    width: 177px;
    height: 45px;
    border: 1px solid #fda100;
    border-radius: 7px;
    float: right;
    margin: 46px 213px 0 0;
}

#yisj5 .yisj5_4 a {
    display: block;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #fda100;
}

#yisj6 {
    width: 100%;
    height: 572px;
    background: url(../images/yisj/sj6.jpg) no-repeat center;
}

#yisj6 .yisj6_1 {
    width: 410px;
    height: auto;
    float: right;
    margin-top: 55px;
}

#yisj6 .yisj6_1 .yisj6_1a {
    font-size: 24px;
    color: #ff6000;
}

#yisj6 .yisj6_1 .yisj6_1b {
    font-size: 20px;
    color: #505050;
    padding-left: 39px;
    line-height: 33px;
}

#yisj6 .yisj6_1 .yisj6_1c {
    width: 187px;
    height: 38px;
    background: #fda100;
    float: right;
    margin-top: 33px;
}

#yisj6 .yisj6_1 .yisj6_1c a {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: block;
}

#yisj6 .yisj6_2 {
    width: 381px;
    height: auto;
    float: left;
    margin-top: 220px;
}

#yisj6 .yisj6_2 .yisj6_2a {
    font-size: 24px;
    color: #ff6000;
}

#yisj6 .yisj6_2 .yisj6_2b {
    font-size: 20px;
    color: #505050;
    padding-left: 39px;
    line-height: 33px;
}

#yisj6 .yisj6_2 .yisj6_2b span {
    color: #f00;
}

#yisj6 .yisj6_2 .yisj6_2c {
    width: 187px;
    height: 38px;
    background: #fda100;
    float: right;
    margin-top: 10px;
}

#yisj6 .yisj6_2 .yisj6_2c a {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: block;
}

#yisj7 {
    width: 100%;
    height: 514px;
    background: url(../images/yisj/sj7.jpg) no-repeat center;
}

#yisj7 .yisj7_1 {
    width: 410px;
    height: auto;
    margin: 0 auto;
    padding-top: 258px;
    padding-left: 70px;
}

#yisj7 .yisj7_1 .yisj7_1a {
    font-size: 24px;
    color: #ff6000;
}

#yisj7 .yisj7_1 .yisj7_1b {
    font-size: 20px;
    color: #505050;
    padding-left: 39px;
    line-height: 33px;
}

#yisj8 {
    width: 457px;
    height: 38px;
    margin: 0 auto 50px;
}

#yisj8 a {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    width: 187px;
    background: #fda100;
    float: right;
}


/*404页面*/

#or404 {
    width: 1094px;
    height: 785px;
    margin: 0 auto;
}

#or404 .or404_pic {
    width: 1094px;
    height: 523px;
    background: url(../images/404.jpg);
}

#or404 .or404_pic .or404_a {
    width: 387px;
    height: 47px;
    margin: 0 auto;
    padding-top: 96px;
}

#or404 .or404_pic .or404_a .or404_a1 {
    width: 123px;
    line-height: 47px;
    float: left;
    background: #0b5188;
    border-radius: 7px;
}

#or404 .or404_pic .or404_a .or404_a2 {
    width: 123px;
    line-height: 47px;
    float: right;
    background: #0b5188;
    border-radius: 7px;
}

#or404 .or404_pic .or404_a a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

#or404 .or404_pic .or404_b {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    padding-top: 277px;
}

#or404 .or404_pro {
    width: 698px;
    height: 176px;
    margin: 30px auto;
}

#or404 .or404_pro ul li {
    width: 316px;
    height: 176px;
    float: left;
    margin-left: 32px;
}

#or404 .or404_pro ul li img {
    border: 1px solid #0c5288;
}


/*石灰窑燃烧器*/

#pc {
    width: 100%;
    height: auto;
}

#pc .pc_banner {
    width: 100%;
    height: 903px;
    background: url(../images/pc/banner.jpg) no-repeat center;
}

#pc .pc_pc {
    width: 100%;
    height: 689px;
    background: url(../images/pc/pc.jpg) no-repeat center;
}

#pc .pc_pc .pc_com {
    width: 1200px;
    height: auto;
    margin: 7px auto 0;
}

#pc .pc_pc .pc_com h1 {
    font-size: 36px;
    color: #0b5188;
    font-weight: normal;
}

#pc .pc_pc .pc_con {
    width: 1200px;
    height: auto;
}

#pc .pc_pc .pc_con p {
    font-size: 16px;
    color: #525252;
    line-height: 33px;
    text-indent: 2em;
}

#pc .pc_pc .pc_mor {
    width: 352px;
    height: 70px;
    float: right;
    margin-top: 258px;
}

#pc .pc_pc .pc_mor a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#pc .pc_pc .pc_mor a:hover {
    background: #0b5188;
    color: #fff;
}

#pc .pc_zx {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

#pc .pc_zx img {
    width: 100%;
}

#pc .pc_x1 {
    width: 100%;
    height: 597px;
    background: url(../images/pc/b1.jpg) no-repeat center;
}

#pc .pc_x1 .pc_x1a {
    font-size: 30px;
    color: #2f2f2f;
    padding-top: 95px;
}

#pc .pc_x1 .pc_x1b {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 32px;
}

#pc .pc_x1 .pc_x1c {
    font-size: 30px;
    color: #2f2f2f;
    padding-top: 68px;
}

#pc .pc_x1 .pc_x1d {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 32px;
}

#pc .pc_x2 {
    width: 100%;
    height: 779px;
    background: url(../images/pc/b2.jpg) no-repeat center;
}

#pc .pc_x2 .pc_x2a {
    font-size: 30px;
    color: #2f2f2f;
    padding-top: 22px;
}

#pc .pc_x2 .pc_x2b {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 32px;
}

#pc .pc_x2 .pc_x2b p {
    color: #2f2f2f;
    line-height: 35px;
    text-indent: 5em;
}

#pc .pc_x2 .pc_x2c {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 22px;
}

#pc .pc_x2 .pc_x2c p {
    color: #2f2f2f;
    line-height: 35px;
    text-indent: 5em;
}

#pc .pc_x2 .pc_x2d {
    font-size: 30px;
    color: #2f2f2f;
    padding-top: 74px;
}

#pc .pc_x2 .pc_x2e {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 32px;
}

#pc .pc_x3 {
    width: 100%;
    height: 742px;
    background: url(../images/pc/b3.jpg) no-repeat center;
}

#pc .pc_x3 .pc_x3a {
    font-size: 30px;
    color: #2f2f2f;
    padding-top: 19px;
}

#pc .pc_x3 .pc_x3b {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 32px;
}

#pc .pc_x3 .pc_x3c {
    font-size: 30px;
    color: #2f2f2f;
    padding-top: 39px;
}

#pc .pc_x3 .pc_x3d {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 32px;
}

#pc .pc_fix {
    width: 100%;
    background: url(../images/pc/bg.jpg) fixed no-repeat;
    height: 730px;
    margin-top: 50px;
}

#pc .pc_fix .pc_fixa {
    padding-top: 35px;
}

#pc .pc_fix .pc_fixa p {
    font-size: 36px;
    text-align: center;
    color: #fff;
}

#pc .pc_fix .pc_fixb {
    width: 970px;
    margin: 0 auto;
}

#pc .pc_fix .pc_fixb img {
    float: left;
}

#pc .pc_fix .pc_fixb .pc_fixs {
    float: right;
    margin-top: 46px;
    width: 352px;
    height: 70px;
}

#pc .pc_fix .pc_fixb .pc_fixs a {
    display: block;
    background: #0b5188;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#pc .pc_fix .pc_fixc {
    width: 1200px;
    margin: 20px auto;
}

#pc .pc_fix .pc_fixc .pc_fxt {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 47px;
}

#pc .pc_fix .pc_fixc .pc_fxt p {
    float: left;
    width: 240px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 45px;
}

#pc .pc_fix .pc_fixc .pc_fxc {
    border-bottom: 2px solid #fff;
    height: 47px;
}

#pc .pc_fix .pc_fixc .pc_fxc p {
    float: left;
    width: 240px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 45px;
}

#pc .pc_fax {
    width: 1200px;
    height: auto;
    margin: 80px auto;
}

#pc .pc_fax table {
    border-collapse: collapse;
    background: #0b5188;
    width: 1200px;
}

#pc .pc_fax table tr td {
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#pc .pc_faxa {
    width: 1200px;
    height: 45px;
    border-bottom: 1px solid #0a5189;
}

#pc .pc_faxa p {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
    width: 150px;
    line-height: 45px;
}

#pc .pc_fax .pc_fzx {
    width: 352px;
    height: 70px;
    margin: 46px auto;
}

#pc .pc_fax .pc_fzx a {
    display: block;
    border: 1px solid #0b5188;
    color: #0b5188;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}

#pc .pc_fax .pc_fzx a:hover {
    background: #0b5188;
    color: #fff;
}


/*水泥窑燃烧器竞价页面*/

#bg1 {
    width: 100%;
    height: 1245px;
    background: url(../image/bg1.jpg) no-repeat center;
}

#bg2 {
    width: 100%;
    height: 1202px;
    background: url(../image/bg2.jpg) no-repeat center;
}

#bg3 {
    width: 100%;
    height: 1268px;
    background: url(../image/bg3.jpg) no-repeat center;
}

#bg4 {
    width: 100%;
    height: 1505px;
    background: url(../image/bg4.jpg) no-repeat center;
}

#bg5 {
    width: 100%;
    height: 993px;
    background: url(../image/bg5.jpg) no-repeat center;
}

#bg6 {
    width: 100%;
    height: 1400px;
    background: url(../image/bg6.jpg) no-repeat center;
}

#bg7 {
    width: 100%;
    height: 1197px;
    background: url(../image/bg7.jpg) no-repeat center;
}

#bg8 {
    width: 100%;
    height: 1168px;
    background: url(../image/bg8.jpg) no-repeat center;
}

#bg9 {
    width: 100%;
    height: 1089px;
    background: url(../image/bg9.jpg) no-repeat center;
}

#bg10 {
    width: 100%;
    height: 876px;
    background: url(../image/bg10.jpg) no-repeat center;
}

#bg11 {
    width: 100%;
    height: 680px;
    background: #362760;
}

#bg1 .bg1_nav {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

#bg1 .bg1_nav ul {}

#bg1 .bg1_nav ul li {
    float: left;
    width: 300px;
    line-height: 70px;
    font-size: 22px;
}

#bg1 .bg1_nav ul li a {
    color: #004a86;
}

#bg1 .bg1_nav ul li a:hover {
    color: #d4310c;
}

#bg1 .bg1_zx {
    width: 275px;
    height: 60px;
    margin: 577px auto 0;
}

#bg1 .bg1_zx a {
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    display: block;
}

#bg2 .bg2_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg2 .bg2_center .bg2_icon {
    width: 85px;
    height: 99px;
    margin: 0 auto;
}

#bg2 .bg2_center .bg2_t1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#bg2 .bg2_center .bg2_t2 {
    font-size: 26px;
    text-align: center;
    color: #4c4c4c;
}

#bg2 .bg2_center .bg2_t2 span {
    color: #c02006;
}

#bg2 .bg2_center .bg2_t3 {
    margin-top: 10px;
}

#bg2 .bg2_center .bg2_t3 p {
    text-indent: 2em;
    font-size: 24px;
    color: #222;
    line-height: 40px;
}

#bg2 .bg2_center .bg2_t3 span {
    color: #c02006;
}

#bg2 .bg2_center .bg2_zx {
    width: 275px;
    height: 60px;
    margin: 157px 0 0 55px;
    background: #c02006;
    border-radius: 9px;
}

#bg2 .bg2_center .bg2_zx a {
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    display: block;
}

#bg2 .bg2_center .bg2_tel {
    width: 275px;
    height: 60px;
    margin: 20px 0 0 55px;
}

#bg2 .bg2_center .bg2_tel p {
    font-size: 38px;
    color: #c02006;
}

#bg3 .bg3_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg3 .bg3_center .bg3_icon {
    width: 85px;
    height: 99px;
    margin: 0 auto;
    padding-top: 30px;
}

#bg3 .bg3_center .bg3_t1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

#bg3 .bg3_center .bg3_t2 {
    font-size: 26px;
    text-align: center;
    color: #fff;
}

#bg3 .bg3_center .bg3_t2 span {
    color: #c02006;
}

#bg3 .bg3_center .bg3_t3 {
    width: 1100px;
    height: 166px;
    margin: 260px auto 220px;
}

#bg3 .bg3_center .bg3_t3 .bg3_t3l {
    float: left;
}

#bg3 .bg3_center .bg3_t3 .bg3_t3l a {
    display: block;
    width: 209px;
    height: 98px;
    background: url(../image/xingneng1.jpg) no-repeat center;
}

#bg3 .bg3_center .bg3_t3 .bg3_t3l a:hover {
    background: url(../image/xingneng1.gif) no-repeat center;
    width: 209px;
    height: 98px;
}

#bg3 .bg3_center .bg3_t3 p {
    font-size: 26px;
    color: #ff2400;
    text-align: center;
    line-height: 45px;
}

#bg3 .bg3_center .bg3_t3 .bg3_t3r {
    float: right;
    margin-top: 30px;
}

#bg3 .bg3_center .bg3_t3 .bg3_t3r a {
    display: block;
    width: 209px;
    height: 98px;
    background: url(../image/xingneng2.jpg) no-repeat center;
}

#bg3 .bg3_center .bg3_t3 .bg3_t3r a:hover {
    background: url(../image/xingneng2.gif) no-repeat center;
    width: 209px;
    height: 98px;
}

#bg3 .bg3_center .bg3_t4 {
    width: 900px;
    height: 166px;
    margin: 0 auto;
}

#bg3 .bg3_center .bg3_t4 .bg3_t4l {
    float: left;
}

#bg3 .bg3_center .bg3_t4 .bg3_t4l a {
    display: block;
    width: 209px;
    height: 98px;
    background: url(../image/xingneng3.jpg) no-repeat center;
}

#bg3 .bg3_center .bg3_t4 .bg3_t4l a:hover {
    background: url(../image/xingneng3.gif) no-repeat center;
    width: 209px;
    height: 98px;
}

#bg3 .bg3_center .bg3_t4 p {
    font-size: 26px;
    color: #ff2400;
    text-align: center;
    line-height: 45px;
}

#bg3 .bg3_center .bg3_t4 .bg3_t4r {
    float: right;
    margin: 80px 98px 0 0;
}

#bg3 .bg3_center .bg3_t4 .bg3_t4r a {
    display: block;
    width: 209px;
    height: 98px;
    background: url(../image/xingneng4.jpg) no-repeat center;
}

#bg3 .bg3_center .bg3_t4 .bg3_t4r a:hover {
    background: url(../image/xingneng4.gif) no-repeat center;
    width: 209px;
    height: 98px;
}

#bg4 .bg4_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg4 .bg4_center .bg4_1 {
    width: 1200px;
    height: 600px;
    padding-top: 67px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4r {
    width: 250px;
    height: auto;
    float: left;
    margin: 22px 0 0 265px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4r .bg4_1t4r_1 {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4r .bg4_1t4r_2 {
    font-size: 20px;
    color: #fff;
    margin-top: 33px;
    line-height: 35px;
    height: 330px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4r .bg4_1t4r_3 {
    margin: 41px 0 0 45px;
    width: 161px;
    height: 51px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4r .bg4_1t4r_3 a {
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4l {
    width: 250px;
    height: auto;
    float: left;
    margin: 22px 0 0 405px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4l .bg4_1t4l_1 {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4l .bg4_1t4l_2 {
    font-size: 20px;
    color: #fff;
    margin-top: 33px;
    line-height: 35px;
    height: 330px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4l .bg4_1t4l_3 {
    margin: 41px 0 0 58px;
    width: 161px;
    height: 51px;
}

#bg4 .bg4_center .bg4_1 .bg4_1t4l .bg4_1t4l_3 a {
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff;
}

#bg4 .bg4_center .bg4_2 {
    width: 1200px;
    height: 600px;
    padding-top: 40px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4r {
    width: 250px;
    height: auto;
    float: left;
    margin: 22px 0 0 265px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4r .bg4_2t4r_1 {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4r .bg4_2t4r_2 {
    font-size: 20px;
    color: #fff;
    margin-top: 33px;
    line-height: 35px;
    height: 330px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4r .bg4_2t4r_3 {
    margin: 41px 0 0 29px;
    width: 161px;
    height: 51px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4r .bg4_2t4r_3 a {
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4l {
    width: 250px;
    height: auto;
    float: left;
    margin: 22px 0 0 405px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4l .bg4_2t4l_1 {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4l .bg4_2t4l_2 {
    font-size: 20px;
    color: #fff;
    margin-top: 33px;
    line-height: 35px;
    height: 330px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4l .bg4_2t4l_3 {
    margin: 41px 0 0 49px;
    width: 161px;
    height: 51px;
}

#bg4 .bg4_center .bg4_2 .bg4_2t4l .bg4_2t4l_3 a {
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff;
}

#bg5 .bg5_center {
    width: 1250px;
    height: auto;
    margin: 0 auto;
}

#bg5 .bg5_center .bg5_icon {
    width: 85px;
    height: 99px;
    margin: 0 auto;
    padding-top: 30px;
}

#bg5 .bg5_center .bg5_t1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

#bg5 .bg5_center .bg5_t2 {
    font-size: 26px;
    text-align: center;
    color: #fff;
}

#bg5 .bg5_center .bg5_t2 span {
    color: #c02006;
}

#bg5 .bg5_center .bg5_t3 {
    width: auto;
    height: 440px;
    margin-top: 87px;
}

#bg5 .bg5_center .bg5_t3 .bg5_t31 {
    width: 370px;
    height: 365px;
    float: left;
    margin-left: 10px;
}

#bg5 .bg5_center .bg5_t3 .bg5_t31 a {
    display: block;
    width: 171px;
    height: 171px;
    background: url(../image/chuangxin1.jpg) no-repeat center;
}

#bg5 .bg5_center .bg5_t3 .bg5_t31 a:hover {
    background: url(../image/chuangxin1.gif) no-repeat center;
}

#bg5 .bg5_center .bg5_t3 .bg5_t31 p {
    width: 300px;
    height: 150px;
    text-align: center;
    font-size: 20px;
    color: #2d2d2d;
    margin-left: 70px;
}

#bg5 .bg5_center .bg5_t3 .bg5_t32 {
    width: 370px;
    height: 365px;
    float: left;
    margin-left: 53px;
}

#bg5 .bg5_center .bg5_t3 .bg5_t32 a {
    display: block;
    width: 172px;
    height: 172px;
    background: url(../image/chuangxin2.jpg) no-repeat center;
}

#bg5 .bg5_center .bg5_t3 .bg5_t32 a:hover {
    background: url(../image/chuangxin2.gif) no-repeat center;
}

#bg5 .bg5_center .bg5_t3 .bg5_t32 p {
    width: 300px;
    height: 150px;
    text-align: center;
    font-size: 16px;
    color: #2d2d2d;
    margin-left: 67px;
}

#bg5 .bg5_center .bg5_t3 .bg5_t33 {
    width: 370px;
    height: 365px;
    float: left;
    margin-left: 45px;
}

#bg5 .bg5_center .bg5_t3 .bg5_t33 a {
    display: block;
    width: 171px;
    height: 171px;
    background: url(../image/chuangxin3.jpg) no-repeat center;
}

#bg5 .bg5_center .bg5_t3 .bg5_t33 a:hover {
    background: url(../image/chuangxin3.gif) no-repeat center;
}

#bg5 .bg5_center .bg5_t3 .bg5_t33 p {
    width: 300px;
    height: 150px;
    text-align: center;
    font-size: 20px;
    color: #2d2d2d;
    margin-left: 67px;
}

#bg5 .bg5_center .bg5_zx {
    width: 275px;
    height: 59px;
    background: #c02006;
    margin: 0 auto;
    border-radius: 7px;
}

#bg5 .bg5_center .bg5_zx a {
    display: block;
    line-height: 59px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

#bg5 .bg5_center .bg5_tel {
    width: 275px;
    height: 59px;
    margin: 10px auto;
}

#bg5 .bg5_center .bg5_tel p {
    font-size: 38px;
    color: #fff;
}

#bg6 .bg6_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg6 .bg6_center .bg6_icon {
    width: 85px;
    height: 99px;
    margin: 0 auto;
    padding-top: 30px;
}

#bg6 .bg6_center .bg6_t1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

#bg6 .bg6_center .bg6_t2 {
    font-size: 26px;
    text-align: center;
    color: #4c4c4c;
}

#bg6 .bg6_center .bg6_t2 span {
    color: #c02006;
}

#bg6 .bg6_center .bg6_t3 {
    width: auto;
    height: 642px;
    margin-top: 25px;
}

#bg6 .bg6_center .bg6_t3 .bg6_t3r {
    width: 875px;
    float: left;
}

#bg6 .bg6_center .bg6_t3 .bg6_t3r ul li {
    width: 425px;
    height: 309px;
    margin: 0 12px 12px 0;
    float: left;
}

#bg6 .bg6_center .bg6_t3 .bg6_t3l {
    width: 325px;
    float: right;
}

#bg6 .bg6_center .bg6_t3 img {
    width: 100%;
}

#bg6 .bg6_center .bg6_t4 {
    width: 1200px;
    height: 319px;
    margin: 0 auto;
    background: url(../image/z6.jpg) no-repeat center;
}

#bg6 .bg6_center .bg6_t4 .bg6_t41 {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    padding-top: 75px;
}

#bg6 .bg6_center .bg6_t4 .bg6_t41 p {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
}

#bg6 .bg6_center .bg6_t4 .bg6_t42 {
    width: 275px;
    height: 59px;
    background: #c02006;
    border-radius: 7px;
    margin: 0 auto;
}

#bg6 .bg6_center .bg6_t4 .bg6_t42 a {
    text-align: center;
    line-height: 59px;
    color: #fff;
    font-size: 30px;
    display: block;
}

#bg7 .bg7_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg7 .bg7_center .bg7_icon {
    width: 85px;
    height: 99px;
    margin: 0 auto;
    padding-top: 30px;
}

#bg7 .bg7_center .bg7_t1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

#bg7 .bg7_center .bg7_t2 {
    font-size: 26px;
    text-align: center;
    color: #fff;
}

#bg7 .bg7_center .bg7_t2 span {
    color: #ff2400;
}

#bg7 .bg7_center .bg7_t3 {
    width: 521px;
    height: 330px;
    float: right;
    margin-top: 75px;
}

#bg7 .bg7_center .bg7_t3 .bg7_t31 a {
    font-size: 30px;
    color: #222;
    line-height: 40px;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 {
    margin: 25px 0 47px 0;
    height: 127px;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 .bg7_t32l {
    width: 315px;
    height: auto;
    float: left;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 .bg7_t32l p {
    font-size: 98px;
    color: #ed2100;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 .bg7_t32l span {
    font-size: 52px;
    color: #ed2100;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 .bg7_t32r {
    width: 135px;
    height: auto;
    float: left;
    margin-top: 20px;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 .bg7_t32r p {
    font-size: 26px;
    color: #4c4c4c;
}

#bg7 .bg7_center .bg7_t3 .bg7_t32 .bg7_t32r span {
    font-size: 40px;
    color: #ed2100;
}

#bg7 .bg7_center .bg7_t3 .bg7_t33 {
    width: 445px;
    height: 71px;
}

#bg7 .bg7_center .bg7_t3 .bg7_t33 .bg7_t33l {
    width: 212px;
    height: 71px;
    background: #ed2100;
    border-radius: 7px;
    float: left;
}

#bg7 .bg7_center .bg7_t3 .bg7_t33 .bg7_t33r {
    width: 212px;
    height: 71px;
    background: #ed2100;
    border-radius: 7px;
    float: right;
}

#bg7 .bg7_center .bg7_t3 .bg7_t33 a {
    font-size: 35px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 71px;
}

#bg7 .bg7_center .bg7_t4 {
    width: 521px;
    height: 330px;
    float: right;
    margin-top: 138px;
}

#bg7 .bg7_center .bg7_t4 .bg7_t41 a {
    font-size: 30px;
    color: #222;
    line-height: 40px;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 {
    margin: 25px 0 47px 0;
    height: 127px;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 .bg7_t42l {
    width: 237px;
    height: auto;
    float: left;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 .bg7_t42l p {
    font-size: 98px;
    color: #ed2100;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 .bg7_t42l span {
    font-size: 52px;
    color: #ed2100;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 .bg7_t42r {
    width: 135px;
    height: auto;
    float: left;
    margin-top: 20px;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 .bg7_t42r p {
    font-size: 26px;
    color: #4c4c4c;
}

#bg7 .bg7_center .bg7_t4 .bg7_t42 .bg7_t42r span {
    font-size: 40px;
    color: #ed2100;
}

#bg7 .bg7_center .bg7_t4 .bg7_t43 {
    width: 445px;
    height: 71px;
}

#bg7 .bg7_center .bg7_t4 .bg7_t43 .bg7_t43l {
    width: 212px;
    height: 71px;
    background: #ed2100;
    border-radius: 7px;
    float: left;
}

#bg7 .bg7_center .bg7_t4 .bg7_t43 .bg7_t43r {
    width: 212px;
    height: 71px;
    background: #ed2100;
    border-radius: 7px;
    float: right;
}

#bg7 .bg7_center .bg7_t4 .bg7_t43 a {
    font-size: 35px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 71px;
}

#bg8 .bg8_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg8 .bg8_center .bg8_t1 {
    width: 521px;
    height: 330px;
    float: right;
    margin-top: 70px;
}

#bg8 .bg8_center .bg8_t1 .bg8_t11 a {
    font-size: 30px;
    color: #222;
    line-height: 40px;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 {
    margin: 25px 0 47px 0;
    height: 127px;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 .bg8_t12l {
    width: 237px;
    height: auto;
    float: left;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 .bg8_t12l p {
    font-size: 98px;
    color: #ed2100;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 .bg8_t12l span {
    font-size: 52px;
    color: #ed2100;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 .bg8_t12r {
    width: 135px;
    height: auto;
    float: left;
    margin-top: 20px;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 .bg8_t12r p {
    font-size: 26px;
    color: #4c4c4c;
}

#bg8 .bg8_center .bg8_t1 .bg8_t12 .bg8_t12r span {
    font-size: 40px;
    color: #ed2100;
}

#bg8 .bg8_center .bg8_t1 .bg8_t13 {
    width: 445px;
    height: 71px;
}

#bg8 .bg8_center .bg8_t1 .bg8_t13 .bg8_t13l {
    width: 212px;
    height: 71px;
    background: #ed2100;
    border-radius: 7px;
    float: left;
}

#bg8 .bg8_center .bg8_t1 .bg8_t13 .bg8_t13r {
    width: 212px;
    height: 71px;
    background: #ed2100;
    border-radius: 7px;
    float: right;
}

#bg8 .bg8_center .bg8_t1 .bg8_t13 a {
    font-size: 35px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 71px;
}

#bg8 .bg8_center .bg8_t2 {
    width: auto;
    height: 390px;
    margin-top: 125px;
}

#bg8 .bg8_center .bg8_t2 .bg8_t21 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 60px;
}

#bg8 .bg8_center .bg8_t2 .bg8_t22 {
    width: 1070px;
    height: 50px;
    border-bottom: 2px solid #969496;
    text-align: center;
    margin: 0 auto;
}

#bg8 .bg8_center .bg8_t2 .bg8_t22 p {
    line-height: 50px;
    font-size: 20px;
    color: #4c4c4c;
    width: 280px;
    margin: 0 auto;
}

#bg8 .bg8_center .bg8_t2 .bg8_t22 img {
    float: right;
    margin-top: 7px;
}

#bg8 .bg8_center .bg8_t2 .bg8_t23 {
    width: 1070px;
    height: auto;
    margin: 15px auto;
}

#bg8 .bg8_center .bg8_t2 .bg8_t23 ul li {
    width: auto;
    border-bottom: 1px dashed #bfbfbf;
    padding: 0 60px;
    font-size: 18px;
    color: #222;
    line-height: 40px;
    margin-top: 15px;
}

#bg8 .bg8_center .bg8_t2 .bg8_t23 ul li a {}

#bg8 .bg8_center .bg8_t2 .bg8_t23 ul li .cen {
    text-align: center;
}

#bg8 .bg8_center .bg8_t2 .bg8_t23 ul li span {
    float: left;
}

#bg8 .bg8_center .bg8_t2 .bg8_t23 ul li .rig {
    float: right;
    width: 350px;
}

#bg8 .bg8_center .bg8_t2 .bg8_t23 ul li .rig i {
    font-style: normal;
    background: #c02006;
    line-height: 28px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    padding: 3px 7px;
    float: right;
}

#bg8 .bg8_center .bg8_t3 {
    width: 275px;
    height: 60px;
    margin: 50px auto;
    background: #ed2100;
    border-radius: 7px;
}

#bg8 .bg8_center .bg8_t3 a {
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    display: block;
}

#bg9 .bg9_center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#bg9 .bg9_center .bg9_icon {
    width: 85px;
    height: 99px;
    margin: 0 auto;
}

#bg9 .bg9_center .bg9_t1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #222;
}

#bg9 .bg9_center .bg9_t2 {
    font-size: 26px;
    text-align: center;
    color: #4c4c4c;
}

#bg9 .bg9_center .bg9_t2 span {
    color: #c02006;
}

#bg9 .bg9_center .bg9_t3 {
    width: auto;
    height: auto;
    margin: 0 auto;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 {
    width: 1194px;
    margin: 45px auto 0;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li {
    width: 102px;
    height: 145px;
    float: left;
    margin-right: 54px;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li div {
    width: 102px;
    height: 102px;
    background: #b8b8b8;
    border-radius: 50px;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li div img {
    margin: 0 auto;
    display: block;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li p {
    text-align: center;
    font-size: 18px;
    color: #222;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li a {
    display: block;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li a:hover div {
    background: #e5a700;
}

#bg9 .bg9_center .bg9_t3 .bg9_t31 ul li a:hover p {
    color: #e5a700;
}

#bg9_t32 {
    width: 1200px;
    margin: 50px auto;
}

#bg9_t32 ul {
    position: relative;
    height: 497px;
    float: left;
    margin-left: 47px;
}

#bg9_t32 li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    top: 152px;
    left: 10px;
}

#bg9_t32 li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    float: left;
    border: 0;
}

#bg9_t32 .prev {
    cursor: pointer;
    float: left;
    margin-top: 217px;
}

#bg9_t32 .next {
    cursor: pointer;
    float: right;
    margin-top: 217px;
}

#bg9 .bg9_center .bg9_t3 .bg9_zx {
    width: 275px;
    height: 59px;
    background: #c02006;
    margin: 50px auto 0;
    border-radius: 7px;
}

#bg9 .bg9_center .bg9_t3 .bg9_zx a {
    display: block;
    line-height: 59px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

#bg10 .bg10_center {
    width: 1070px;
    height: auto;
    margin: 0 auto;
    padding-top: 45px;
}

#bg10 .bg10_center .bg10_t1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 60px;
}

#bg10 .bg10_center .bg10_t2 {
    width: 1070px;
    height: 50px;
    border-bottom: 2px solid #969496;
    text-align: center;
    margin: 0 auto;
}

#bg10 .bg10_center .bg10_t2 p {
    line-height: 50px;
    font-size: 20px;
    color: #4c4c4c;
    width: 255px;
    margin: 0 auto;
}

#bg10 .bg10_center .bg10_t2 img {
    float: right;
    margin-top: 7px;
}

#bg10 .bg10_center .bg10_t3 {
    width: auto;
    height: auto;
    margin-top: 15px;
}

#bg10 .bg10_center .bg10_t3 ul li {
    width: auto;
    height: 88px;
    border-bottom: 1px dashed #bfbfbf;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl1 {
    width: 58px;
    height: 58px;
    float: left;
    margin: 15px 10px 0 0;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl2 {
    float: left;
    margin-top: 15px;
    font-size: 18px;
    color: #222;
    width: 905px;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl2 img {
    float: left;
    margin-right: 3px;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl2 p {
    font-size: 16px;
    line-height: 22px;
    float: left;
    width: 870px;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl3 {
    width: 97px;
    height: 32px;
    float: left;
    margin-top: 28px;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl3 a {
    text-align: center;
    display: block;
    line-height: 32px;
    color: #222;
    background: #dadada;
    border-radius: 7px;
    font-size: 16px;
}

#bg10 .bg10_center .bg10_t3 ul li .bg10_tl3 a:hover {
    background: #c02006;
    color: #fff;
}

#bg11 .bg11_t1 {
    width: 100%;
}

#bg11 .bg11_t1 ul li {
    width: 380px;
    height: 288px;
    float: left;
    margin-right: 5px;
}

#bg11 .bg11_td {
    width: 1000px;
    height: 315px;
    margin: 38px auto;
}

#bg11 .bg11_td .bg11_td1 {
    width: 113px;
    height: 113px;
    margin: 0 auto;
}

#bg11 .bg11_td .bg11_td2 {
    width: auto;
    text-align: center;
    line-height: 40px;
}

#bg11 .bg11_td .bg11_td2 a {
    font-size: 24px;
    color: #fdd100;
}

#bg11 .bg11_td .bg11_td3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 40px;
}

#bg11 .bg11_td .bg11_td3 a {
    font-size: 20px;
    color: #fff;
}

#bg11 .bg11_td .bg11_td4 {
    text-align: center;
}

#bg11 .bg11_td .bg11_td4 p {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

#bg11 .bg11_td .bg11_td4 a {
    font-size: 18px;
    color: #fff;
    margin-left: 75px;
}

#gotop {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 25%;
    right: 5%;
}

#gotop a {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../image/top1.png) no-repeat center;
}

#gotop a:hover {
    background: url(../image/top2.png);
}


/*hnznzb*/

.pro_mess_tit {
    font-size: 30px;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.pro_mess_tit span {
    font-size: 20px;
    color: red;
    float: right;
    margin-right: 38px;
    line-height: 50px;
}

.pro_mess_ly1 {
    width: 361px;
    float: left;
    margin-top: 30px;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
}

.pro_mess_ly1 label {
    width: 128px;
    float: left;
}

.pro_mess_ly3 {
    width: 280px;
    float: left;
    margin-top: 30px;
}

.pro_mess_ly1 .pro_mess_l {
    height: 40px;
    width: 200px;
    font-size: 14px;
}

.pro_mess_ly3 .input {
    height: 40px;
    width: 200px;
    font-size: 14px;
    float: left;
}

.pro_mess_ly3 p {
    float: left;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-top: 0px;
}

.pro_mess_ly3 span {
    height: 40px;
    line-height: 45px;
    float: right;
    margin-right: 15px;
}

.pro_mess_ly2 {
    float: left;
    width: auto;
    font-size: 18px;
    margin-top: 20px;
}

.pro_mess_ly2a .require {
    float: right;
    width: 804px;
    height: 185px;
    margin-top: 20px;
    font-size: 14px;
    resize: none;
    font-family: 微软雅黑;
}

.pro_mess_ly2a  {
    float: left;
    width: 804px;
    height: 185px;
 
    font-size: 14px;
    resize: none;
    font-family: 微软雅黑;
}
.pro_mess_ly4 {
    width: 266px;
    height: 50px;
    float: left;
    margin: 40px 0 0 355px;
}

.pro_mess_ly4 input {
    width: 266px;
    height: 50px;
    background: #f7e300;
    color: #222;
    border: 0px;
    font-size: 20px;
    cursor: pointer;
}

#nativeplace_top,
#nativeplace_son {
    width: 89px;
    height: 44px;
}


/*hnznzb case*/

.mess_tit {
    font-size: 24px;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.mess_tit span {
    font-size: 16px;
    color: red;
    float: right;
    margin-right: 38px;
    line-height: 50px;
}

.mess_ly1 {
    width: 337px;
    float: left;
    margin-top: 30px;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
}

.mess_ly1 label {
    width: 128px;
    float: left;
}

.mess_ly3 {
    width: 220px;
    float: left;
    margin-top: 30px;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    display: inline;
}

.mess_ly1 .mess_l {
    height: 40px;
    width: 137px;
    font-size: 14px;
}

.mess_ly3 .input {
    height: 40px;
    width: 137px;
    font-size: 14px;
    float: left;
}

.mess_ly3 p {
    float: left;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-top: 0px;
}

.mess_ly3 span {
    height: 40px;
    line-height: 45px;
    float: right;
    margin-right: 15px;
}

.mess_ly2 {
    float: left;
    width: auto;
    font-size: 18px;
    margin-top: 20px;
    display: inline;
}

.mess_ly2a .require {
    float: left;
    width: 659px;
    height: 160px;
    margin-top: 20px;
    font-size: 14px;
    display: inline;
    resize: none;
}

.mess_ly4 {
    width: 266px;
    height: 50px;
    float: left;
    margin: 40px 0 0 300px;
    display: inline;
}

.mess_ly4 input {
    width: 266px;
    height: 50px;
    background: #f7e300;
    color: #222;
    border: 0px;
    font-size: 20px;
    cursor: pointer;
}


/*清焦器*/

#qjq_banner1 {
    width: 100%;
    height: 532px;
    background: url(../images/hjqjq/hjqjq.jpg) no-repeat center;
}

#qjq1 {
    width: 1100px;
    height: 750px;
    margin: 70px auto 0;
}

#qjq1 .q1_t {
    width: 1062px;
    height: 243px;
    margin: 0 auto;
}

#qjq1 .q1_x {
    width: 1100px;
    height: 420px;
}

#qjq1 .q1_x .q1_x1 {
    float: left;
    width: 450px;
    height: auto;
    margin-top: 153px;
}

#qjq1 .q1_x .q1_x1 p {
    font-size: 58px;
    color: #0b5188;
    text-align: center;
}

#qjq1 .q1_x .q1_x1 span {
    font-size: 24px;
    color: #0b5188;
}

#qjq1 .q1_x .q1_x2 {
    float: left;
    width: 580px;
    height: auto;
    margin-left: 70px;
}

#qjq1 .q1_x .q1_x2 p {
    font-size: 16px;
    color: #5b5c5c;
    line-height: 35px;
    text-indent: 2em;
}

.q_zx {
    width: 350px;
    height: 70px;
    border: 1px solid #0b5188;
    margin: 0 auto;
}

.q_zx a {
    display: block;
    line-height: 70px;
    font-size: 24px;
    color: #0b5188;
    text-align: center;
}

.q_zx a:hover {
    background: #fdd000;
}

#qjqx {
    width: 100%;
    height: 123px;
    background: #0b5188;
    margin-top: 60px;
}

#qjqx p {
    font-size: 58px;
    color: #ffe100;
    text-align: center;
}

#qjqx span {
    font-size: 24px;
    color: #ffe100;
}

#qjq2 {
    width: 1050px;
    height: 860px;
    margin: 70px auto 0;
}

#qjq2 .q2_t {
    width: auto;
    height: 360px;
    margin-bottom: 60px;
}

#qjq2 .q2_t .q2_t1 {
    width: 550px;
    height: 360px;
    float: left;
    margin-right: 70px;
}

#qjq2 .q2_t .q2_t2 {
    width: 430px;
    height: 210px;
    float: left;
    margin-top: 133px;
}

#qjq2 .q2_t .q2_t2 p {
    font-size: 20px;
    color: #000;
    line-height: 35px;
    text-indent: 2em;
}

#qjq2 .q2_x {
    width: 866px;
    height: auto;
    margin: 0 auto 70px;
}

#qjq2 .q2_x .q2_xa {
    font-size: 16px;
    color: #000;
    line-height: 34px;
    height: 72px;
}

#qjq2 .q2_x .q2_xa p {
    margin-left: 186px;
}

#qjq2 .q2_x .q2_xa img {
    float: left;
}

#qjq3 {
    width: 1200px;
    height: 780px;
    margin: 0 auto;
}

#qjq3 .q3 {
    width: 1200px;
    height: 678px;
    background: url(../images/hjqjq/123.png) no-repeat center;
}

#qjq3 .q3 .q3_t1 {
    font-size: 16px;
    color: #5b5c5c;
    width: 685px;
    height: 70px;
    line-height: 35px;
    padding-top: 105px;
    margin-left: 505px;
}

#qjq3 .q3 .q3_t2 {
    font-size: 16px;
    color: #5b5c5c;
    width: 685px;
    height: 105px;
    line-height: 35px;
    margin: 125px 0 0 388px;
}

#qjq3 .q3 .q3_t3 {
    font-size: 16px;
    color: #5b5c5c;
    width: 685px;
    height: 70px;
    line-height: 35px;
    margin: 142px 0 0 270px;
}

#qjq4 {
    width: 1200px;
    height: auto;
    margin: 0 auto 60px;
}

#qjq4 .q4_t {
    width: 700px;
    height: 70px;
    font-size: 24px;
    color: #0b5188;
    line-height: 35px;
    margin: 45px auto 30px;
}

#qjq4 .q4_x {
    width: 920px;
    height: 518px;
    margin: 0 auto 30px;
}

#qjq4 .q4_xa {
    width: 1012px;
    height: 275px;
    margin: 10px auto;
}

#qjq4 .q4_xa .q4_x1 {
    width: 355px;
    height: auto;
    float: left;
    margin-top: 70px;
}

#qjq4 .q4_xa .q4_x1 p {
    font-size: 24px;
    color: #004a85;
}

#qjq4 .q4_xa .q4_x1 .pp {
    font-size: 16px;
    color: #121212;
    margin-left: 40px;
}

#qjq4 .q4_xa .q4_x2 {
    width: 577px;
    height: 275px;
    float: right;
}

#qjq4 .q4_ya {
    width: 1012px;
    height: 275px;
    margin: 10px auto;
}

#qjq4 .q4_ya .q4_y1 {
    width: 355px;
    height: auto;
    float: left;
    margin-top: 70px;
}

#qjq4 .q4_ya .q4_y1 p {
    font-size: 24px;
    color: #004a85;
}

#qjq4 .q4_ya .q4_y1 .pp {
    font-size: 16px;
    color: #121212;
    margin-left: 40px;
}

#qjq4 .q4_ya .q4_y2 {
    width: 587px;
    height: 275px;
    float: left;
}


/*窑尾燃烧器*/

#yw_banner {
    width: 100%;
    height: 532px;
    background: url(../images/yw/banner.jpg) no-repeat center;
}

#yw1 {
    width: 1100px;
    height: 500px;
    margin: 125px auto 0;
}

#yw1 .yw1_1 p {
    font-size: 44px;
    color: #0b5188;
}

#yw1 .yw1_1 span {
    font-size: 26px;
    color: #0b5188;
}

#yw1 .yw1_2 {
    width: 1100px;
    height: auto;
    margin-bottom: 20px;
}

#yw1 .yw1_2 .yw1_2a {
    width: 390px;
    height: 222px;
    float: left;
    margin-top: 20px;
}

#yw1 .yw1_2 .yw1_2b {
    width: 600px;
    height: auto;
    float: left;
    margin: 40px 0 0 50px;
}

#yw1 .yw1_2 .yw1_2b p {
    font-size: 18px;
    color: #5b5c5c;
    line-height: 30px;
    text-indent: 2em;
}

.yw_zx {
    width: 350px;
    height: 70px;
    border: 1px solid #0b5188;
    margin: 0 auto;
}

.yw_zx a {
    display: block;
    line-height: 70px;
    font-size: 24px;
    color: #0b5188;
    text-align: center;
}

.yw_zx a:hover {
    background: #fdd000;
}

#ywx {
    width: 100%;
    height: 120px;
    background: #0b5188;
}

#ywx p {
    font-size: 58px;
    color: #ffe100;
    text-align: center;
}

#ywx span {
    font-size: 24px;
    color: #ffe100;
}

#yw2 {
    width: 870px;
    height: 650px;
    margin: 50px auto 0;
}

#yw2 .yw2_1 {
    width: 648px;
    height: 246px;
    margin: 0 auto;
}

#yw2 .yw2_2 {
    margin: 50px auto;
}

#yw2 .yw2_2 p {
    font-size: 20px;
    color: #5b5c5c;
    line-height: 30px;
    text-indent: 2em;
}

#yw2 .yw2_2 span {
    color: #0b5188;
}

#yw3 {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

#yw3 a {
    display: block;
}

#yw3 img {
    width: 100%;
}

#yw4 {
    width: 723px;
    margin: 50px auto;
    height: auto;
}

#yw4 .yw4_1 {
    width: 658px;
    height: 34px;
    background: url(../images/yw/lb.jpg) no-repeat center;
}

#yw4 .yw4_1 p {
    font-size: 16px;
    color: #fff;
    line-height: 31px;
}

#yw4 .yw4_1 span {
    font-size: 22px;
    color: #ffe100;
    margin: 0 10px;
}

#yw4 .yw4_2 {
    margin-left: 128px;
}

#yw4 .yw4_2 p {
    font-size: 16px;
    color: #3c3c3c;
    text-indent: -3em;
    line-height: 30px;
}

#yw4 .yw4_3 {
    margin-left: 80px;
}

#yw4 .yw4_3 p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 30px;
}

#yw5 {
    width: 1100px;
    height: auto;
    margin: 20px auto 50px;
}

#yw5 .yw5_1 {
    font-size: 24px;
    color: #5b5c5c;
    text-align: center;
    line-height: 80px;
}

#yw5 .yw5_2 {}

#yw5 .yw5_2 table {
    border-collapse: collapse;
    margin-bottom: 50px;
}

#yw5 .yw5_2 table th {
    text-align: center;
    font-size: 18px;
    width: 114px;
    font-weight: normal;
    background: #0b5188;
    color: #fff;
}

#yw5 .yw5_2 table td {
    text-align: center;
    font-size: 16px;
    width: 114px;
    line-height: 33px;
    color: #212121;
}


/*二维码*/

#vvx {
    width: 1383px;
    height: 356px;
    margin: 30px auto;
    background: url(../images/vx.png) no-repeat center;
}

#bgllan {
    width: 100%;
    height: 201px;
    background: url(../images/bgllan.png) no-repeat center;
}

#bgllantb {
    width: 100%;
    height: 201px;
    background: url(../images/bgllantb.png) no-repeat center;
}

#bgrlantb {
    width: 100%;
    height: 201px;
    background: url(../images/bgrlantb.png) no-repeat center;
}

#bgrlan {
    width: 100%;
    height: 201px;
    background: url(../images/bgrlan.png) no-repeat center;
}

#bglhui {
    width: 100%;
    height: 201px;
    background: url(../images/bglhui.png) no-repeat center;
}

#bgrhui {
    width: 100%;
    height: 201px;
    background: url(../images/bgrhui.png) no-repeat center;
}

#bglhuang {
    width: 100%;
    height: 201px;
    background: url(../images/bglhuang.png) no-repeat center;
}

#bgrhuang {
    width: 100%;
    height: 201px;
    background: url(../images/bgrhuang.png) no-repeat center;
}

#bgrhuih {
    width: 100%;
    height: 201px;
    background: url(../images/bgrhuih.png) no-repeat center;
}

#bglhuih {
    width: 100%;
    height: 201px;
    background: url(../images/bglhuih.png) no-repeat center;
}


/*分体计量式氨水喷射系统*/

#ft_banner {
    width: 100%;
    height: 752px;
    background: url(../images/ft/banner.jpg) no-repeat center;
}

#ft1 {
    width: 100%;
    height: 873px;
    background: url(../images/ft/b1.jpg) no-repeat center;
}

#ft1 .ft1_cen {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

#ft1 .ft1_cen .ft1_1 {
    font-size: 50px;
    font-weight: bold;
    padding-top: 150px;
}

#ft1 .ft1_cen .ft1_2 {
    width: 134px;
    height: 16px;
    background: #ede224;
    margin: 20px 0 60px;
}

#ft1 .ft1_cen .ft1_3 {
    font-size: 36px;
    color: #313131;
    line-height: 50px;
    text-indent: -50px;
    margin: 0 0 40px 50px;
}

#ft1 .ft1_cen .ft1_4 {
    font-size: 36px;
}

#ft1 .ft1_cen .ft1_4 span {
    float: left;
}

#ft1 .ft1_cen .ft1_4 p {
    width: 550px;
    height: 46px;
    background: #ede224;
    float: left;
    margin-left: 21px;
    text-align: center;
}

#ft1 .ft1_cen .ft1_5 {
    width: 194px;
    height: 75px;
    background: #000;
    margin: 90px 0 0 50px;
    border-radius: 7px;
}

#ft1 .ft1_cen .ft1_5 a {
    display: block;
    text-align: center;
    line-height: 75px;
    font-size: 35px;
    color: #ede224;
}

#ft2 {
    width: 100%;
    height: 647px;
    background: url(../images/ft/b2.jpg) no-repeat center;
}

#ft2 .ft2_cen {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

#ft2 .ft2_cen .ft2_1 {
    width: 658px;
    height: auto;
    float: right;
    text-align: right;
    font-size: 50px;
    color: #000;
    padding-top: 60px;
    margin-bottom: 35px;
}

#ft2 .ft2_cen .ft2_2 {
    font-size: 24px;
    color: #2f2f2f;
    width: 658px;
    float: right;
    text-align: right;
    line-height: 35px;
    margin-bottom: 40px;
}

#ft3 {
    width: 100%;
    height: 696px;
    background: url(../images/ft/b3.jpg) no-repeat center;
}

#ft3 .ft3_cen {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#ft3 .ft3_cen .ft3_1 {
    text-align: center;
    font-size: 50px;
    padding-top: 60px;
    margin-bottom: 50px;
}

#ft3 .ft3_cen .ft3_2 {
    font-size: 24px;
    color: #383838;
    text-indent: -66px;
    margin-bottom: 20px;
}

#ft3 .ft3_cen .ft3_2:hover {
    color: #ffc600;
    cursor: pointer;
}

#ft3 .ft3_cen .ft3_3 {
    width: 686px;
    font-size: 18px;
    color: #777676;
    margin-bottom: 20px;
    line-height: 30px;
}

#ft3 .ft3_cen .ft3_4 {
    width: 1100px;
    height: 60px;
    margin-bottom: 20px;
    line-height: 30px;
}

#ft3 .ft3_cen .ft3_4 p {
    width: 686px;
    float: left;
    font-size: 18px;
    color: #777676;
}

#ft3 .ft3_cen .ft3_4 a {
    width: 157px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 7px;
    line-height: 52px;
    font-size: 24px;
    color: #fff;
    float: right;
    margin-left: 20px;
    display: block;
    text-align: center;
    background: #363636;
    opacity: 0.6;
}

#ft3 .ft3_cen .ft3_4 a:hover {
    border: 1px solid #ffc600;
    color: #ffc600;
}

#san {
    width: 100%;
    height: 180px;
    background: #dbdbdb;
    margin-top: 50px;
}

#san p {
    font-size: 50px;
    color: #000;
    text-align: center;
    padding-top: 35px;
}

#san span {
    font-size: 24px;
    color: #383838;
    line-height: 66px;
}

#ft4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#ft4 .ft4_cen {
    width: 1123px;
    height: auto;
    margin: 0 auto;
}

#ft4 .ft4_cen .ft4_1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    padding-top: 60px;
}

#ft4 .ft4_cen .ft4_1 span {
    font-size: 24px;
    color: #ffc000;
}

#ft4 .ft4_cen .ft4_2 {
    width: 1123px;
    height: 823px;
    margin: 50px auto;
}

#ft4 .ft4_cen .ft4_3 {
    width: 1050px;
    height: 427px;
    margin: 87px auto;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l {
    width: 370px;
    float: left;
    margin-top: 120px;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l1 {
    margin-bottom: 60px;
    height: 90px;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l1 .ft4_3l1a {
    float: left;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l1 .ft4_3l1a p {
    font-size: 38px;
    color: #000;
    line-height: 45px;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l1 .ft4_3l1a span {
    font-size: 15px;
    color: #ffc000;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l1 .ft4_3l1b {
    width: 97px;
    height: 82px;
    float: right;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l2 {
    width: 157px;
    height: 52px;
    border: 1px solid #848484;
    border-radius: 7px;
}

#ft4 .ft4_cen .ft4_3 .ft4_3l .ft4_3l2 a {
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

#ft4 .ft4_cen .ft4_3 .ft4_3r {
    width: 594px;
    height: 427px;
    float: right;
}

#ft4 .ft4_cen .ft4_4 {
    width: 1050px;
    height: 465px;
    margin: 40px auto;
}

#ft4 .ft4_cen .ft4_4 .ft4_4l {
    width: 654px;
    height: 465px;
    float: left;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r {
    width: 370px;
    float: right;
    margin-top: 150px;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r1 {
    margin-bottom: 60px;
    height: 90px;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r1 .ft4_4r1a {
    width: 97px;
    height: 82px;
    float: left;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r1 .ft4_4r1b {
    float: right;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r1 .ft4_4r1b p {
    font-size: 38px;
    color: #000;
    line-height: 45px;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r1 .ft4_4r1b span {
    font-size: 21px;
    color: #ffc000;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r2 {
    width: 157px;
    height: 52px;
    float: right;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r2 a {
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #000;
    border: 1px solid #848484;
    border-radius: 7px;
}

#ft4 .ft4_cen .ft4_4 .ft4_4r .ft4_4r2 a:hover {
    color: #ffc600;
    border: 1px solid #ffc600;
}

#ft5 {
    width: 100%;
    height: 725px;
    background: #dbdbdb;
}

#ft5 .ft5_cen {}

#ft5 .ft5_cen .ft5_1 {
    padding-top: 50px;
}

#ft5 .ft5_cen .ft5_1 p {
    font-size: 50px;
    color: #000000;
    text-align: center;
}

#ft5 .ft5_cen .ft5_1 span {
    font-size: 30px;
    color: #434343;
    line-height: 70px;
}

#ft5 .ft5_cen .ft5_2 {
    width: 952px;
    height: 236px;
    margin: 30px auto;
    background: url(../images/ft/xiaoyi.jpg) no-repeat center;
}

#ft5 .ft5_cen .ft5_2 a {
    width: 157px;
    height: 52px;
    border-radius: 7px;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 24px;
    display: block;
    line-height: 52px;
    text-align: center;
    margin-left: 747px;
}

#ft6 {
    width: 900px;
    height: auto;
    margin: 80px auto 0;
}

#ft6 .ft6_1 {
    font-size: 30px;
    color: #434343;
    line-height: 45px;
}

#ft6 .ft6_2 {
    margin: 15px 0;
}

#ft6 .ft6_2 table {
    border-collapse: collapse;
}

#ft6 .ft6_2 table tr td {
    font-size: 30px;
    color: #434343;
    text-align: center;
    width: 200px;
}

#ft6 .ft6_2 table tr th {
    font-size: 30px;
    color: #ff0000;
    text-align: center;
    width: 300px;
    font-weight: normal;
}

#ft6 .ft6_3 {
    width: 700px;
    height: auto;
    margin: 0 auto;
    line-height: 45px;
}

#ft6 .ft6_3 p {
    font-size: 28px;
    color: #434343;
}

#ft6 .ft6_3 span {
    color: #ff0000;
}

#ft6 .ft6_4 {
    text-align: center;
    margin: 25px auto;
}

#ft6 .ft6_4 p {
    font-size: 35px;
    color: #000000;
}

#ft6 .ft6_4 span {
    color: #ff0000;
}

#ft6 .ft6_3 a {
    color: #0160aa;
    text-decoration: underline;
}


/*招贤纳士*/

#zzz {
    width: 100%;
    height: 412px;
    background: url(/zzz/zzz.jpg)no-repeat center;
}

#zzza {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 50px;
}

#zzza .zzzaa {
    line-height: 50px;
    font-size: 18px;
    color: #727171;
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    border-bottom: 2px solid #ddd;
}

#zzza .zzzaa a {
    color: #727171;
}

#zzza .zzzaa a:hover {
    color: #fc114a;
}

#zzza .zzz1 {
    width: 227px;
    height: 69px;
    margin-left: 45px;
    margin-top: 35px;
}

#zzza .zzz2 {
    width: 334px;
    height: 115px;
    margin: 23px 0 5px;
}

#zzza .zzz3 {
    width: 255px;
    height: 106px;
    margin: 30px 0 0;
}

#zzza .zzz4 {
    width: 467px;
    height: 133px;
    margin: 10px 0 0;
}

#zzza .zzz5 {
    width: 507px;
    height: 197px;
    margin-left: 86px;
    margin-top: 40px;
}

#zzza .zzzp {
    margin-left: 93px;
}

#zzza .zzzp p {
    font-size: 20px;
    color: #515151;
    line-height: 35px;
    font-family: 微软雅黑;
}

#zzza .zzzp span {
    color: #e7b711;
    margin-right: 10px;
}

.zzz {
    width: 145px;
    height: 150px;
    position: fixed;
    right: 2px;
    top: 22%;
}

.zzz img {
    width: 100%;
}
