﻿@charset "utf-8";

*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
ul,
li,
dl,
dt,
dd,
div,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 180%;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666;
    background-color: #FFF;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

ul,
dl,
ol {
    list-style: none;
}

img {
    border: none 0;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.main {
    width: 100%;
}

.area {
    width: 1145px;
    height: auto;
    margin: auto auto;
}

.area1 {
    width: 1000px;
    height: auto;
    margin: auto auto;
}

.text-left {
    text-align: left;
}

.top {
    width: 100%;
    height: 120px;
    background: #FFF;
}

.top .top-in {
    width: 1100px;
    height: 120px;
    margin: 0px auto;
}

.top .top-in img {
    max-height: 120px;
    float: left;
}

.search {
    width: 272px;
    height: 35px;
    margin-top: 43px;
    margin-left: 10px;
}

.search .search_text {
    width: 220px;
    height: 33px;
    line-height: 33px;
    border: 0;
    float: left;
    border: 1px solid #CCC;
    color: #999;
    padding-left: 10px;
    font-family: "微软雅黑";
}

.search .search_but {
    width: 40px;
    height: 35px;
    line-height: 35px;
    border: 0;
    float: right;
    background: #CCC url(../search.png) no-repeat center center;
}

.tel {
    margin-top: 15px;
}

.tel p {
    font-size: 23px;
    color: #c70900;
    line-height: 30px;
}

.navwrap {
    width: 100%;
    height: 54px;
    background: #FFF;
    margin: auto auto;
    border-top: 1px solid #EEE
}

.nav {
    width: 1200px;
    height: 54px;
    margin: 0px auto;
}

.nav li {
    float: left;
}

.nav li a {
    float: left;
    min-width: 120px;
}

.inmenu:link,
.inmenu:visited {
    color: #333;
    font-size: 15px;
    line-height: 54px;
    height: 54px;
    text-align: center;
}

.inmenu:hover,
.inmenu:active {
    text-decoration: none;
    transition: 0.3s all;
    color: #fd5362;
}

.inmenu_1:link,
.inmenu_1:visited,
.inmenu_1:hover,
.inmenu_1:active {
    color: #fd5362;
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    text-align: center;
}

.nav li:hover {
    position: relative;
    z-index: 99999;
    color: #fd5362;
}

.nav li:hover a {
    color: #fd5362;
}

.nav li:hover ul li a {
    background: #e7e7e7;
    color: #333;
    border: none
}

.nav li ul li {
    float: none;
    text-align: left;
    height: 30px;
}

.nav li ul li a {
    float: none;
    display: block;
    color: #FFF;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    padding: 0px 15px 0px 15px;
    min-width: 90px;
}

.nav li ul li a:hover {
    color: #fd5362;
    background: #DDD;
    transition: 1s all;
}

.nav li ul {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 9999;
}

.inner-banner img {
    width: 100%
}

.banner {
    position: relative;
}

#banner {
    clear: both;
    background: #FFF;
    width: 100%;
    margin: 0px auto 0px;
}

.slider_img {
    display: block;
    text-align: center;
    height: 100%;
}

.slider_img img {
    margin: 0px auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.wmuSlider {
    height: 100% !important;
    position: relative;
    overflow: hidden;
}

.bbdd {
    z-index: 2;
    position: absolute;
    bottom: 2%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.bbdd li {
    margin: 0px 8px 10px 0px;
    list-style-type: none;
    display: inline-block;
}

.bbdd a {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(http://www.bblanlan.com/Content/C_IMG/m130/orange/dot.png) no-repeat 0 -16px;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.bbdd a.wmuActive {
    background-position: 0 0;
}

.wmuSliderPrev,
.wmuSliderNext {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.wmuSliderNext {
    background-position: 0 -70px;
    right: 48px;
}

.wmuSliderPrev {
    left: 48px;
}

.wmuSlider:hover .wmuSliderNext {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.wmuSlider:hover .wmuSliderPrev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.wmuSlider:hover .wmuSliderNext:hover,
.wmuSlider:hover .wmuSliderPrev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.tophu {
    background: url(../../m130/orange/hu.png)repeat center 0;
    height: 18px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.bottomhu {
    background: url(../../m130/orange/fanhu.png)repeat center 0;
    height: 18px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.feedback {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.submita {
    margin: 16px auto;
    display: inline-block;
    padding: 0 18px !important;
    line-height: 22px;
    background: #ff9c00;
    border: 0px;
    height: 24px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
}

.xh {
    color: #f00;
    padding: 0 3px;
}

#feedbackForm {
    margin: 20px 0 100px 70px;
}

#feedbackForm .text {
    width: 300px;
    height: 26px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 0px 0px 5px;
    border: 1px solid #CCC;
    background: none;
}

#feedbackForm .lable {
    padding: 10px 12px 0px 0px;
    line-height: 30px;
    height: 30px;
    text-align: right;
}

#feedbackForm .atextarea {
    float: left;
    border: 1px solid #CCC;
    height: 100px;
    width: 305px;
    font-size: 12px;
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    background: none;
}

#feedbackForm .smtcss {
    padding-right: 112px;
    text-align: center;
}

.pages {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 20px 0;
    color: #b2b2b2;
    clear: both;
    margin-top: 30px;
}

.pages a,
.pages span {
    display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}

.pages a:link,
.pages a:visited {
    color: #666;
    background: #FFF;
}

.pages a:hover,
.pages a:active,
.pages span.ctxt {
    color: #FFF;
    background: #CCC;
    text-decoration: none
}

.color649 {
    color: #ed6b49;
}

.color0 {
    color: #0059b3;
}

.YqbYears {
    vertical-align: middle;
    padding-left: 8px;
    margin-top: -6px;
}

.hotpro {
    margin: 40px auto;
}

.hotpro .main-left {
    width: 250px;
    float: left;
    padding-bottom: 0px;
}

.hotpro .main-left1 {
    width: 186px;
    float: left;
    padding-bottom: 0px;
}

.ml-title {
    width: 171px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFF url(http://www.bblanlan.com/Content/C_IMG/m139/img/nav.png) 0% 100% no-repeat;
    padding-left: 15px;
}

.sidebar {
    float: left;
    width: 240px;
    padding-top: 24px;
}

.main1 {
    padding: 30px 0 0 270px;
}

.bPosition {
    line-height: 39px;
    padding: 0 16px;
    color: #fd5362;
    margin-bottom: -20px;
    margin-top: 1px;
    text-align: right;
    background: url(http://www.bblanlan.com/Content/C_IMG/m139/img/nav.png) no-repeat 0% 100%;
}

.bPosition a {
    color: #333;
}

.sf-menu {
    display: table;
    width: 250px;
}

.sf-menu li {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    border-bottom: 1px solid #EEE
}

.sf-menu li a,
.sf-menu li:hover a {
    display: block;
    padding: 7px 0 7px 20px;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    background: #EEE;
}

.sf-menu li li {
    clear: both;
    position: relative;
    text-transform: capitalize;
    margin: 0 auto;
}

.sf-menu li li:last-child {
    clear: both;
    position: relative;
    text-transform: capitalize;
    margin: 0 auto;
    border-bottom: none
}

.sf-menu li li a,
.sf-menu li:hover li a {
    line-height: 20px;
    padding: 7px 0 5px 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    background: none;
}

.sf-menu li li:last-child a,
.sf-menu li:hover li:last-child a {
    line-height: 20px;
    padding: 7px 0 5px 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.sf-menu li li a:hover {
    text-decoration: none;
    color: #fd5362 !important;
}

.sf-menu li li.LiProDetail a {
    border-left: none;
    color: #333;
}

ul.sf-menu ul ul {
    left: 243px;
    width: 250px;
    top: 0px;
    margin: 0px;
    padding: 0 0 0 0;
    visibility: visible;
    border: 0px;
    padding: 0;
    border-radius: 0px;
    background: #FFF;
    opacity: 0.9;
}

.sf-menu li li li {
    background: #FFF;
    padding: 0;
    min-height: 28px;
}

.sf-menu li li:hover {
    opacity: 1;
}

.sf-menu li li li a,
.sf-menu li:hover li li a {
    text-decoration: none;
    padding: 6px 0 5px 12px;
    text-indent: 15px;
    font-weight: normal;
}

ul.pro-menu {
    margin-top: -1px;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}

ul.sf-menu li:hover>ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}

.hotpro .main-right {
    width: 875px;
    float: right;
}

.mr-title {
    border-bottom: 3px solid #f13a3a;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 12px;
    padding-right: 15px;
    background: #f13a3a
}

.mr-title a {
    color: #FFF;
}

.biaoti {
    width: 157px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    position: absolute;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tjpro {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.tjpro li {
    width: 367px;
    height: 325px;
    margin: 7px;
    float: left;
    text-align: center;
    line-height: 25px;
}

.tjpro li a {
    display: block;
    overflow: hidden;
}

.tjpro li img {
    width: 365px;
    height: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #DDD;
}

.tjpro li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    border: 1px solid #fd5362;
}

.tjpro1 {
    width: 860px;
    height: auto;
    margin-top: 30px;
}

.tjpro1 li {
    width: 272px;
    height: 272px;
    margin: 7px;
    float: left;
    text-align: center;
    line-height: 25px;
}

.tjpro1 li img {
    width: 270px;
    height: 250px;
    border: 1px solid #DDD;
}

.tjpro1 li img:hover {
    width: 270px;
    height: 250px;
    border: 1px solid #fd5362;
}

.new_ab {
    clear: both;
    padding: 5px 0 0;
    margin: 25px 0px;
}

.new_ab li {
    height: 130px;
    overflow: hidden;
    width: 860px;
    text-align: left;
    padding-top: 15px;
    border-bottom: 1px dotted #DDD;
}

.new_ab li div.indiv {
    border: 1px dashed #CCC;
    width: 150px;
    height: 120px;
    text-align: center;
    line-height: 120px;
}

.new_ab li div.indiv img {
    max-width: 150px;
    max-height: 120px;
}

.new_ab li .tp {
    width: 210px;
    float: left;
    padding-left: 10px;
    background: url(../../m128/news.jpg) no-repeat center left 12px
}

.new_ab li p {
    padding: 5px 0 0 20px;
    line-height: 26px;
    width: 97%;
    overflow: hidden;
    float: left;
    color: #666;
}

.new_ab li p b {
    display: block;
    font-weight: 100;
    width: 100%;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    color: #333;
}

.new_ab li p b a,
.new_ab li p b a:hover {
    color: #333;
    font-weight: bold;
    font-size: 16px
}

.new_ab li p b a:hover {
    color: #333;
}

.new_ab li p span {
    height: 70px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.new_ab li p span a {
    color: #fd5362;
}

.new_ab li .sj {
    float: right;
    width: 110px;
    height: 151px;
    padding-top: 15px
}

.new_ab li .fr {
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

.new_ab dt {
    height: 40px;
    border: #CCC 1px dotted;
    line-height: 40px
}

.new_ab dt a {
    font-size: 14px;
    padding-left: 10px
}

.n_info_con {
    width: 880px;
    padding: 30px 15px 0 10px;
    overflow: hidden;
}

.n_info_con h1 {
    border-bottom: 1px dashed #CCC;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.n_info_con2 {
    width: 650px;
    margin: 0 auto;
}

.n_info_con h3 {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px dashed #CCC;
}

.info_con_tit {
    line-height: 24px;
    margin-bottom: 15px;
}

.info_con_tit span {
    margin-right: 20px;
}

.info_con_tit .n_tit {
    text-align: center;
    color: #333;
}

.n_info_con .img {
    text-align: center;
    padding: 15px 0
}

.n_info_con span {
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

.n_info_con .fanye {
    height: 40px;
    margin: 25px auto
}

.n_info_con .fanye .fl {
    width: 50%;
    height: 40px;
    overflow: hidden
}

.n_info_con .fanye .fr {
    width: 50%;
    height: 40px;
    overflow: hidden;
    text-align: right;
}

.n_info_con .fanye span {
    line-height: 40px;
    font-size: 14px
}

.pro-detail {
    width: 860px;
    height: auto;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
}

.pro-detail img {
    max-width: 550px;
    border: 5px solid #DDD;
    margin-top: 15px;
}

#con {
    FONT-SIZE: 14px;
    MARGIN: 0px 0px;
    WIDTH: 860px;
    margin-top: 20px;
}

#tags {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 400px;
    PADDING-TOP: 0px;
    HEIGHT: 35px
}

#tags LI {
    BACKGROUND: #aaa;
    FLOAT: left;
    MARGIN-RIGHT: 10px;
    LIST-STYLE-TYPE: none;
    HEIGHT: 35px;
    padding: 0px 25px;
}

#tags LI A {
    BACKGROUND: none;
    FLOAT: left;
    COLOR: #222;
    LINE-HEIGHT: 35px;
    HEIGHT: 35px;
    TEXT-DECORATION: none;
}

#tags LI.emptyTag {
    BACKGROUND: #fd3f01;
    WIDTH: 100px
}

#tags LI.selectTag {
    BACKGROUND: #fd3f01;
    POSITION: relative;
    HEIGHT: 35px
}

#tags LI.selectTag A {
    COLOR: #FFF;
    LINE-HEIGHT: 35px;
    HEIGHT: 35px
}

#tagContent {
    PADDING-TOP: 10px;
}

.tagContent {
    DISPLAY: none;
    WIDTH: 860px;
    COLOR: #333;
    PADDING-TOP: 10px;
    font-size: 14px;
    line-height: 28px;
}

#tagContent DIV.selectTag {
    DISPLAY: block
}

.prevNext {
    height: 48px;
}

.prevNext a {
    font-weight: bold;
    font-size: 14px;
    color: #505050
}

.prevNext a:hover {
    color: #18367f
}

.prevNext .prev {
    float: left;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.prevNext .next {
    float: right;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.la_linkboxin {
    border: 1px solid #EEE;
}

.footlinks {
    clear: both;
    margin: 0px auto;
    padding: 5px;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #777;
    text-align: center;
}

.footlinks a:link,
.footlinks a:visited {
    font-size: 9pt;
    line-height: 140%;
    color: #777;
    margin-right: 3px;
}

.footer {
    width: 100%;
    margin: 0px auto;
    font-size: 12px;
    color: #FFF;
    background: #f13a3a;
    background-repeat: repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    text-align: center;
}

.footer_l {
    width: 190px;
    float: left;
    color: #FFF;
    font-size: 14px;
    background: #f13a3a;
    background-repeat: repeat-y;
    background-position: right top;
    background-color: #033268;
    padding: 30px 20px;
}

.footer_r {
    width: 750px;
    float: right;
    line-height: 32px;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    color: #FEAA3A;
}

.di-nav {
    height: 32px;
    line-height: 32px;
    color: #CCC;
}

.di-nav a {
    color: #FFF;
    text-align: center;
    padding: 0 4px;
}

.di-nav span {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.di-nav a:hover {
    color: #F93;
    text-decoration: underline;
}

.footer p {
    line-height: 28px;
    color: #FFF;
}

.line0 {
    width: 120px;
    margin: 0 auto 20px auto;
    height: 5px;
    background: #000;
}

.nowin {
    font-size: 35px;
    padding-left: 15px;
    line-height: 40px;
    width: 1145px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #000;
}

.lseconus {
    padding: 10px;
    margin-top: 20px;
    background: #EEE
}

.footer {
    width: 100%;
    padding: 15px 0px;
    background: #222;
}

.footer ul {
    margin: auto;
}

.footer ul li {
    padding: 0 15px;
    display: inline-block;
}

.footer ul li a {
    color: #FFF !important;
}

.fuwurexianbox {
    min-width: 1145px;
}

.fuwrxleft {
    float: left;
    width: 43%;
    height: 160px;
    background: #fd5362;
    position: relative;
}

.test {
    border-color: #af222e #FFF #FFF #af222e;
    border-style: solid;
    border-width: 30px;
    height: 0px;
    width: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fuwrxleft img {
    margin-top: 40px;
    position: absolute;
    right: 65px;
    width: 80px;
}

.telphone {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    right: 180px;
    margin-top: 45px;
}

.telphone p {
    margin-bottom: 20px;
}

.fuwuright {
    float: right;
    width: 57%;
    height: 160px;
    position: relative;
}

.fuwurightin {
    color: #333;
    text-align: right;
    width: 705px;
    font-size: 30px;
    margin-top: 45px;
    position: relative;
}

.jieshaoin {
    height: 25px;
    padding: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    font-size: 16px;
    position: absolute;
    right: 0;
    width: 510px;
    letter-spacing: 10px;
}

.sponeinfo {
    padding: 40px 0;
}

.sponeinfo_in {
    position: relative;
    height: 710px;
}

.img1 {
    position: absolute;
    left: 0;
    width: 750px;
    max-height: 220px;
    overflow: hidden;
}

.img1 img {
    width: 100%;
}

.img2 {
    position: absolute;
    right: 0;
    width: 360px;
    max-height: 460px;
    overflow: hidden;
}

.img2 img {
    width: 100%;
}

.img3 {
    position: absolute;
    left: 0;
    width: 360px;
    max-height: 470px;
    overflow: hidden;
    top: 240px;
}

.img3 img {
    width: 100%;
}

.img4 {
    position: absolute;
    left: 390px;
    width: 360px;
    max-height: 220px;
    overflow: hidden;
    top: 240px;
}

.img4 img {
    width: 100%;
}

.img5 {
    position: absolute;
    left: 390px;
    width: 360px;
    max-height: 220px;
    overflow: hidden;
    top: 490px;
}

.img5 img {
    width: 100%;
}

.img6 {
    position: absolute;
    right: 0px;
    width: 360px;
    max-height: 220px;
    overflow: hidden;
    top: 490px;
}

.img6 img {
    width: 100%;
}

.aboutus {
    background: #e9ddcf url(../aboutbg.png)no-repeat center 100%;
    height: 557px;
}

.aboutimg {
    width: 991px;
    margin-right: 70px;
}

.aboutimg img {
    width: 100%;
}

.aboutindex {
    width: 465px;
    margin-top: 85px;
}

.aboutindex h2 {
    color: #583f31;
    font-size: 40px;
    text-align: right;
}

.abten {
    color: #583f31;
    font-size: 24px;
    text-align: right;
    margin-top: 20px;
}

.duanline {
    width: 60px;
    height: 5px;
    background: #583f31;
    margin-top: 10px;
}

.aboutcon {
    margin: 10px auto;
}

.hotprobox {
    padding: 40px 0 0 0;
}

.hotprobox h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 95px;
    left: 98px;
}

.sanjiao {
    background-image: url('../sanjiao.png');
    width: 320px;
    margin: auto auto;
    height: 152px;
    position: relative;
}

.sanjiao p {
    position: absolute;
    top: 40px;
    font-size: 20px;
}

.hotprosome {
    margin-top: 40px;
    background: url(../bgtl_2.jpg);
    padding: 20px 0;
}

.tjpro a {
    color: #FFF !important;
}

.newscenter {
    padding: 40px 0 0 0;
}

.newscenter_in h2 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.newscenter_in h2 p {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.newsleft {
    width: 37%;
    float: left;
    margin-top: 20px;
    margin-right: 45px;
}

.newsleft img {
    width: 100%;
}

.newsin {
    width: 59%;
}

.newsin .body_title_sty {
    font-size: 18px;
    color: #000;
    height: 50px;
    line-height: 50px;
    background: url(../../m132/body_title_bg.png)no-repeat bottom;
    background-size: contain;
}

.newsin .body_title_sty span {
    color: #a9a9a9;
}

.newsinlist {
    width: 100%;
    margin-top: 20px;
}

.newsinlist li {
    height: 90px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #C5C5C5;
}

.newsinlist li .time {
    width: 15%;
    height: 80px;
    text-align: center;
    margin-right: 20px;
    background: #fd5362;
}

.time .day {
    font-size: 24px;
    font-weight: 600;
    margin-top: 17px;
    color: #FFF;
}

.newscon {
    width: 81%;
}

.newscon a p {
    font-size: 15px;
    color: #464646;
}

.news-con {
    font-size: 12px;
}

.yearmonth {
    color: #FFF;
}

.sptwoinfo {
    padding: 40px 0 0 0;
    text-align: center;
}

.yinhao {
    width: 100px;
    height: 100px;
    margin: auto auto;
    border-radius: 50px;
    background: #f1f0fb;
    text-align: center;
    color: #fd5362;
    font-size: 120px;
    line-height: 160px;
    font-family: -webkit-pictograph;
}

.sptwoinfo h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}

.sptwoinfo img {
    margin-top: 20px;
}

.contactus_in {
    padding: 40px 0 0 0;
    height: 410px;
}

.leftcontactus {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 85px;
}

.contactbg {
    background: url(../kuang_f93h.jpg)no-repeat;
    width: 353px;
    height: 365px;
    position: relative;
    left: 0px;
}

.wp-title_content {
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 183px;
    width: 34px;
    display: block;
    position: absolute;
    left: 40px;
    top: 40px;
}

.wp-title_content span {
    font-size: 24px;
    font-family: SimSun;
    line-height: 100%;
    color: rgb(136, 136, 136);
}

.wp-title_content1 {
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 183px;
    width: 34px;
    display: block;
    position: absolute;
    left: 95px;
    top: 100px;
}

.wp-title_content1 span {
    font-size: 24px;
    font-family: SimSun;
    line-height: 100%;
    color: rgb(136, 136, 136);
}

.wp-title_content2 {
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 34px;
    width: 283px;
    display: block;
    position: absolute;
    top: 290px;
    left: 25px;
}

.wp-title_content2 span {
    font-size: 16px;
    font-family: 微软雅黑;
    color: rgb(136, 136, 136);
}

.wp-title_content3 {
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 37px;
    width: 289px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 25px;
}

.wp-title_content3 span {
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(153, 153, 153);
}

.contactbg img {
    width: 320px;
    height: 220px;
    position: absolute;
    right: -196px;
    top: 50px;
}

.rightcontactus {
    float: left;
    width: 43%
}

.rightcontactus p {
    margin: 10px 0;
}

.rightcontactus p input {
    width: 100%;
    height: 60px;
    border: 1px solid #EEE;
    padding-left: 15px
}

#ImgSend_I {
    width: 103.5%;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    background: #fd5362;
    height: 60px;
    margin-top: 5px;
    border: none;
}

.la_linkbox {
    padding: 40px 0;
}

.chidu {
    padding: 40px 0;
    background: #CCC;
    text-align: center;
}

.chidup1 {
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    color: #999;
}

.chidup2 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 40px;
}

.testtable {
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

.testtable tr td {
    border-right: 1px solid #D9D9D9;
    padding: 30px 0;
    font-size: 20px;
}

.e_mobile {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url(../../emobile.png) 0px -50px no-repeat;
    text-indent: 25px;
}

.h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.aboutindex .h2 {
    color: #583f31;
    font-size: 40px;
    text-align: right;
}

.hotprobox .h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 95px;
    left: 98px;
}

.newscenter_in .h2 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.newscenter_in .h2 p {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.sptwoinfo .h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}
.ship{
    width: 1087px;
    height: 420px;
    margin: 40px auto 0 auto;
}
.hhh{
    font-size: 48px;
    color: #EAEAEA;
    text-align: center;
}
.guanyu{
    font-size: 30px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 65px;
    text-align: center;
}
.wenzi{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 3px;
}
.kuan{
    width: 970px;
    margin: 0 auto;
}
.cc{
    width: 752px;
    margin:  0 auto 50px auto;
    letter-spacing:2px;
    line-height: 30px;
}
.cs{
    width: 752px;
    margin:  60px auto 70px auto;
    letter-spacing:2px;
    line-height: 30px;
}
.bb{
    width: 136px;
    height: 40px;
    font-size: 32px;
    color: #333;
    border-bottom: #A5CBFF;
    text-align: center;
    margin: 0 auto 50px auto;
}
.line1{
    width: 100%;
    height: 14px;
    background-color: #A5CBFF;
}