@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/*remembertodefinefocusstyles!*/

:focus {
    outline: 0;
}


/*remembertohighlightinsertssomehow!*/

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}


/*tablesstillneed'cellspacing="0"'inthemarkup*/

tbody,
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    padding: 0;
    outline: 0;
    margin: 0;
}

.clear {
    clear: both;
}


/*************************************/

.mb {
    display: none;
}

body {
    margin: 0;
    background: #fff;
    font: 1em/150% Arial, "微软雅黑", Helvetica, sans-serif;
}

A:link {
    TEXT-DECORATION: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

A:visited {
    TEXT-DECORATION: none;
}

A:hover {
    TEXT-DECORATION: none;
    color: #f09808;
}

h1,
h2 {
    font-size: 48px;
    color: #8e969a;
    font-weight: normal;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
    color: #c1c4c5;
    font-weight: normal;
}

h4 {
    font-size: 58px;
    font-weight: normal;
    line-height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inbox {
    width: 1200px;
    margin: 0 auto;
}

header .logo,
.ban_an {
    position: absolute;
    z-index: 998;
}

header .logo {
    width: 30%;
    left: 50%;
    margin-left: -15%;
    z-index: 999;
    top: 10%;
}

.ban_an {
    width: 42%;
    left: 50%;
    margin-left: -21%;
    bottom: 90px;
}

.ban_an img,
.logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1980px) {
    header .logo {
        width: 30%;
        left: 50%;
        margin-left: -15%;
        top: 10%;
    }
    .ban_an {
        width: 40%;
        left: 50%;
        margin-left: -20%;
        bottom: 90px;
    }
}

@media screen and (max-width: 1280px) {
    header .logo {
        width: 36%;
        left: 50%;
        margin-left: -18%;
        top: 10%;
    }
    .ban_an {
        width: 50%;
        left: 50%;
        margin-left: -25%;
        bottom: 90px;
    }
}

#nav1 {
    height: 75px;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0;
    background-color: rgba(154, 0, 0, 0.8);
}

@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */
    #nav1 {
        background-color: #9a0000;
        filter: Alpha(opacity=80);
        position: static;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    #nav1 inbox {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

#nav1 .box {
    width: 1170px;
    margin: 0 auto;
}

#nav1 .inbox {
    padding-left: 50px;
    width: 950px;
    float: left;
}

#nav1 .inbox a {
    color: #fff;
    line-height: 75px;
    height: 75px;
    padding: 0px 25px;
    display: inline-block;
}

#nav1 .en a {
    color: #fff;
    line-height: 75px;
    height: 75px;
    padding: 0px 20px;
    display: inline-block;
}

#nav1 .inbox a:hover {
    color: #fff;
    background: #e84e50;
}

#nav1 .lang {
    width: 100px;
    float: right;
    font-size: 12px;
    padding-top: 18px;
}

#nav1 .lang a {
    display: block;
    color: #fff;
    line-height: 20px;
}

#nav1 .lang a:hover {
    color: #ffb9b9;
}

.ban_an_content {
    margin-top: -75px;
    height: 75px;
}

#nav2 {
    width: 100%;
    position: relative;
    z-index: 999;
}

.abbox {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

#nav2 .nav_bg {
    width: 100%;
    height: 60px;
    background: #cd0d22;
    padding: 10px 0px 0px 0px;
    margin-top: 5px;
}

#nav2 .inbox {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

#nav2 .inbox span {
    margin: 0px 18px 0px 18px;
    color: #ffffff;
}

#nav2 .inbox a {
    color: #ffffff;
    display: inline-block;
    height: 25px;
    padding: 3px 8px 0px 8px;
    border-radius: 8px 8px 8px 8px;
}

#nav2 .inbox a:hover {
    color: #cd0d22;
    display: inline-block;
    background: #ffffff;
}

#nav2 a.mb {
    display: none;
}

#about_h {
    width: 800px;
    background: #fff;
    float: left;
}

#about_h .title {
    color: #b1b1b1;
    font-size: 12px;
    margin: 50px 0 38px 0;
}

#about_h h1 {
    color: #000000;
    font-size: 24px;
}

#about_h .content img {
    float: left;
    width: 327px;
    height: auto;
}

#about_h .content p {
    color: #626262;
    font-size: 14px;
    padding: 30px;
    float: left;
    width: 400px;
}

#about_h .content h1 {
    float: left;
    width: 400px;
    padding: 30px 0 0 30px;
}

#about_h .content a {
    display: block;
    float: left;
    width: 200px;
    padding-left: 30px;
    color: #D92D30;
    font-size: 14px;
}

#about_h .content a:hover {
    color: #FFC315;
}

#news_h {
    width: 353px;
    background: #cc0000;
    height: 370px;
    float: right;
}

#news_h .title {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 20px 20px;
    background: url(../images/news_h.gif) no-repeat 270px center;
}

#news_h .title h1 {
    color: #fff;
    font-size: 24px;
}

#news_h .content a {
    display: block;
    color: #fff;
    height: 78px;
    padding-top: 16px;
}

#news_h .content span {
    display: block;
}

#news_h .content a .data {
    float: left;
    width: 45px;
    height: 43px;
    margin-left: 20px;
    background: #95000d;
    font-size: 12px;
    color: #e6b3c3;
    padding: 5px 10px;
}

#news_h .content a .data h6 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

#news_h .content a .xin {
    width: 260px;
    float: right;
    color: #e6b3c3;
    font-size: 12px;
}

#news_h .content a .xin h5 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

#news_h .content a:hover {
    background: #95000d;
}

#advan {
    margin-top: 90px;
    clear: both;
    background: url(../images/cul_bg.png) no-repeat center;
    height: 483px;
}

#advan .title {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

#advan .top {
    width: 1171px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../images/12345.png) no-repeat bottom;
}

#advan .top li {
    display: inline-block;
    width: 232px;
    height: 93px;
    text-align: center;
    position: relative;
}

#advan .top a {
    display: block;
    width: 36px;
    height: 31px;
    background: url(../images/1.png) bottom center no-repeat;
    font-size: 24px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    text-align: center;
    margin: 10px auto;
}

#advan .top a:hover {
    background: url(../images/2.png) bottom center no-repeat;
}

#advan .top li span {
    display: none;
}

#advan .top a:hover a.now {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    display: block;
}

#advan .top a:hover span {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    color: #4d4d4d;
    width: 280px;
    font-size: 14px;
    z-index: 10;
    line-height: 14px;
    font-size: 12px;
}

#advan .bottom {
    width: 1171px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#advan .bottom li {
    display: inline-block;
    width: 300px;
    height: 110px;
    text-align: center;
    position: relative;
}

#advan .bottom a {
    display: block;
    width: 36px;
    height: 31px;
    background: url(../images/1.png) bottom center no-repeat;
    font-size: 24px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    text-align: center;
    margin: 0 auto;
}

#advan .bottom a:hover {
    background: url(../images/2.png) bottom center no-repeat;
}

#advan .bottom li span {
    display: none;
}

#advan .bottom a:hover a.now {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    display: block;
}

#advan .bottom a:hover span {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #4d4d4d;
    width: 300px;
    font-size: 14px;
    z-index: 10;
    line-height: 14px;
}

#advan .li1 {
    float: left;
    margin-left: 43px;
}

#advan .li3 {
    margin-left: auto;
    margin-right: auto;
    margin-left: -60px;
}

#advan .li5 {
    float: right;
    margin-right: 60px;
}

#advan .li2 {
    float: left;
    margin-left: 215px;
}

#advan .li4 {
    float: right;
    margin-right: 250px;
}

#h_products {
    position: relative;
    width: 1200px;
    margin: 0 auto 50px auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 428px;
    overflow: hidden;
}

#h_products .title {
    color: #b1b1b1;
    font-size: 12px;
    margin: 50px 0 38px 0;
    width: 100px;
    position: absolute;
    left: 20px;
}

#h_products h1 {
    color: #000000;
    font-size: 24px;
}


/* filters */

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    padding: 40px 0;
    font-size: 14px;
}

#filters a {
    color: #cc0000;
}

#filters li {
    float: right;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

#filters li span.active {
    background: #e95a44;
    color: #fff;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    *width: 22%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative!important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    left: 0;
}

.portfolio .label-bg {
    background: #cc0000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.label-text a {
    color: #fff;
}


/* #Tablet (Portrait) */

@media only screen and (min-width:768px) and (max-width:959px) {
    .container {
        width: 768px;
    }
}


/*  #Mobile (Portrait) - Note:Design for a width of 320px */

@media only screen and (max-width:767px) {
    .container {
        width: 95%;
    }
    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
}


/* #Mobile (Landscape) - Note:Design for a width of 480px */

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        width: 70%;
    }
}


/* #Clearing */


/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

#ptype {
    margin-top: 60px;
    clear: both;
}

#ptype .title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dadada;
    color: #484848;
    font-size: 16px;
}

#ptype .title p {
    margin-bottom: -33px;
}

#ptype h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: lighter;
    color: #313131;
    line-height: 60px;
    border-bottom: solid 3px #cd0d22;
    margin: 0 auto;
    font-family: "幼圆";
    margin-bottom: 8px;
}

#ptype h1 span {
    color: #cd0d22;
    margin-left: 0px;
}

#type {
    margin-top: 60px;
}

#type li {
    display: block;
}

#type li {
    float: left;
    width: 232px;
    height: 91px;
    background: #000;
    position: relative;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-top: 66px;
    border: 1px solid #e1e1e1;
}

#type a {
    display: block;
    position: absolute;
    width: 232px;
    top: 0px;
    left: 0px;
    height: 157px;
}

#type a:hover {
    filter: alpha(opacity=8);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.type1 {
    background: url(../images/p1.jpg) no-repeat center;
}

.type2 {
    background: url(../images/p2.jpg) no-repeat center;
}

.type3 {
    background: url(../images/p3.jpg) no-repeat center;
}

.type4 {
    background: url(../images/p4.jpg) no-repeat center;
}

.type5 {
    background: url(../images/p5.jpg) no-repeat center;
}

.type6 {
    background: url(../images/p6.jpg) no-repeat center;
}

.type7 {
    background: url(../images/p7.jpg) no-repeat center;
}

.type8 {
    background: url(../images/p8.jpg) no-repeat center;
}

.type9 {
    background: url(../images/p9.jpg) no-repeat center;
}

.type10 {
    background: url(../images/p10.jpg) no-repeat center;
}

#pshow .inbox {
    padding: 0px 20px 0px 20px;
}

#pshow .show_left {
    width: 262px;
    height: 361px;
    background: #cd0d22;
    margin-top: 30px;
    color: #ffffff;
    padding: 80px 20px 0px 20px;
    float: left;
}

#pshow .left_title {
    font-size: 50px;
    font-family: "幼圆";
    color: #ffffff;
    text-align: left;
    line-height: 30px;
}

#pshow .left_title span {
    font-size: 18px;
    margin-left: 5px;
    margin-top: 0px;
}

#pshow p {
    font-size: 14px;
    width: 98%;
    text-indent: 2em;
    text-align: justify;
    margin-top: 30px;
    line-height: 18px;
}

#pshow .more {
    display: block;
    width: 143px;
    height: 24px;
    background: url(../images/pc_more.gif) no-repeat center;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    color: #cd0d22;
    margin-top: 60px;
}

#pshow .more:hover {
    color: #ffffff;
}

#pshow .show_right {
    width: 863px;
    height: 441px;
    background: #ececec;
    float: left;
    margin-top: 30px;
}

#pshow .show_right ul {
    padding: 10px 0px 10px 10px;
}

#pshow .show_right img {
    width: 208px;
    height: 208px;
    background-size: 100%;
}

#pshow .show_right li {
    display: -block;
    background: #000000;
    width: 208px;
    height: 208px;
    float: left;
}

#pshow .show_right li a:hover {
    filter: alpha(opacity=10);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#shebei {
    width: 100%;
    height: 484px;
    background: url(../images/sb_bg.jpg) no-repeat top center;
    clear: both;
    margin-top: 30px;
}

#shebei .title {
    width: 100%;
    text-align: center;
    color: #cd0d22;
    font-size: 16px;
    padding: 30px 0px;
}

#shebei h1 {
    font-size: 40px;
    color: #313131;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    font-family: "幼圆";
    font-weight: bold;
}


/** Container Settings **/

#container {
    width: 1031px;
    margin: 0 auto;
    background: #cd0d22;
    height: 329px;
    position: relative;
}


/*** 03. Home Featured Section ***/

#featured {
    color: #fff;
    position: relative;
}

#info_bg {
    width: 424px;
    height: 329px;
    background: #cd0d22;
}

#featured-info,
#home-featured-nav {
    float: right;
}

#featured-images {
    float: left;
}

#featured-images img {
    width: 607px;
    height: 329px;
    background-size: 100%;
}

#featured-info {
    width: 424px;
    height: 289px;
    background: #cd0d22;
}

#featured-info .info li {
    margin: 60px 0px 0px 40px;
}

#featured-info a {
    font-size: 29px;
    color: #ffffff;
    line-height: 29px;
}

#featured-info h3 {
    font-size: 14px;
    color: #ffffff;
}

#featured-info p {
    font-size: 14px;
    width: 88%;
    text-indent: 2em;
    margin-top: 20px;
}


/** featured images**/

#featured-images {
    width: 607px;
    height: 329px;
    position: relative;
}

#images ul li {
    width: 607px;
    height: 329px;
}


/** featured slider navigation **/

#home-featured-nav {
    width: 424px;
    height: 63px;
    position: absolute;
    z-index: 999;
    top: 266px;
    right: 0px;
}

#home-featured-nav li {
    margin-bottom: 0px;
}

#home-featured-nav a {
    width: 212px;
    height: 63px;
    display: block;
    text-indent: -9999px;
    float: left;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#home-featured-nav a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#home-featured-nav li.next a {
    background: url(../images/sb_right.gif) no-repeat center #d55462;
}

#home-featured-nav li.prev a {
    background: url(../images/sb_left.gif) no-repeat center #d55462;
}

#partner {
    clear: both;
    margin-top: 80px;
}

#partner .title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dadada;
    color: #484848;
    font-size: 16px;
}

#partner .title p {
    margin-bottom: -33px;
}

#partner h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: lighter;
    color: #313131;
    line-height: 60px;
    border-bottom: solid 3px #cd0d22;
    margin: 0 auto;
    font-family: "幼圆";
    margin-bottom: 8px;
}

#partner h1 span {
    color: #cd0d22;
    margin-top: 10px;
}

#partner .inbox {
    color: #414141;
    font-size: 14px;
    position: relative;
    width: 1140px;
    margin: 40px auto 0 auto;
}

#partner .inbox img {
    max-width: 100%;
    height: auto;
    min-width: 80%;
}

#partner .inbox p {}

#partner .sorry {
    padding: 20px 0;
    font-size: 12px;
    color: #7F7F7F;
    text-align: center;
    line-height: 40px;
}

#copyright {
    width: 100%;
    background: #cd0d22;
    clear: both;
    color: #ffffff;
    padding-bottom: 20px;
}

#copyright a {
    color: #fff;
}

#copyright a:hvoer {
    color: #FFE011;
}

#copyright .inbox {}

#copyright .inbox .left {
    float: left;
    width: 340px;
    padding-top: 74px;
    padding-left: 90px;
    background: url(../images/foot_logo.png) no-repeat top left;
    line-height: 24px;
    font-size: 14px;
    margin-top: 30px;
}

#copyright .inbox .right {
    float: right;
    width: 351px;
    margin: 40px 90px 0px 0px;
}

#copyright .ewm {
    height: 136px;
    background: #eb5869;
    padding: 7px 7px 0px 7px;
}

#copyright .ewm p {
    width: 141px;
    height: 114px;
    background: url(../images/ewm.png) no-repeat left center;
    font-size: 14px;
    padding-left: 150px;
    padding-top: 15px;
}

#copyright .ewm p span {
    font-size: 20px;
    line-height: 35px;
}

#copyright h5 {
    right: 90px;
    bottom: 30px;
    font-size: 14px;
    font-weight: normal;
}

#copyright .jishu {
    font-size: 14px;
    text-align: center;
}

#nav1.smaller {
    height: 75px;
    z-index: 999;
    position: fixed;
    top: 0px;
}

#nav1.smaller .logo_en,
#nav.smaller .logo_cn {
    width: 160px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    float: left;
    background-size: 100%;
    background-position: left center;
}

#nav1.smaller nav a {
    font-size: 12px;
    padding: 0px 10px;
}

#nav1.smaller nav {
    width: 850px;
    position: absolute;
    left: 190px;
    top: 0px;
    padding-top: 30px;
}

#nav1.smaller .lan {
    width: 90px;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0;
    margin: 0;
}

#mobilebg,
#mobile,
#mobile_nav {
    display: none;
}

#header {
    height: 213px;
}

#header .top {
    height: 153px;
    width: 1110px;
    margin: 0 auto;
}

#header .top .logo {
    display: block;
    float: left;
    width: 400px;
    height: 124px;
    background: url(../images/logo.gif) no-repeat center;
}

#header .top .lan {
    width: 200px;
    float: right;
    padding-top: 80px;
}

#header .top .lan a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #999;
}

#header .top .lan a:hover {
    color: #c20300;
}

#header .top .lan .cn {
    background: url(../images/cn.gif) no-repeat left center;
}

#header .top .lan .en {
    background: url(../images/en.gif) no-repeat left center;
}

#header nav {
    clear: both;
    background: #c20300;
}

#header nav a {
    color: #fff;
    line-height: 60px;
    height: 60px;
    padding: 0px 25px;
    display: inline-block;
}

#header .nav_gb2312 {
    padding-left: 20px;
}

#header .nav_gb2312 a {
    font-size: 14px;
    padding: 0px 40px;
}

#header nav a:hover {
    color: #fff;
    background: #e84e50;
}

.banner {
    height: 248px;
}

.about .posts {
    background: url(../images/about_1.jpg) no-repeat center;
    height: 248px;
}

.news .posts {
    background: url(../images/news_1.jpg) no-repeat center;
    height: 248px;
}

.product .posts {
    background: url(../images/product_1.jpg) no-repeat center;
    height: 248px;
}

#main {
    width: 1110px;
    margin: 0 auto;
    background: url(../images/m_le.gif) repeat-y #f4f4f4;
    margin-top: 20px;
    position: relative;
}

#main .left {
    float: left;
    width: 210px;
    padding-bottom: 330px;
}

#box .title {
    height: 74px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #f4f4f4;
}

#box .content li {
    width: 80%;
    margin: 0 auto;
    height: 35px;
    padding-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
}

#box .content a {
    display: block;
    color: #262626;
    line-height: 30px;
    padding-left: 20px;
}

#box .content a:hover,
#box .content .now {
    -moz-border-radius: 15px;
    /* Gecko browsers */
    -webkit-border-radius: 15px;
    /* Webkit browsers */
    border-radius: 15px;
    /* W3C syntax */
    background: url(../images/li_n.gif) no-repeat 95% center #c20300;
    color: #fff;
}

.about .left #box .title {
    background: url(../images/le_t.gif) no-repeat 3px 4px;
}

.news .left #box .title {
    background: url(../images/new_t.gif) no-repeat 13px 14px;
}

.product .left #box .title {
    background: url(../images/pr_t.gif) no-repeat 25px 15px;
}

#main .left .contact {
    margin: 20px auto;
    width: 196px;
}

#main .left .contact .title {
    height: 29px;
    background: url(../images/l_c_t.gif) no-repeat;
}

#main .left .contact .content {
    background: url(../images/l_c_c.gif) repeat-y;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

#main .left .contact .dowm {
    height: 29px;
    background: url(../images/l_c_d.gif) no-repeat;
}

#main .right {
    float: right;
    width: 900px;
    position: relative;
}

#main .right .title {
    line-height: 60px;
    border-bottom: 1px dotted #666;
    width: 85%;
    margin: 10px auto;
    background: url(../images/r_t.gif) no-repeat 20px center;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
}

#main .right .content .neirong {
    margin: 0 auto;
    padding: 10px 40px;
    line-height: 150%;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#main .right .content .neirong img {
    max-width: 100%;
    height: auto;
}

#ewm {
    background: url(../images/ewm.gif) no-repeat center bottom;
    background-size: 90%;
    width: 190px;
    position: absolute;
    bottom: 0px;
    left: 1px;
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 220px;
}

#ewm h2 {
    font-size: 16px;
    color: #cb0002;
}

#navigation h4 {
    font-size: 12px;
}

#navigation li ul li {
    border-bottom: 1px solid #fff;
    width: 85%;
    margin: 0px auto;
    padding-top: 5px;
}

#navigation li ul li a {
    display: block;
    font-size: 12px;
}

#navigation li ul li a {
    display: block;
    color: #000;
    line-height: 30px;
    padding-left: 20px;
}

#navigation h4 a:hover {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc;
    background: url(../images/li_n.gif) no-repeat 95% center #fff;
    color: #000;
    font-weight: bold;
}

#navigation li ul li ul {
    margin: 10px 0px 0px 20px;
    background: #f4f4f4;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#navigation li ul li ul li {
    background: url(../images/l_bg.gif) no-repeat 15px 12px;
    border: none;
    padding: 0px;
    width: 100%;
}

#products {
    width: 95%;
    margin-left: 10px;
}

#products li {
    width: 30%;
    float: left;
    margin-left: 20px;
    height: 320px;
}

#products li dl dt {
    width: 240px;
    height: 240px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    background: #fff;
}

#products li dl div {
    width: 240px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
}

#products li dl dd {
    text-align: center;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 5px 20px 5px 20px;
}

#products li dl dd a {
    color: #000;
    line-height: 150%;
}

#products li dl dd a:hover {
    color: #e03f35;
}

#products li dl .gn {
    color: #666;
}

#products li dl div img {
    width: 240px;
    height: 240px;
    vertical-align: middle;
}

.timu {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
}

.timu2 {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.jCarouselLite {
    display: none;
}


/*下划线*/

.dashed {
    background-image: url(../images/dashed.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}


/* 列表
/* 表格*/

.tList {
    border: 1px solid #dddddd;
    font-size: 14px;
    width: 90%;
    margin: 5%;
}

.tList th,
.tList td {
    line-height: 30px;
    padding-right: 4px;
    padding-left: 4px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 10px;
}

.tList .tdbg,
.tList thead th {
    color: #2f2f2f;
    line-height: 30px;
    background-image: url(../images/bg_th.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.tList thead th span {
    font-weight: normal;
}

.tList thead th img {
    vertical-align: middle;
}

.tList tbody tr {
    background-color: #fff;
}

.tList tbody tr td {
    vertical-align: top;
}

.tList tbody tr.even td {
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.tList tbody tr.click td {
    background-color: #D9EBF5;
    border-color: #D9EBF5;
}

.tList tbody tr.hover td {
    background-color: #EDF5FA;
    border-color: #EDF5FA;
}

#bigpic {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#bigpic img {
    max-width: 100%;
    margin: 0 auto;
}

.shangyige,
.myshangyige,
.xiayige,
.myxiayige {
    display: block;
    width: 231px;
    height: 48px;
    z-index: 9999;
    margin-bottom: 5%;
}

.shangyige,
.myshangyige {
    background: url(../images/shangyiye.png) no-repeat;
    float: left;
    margin-left: 10%;
    background-position: center;
}

.xiayige,
.myxiayige {
    background: url(../images/xiayiye.png) no-repeat;
    float: right;
    margin-right: 10%;
    background-position: center;
}

.myshangyige {
    background-position: bottom;
}

.shangyige:hover {
    background-position: top;
}

.xiayige:hover {
    background-position: top;
}

.myxiayige {
    background-position: bottom;
}

.xiayige:link,
.shangyige:link,
.xiayige:hover,
.shangyige:hover {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.mb {
    display: none;
}

#news {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    background: #F9F9F9;
    padding: 10px 0px;
}

#news li {
    padding: 5px 0px;
    border-bottom: 1px dashed #CCC;
    width: 95%;
    margin: 0 auto;
}

#news li a {
    color: #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 30px;
    background: url(../images/news_li.gif) no-repeat 5px center;
}

#news li a:hover {
    color: #36F;
}

#news li .mL10 {
    font-size: 12px;
    margin-left: 20px;
    color: #CCC;
}

#news li p {
    color: #999;
    font-size: 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/* 分页
-------------------------------------------------------------------*/

.paglist {
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 85%;
    margin: 6px auto;
    border: 1px dashed #CCC;
    background: #F9F9F9;
    padding: 10px 0px;
}

.paglist a {
    margin-left: 3px;
    color: #333;
    padding: 0px 5px;
}

.paglist a:hover {
    color: #36F;
}

.timu {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
}

.timu2 {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.ueditor_baidumap {
    width: 100%;
    height: 300px;
}

#box .en li {
    width: 95%;
    margin: 0 auto;
    height: 35px;
    padding-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-family: "Arial", sans-serif;
    font-size: 10px;
}

#box .en a {
    display: block;
    color: #262626;
    line-height: 30px;
    padding-left: 10px;
}

#pinpai li {
    width: 28%;
    margin: 15px 2%;
    border: 3px solid #ccc;
    float: left;
}

#pinpai li a img {
    width: 100%;
    height: auto;
}