@import url(font.css);
@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;
}

#fullscreen .mb {
    z-index: -23;
}

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;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1,
h2 {
    font-weight: normal;
}

.inbox {
    width: 1200px;
    margin: 0 auto;
}

#top {
    position: absolute;
    z-index: 999;
    height: 206px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

#top .logo {
    display: block;
    width: 221px;
    height: 119px;
    background: url(../images/logo.png) no-repeat center;
    margin: 33px auto 5px auto;
}

#top .lan {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

#top .lan a {
    color: #000;
    padding-top: 1px;
}

#top .lan a:hover {
    color: #f5ae18;
}

#top .lan .cn {
    background: url(../images/cn.png) left top no-repeat;
    padding-left: 21px;
}

#top .lan .en {
    background: url(../images/en.png) left top no-repeat;
    padding-left: 21px;
    margin-left: 5px;
}

#top .inbox {
    position: relative;
}

#top nav {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    top: 50px;
}

#top nav .home {
    margin-left: 40px;
}

#top nav a {
    font-size: 14px;
    color: #000;
    margin: auto 20px;
}

#top nav a:hover {
    border-bottom: 2px solid #f5ae18;
    padding-bottom: 5px;
}

#top nav .pr {
    margin-right: 280px;
}

#head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#head .logo {
    display: block;
    width: 200px;
    height: 113px;
    background: url(../images/logo.png) no-repeat top left;
    background-size: 100%;
    float: left;
    margin: 30px 0px 0px 20px;
}

#head .lan {
    position: absolute;
    right: 56px;
    top: 63px;
}

#head .lan a {
    display: block;
    font-size: 12px;
    color: #b5b5b5;
    padding-left: 25px;
    line-height: 18px;
}

#head .lan a:hover {
    color: #fdd015;
}

#head .lan span {
    display: none;
}

#head .lan .cn {
    background: url(../images/cn.png) top left no-repeat;
}

#head .lan .en {
    background: url(../images/en.gif) top left no-repeat;
    margin-top: 5px;
}

#head .inbox {
    position: relative;
}

#head nav {
    float: left;
    margin: 0px 0px 0px 20px;
}

#head nav a {
    display: inline-block;
    padding: 74px 00px 0px 0px;
    width: 98px;
    height: 78px;
    text-align: center;
    color: #000000;
    margin-left: 10px;
    overflow: hidden;
}

#head nav a:hover {
    background: #2781b5;
    color: #fff;
}

#head nav span {
    display: none;
}

#head nav a:hover span {
    display: block;
    color: #fff;
    margin-top: -24px;
    font-size: 12px;
}

@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */
    #nav {
        background-color: #9a0000;
        filter: Alpha(opacity=80);
        position: static;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    #nav inbox {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

#nav.smaller {
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    top: 0px;
    background-color: rgba(59, 59, 59, 0.9);
}

#nav.smaller nav {
    padding-top: 20px;
}

#nav.smaller nav .pr {
    margin-right: 0px;
}

#nav.smaller nav a {
    font-size: 14px;
    color: #fff;
    padding: 10px 10px 0 10px;
    height: 40px;
}

#nav.smaller nav a:hover {
    border-bottom: 3px solid #f5ae18;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 5px;
}

#nav.smaller nav span {
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

#nav.smaller nav {
    width: 860px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    left: 50%;
    margin-left: -430px;
}

#nav.smaller .logo {
    display: none;
}

#nav.smaller .lan {
    display: none;
}

#nav.smaller nav a:hover span {
    display: block;
    color: #fff;
    margin-top: 0px;
    font-size: 12px;
}

#first {
    background: url(../images/bg1.jpg) no-repeat center;
}

#sec {
    background: url(../images/bg2.jpg) no-repeat center;
}

#thirth {
    background: url(../images/bg3.jpg) no-repeat center;
}

#h_type {
    width: 100%;
    height: 838px;
    background: url(../images/type_bg.jpg) top center no-repeat;
    padding-top: 40px;
}

#h_type .title {
    text-align: center;
    font-size: 28px;
    color: #333333;
    letter-spacing: 5px;
}

#h_type .title span {
    display: block;
    font-size: 17px;
    color: #cfcfcf;
    margin-top: 5px;
    letter-spacing: 0px;
}

#h_type ul {
    width: 1075px;
    margin: 0 auto;
    text-align: center;
}

#h_type ul li {
    width: 336px;
    height: 336px;
    display: inline-block;
    border-bottom: 1px solid #d3d3d3;
    float: left;
    margin: 20px 0px 0px 20px;
    position: relative;
}

#h_type ul li h1 {
    font-size: 16px;
    color: #333333;
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

#h_type ul li h1 span {
    display: block;
    color: #afaeae;
}

#h_type ul li .more {
    display: block;
    height: 25px;
    font-size: 16px;
    color: #333333;
    position: absolute;
    bottom: 5px;
    right: 10px;
    border-left: 1px solid #0d5c90;
    padding: 2px 22px 0px 5px;
    background: url(../images/more_jiantou.gif) right center no-repeat;
}

#h_type ul li .more:hover {
    color: #B1B1B1;
    border-left: 1px solid #B1B1B1;
    background: filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#h_type .type1 img {
    margin-top: 31px;
    width: 258px;
    height: 200px;
    background-size: 100%;
}

#h_type .type1 h1 {
    color: #e03f35;
}

#h_type .type2 img {
    margin-top: 52px;
    width: 231px;
    height: 154px;
    background-size: 100%;
}

#h_type .type3 img {
    margin-top: 39px;
    width: 171px;
    height: 179pxbackground-size: 100%;
}

#h_type .type4 img {
    margin-top: 35px;
    width: 121px;
    height: 205px;
    background-size: 100%;
}

#h_type .type5 img {
    margin-top: 26px;
    width: 108px;
    height: 217pxs;
    background-size: 100%;
}

#h_type .type6 img {
    margin-top: 51px;
    width: 223px;
    height: 182px;
    background-size: 100%;
}

#h_type ul li img {
    cursor: pointer;
    transition: all 0.8s;
}

#h_type ul li img:hover {
    transform: scale(1.1);
}

#h_about {
    width: 100%;
    height: 509px;
    background: url(../images/ab_bg.jpg) top center no-repeat;
    padding-top: 40px;
}

#h_about .title {
    text-align: center;
    font-size: 28px;
    color: #333333;
    letter-spacing: 5px;
}

#h_about .title span {
    display: block;
    font-size: 17px;
    color: #cfcfcf;
    margin-top: 5px;
    letter-spacing: 0px;
}

#h_about .main {
    width: 1193px;
    height: 301px;
    background: #fff;
    padding: 7px 0px 0px 7px;
    font-size: 14px;
    position: relative;
    margin: 54px auto 0px auto;
}

#h_about .main img {
    float: left;
    width: 544px;
    height: 286px;
}

#h_about .main p {
    width: 40%;
    top: 87px;
    left: 616px;
    position: absolute;
}

#h_about .main .more {
    display: inline-block;
    text-align: center;
    width: 103px;
    height: 30px;
    background: #73c0ec;
    color: #fff;
    padding-top: 5px;
    position: absolute;
    top: 193px;
    left: 616px;
}

#h_about .main .more:hover {
    background: #2781b5;
}

#h_show {
    margin: 25px auto;
}

.infiniteCarousel {
    width: 1170px;
    position: relative;
    height: 268px;
    margin: 0 auto;
}

.infiniteCarousel .wrapper {
    width: 1070px;
    /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    height: 270px;
    margin: 0 52px;
    position: absolute;
    top: 0
}

.infiniteCarousel .wrapper ul {
    width: 2550px;
    /* single item * n */
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.infiniteCarousel ul li {
    display: block;
    float: left;
    height: 266px;
    width: 266px;
}

.infiniteCarousel ul li div {
    height: 266px;
    width: 266px;
    background: #fff;
}

.infiniteCarousel ul li div a {
    display: block;
    width: 266px;
    height: 266px;
    background: #000;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}

.infiniteCarousel ul li div a:hover {
    background: #fff;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}

.infiniteCarousel ul li div a img {
    width: 100%;
    height: auto;
}

.infiniteCarousel ul li div a img:hover {
    transform: scale(0.8);
    transition: all 0.8s;
}

.infiniteCarousel .arrow {
    display: block;
    height: 28px;
    width: 26px;
    background: url(../images/arrow.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 119px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.infiniteCarousel .forward {
    background-position: 0 0px;
    right: 0
}

.infiniteCarousel .back {
    background-position: 0 -56px;
    left: 0
}

.infiniteCarousel .forward:hover {
    background-position: 0 -28px
}

.infiniteCarousel .back:hover {
    background-position: 0 -84px
}

#h_culture {
    width: 100%;
    height: 397px;
    background: #d3d3d3;
}

#h_culture .title {
    text-align: center;
    font-size: 25px;
    color: #757575;
    padding-top: 34px;
}

#h_culture .title span {
    display: block;
    font-size: 14px;
    margin-top: 32px;
}

#h_culture ul {
    margin: 50px auto 0px auto;
    text-align: center;
}

#h_culture ul li {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: #000;
    overflow: hidden;
    margin-left: 10px;
}

#h_culture ul li a {
    display: block;
    width: 200px;
    height: 200px;
}

#h_culture ul li a:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#h_culture ul li h1,
#h_culture ul li p {
    display: none;
}

#h_culture ul li a:hover h1 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 63px 0px 10px 0px;
    width: 143px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#h_culture ul li a:hover p {
    display: block;
    width: 132px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#h_culture ul .li1 {
    background: url(../images/cul1.jpg) center no-repeat;
}

#h_culture ul .li2 {
    background: url(../images/cul2.jpg) center no-repeat;
}

#h_culture ul .li3 {
    background: url(../images/cul3.jpg) center no-repeat;
}

#h_culture ul .li4 {
    background: url(../images/cul4.jpg) center no-repeat;
}

#h_culture ul .li5 {
    background: url(../images/cul5.jpg) center no-repeat;
}

#h_future {
    width: 100%;
    height: 324px;
}

#h_future .title {
    text-align: center;
    font-size: 25px;
    color: #757575;
    padding-top: 34px;
}

#h_future .title span {
    display: block;
    font-size: 14px;
    margin-top: 32px;
}

#h_future ul {
    margin: 20px auto 0px auto;
    text-align: center;
    font-size: 16px;
    width: 1200spx;
    padding-left: 235px;
}

#h_future ul li {
    display: inline-block;
    width: 146px;
    height: 70px;
    padding-top: 95px;
    float: left;
}

#h_future ul li:hover {
    display: inline-block;
    margin-top: 12px;
}

#h_future ul .li1 {
    background: url(../images/wl1.png) center no-repeat;
}

#h_future ul .li2 {
    background: url(../images/wl2.png) center no-repeat;
}

#h_future ul .li3 {
    background: url(../images/wl3.png) center no-repeat;
}

#h_future ul .li4 {
    background: url(../images/wl4.png) center no-repeat;
}

#h_future ul .li5 {
    background: url(../images/wl5.png) center no-repeat;
}

#foot {
    width: 100%;
    height: 202px;
    background: #f3f3f3;
}

#foot .title,
#foot .link,
#foot .infor {
    float: left;
}

#foot .title {
    font-size: 24px;
    color: #333333;
    margin: 67px 0px 0px 85px;
}

#foot .title span {
    font-size: 17px;
    color: #9b9b9b;
    display: block;
}

#foot .link {
    margin: 85px 0px 0px 133px;
}

#foot a {
    display: inline-block;
    margin-left: 20px;
}

#foot .xlwb {
    width: 17px;
    height: 14px;
    background: url(../images/xlwb.jpg) center no-repeat;
}

#foot .qqhy {
    width: 17px;
    height: 17px;
    background: url(../images/txqq.jpg) center no-repeat;
}

#foot .wxin {
    width: 19px;
    height: 16px;
    background: url(../images/weixin.jpg) center no-repeat;
}

#foot .info {
    color: #6f6f6f;
    font-size: 12px;
    float: right;
    text-align: left;
    margin: 33px 156px 0px 0px;
}

#foot .info ul {
    float: left;
}

#foot .info h1 {
    font-size: 16px;
    margin-bottom: 48px;
}

#foot .info .ul2 {
    margin-left: 132px;
}

#foot .info span {
    float: right;
}

#copyright {
    width: 100%;
    height: 37px;
    font-size: 12px;
    color: #6f6f6f;
}

#copyright p {
    margin: 15px 0px 0px 85px;
}


/* ----------------------内页部分-------------------------------------*/

#banner_sm {
    height: 274px;
    background: #000;
    background-position: center;
    clear: both;
    margin-top: 170px;
}

.about .posts {
    background: url(../images/abin_bg.jpg) no-repeat center bottom #fff;
    height: 274px;
}

.product .posts {
    background: url(../images/pr_bg.jpg) no-repeat center bottom #ebebeb;
    height: 274px;
}

.news .posts {
    background: url(../images/ne_bg.jpg) no-repeat center bottom #fff;
    height: 274px;
}

#bg {
    width: 100%;
    background: #FFFFFF;
}

#main {
    width: 1190px;
    margin: 0px auto;
    background: #fff;
}

#main .left {
    width: 210px;
    padding: 0px 10px;
}

#box,
#box_pr {
    margin-top: -30px;
}

#box .title,
#box_pr .title {
    height: 60px;
    padding: 20px 0px 10px 30px;
    font-size: 20px;
    text-align: left;
    background: #2781b5;
    color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

#box .title span,
#box_pr .title span {
    display: inline-block;
}

#box .content,
#box_pr .content {
    border: 1px solid #e6e6e6;
    padding-bottom: 10px;
    border-top: none;
}

#box .content li {
    width: 85%;
    margin: 0 auto;
    height: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
}

#box .content a {
    display: block;
    color: #999;
    line-height: 30px;
    padding-left: 40px;
    background: url(../images/lin_bg.gif) no-repeat 10px center;
}

#box .content a:hover,
#box .content .now {
    background: url(../images/lin_bg2.gif) no-repeat 10px center #fff;
    color: #2781b5;
    font-weight: bold;
}

#navigation h4 {
    font-size: 12px;
}

#navigation li {
    border-bottom: 1px solid #e6e6e6;
    width: 85%;
    margin: 0px auto;
    padding: 5px 0;
}

#navigation li a {
    font-size: 14px;
}

#navigation li a {
    display: block;
    color: #999;
    line-height: 30px;
    padding-left: 40px;
    background: url(../images/lin_bg.gif) no-repeat 10px center;
}

#navigation li a:hover,
#navigation .now {
    background: url(../images/lin_bg2.gif) no-repeat 10px center #fff;
    color: #2781b5;
    font-weight: bold;
}

#navigation li ul li ul {
    margin: 10px 0px 0px 20px;
    background: #F9F9F9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#navigation li ul li ul li {
    border: none;
    padding: 0px;
    width: 100%;
}


/* 分页
-------------------------------------------------------------------*/

.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 li{display: inline-block;}
.paglist a {
    margin-left: 3px;
    color: #333;
    padding: 0px 10px;

}


.paglist a:hover {
    color: #00aded;
}

#main .right {
    width: 950px;
}

#main .right .title {
    line-height: 60px;
    border-bottom: 2px solid #2781b5;
    width: 90%;
    margin: 10px auto;
    background: url(../images/t_bg.gif) no-repeat 10px center;
    color: #2781b5;
    padding-left: 50px;
    font-size: 28px;
    position: relative;
}

#main .right .neirong {
    margin: 0 auto;
    padding: 30px 40px 0px 40px;
    line-height: 150%;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}

#main .right .neirong .pre {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #000;
    left: 30px;
    top: 200px;
}

#main .right .neirong .nex {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #000;
    left: 30px;
    top: 200px;
}

#main .right .neirong a {
    color: #000;
}

#main .right .neirong a:hover {
    color: #344360;
}

#main .right .neirong img {
    max-width: 100%;
    height: auto;
}

.shangyige,
.myshangyige,
.xiayige,
.myxiayige {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 500px;
    z-index: 998
}

.shangyige {
    background: url(../images/pre1.png) no-repeat;
    left: 30px;
}

.myshangyige {
    background: url(../images/pre2.png) no-repeat;
    left: 30px;
}

.xiayige {
    background: url(../images/nex1.png) no-repeat;
    right: 30px;
}

.myxiayige {
    background: url(../images/nex2.png) no-repeat;
    right: 30px;
}


/* 当前位置
-------------------------------------------------------------------*/

#position {
    line-height: 32px;
    height: 32px;
    position: absolute;
    text-align: right;
    width: 50%;
    top: 20px;
    right: 50px;
    font-size: 12px;
    color: #666;
}

#position li.home {
    height: 31px;
    display: inline-block;
    padding-left: 20px;
}

#position li {
    margin: 0 3px;
    padding-left: 1em;
}

#position a {
    color: #666;
}

#position a:hover {
    color: #2781b5;
}

#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 #fde2ea;
    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;
}

.tList th,
.tList td {
    line-height: 25px;
    padding-right: 4px;
    padding-left: 4px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tList .tdbg,
.tList thead th {
    color: #2f2f2f;
    line-height: 24px;
    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;
}

#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;
}

.search {
    width: 90%;
    height: 75px;
    background: url(../images/search_bg.gif) no-repeat #efefef;
    padding-top: 43px;
    padding-left: 10px;
    margin: 10px auto;
}

.search .sousuo {
    border: 2px solid #CCC;
    background: #fff;
    line-height: 30px;
}

.search .anniu {
    margin: 4px auto;
}

.shangyige,
.myshangyige,
.xiayige,
.myxiayige {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100%;
}

.shangyige {
    background: url(../images/shangyiye.png);
}

.myshangyige {
    background: url(../images/myshangyiye.png);
}

.xiayige {
    background: url(../images/xiayiye.png);
}

.myxiayige {
    background: url(../images/myxiayiye.png);
}

.shangyige,
.myshangyige,
.xiayige,
.myxiayige {
    background-size: 100%;
}


/*--360开始--*/

.container2 {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto
}

#circlr {
    cursor: move;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    height: 890px;
    overflow: hidden;
    background: #fff;
}

#circlr #loader {
    background: url(../images/loading.gif) center center no-repeat;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#tinybox {
    display: none;
    padding: 10px;
    background: #ffffff url(../images/loading.gif) no-repeat 50% 50%;
    border: 10px solid #e3e3e3;
    z-index: 2000;
}

#tinymask {
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1500;
}

#tinycontent {
    background: #ffffff;
    font-size: 1.1em;
}

.fenx #test {
    width: 100%;
    height: auto;
}
.kongzhi{margin-top: 20px;}
.kongzhi,
.kongzhi2 {
    padding: 10px;
}

.kongzhi2 {
    position: absolute;
    width: 250px;
    top: 1%;
    right: 1.5%;
}

.kongzhi a,
.kongzhi2 a {
    display: inline-block;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 20%;
    background: #2781b5;
}

.kongzhi2 a {
    padding: 2px 10px;
}

.kongzhi a {
    background: #9e9e9e;
}

.kongzhi .youicon {
    background: #2781b5;
}

.kongzhi a span,
.kongzhi2 a span {
    color: #fff;
}

.kongzhi a:hover,
.kongzhi2 a:hover {
    background: #e03f35;
}

.kongzhi2 a span i {
    font-style: normal;
}

#datu {
    position: relative;
}

#datupian {
    display: block;
    position: absolute;
    z-index: 990;
    left: 50%;
    top: 0;
    margin-left: -450px;
    width: 900px;
}
#datupian .datu{min-width: 90%; height: auto; }

.noicon {
    background: #9e9e9e;
}