﻿@charset "utf-8";

/* Banner */
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}

.banner .bd {
    zoom: 1;
}

.banner .bd img {
    width: 100% !important;
    height: auto !important;
}

/* 主体 */
.wrap {
    position: relative;
    width: 1200px;
    min-height: 460px;
    _height: 460px;
    margin: 0 auto;
}

.wrap .sidebar {
    float: left;
    width: 240px;
    margin-top: 30px;
}

.wrap .main {
    float: right;
    width: 934px;
    padding: 30px 0;
}

.wrapBt {
    height: 0;
    background: none;
    overflow: hidden;
    clear: both;
}

/* 左侧栏目标题 */
.leftTitle {
    position: relative;
    height: 72px;
    padding: 24px 0 0;
}

.leftTitle i,
.leftTitle s {
    display: block;
    padding-left: 8px;
}

.leftTitle i {
    font-size: 20px;
    line-height: 28px;
}

.leftTitle s {
    color: #9a9a9a;
    font: 12px/16px arial;
    text-decoration: none;
    text-transform: uppercase;
}

/* 二级、三级菜单 */
.menu {
    margin-bottom: 70px;
}

.menu dl dt {
    margin-bottom: 8px;
}

.menu dl dt a {
    display: block;
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #cfcfcf;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.menu dl dt a:hover,
.menu dl dt .current {
    border-bottom: 1px solid #32a237;
    background: #32a237;
    color: #fff;
    text-decoration: none;
}

.menu dl dd {
    padding: 5px 0 5px 55px;
    border-bottom: 1px solid #eee;
    background: url(../images/o_ico_18.gif) no-repeat 45px 13px;
    font-size: 14px;
    text-align: left;
}

.menu dl dd a:hover,
.menu dl dd .current {
    color: #32a237;
    text-decoration: none;
}

/* 面包屑 */
.location {
    position: relative;
    height: 46px;
    border-bottom: 1px solid #eaeaea;
    line-height: 46px;
}

.location h3 {
    float: left;
    height: 44px;
    color: #000;
    font-weight: 100;
    font-size: 17px;
    display: none;
}

.breadcrumbs {
    width: 1002px;
    margin: 0 auto;
    text-align: right;
}

.breadcrumbs a {
    display: inline-block;
    margin: 0 6px;
}

.breadcrumbs .u-home {
    padding-left: 20px;
}

/* 内容模式 */
.article {
    padding: 20px 20px 40px 25px;
    line-height: 2;
    font-size: 14px;
    word-wrap: break-word;
}

.article .hd {
    padding: 0 0 20px;
    text-align: center;
}

.article .hd h1 {
    color: #000;
    font-size: 20px;
}

.article .hd .titBar {
    color: #797979;
    font-size: 12px;
}

.article .bd {
    padding-bottom: 40px;
}

.article .ft {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

/* 头部新闻 */
.hotNews {
    margin-bottom: 30px;
    background: #848484;
    overflow: hidden;
}

.hotNews .pic {
    float: left;
    width: 390px;
    height: 250px;
    margin-right: 5px;
}

.hotNews .pic img {
    width: 100%;
    height: 100%;
}

.hotNews dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 25px 20px 0 15px;
    line-height: 22px;
}

.hotNews dl dt {
    margin-bottom: 13px;
    padding-left: 10px;
    background: url(../images/o_ico_05.jpg) no-repeat 0 13px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.hotNews dl dt a {
    color: #fff;
}

.hotNews dl dt a:hover {
    color: #000;
}

.hotNews dl .i {
    min-height: 110px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #eee;
}

.hotNews dl .m {
    width: 84px;
    height: 24px;
    margin-left: 10px;
    background: #fff;
    line-height: 24px;
    text-align: center;
}

.hotNews dl .m a {
    display: block;
    color: #333;
}

.hotNews dl .m a:hover {
    background: #666;
    color: #fff;
}

/* 新闻列表 */
.news {
    padding: 0 0 40px;
}

.newsTable th {
    border: 1px solid #fff;
    background: #c8cacb;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.newsTable td {
    padding: 8px 10px;
    border-bottom: 1px solid #dcd9d4;
    line-height: 20px;
}

.list {
    padding: 0 0 40px;
}

.list li {
    padding: 7px 0;
    border-bottom: 1px dashed #e0e0e0;
    background: url(../images/o_ico_11.gif) no-repeat 2px 13px;
    line-height: 20px;
    clear: both;
}

.list li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.list li a {
    padding-left: 15px;
}

.list li a:hover {
    text-decoration: underline;
}

/* 图文新闻 */
.pothoItem {
    margin: 0 0 40px;
}

.pothoItem .item {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.pothoItem .item .pic {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 20px;
    padding: 4px;
    border: 1px solid #e7e7e7;
}

.pothoItem .item .pic img {
    width: 200px;
    height: 150px;
}

.pothoItem .item dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    line-height: 20px;
}

.pothoItem .item dl dt {
    font-size: 16px;
    line-height: 32px;
}

.pothoItem .item dl .d,
.pothoItem .item dl .m {
    display: none;
}

.pothoItem .item dl .i {
    padding: 5px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

/* 图片列表 */
.pic-item-list {
    margin: 0 0 20px;
}

.pic-item-list .pic-item {
    display: block;
    float: left;
    width: 130px;
    margin-bottom: 10px;
    padding: 0;
}

.pic-item-list .list-pic {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #919090;
    line-height: 100px;
    text-align: center;
}

.pic-item-list dl {
    padding: 0 5px;
    line-height: 26px;
    text-align: center;
}

.piList {
    padding: 0 0 20px;
    overflow: hidden;
}

.piList .pic-item-list {
    width: 759px;
    margin: 0;
    padding: 0;
}

.piList .pic-item {
    position: relative;
    width: 230px;
    margin: 0 23px 23px 0;
    padding: 0;
    display: inline;
}

.piList .list-pic {
    display: block;
    width: 230px;
    height: 172px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    line-height: 148px;
}

.piList .list-pic img {
    width: 230px;
    height: 172px;
}

.piList dl {
    padding: 4px 5px;
    line-height: 20px;
}

.piList dl dt {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 分页 */
.page li {
    display: inline-block;
    margin: 0 2px;
    background: #f3f3f3;
    color: #333;
    vertical-align: top;
}

.page li.thisclass,
.page li:first-child {
    display: inline-block;
    background: #f3f3f3;
    color: #333;
    vertical-align: top;
}

/* 分页 */
.page {
    padding: 21px 0;
    line-height: 24px;
    text-align: center;
    border-top: 1px solid #dcdcdc;
}

.page a {
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    color: #333;
    vertical-align: top;
}

.page a:hover,
.page .current {
    border: 1px solid #eb1216;
    background: #eb1216;
    color: #fff;
}

.page a.iprev {
    float: left;
    width: 108px;
    line-height: 66px;
    margin-top: -21px;
    padding-left: 20px;
    border-right: 1px solid #dcdcdc;
    background: url(../images/iprev_07.png) no-repeat 32px center;
}

.page a.inext {
    float: right;
    width: 108px;
    line-height: 66px;
    margin-top: -21px;
    padding-right: 20px;
    border-left: 1px solid #dcdcdc;
    background: url(../images/inext_10.png) no-repeat 88px center;
}

.page a.iprev:hover {
    border: none;
    border-right: 1px solid #dcdcdc;
    background: url(../images/iprev_07.png) no-repeat 32px center;
    ;
    color: #333;
}

.page a.inext:hover {
    border: none;
    border-left: 1px solid #dcdcdc;
    background: url(../images/inext_10.png) no-repeat 88px center;
    ;
    color: #333;
}

/* 人才招聘 */
.hrTop {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.hrTop li {
    padding-left: 16px;
    background: url(../images/ico_05.gif) no-repeat 0 8px;
    font-weight: bold;
    line-height: 24px;
}

.hrTable .hrTableTh {
    height: 32px;
    background: #666;
    color: #fff;
}

.hrTable th {
    color: #fff;
    font-weight: normal;
}

.hrTable td {
    padding: 0 8px;
}

.hrTable .bg td {
    background: #eee;
}

.hr {
    position: relative;
    padding: 0 0 35px;
}

.hr h3 {
    padding-left: 0;
    border-bottom: 1px dotted #ccc;
    color: #32a237;
    font-size: 20px;
    line-height: 55px;
}

.hr h3 s {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.hr h3 .off {
    background: url(../images/hr_down.gif) no-repeat center;
}

.hr h3 .on {
    background: url(../images/hr_up.gif) no-repeat center;
}

.hrItem {
    margin-bottom: 5px;
}

.hrItem .title {
    border-bottom: 1px dotted #ccc;
    color: #999;
    font-weight: bold;
    line-height: 36px;
}

.hrItem .title span {
    float: right;
    font-weight: 100;
}

.hrItem .title span a {
    color: #88000c;
}

.hrItem .con {
    margin-bottom: 10px;
    padding: 15px 0;
    line-height: 24px;
}

.hrItem .con h4 {
    font-size: 14px;
    line-height: 36px;
}

.hrItem .apply {
    width: 95px;
    height: 25px;
    padding: 0;
    background: #01286f;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.hrItem .apply a {
    color: #fff;
}

.hr-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #777;
}

.hr-list .title {
    padding: 0;
    color: #3A7FCA;
    font-weight: bold;
    line-height: 20px;
}

.hr-list .title span {
    float: right;
    font-weight: 100;
}

.hr-list .info {
    padding: 5px 0;
    line-height: 24px;
}

.hr-list .apply {
    height: 24px;
    line-height: 24px;
    text-align: right;
}

/* 新闻列表 */
.message {
    padding: 0 0 30px;
}

.message-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #ddd;
}

.message-list .m-title {
    padding: 0;
    color: #32a237;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.message-list .m-title span {
    float: right;
    color: #01286f;
    font-size: 12px;
    font-weight: 100;
}

.message-list .m-info {
    padding: 5px 0;
    line-height: 24px;
}

.message-list .r-title {
    padding: 0;
    line-height: 20px;
}

.message-list .r-info {
    padding: 5px 0;
    line-height: 24px;
}

/* 人才招聘 */
.form-panel {
    padding: 0 0 30px;
}

.form-panel h4 {
    margin-bottom: 10px;
    padding: 0 20px;
    background: #666;
    color: #fff;
    line-height: 30px;
}

.form-panel .tips {
    padding: 10px 0 10px 100px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.form-panel .field {
    clear: both;
}

.form-panel li.field label {
    display: block;
    float: left;
    width: 100px;
    line-height: 24px;
    text-align: right;
}

.form-panel .input {
    padding: 5px 0;
    zoom: 1;
}

.form-panel .field:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.form-panel .text {
    height: 20px;
    padding: 2px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .textarea {
    width: 450px;
    height: 100px;
    padding: 1px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .submit-field {
    padding: 0 10px 20px 100px;
    _padding: 0 10px 20px 100px;
    clear: both;
}

.form-panel .submit-field input {
    margin-right: 10px;
}

.form-panel .submit-field .btn-submit,
.form-panel .submit-field .btn-reset {
    width: 93px;
    height: 29px;
    border: none;
    background: #666;
    color: #fff;
    cursor: pointer;
}

/* 产品详细页 */
.m-detail {
    margin-bottom: 30px;
}

.m-detail .m-property {
    float: left;
    width: 100%;
}

.m-detail .property {
    margin-left: 350px;
}

.m-detail .property h1 {
    font-weight: 100;
    font-size: 18px;
    line-height: 34px;
}

.m-detail .property .m-i-a {
    margin-bottom: 8px;
    padding: 8px 0 15px;
    border-bottom: 1px dotted #d9d9d9;
    color: #888;
    font-size: 14px;
    line-height: 25px;
}

.m-detail .gallery {
    position: relative;
    float: left;
    width: 350px;
    margin-left: -100%;
}

.m-detail .gallery .bigPic {
    width: 300px;
    height: 224px;
}

.product-detail {
    border: 1px solid #e5e5e5;
}

.product-detail .hd {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.product-detail .hd h2 {
    float: left;
    width: 136px;
    height: 46px;
    margin: -2px 0 -1px;
    border-top: 2px solid #0058af;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    font-size: 22px;
    font-weight: 100;
    line-height: 46px;
    text-align: center;
}

.product-detail .bd {
    padding: 25px;
    line-height: 28px;
    font-size: 14px;
}

.s2_clt {
    height: 120px;
    background: url(../images/s2_1_03.png) no-repeat center;
    padding: 0 30px 0 15px;
}

.s2_clt1 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #b5b5b5;
}

.s2_clt2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 12px;
}

.s2_clt3 {
    font-size: 16px;
    color: #fff;
    margin-top: -5px;
}

.s2_clc {
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 19px 9px 0px;
}

.s2_clc h2 {
    height: 42px;
    line-height: 42px;
    padding-left: 22px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    background: #f1f1f1 url(../images/s2_2_07.png) no-repeat 190px center;
}

.s2_clc ul {
    margin-top: 7px;
    margin-bottom: 19px;
}

.s2_clc ul li {
    font-size: 14px;
    padding-left: 44px;
    background: url(../images/s2_3_11.png) no-repeat 20px center;
    padding-top: 5px;
    line-height: 44px;
    border-bottom: 1px solid #b5b5b5;
}

.inews {
    border: 1px solid #dcdcdc;
}

.inewst {
    line-height: 75px;
    height: 75px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.inewst span {
    font-size: 20px;
    color: #eb1216;
    font-weight: bold;
    position: absolute;
    background: url(../images/inews1_03.png) no-repeat center 74px;
    height: 76px;
    display: inline-block;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    text-align: center;
}

.inewsc {}

.inewsc ul li {
    margin: 20px 0;
    background: #f3f3f3;
    padding: 15px 0;
}

.inewsc_l {
    float: left;
    width: 105px;
    text-align: center;
}

.inewsc_l div {
    font-size: 36px;
    color: #666666;
    margin-top: 8px;
}

.inewsc_l p {
    font-size: 16px;
    color: #666666;
    margin-top: -8px;
}

.inewsc_m {
    float: left;
    width: 615px;
}

.inewsc_m div a {
    font-size: 18px;
    color: #333333;
}

.inewsc_m p {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin-top: 5px;
}

.inewsc_r {
    float: right;
    margin-right: 38px;
    margin-top: 30px;
}

.inewsc_r a {
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #959595;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.tj {
    border: 1px solid #dcdcdc;
    margin-top: 21px;
    padding: 0 10px;
}

.tj_ct {
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 17px;
    font-size: 18px;
    color: #000000;
}

.tj_ct span {
    font-size: 12px;
    color: #999999;
    font-family: "Arial";
}

.tj_cc {}

.tj_cch {
    margin-top: 30px;
}

.tj_cchi {
    margin: 22px 0;
}

.tj_cchi_l {
    float: left;
}

.tj_cchi_r {
    float: right;
    width: 595px;
    margin-right: 38px;
    height: 134px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 30px;
    position: relative;
}

.tj_cchi_r1 a {
    font-size: 16px;
    color: #333333;
}

.tj_cchi_r2 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 8px;
}

.tj_cchi_r3 {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.tj_cchi_r3 a {
    font-size: 14px;
    color: #eb1216;
}

.tj_ccb {
    padding-bottom: 15px;
}

.tj_ccb ul li {
    float: left;
    width: 400px;
    margin-right: 75px;
    line-height: 36px;
}

.tj_ccb ul li a {
    font-size: 14px;
    color: #333333;
}

.tj_ccb ul li a span {
    float: right;
}

.tj_ccb ul li:nth-child(2n) {
    margin-right: 0;
}

.dh {
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    background: #f1f1f1;
}

.dh_l {
    float: left;
    margin-left: 91px;
}

.dh_r {
    float: right;
    width: 540px;
}

.dh_r1 {
    font-size: 22px;
    color: #eb1216;
    margin-top: 40px;
}

.dh_r2 {
    font-size: 14px;
    color: #333333;
    margin-top: 13px;
}

.dh_r3 {
    width: 430px;
    height: 72px;
    border: 1px solid #dcdcdc;
    margin-top: 25px;
}

.dh_r3_l {
    float: left;
    height: 72px;
    padding-left: 80px;
    background: url(../images/dh2_06.png) no-repeat 28px center;
}

.dh_r3_l div {
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
}

.dh_r3_l p {
    font-size: 22px;
    color: #000000;
}

.dh_r3_r {
    float: right;
    margin-right: 30px;
    margin-top: 22px;
}

.dh_r3_r a {
    display: inline-block;
    width: 126px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #eb1216;
    font-size: 16px;
    color: #fff;
}

.lu {
    margin-top: 15px;
    border: 1px solid #dcdcdc;
    padding: 15px 15px 15px 20px;
}

.lu1 {
    font-size: 18px;
    color: #eb1216;
}

.lu2 {
    margin-top: 20px;
}

.lu2 p {
    font-size: 12px;
    color: #333333;
    line-height: 26px;
}

.lu3 {
    margin-top: 25px;
}

.ipro {
    padding: 10px 21px 30px;
}

.ipro ul li {
    float: left;
    width: 281px;
    margin: 8px 20px 8px 0px;
    border: 1px solid #d4d4d4;
}

.ipro ul li:nth-child(3n) {
    margin-right: 0;
}

.ipro ul li p {
    line-height: 42px;
    background: #b5b5b5;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.da {
    margin-top: 30px;
}

.da_c {
    margin-top: 27px;
}

.da_c ul li {
    float: left;
    width: 295px;
    margin-right: 24px;
}

.da_c ul li:last-child {
    margin-right: 0;
}

.da_c ul li div {
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 9px 0;
}

.da_c ul li p {
    text-align: center;
    margin-top: 13px;
}

.da_c ul li p a {
    font-size: 16px;
    color: #555;
}

.smenu {
    margin-top: 67px;
}

.smenu ul li {
    float: left;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.smenu ul li:last-child a {
    border-right: 1px solid #ccc;
}

.smenu ul li a {
    font-size: 16px;
    color: #333333;
    display: block;
    border: 1px solid #ccc;
    border-right: 0;
}

.smenu ul li a.current,
.smenu ul li:hover a {
    background: #eb1216;
    color: #fff;
    border-color: #eb1216;
}

.spro {
    margin-top: 44px;
    padding-bottom: 20px;
}

.spro ul li {
    float: left;
    width: 280px;
    margin-right: 26.6px;
    margin-bottom: 20px;
}

.spro ul li:nth-child(4n) {
    margin-right: 0;
}

.spro ul li p {
    text-align: center;
    margin-top: 16px;
}

.spro ul li p a {
    font-size: 16px;
    color: #666666;
}

.xpro {
    margin-top: 44px;
    padding-bottom: 20px;
}

.xpro ul li {
    float: left;
    width: 282px;
    margin-right: 24px;
    margin-bottom: 20px;
}

.xpro ul li:nth-child(4n) {
    margin-right: 0;
}

.xpro ul li div {
    border: 1px solid #f3f3f3;
    padding: 1px;
}

.xpro ul li p {
    text-align: center;
    margin-top: 16px;
}

.xpro ul li p a {
    font-size: 16px;
    color: #666666;
}

.ka {
    padding: 17px 0 0 25px;
}

.kai {
    float: left;
    width: 279px;
    margin-right: 23px;
    margin-bottom: 40px;
}

.kai_4 {
    margin: 21px 0 14px;
}

.kai_4 a {
    font-size: 16px;
    color: #666666;
}

.kai_2 {
    font-size: 14px;
    color: #333333;
    min-height: 84px;
}

/*.kai_3{margin-top: 32px;}
.kai_3 a{width: 50%;text-align: center;line-height: 20px;float:left;font-size: 16px;color: #666666;}
.kai_3 a:first-child{background: url(../images/ka1_03.png) no-repeat right center;}
*/
.kai_3 {
    margin-top: 32px;
    background: url(../images/prolistbg01.png);
    width: 241px;
    height: 42px;
}

.kai_3 a:first-child {
    border-right: 1px solid #eaeaea;
    color: white;
    background: url(../images/prolistbg02.png) no-repeat center;
}

.kai_3 a {
    width: 120px;
    text-align: center;
    line-height: 42px;
    float: left;
    font-size: 16px;
    color: #666666;
}


.lt {
    margin-top: 70px;
    margin-bottom: 45px
}

.lt_l {
    float: left;
    width: 570px;
    margin-top: -20px;
}

.lt_l div {
    line-height: 57px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dashed #dcdcdc;
    padding-left: 95px;
}

.lt_r {
    float: right;
}

.lt_l1 {
    background: url(../images/lt1_03.png) no-repeat 40px center;
}

.lt_l2 {
    background: url(../images/lt2_09.png) no-repeat 40px center;
}

.lt_l3 {
    background: url(../images/lt3_11.png) no-repeat 40px center;
}

.lt_l4 {
    background: url(../images/lt4_13.png) no-repeat 40px center;
}

.lw {
    margin-top: 42px;
}

.lw div {
    font-size: 24px;
    color: #eb1216;
    font-weight: bold;
    text-align: center;
}

.lw p {
    text-align: center;
    font-size: 24px;
    color: #eb1216;
    text-transform: uppercase;
    margin-top: 20px;
    background: url(../images/lw1_03.png) no-repeat left center;
}

.gt_t {
    margin-top: 40px;
}

.gt_tl {
    float: left;
}

.gt_tr {
    float: right;
    width: 652px;
    height: 327px;
    background: #f1f1f1;
    padding-top: 38px;
    padding-left: 38px;
}

.gt_tr1 {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.gt_b {
    margin-top: 40px;
    margin-bottom: 58px;
}

.gt_b ul li {
    float: left;
    margin-right: 15px;
}

.gt_b ul li:last-child {
    margin-right: 0;
}

.proc_t {
    padding: 9px 8px;
    border-bottom: 1px solid #f1f1f1;
}

.proc_tl {
    float: left;
    border: 1px solid #bebebe;
    margin: 5%;
}

.proc_tr {
    float: right;
    width: 470px;
    margin-right: 5px;
}

.proc_tr .xx {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 65px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.proc_tr div p {
    line-height: 28px;
}

.procb {
    margin-top: 24px;
}

.procb > p {
    border-bottom: 1px solid #dcdcdc;
}

.procb > p span {
    display: inline-block;
    margin-left: 9px;
    width: 150px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 14px;
    color: #fff;
    background: #eb1216;
}

.procb > div {
    padding: 9px 8px;
}

.proc_t {}

.provba_t div {
    background: url(../images/a1_03.png) no-repeat center;
    padding: 0;
    text-align: center;
    font-size: 26px;
    color: #eb1216;
    line-height: 39px;
}

.provba_t p {
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.provba_c ul li {
    float: left;
    margin-right: 3px;
}

.provbd_t {}

.provbd_t div {
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.provbd_t p {
    text-align: center;
    border-bottom: none;
    font-size: 26px;
    color: #333333;
    margin-top: -10px;
}

.provbd_c ul li {
    float: left;
    margin-right: 9px;
    margin-bottom: 11px;
}

.provbe_c {
    background: url(../images/b1_21.jpg) no-repeat top center;
    margin-top: 25px;
}

.provbc_ci1 .provbc_cil {
    float: left;
    width: 400px;
}

.provbc_ci1 .provbc_cir {
    float: right;
    width: 400px;
}

.provbc_ci2 .provbc_cir {
    float: left;
    width: 400px;
}

.provbc_ci2 .provbc_cil {
    float: right;
    width: 400px;
}

.provbc_ci div {
    padding: 0;
}

.provbc_ci div div {
    padding: 0;
    font-size: 22px;
    color: #eb1216;
    margin-top: 25px;
}

.provbc_ci div p {
    border-bottom: 0;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 13px;
}

.provbf_c {
    margin-top: 15px;
}

.provbg_c {}

.provbg_c ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.provbg_c ul li div {
    padding: 0;
}

.provbg_c ul li p {
    border-bottom: none;
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.provbh_c ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}