@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;
}

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;
}

h1,
h2 {
    font-weight: normal;
}

.inbox {
    width: 1200px;
    margin: 0 auto;
}

#top {
    height: 127px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-top: 3px solid #005bac;
}

#top .logo {
    display: block;
    width: 288px;
    height: 72px;
    background: url(../images/logo.png) no-repeat center;
    margin: 26px 0px 0px 40px;
    float: left;
}

#top .lan {
    font-size: 12px;
    text-align: center;
    float: right;
    height: 40px;
    background: url(../images/topmap.png) left center no-repeat;
    padding-left: 90px;
    position: absolute;
    top: 60px;
    right: 50px;
}

#top .lan a {
    color: #000;
}

#top .lan a:hover {
    color: #f5ae18;
}

#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: #292929;
    margin: auto 12px;
}

#top nav a:hover {
    border-bottom: 2px solid #f5ae18;
    padding-bottom: 5px;
}

#top nav .pr {
    margin-right: 280px;
}

#top .hotline {
    font-size: 16px;
    color: #005bac;
    background: url(../images/toptel.png) left center no-repeat;
    display: inline-block;
    padding-left: 33px;
    float: right;
    margin: 20px 50px 0px 0px;
}

.dropbtn {
    background-color: #fff;
    color: white;
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    z-index: 999;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 118px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

@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.8);
}

#nav.smaller nav {
    padding-top: 20px;
}

#nav.smaller nav .pr {
    margin-right: 0px;
}

#nav.smaller nav a {
    font-size: 12px;
    color: #fff;
    padding: 20px 10px 0px 10px;
    height: 58px;
    margin-left: 20px;
}

#nav.smaller nav a:hover {
    border-bottom: 0px;
    color: #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 .hotline {
    display: none;
}

#nav.smaller nav a:hover span {
    display: block;
    color: #fff;
    margin-top: 0px;
    font-size: 12px;
}

#h_show {
    margin: -2px auto;
    width: 100%;
    height: 360px;
    padding-top: 64px;
    background: url(../images/pr_bg.jpg) top center no-repeat;
    border-bottom: 3px solid #e5e5e5;
}

#h_show .title {
    width: 100%;
    height: 64px;
    background: url(../images/pr_title.png) top center no-repeat;
}

.infiniteCarousel {
    width: 1170px;
    position: relative;
    height: 266px;
    margin: 10px auto 0px auto;
}

.infiniteCarousel .wrapper {
    width: 935px;
    /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    height: 266px;
    margin: 30px 106px 0px 106px;
    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: 230px;
    width: 234px;
}

.infiniteCarousel ul li div {
    height: 230px;
    width: 230px;
    background: #fff;
}

.infiniteCarousel ul li div a {
    display: block;
    width: 230px;
    height: 230px;
    background: #000;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}

.infiniteCarousel ul li div a:hover {
    background: #fff;
}

.infiniteCarousel ul li div a img {
    width: 100%;
    height: auto;
}

.infiniteCarousel ul li div a img:hover {
    transform: scale(1.1);
    transition: all 0.8s;
}

.infiniteCarousel .arrow {
    display: block;
    height: 56px;
    width: 35px;
    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 -112px;
    right: 40px
}

.infiniteCarousel .back {
    background-position: 0 0px;
    left: 20px;
}

.infiniteCarousel .forward:hover {
    background-position: 0 -168px
}

.infiniteCarousel .back:hover {
    background-position: 0 -56px
}

#h_type {
    width: 100%;
    padding-top: 64px;
    text-align: center;
}

#h_type .title {
    width: 100%;
    height: 72px;
    background: url(../images/type_title.png) top center no-repeat;
}

#h_type ul {
    width: 1122px;
    margin: 0 auto;
}

#h_type ul li {
    font-size: 14px;
    color: #383838;
    text-align: center;
    display: inline-block;
    width: 173px;
    padding-top: 246px;
    margin: 0px 5px 0px 5px;
}

#h_type ul li:hover {
    font-weight: bold;
    color: #005bac;
    -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_type .type1 {
    background: url(../images/type1.png) center no-repeat;
}

#h_type .type2 {
    background: url(../images/type2.png) center no-repeat;
}

#h_type .type3 {
    background: url(../images/type3.png) center no-repeat;
}

#h_type .type4 {
    background: url(../images/type4.png) center no-repeat;
}

#h_type .type5 {
    background: url(../images/type5.png) center no-repeat;
}

#h_type .type6 {
    background: url(../images/type6.png) center no-repeat;
}

#h_type .type1:hover {
    background: url(../images/type12.png) center no-repeat;
}

#h_type .type2:hover {
    background: url(../images/type22.png) center no-repeat;
}

#h_type .type3:hover {
    background: url(../images/type32.png) center no-repeat;
}

#h_type .type4:hover {
    background: url(../images/type42.png) center no-repeat;
}

#h_type .type5:hover {
    background: url(../images/type52.png) center no-repeat;
}

#h_type .type6:hover {
    background: url(../images/type62.png) center no-repeat;
}

#h_type .more {
    display: inline-block;
    width: 117px;
    height: 28px;
    background: #005bac;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    margin: 40px auto 60px auto;
}

#h_about {
    width: 100%;
    height: 613px;
    background: url(../images/ab_bg.jpg) top center no-repeat;
    padding-top: 64px;
    clear: both;
}

#h_about .title {
    width: 100%;
    height: 69px;
    background: url(../images/ab_title.png) top center no-repeat;
}

#h_about .main {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

#h_about .main p {
    line-height: 24px;
    width: 969px;
    margin: 20px auto 0px auto;
}

#h_about ul {
    width: 1000px;
    margin: 60px auto 0px auto;
}

#h_about ul li {
    width: 250px;
    height: 106px;
    display: inline-block;
    float: left;
    text-align: center;
    padding-top: 110px;
}

#h_about ul li h1 {
    color: #000000;
    font-size: 20px;
    text-align: center;
}

#h_about .gb2312 li p {
    color: #000000;
    font-size: 14px;
    width: 132px;
    margin: 0 auto;
}

#h_about .en li p {
    color: #000000;
    font-size: 13px;
    width: 140px;
    margin: 0 auto;
    line-height: 14px;
}

#h_about ul .ab1 {
    background: url(../images/ab1.png) top center no-repeat;
}

#h_about ul .ab2 {
    background: url(../images/ab2.png) top center no-repeat;
}

#h_about ul .ab3 {
    background: url(../images/ab3.png) top center no-repeat;
}

#h_about ul .ab4 {
    background: url(../images/ab4.png) top center no-repeat;
}

#h_gy {
    width: 100%;
    height: 434px;
    background: url(../images/gy_bg.jpg) top center no-repeat;
    padding-top: 64px;
}

#h_gy .title {
    width: 100%;
    height: 75px;
    background: url(../images/gy_title.png) top center no-repeat;
}

#h_gy p {
    font-size: 14px;
    color: #383838;
    width: 649px;
    margin: 30px auto 0px auto;
    text-align: center;
}

#h_gy ul {
    width: 1040px;
    margin: 30px auto 0px auto;
}

#h_gy .gb2312 li {
    display: inline-block;
    width: 180px;
    float: left;
    padding-top: 80px;
    font-size: 12px;
    color: #383838;
    text-align: center;
    margin: 0px 40px 0px 40px;
}

#h_gy .en li {
    display: inline-block;
    width: 180px;
    float: left;
    padding-top: 80px;
    font-size: 12px;
    color: #383838;
    text-align: center;
    line-height: 20px;
    margin: 0px 40px 0px 40px;
}

#h_gy ul li span {
    display: block;
    text-align: left
}

#h_gy .gy1 {
    background: url(../images/gy1.png) top center no-repeat;
}

#h_gy .gy2 {
    background: url(../images/gy2.png) top center no-repeat;
}

#h_gy .gy3 {
    background: url(../images/gy3.png) top 30px center no-repeat;
}

#h_gy .gy4 {
    background: url(../images/gy4.png) top center no-repeat;
}

#h_cul {
    width: 100%;
    padding-top: 64px;
}

#h_cul .inbox {
    position: relative;
}

#h_cul .title {
    width: 100%;
    height: 70px;
    background: url(../images/cul_title.png) top center no-repeat;
}

#h_cul ul {
    width: 100%;
    height: 227px;
    position: relative;
    margin-top: 30px;
}

#h_cul ul li {
    width: 264px;
    display: inline-block;
    position: absolute;
}

#h_cul ul .cul1 {
    background: url(../images/cul1_bg.png) top center no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 120px;
    height: 107px;
}

#h_cul ul .cul1 h1 {
    font-size: 24px;
}

#h_cul ul .cul1 h2 {
    font-size: 18px;
}

#h_cul ul .cul1 span {
    font-size: 18px;
}

#h_cul .gb2312 .cul2,
#h_cul .gb2312 .cul3,
#h_cul .gb2312 .cul4,
#h_cul .gb2312 .cul5,
#h_cul .gb2312 .cul6 {
    color: #989898;
    font-size: 14px;
}

#h_cul .en .cul2,
#h_cul .en .cul3,
#h_cul .en .cul4,
#h_cul .en .cul5,
#h_cul .en .cul6 {
    color: #989898;
    font-size: 12px;
    line-height: 18px;
}

#h_cul ul .cul2 {
    background: url(../images/cul1.png) top center no-repeat;
    text-align: center;
    padding-top: 20px;
    height: 207px;
    left: 155px;
}

#h_cul ul .cul3 {
    background: url(../images/cul2.png) top center no-repeat;
    text-align: center;
    padding-top: 160px;
    height: 67px;
    left: 315px;
}

#h_cul ul .cul4 {
    background: url(../images/cul3.png) top center no-repeat;
    text-align: center;
    padding-top: 20px;
    height: 207px;
    left: 475px;
}

#h_cul ul .cul5 {
    background: url(../images/cul4.png) top center no-repeat;
    text-align: center;
    padding-top: 160px;
    height: 67px;
    left: 635px;
}

#h_cul ul .cul6 {
    background: url(../images/cul5.png) top center no-repeat;
    text-align: center;
    padding-top: 20px;
    height: 207px;
    left: 795px;
}

#h_cul .more {
    display: block;
    width: 175px;
    height: 61px;
    background: url(../images/cul_more.png) top center no-repeat;
    text-align: center;
    opacity: 0.9;
    font-size: 14px;
    color: #fff;
    padding-top: 90px;
    position: absolute;
    top: 175px;
    right: 50px;
}

#h_cul ul .cul2:hover {
    background: url(../images/cul1_2.png) top center no-repeat;
    text-align: center;
    color: #f3981c;
}

#h_cul ul .cul3:hover {
    background: url(../images/cul2_2.png) top center no-repeat;
    text-align: center;
    color: #f3981c;
}

#h_cul ul .cul4:hover {
    background: url(../images/cul3_2.png) top center no-repeat;
    text-align: center;
    color: #f3981c;
}

#h_cul ul .cul5:hover {
    background: url(../images/cul4_2.png) top center no-repeat;
    text-align: center;
    color: #f3981c;
}

#h_cul ul .cul6:hover {
    background: url(../images/cul5_2.png) top center no-repeat;
    text-align: center;
    color: #f3981c;
}

#h_cul .more:hover {
    opacity: 1;
}

#h_contact {
    width: 100%;
    height: 398px;
    background: url(../images/foot_bg.jpg) top center no-repeat;
    margin-top: 60px;
    padding-top: 30px;
}

#h_contact .foot_logo {
    width: 125px;
    height: 130px;
    display: block;
    margin: 0 auto;
    background: url(../images/foot_logo.png) top center no-repeat;
}

#h_contact ul {
    margin-top: 180px;
}

#h_contact ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-left: 60px;
}

#h_contact ul .add {
    width: 208px;
    background: url(../images/foot1.png) left center no-repeat;
    padding-left: 50px;
    height: 44px;
    word-break: break-all;
}

#h_contact ul .tel {
    width: 127px;
    background: url(../images/foot2.png) left center no-repeat;
    padding: 20px 0px 0px 50px;
    height: 24px;
}

#h_contact ul .cal {
    width: 107px;
    background: url(../images/foot3.png) left center no-repeat;
    padding: 20px 0px 0px 40px;
    height: 24px;
}

#h_contact ul .web {
    width: 235px;
    background: url(../images/foot4.png) left center no-repeat;
    padding: 20px 0px 0px 70px;
    height: 24px;
}

.copyright {
    width: 100%;
    height: 45px;
    background: #01549b;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.copyright a {
    color: #fff;
}

.copyright span {
    margin-left: 40px;
}


/* ----------------------内页部分-------------------------------------*/

#head {
    width: 100%;
    border-top: solid 3px #005bac;
    height: 163px;
}

#head .inbox {
    position: relative;
}

#head .logo {
    display: block;
    width: 197px;
    height: 51px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100%;
    margin: 26px auto 0px auto;
}

#head .hotline {
    font-size: 16px;
    color: #005bac;
    background: url(../images/toptel.png) left center no-repeat;
    display: inline-block;
    padding-left: 33px;
    position: absolute;
    top: 0px;
    right: 50px;
}

#head .lan {
    font-size: 12px;
    text-align: center;
    float: right;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 50px;
}

#head .lan a {
    color: #000;
}

#head .lan a:hover {
    color: #f5ae18;
}

#head nav {
    text-align: center;
    position: absolute;
    width: 840px;
    left: 50%;
    margin-left: -420px;
    top: 80px;
    border-top: 1px solid #000;
    padding-top: 15px;
}

#head nav .home {
    margin-left: 40px;
}

#head nav a {
    font-size: 14px;
    color: #292929;
    margin: auto 12px;
}

#head nav a:hover {
    border-bottom: 2px solid #f5ae18;
    padding-bottom: 5px;
}

#head nav .pr {
    margin-right: 280px;
}


/*.fddh{width:158px; height:383px; border-radius:15px; border:3px solid #005bac; background:#fff; text-align:center; font-size:14px; position:fixed; z-index:999; right:3%; top:45%;}
.fddh .ewm{ width:118px; padding-top:123px; background:url(../images/fddhewm.jpg) top center no-repeat; margin:20px auto 0px auto;}
.fddh ul{ margin-top:15px;}
.fddh ul li a { display:block; width:131px; height:29px; border-radius:15px; font-size:14px; color:#000; margin:0 auto; padding-top:5px; margin-top:3px;}
.fddh ul li a:hover{ background:#005bac; color:#fff;}
.fddh .now{background:#005bac; color:#fff;}*/

#infoot {
    width: 100%;
    height: 240px;
    background: #0c2e49;
    padding-top: 40px;
    margin-top: 0px;
    color: #fff;
}

#infoot .inbox {
    position: relative;
}

#infoot .foot_logo {
    width: 198px;
    height: 49px;
    background: url(../images/infoot_logo.png) top center no-repeat;
    display: block;
    margin: 0 auto;
}

#infoot a {
    color: #fff;
    font-size: 14px;
}

#infoot .foot_nav {
    float: left;
    margin-left: 120px;
}

#infoot .info {
    float: right;
    text-align: right;
    font-size: 16px;
    margin-right: 65px;
}

#infoot p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 150px;
}

#infoot p span {
    margin-left: 20px;
}

.inabout {
    width: 100%;
}

.inab_title1 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: 108px;
}

.inabout .p1 {
    width: 450px;
    font-size: 14px;
    color: #000;
    margin: 40px auto 0px auto;
    text-align: center;
}

.inabout .world {
    position: relative;
    height: 295px;
    width: 899px;
    margin: 40px auto 0px auto;
}

.inabout .world img {
    position: absolute;
    top: 30px;
}

.inabout .enworld {
    position: relative;
    height: 325px;
    width: 999px;
    margin: 40px auto 0px auto;
}

.inabout .enworld img {
    position: absolute;
    top: 40px;
}

.inabout .enworld .p2 {
    font-size: 12px;
    text-indent: 0em;
    width: 362px;
    height: 255px;
}

.inabout .p2 {
    font-size: 14px;
    color: #000;
    width: 262px;
    height: 235px;
    border: solid 3px #005bac;
    padding: 30px 30px 30px 295px;
    text-indent: 2em;
    float: right;
}

.inab_title2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.inzzgy {
    width: 100%;
}

.inzzgy p {
    width: 658px;
    font-size: 14px;
    text-align: center;
    margin: 40px auto 0px auto;
}

.inzzgy .ingy_ul {
    width: 100%;
    height: 250px;
    background: url(../images/inabout_gy.png) top center no-repeat;
    position: relative;
    margin-top: 30px;
}

.inzzgy ul {
    width: 864px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}

.inzzgy ul span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.inzzgy ul li {
    width: 176px;
    display: inline-block;
    float: left;
    margin: 60px 20px 0px 20px;
}

.inzzgy .eningy_ul {
    width: 100%;
    height: 250px;
    background: url(../images/inabout_gy.png) top center no-repeat;
    position: relative;
    margin-top: 30px;
}

.inzzgy .eningy_ul ul {
    width: 880px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}

.inzzgy .eningy_ul ul span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.inzzgy .eningy_ul ul li {
    width: 180px;
    display: inline-block;
    float: left;
    margin: 20px 20px 0px 20px;
}

.inab_title3 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.inculture p {
    width: 820px;
    margin: 30px auto 40px auto;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.inculture ul li {
    margin: 0 auto;
    clear: both;
}

.inculture ul li h1 {
    font-size: 18px;
    font-weight: bold;
    color: #005bac;
    border-bottom: 1px solid #000;
    display: inline-block;
    float: left;
}

.inculture ul li span {
    font-size: 35px;
    font-weight: bold;
    color: #005bac;
    float: left;
    display: inline-block;
}

.inculture ul li p {
    text-align: left;
    float: left;
    display: inline-block;
    margin: 10px auto;
}

.inculture ul li img {
    float: left;
}

.inculture ul .li1 {
    width: 711px;
}

.inculture ul .li1 .xinxi {
    float: left;
    width: 373px;
    position: relative;
}

.inculture ul .li1 span {
    position: absolute;
    top: 10px;
    left: -50px;
}

.inculture ul .li2 {
    width: 731px;
    padding-top: 20px;
}

.inculture ul .li2 .xinxi {
    float: left;
    width: 373px;
    position: relative;
    margin-left: 150px;
    margin-top: 40px;
}

.inculture ul .li2 span {
    position: absolute;
    top: 10px;
    left: -50px;
}

.inculture ul .enli2 {
    width: 731px;
    padding-top: 20px;
}

.inculture ul .enli2 .xinxi {
    float: left;
    width: 373px;
    position: relative;
    margin-left: 80px;
    margin-top: 10px;
}

.inculture ul .enli2 span {
    position: absolute;
    top: 10px;
    left: -50px;
}

.fddh {
    width: 158px;
    height: 430px;
    border-radius: 15px;
    border: 3px solid #005bac;
    background: #fff;
    text-align: center;
    font-size: 14px;
    position: fixed;
    z-index: 999;
    right: 3%;
    top: 45%;
    display: none;
}

.fddh .yc {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.fddh .ewm {
    width: 118px;
    padding-top: 123px;
    background: url(../images/fddhewm.jpg) top center no-repeat;
    margin: 0px auto 0px auto;
}

.fddh ul {
    margin-top: 15px;
}

.fddh ul li a {
    display: block;
    width: 131px;
    height: 29px;
    border-radius: 15px;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 3px;
}

.fddh ul li a:hover {
    background: #005bac;
    color: #fff;
}

.fddh .now {
    background: #005bac;
    color: #fff;
}

.fddh .close {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.right_bar {
    width: 28px;
    height: 95px;
    position: fixed;
    top: 70%;
    right: 0;
    margin-top: -242px;
    z-index: 9999;
}

.right_bar img {
    cursor: pointer;
}

#inlxwm .hd {
    background: url(../images/hd.png) no-repeat;
    width: 269px;
    height: 27px;
    display: block;
    margin-top: 40px;
}

#inlxwm .lx_Title {
    font-size: 25px;
    text-align: center;
    margin-top: 120px;
}

#inlxwm .inxx {
    background: url(../images/inxx.png) no-repeat;
    width: 676px;
    height: 235px;
    margin: 0 auto;
    margin-top: 41px;
}

#inlxwm .eninxx {
    background: url(../images/eninxx.png) no-repeat;
    width: 676px;
    height: 235px;
    margin: 0 auto;
    margin-top: 41px;
}

#inlxwm .box {
    width: 1013px;
    margin: 54px auto 0;
}

#container2 {
    width: 1013px;
    height: 309px;
}

#container1 {
    display: none;
    width: 0px;
    height: 0px;
}

#container3 {
    width: 80%;
    height: 0px;
    display: none;
}

.list {
    width: 20%;
    height: 100%;
    background: #eee;
}

.list li {
    height: 34px;
    line-height: 18px;
    padding-left: 20px;
}

.list li.active a {
    color: red;
}

#inlxwm span {
    font-size: 16px;
    font-weight: bold;
    color: #cc5522;
}

.content {
    font-size: 13px;
    color: #333;
    margin-top: 3px;
}

.fl {
    float: left;
}

.anchorBL {
    display: none;
}

#banner_sm {
    height: 314px;
    background-position: center;
    clear: both;
}

.about .posts {
    height: 314px;
    background: url(../images/inabout_banner.png) no-repeat center bottom;
}

.product .posts {
    background: url(../images/inproduct_banner.png) no-repeat center bottom;
    height: 314px;
}

.news .posts {
    background: url(../images/innews_banner.png) no-repeat center bottom #fff;
    height: 314px;
}

.contact .posts {
    background: url(../images/contact.png) no-repeat center bottom #fff;
    height: 314px;
}

#main {
    width: 100%;
    margin: 0px auto;
    clear: both;
    padding-bottom: 20px;
}

.inproduct_nav {
    width: 100%;
    margin: 0 auto;
}

#box,
#prbox {
    margin-top: 0px;
}

#box .title,
#prbox .title {
    height: 27px;
    background: url(../images/inproduct_title.png) left center no-repeat;
    margin: 70px auto 0px auto;
    width: 100%;
}

#box .newstitle,
#prbox .newstitle {
    height: 27px;
    background: url(../images/innews_title.png) left center no-repeat;
    margin: 70px auto 0px auto;
    width: 100%;
}

#box .title span,
#prbox .title span {
    display: inline-block;
}

#box .content,
#prbox .content {
    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: 60px;
    padding: 0px 50px 0px 50px;
}

#box .content a:hover,
#box .content .now {
    color: #000;
    background: #d0d0d0;
}

#navigation h4 {
    font-size: 14px;
}

#navigation li ul li {
    margin: 30px auto 60px auto;
    display: inline-block;
    float: left;
}

#navigation li ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

#navigation li ul li a {
    display: block;
    color: #999;
    line-height: 60px;
    padding: 0px 50px 0px 50px;
}

#navigation h4 a:hover {
    color: #fff;
    background: #d0d0d0;
}

#navigation li ul li ul {
    margin: 10px 0px 0px 20px;
    background: #d0d0d0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#navigation li ul li ul li {
    border: none;
    padding: 0px;
    width: 100%;
}

#navigation .newmenu {
    margin-left: 350px;
}


/* 分页
-------------------------------------------------------------------*/

.paglist {
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 65%;
    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: #00aded;
}

#main .right {
    width: 100%;
    margin: 0 auto
}

#main .right .title {
    display: none;
    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: 0px 0px 0px 0px;
    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: 9999
}

.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 {
    display: none;
    line-height: 32px;
    height: 32px;
    position: absolute;
    text-align: right;
    width: 50%;
    top: 20px;
    right: 50px;
    font-size: 12px;
    color: #666;
}

#position li.home {
    background-image: url(../images/r.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    height: 31px;
    display: inline-block;
    padding-left: 20px;
}

#position li {
    margin: 0 3px;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: -6000px center;
    padding-left: 1em;
}

#position a {
    color: #666;
}

#position a:hover {
    color: #2781b5;
}

#products {
    width: 95%;
    margin-left: 0px;
}

#products li {
    width: 25%;
    float: left;
    margin-left: 0px;
    height: 320px;
}

#products li dl dt {
    width: 275px;
    height: 275px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: #fff;
}

#products li dl div {
    width: 275px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    height: 275px;
}

#products li dl dd {
    text-align: center;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 5px 0px 5px 0px;
    width: 275px;
}

#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: 275px;
    height: 275px;
    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;
}

#bigpic img {
    margin: 0 auto;
    border: 1px solid #dcdcdc;
}

.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: 75%;
    margin: 0 auto;
    font-size: 14px;
    background: #fff;
    padding: 10px 0px;
}

#news li {
    height: 160px;
}

#news .infor {
    float: left;
    width: 60%;
    margin-left: 20px;
}

#news li img {
    width: 201px;
    height: 121px;
    background-size: 100%;
    float: left;
    margin-left: 40px;
}

#news li {
    padding: 5px 0px;
    border-bottom: 1px dashed #CCC;
    width: 95%;
    margin: 0 auto;
}

#news li a {
    color: #383838;
    display: block;
    *display: inline;
    *zoom: 1;
    padding-left: 0px;
    float: left;
}

#news li a b {
    font-weight: normal;
    color: #383838;
    font-size: 20px;
}

#news li a:hover {
    color: #36F;
}

#news li .mL10 {
    font-size: 14px;
    margin-left: 0px;
    color: #9e9e9e;
    float: left;
}

#news li p {
    color: #383838;
    font-size: 14px;
    float: left;
    margin: 10px auto;
}

.search {
    width: 35%;
    height: 20px;
    margin: 0px 0px 0px 0px;
    float: right;
}

.search .sousuo {
    border: 2px solid #CCC;
    background: #fff;
    line-height: 20px;
}

.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开始--*/

.container {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto
}

#circlr {
    cursor: move;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    height: 900px;
    overflow: hidden;
}

#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: #000000;
    z-index: 1500;
}

#tinycontent {
    background: #ffffff;
    font-size: 1.1em;
}

.fenx #test {
    width: 100%;
    height: auto;
}

.kongzhi,
.kongzhi2 {
    padding: 10px;
}

.kongzhi2 {
    position: absolute;
    width: 250px;
    top: 1%;
    right: 12%;
}

.kongzhi a,
.kongzhi2 a {
    display: inline-block;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 20%;
    background: #005bac;
}

.kongzhi2 a {
    padding: 2px 10px;
}

.kongzhi a {
    background: #9e9e9e;
}

.kongzhi .youicon {
    background: #005bac;
}

.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;
}

#Open_Win {
    display: block;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 0;
    margin-left: -450px;
    width: 900px;
}

.noicon {
    background: #9e9e9e;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.my-gallery figure {
    padding: 0;
    margin: 0;
}


/* 下拉分类 */
.nav-tree {font-size:0;height:70px;line-height:70px}/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {position:relative;display:inline-block;}
.nav-tree li a{color:#6E6E6E;display:block;padding:0 30px;font-size:16px;background:#fff;}
.nav-tree li a.active,.nav-tree li a.cur{background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff}
.nav-tree li.focusa a{background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0;}
.nav-tree li ul:after {position:absolute;top:-8px;left:50%;margin-left:-8px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.nav-tree li ul {top:70px;left:0;background:#fff;padding:10px 0;z-index:99;position:absolute;width:100%;display:none;border-radius:0px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.03);}
.nav-tree li ul li{display:block;width:100%;text-align:left;}
.nav-tree li ul li.children a{font-size:14px;background:#fff;border-radius:0;box-shadow:none;display:block;color:#6e6e6e;line-height:34px;height:34px}
.nav-tree li ul li.children a.active,.nav-tree li ul li.children a:hover{color:#ff9600}
/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */
