﻿/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #666;
}

a {
    color: #333;
}

a:hover {
    color: #1296db;
    /* text-decoration:underline;*/
}

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    max-width: 1440px;
    margin: 0 auto;
}

.banner-bg {
    background: url(../images/banner1.png) top center no-repeat;
    background-size: 100% auto;
}

.banner {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 4%;
}

.banner img {
    width: 100%;
}

.header-bg {
    height: 100px
}

.logo {
    float: left;
    display: block;
    width: 14%;
    margin-top: 0.8%;
}

.logo img {
    display: block;
    /* width: 100% */
    height: 120px;
}

.suoduo {
    float: right;
    display: block;
    width: 20%;
    background: rgb(255 255 255 / 0.5);
    border-radius: 30px;
    line-height: 40px;
    height: 40px;
    margin-top: 2%;
}

.suoduo a {
    height: 40px;
    width: 40px;
    font-size: 19px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.input_text01 {
    outline: none;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    background: no-repeat;
    color: #000;
    font-size: 17px;
}

.input_text01::-webkit-input-placeholder {
    color: #666;
}


/*menu*/

.menu {
    height: 40px;
    line-height: 40px;
    float: right;
    display: block;
    width: 54%;
    margin-top: 2%;
}

.menu ul li {
    float: left;
    position: relative;
    /* border-right:#666 solid 1px; */
    /* width:120px; */
    margin: 0 3%;
}

.menu ul li dl {
    background: #fff;
    width: 120px;
    position: absolute;
    left: 0px;
    top: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    display: none;
    z-index: 999;
}

.menu ul li dl dd {
    line-height: 28px;
    border-bottom: #ddd dotted 1px;
    margin: 0 10px;
}

.menu ul li dl dd a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: inline;
    padding: 0;
    text-align: left; width: 80%;

}

.menu ul li dl dd a:hover {
    color: #f60;
}

.menu a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    display: block;
    text-align: center;
}

.menu a:hover {
    border-bottom: 2px solid #fff;
}

a.menu_hover {
    border-bottom: 2px solid #fff;
}


/*.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
*/

.menu ul li.shuie a {
    border-bottom: 2px solid #fff;
}

.cent01 {
    margin-top: 2%;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.cent01 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cent01 ul li {
    width: 25%;
    padding: 2% 0;
}

.cent01 ul li img {
    display: block;
    margin: 0 auto;
}

.cent01 ul li span {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.cent02 {
    margin-top: 2%
}

.toubu {
    margin-bottom: 20px;
}

.toubu span {
    float: left;
    display: block;
    width: 60%;
    display: flex;
    align-items: center;
}

.toubu span em {
    display: inline-block;
    border-radius: 21px;
    height: 30px;
    width: 20px;
    background-image: linear-gradient(to top, #00c0fa, #015eea);
}

.toubu span i {
    font-style: normal;
    font-size: 20px;
    background-image: -webkit-linear-gradient(left, #1290f7, #000, #fe5b44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-left: 10px;
}

.toubu a {
    float: right;
    display: block;
    width: 17%;
    text-align: right;
    font-size: 16px;
    color: #666;
}

.toubu a i {
    margin-left: 10px
}

.cent02-l {
    float: left;
    display: block;
    width: 39%;
}

.cent02-r {
    float: right;
    display: block;
    width: 60%;
}

.cent02-r01 {
    float: left;
    display: block;
    width: 67%;
    position: relative;
}

/*.cent02-r01 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #000);
    left: 0;
}

.cent02-r01 a img {
    width: 100%;
    vertical-align: bottom;
}

.cent02-r01 span {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cent02-r01 span em {
    font-size: 14px;
    font-style: normal;
    background-image: linear-gradient(to top, #01e3bf, #0082dd);
    border-radius: 5px;
    margin-right: 10px
}
*/

.cent02-r01 ul li {
    margin-bottom: 2.4%;
    position: relative;
    float:left;
    width:48%;
    margin-right:2%
}

.cent02-r01 ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #000);
    left: 0;
}

.cent02-r01 ul li a img {
    width: 100%;
    vertical-align: bottom;
    height: 274px;
object-fit: contain;
}

.cent02-r01 ul li span {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cent02-r01 ul li span em {
    font-size: 14px;
    font-style: normal;
    background-image: linear-gradient(to top, #01e3bf, #0082dd);
    border-radius: 5px;
    margin-right: 10px
}
.cent02-r01 ul li:nth-child(2n) {
    margin-right: 0% ;
}

.cent02-r0r {
    float: right;
    display: block;
    width: 33%;
}

.cent02-r0r ul li {
    margin-bottom: 5%;
    position: relative;
}

.cent02-r0r ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #000);
    left: 0;
}

.cent02-r0r ul li a img {
    width: 100%;
    vertical-align: bottom;
    height: 274px;
}

.cent02-r0r ul li span {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cent02-r0r ul li span em {
    font-size: 14px;
    font-style: normal;
    background-image: linear-gradient(to top, #01e3bf, #0082dd);
    border-radius: 5px;
    margin-right: 10px
}

.ship {
    width: 100%;
    position: relative
}
.ship a{ display:block}
.ship a>img {
    width: 100%;
}

/*.ship a {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
}
*/
.ship span {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
}

.cent03 {
    margin-top: 2%
}

.cent03-l {
    float: left;
    display: block;
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 62px #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2%;
}

.tushu {
    width: 100%;
    height:450px;
    display: block;
    float: left;
}

.tushu img {
    width: 100%;
    display: block;
 height:450px;
    object-fit:cover;
}

.cent03-01 {
    float: right;
    display: block;
    width: 50%;
    margin-top: 2%;
}

.cent03-01 em {
    font-style: normal;
    font-size: 14px;
    color: #0032a1
}

.cent03-01 h2 {
    color: #000;
    font-size: 31px;
    display: block;
    margin-top: 2%;
}

.cent03-01 dl {
    color: #000;
    margin-top: 5%;
    display: block;
}

.cent03-01 dl dd {
    line-height: 30px;
    font-size: 16px;
}

.cent03-r {
    float: right;
    display: block;
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 62px #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2%;
}

.jrx {
    display: block;
    width: 100%;
    position: relative
}

.jrx a {
    display: block
}

.jrx a>img {
    width: 100%;
   height:450px;
    object-fit:cover;
    vertical-align: bottom;
}

.jrx em {
    position: absolute;
    top: 0;
    width: 80px;
    left: 0;
}

.jrx em img {
    width: 100%
}

.jrx span {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.cent04 {
    margin-top: 2%
}

.cent04 ul li {
    float: left;
    display: block;
    width: calc((100% - 8%)/5);
    margin-right: 2%;
    margin-bottom: 1%;
    margin-top: 1%
}

.cent04 ul li:nth-child(5n) {
    margin-right: 0%;
}

.cent04 ul li .img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 8px;
    overflow: hidden;
}

.cent04 ul li .img img {
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    height:250px;
    object-fit: cover;
}

.cent04 ul li span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.fl {
    float: left;
}

.ifooter2 {
    background: #fff;
    padding: 0!important;
}

.ifooter2 .contactinfo {
    padding: 60px 0 30px 0;
}

.ifooter2 .contactinfo h1 {
    width: 33.33%;
    padding-right: 40px;
    float: left;
    overflow: inherit;
    white-space: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

.ifooter2 .contactinfo p {
    float: left;
    width: 300px;
    padding: 0 40px;
    height: auto;
    border-left: 1px solid #ddd;
    line-height: 24px;
    color: #929292;
}

.ifooter2 .ff-social {
    clear: both;
    position: relative;
    top: -30px;
}

.ifooter2 .ff-social a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-radius: 15px;
    background: rgba(99, 99, 99, .39);
    color: #fff;
    margin-right: 10px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.ifooter2 .ff-social a:hover {
    background: #666;
}

.ifooter2 .ff-social a i {
    line-height: inherit;
}

.ifooter2 .contactform {
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}

.ifooter2 .contactform form {
    position: relative;
    z-index: 1;
}

.ifooter2 .contactform p {
    overflow: hidden;
    width: calc(100% / 3);
}

.ifooter2 .contactform .inputtxt {
    border: none;
    width: calc(100% - 40px);
    margin-bottom: 10px;
    float: left;
    margin-right: 42px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .08);
    transition: all .3s ease-out 0s;
}

.ifooter2 .contactform .contactform-content {
    width: 68%;
    float: right;
    position: absolute;
    top: 0;
    left: 400px;
}

.ifooter2 .contactform .contactform-content textarea {
    height: 90px;
    resize: none;
    overflow: hidden;
    color: #666;
}

.ifooter2 .contactform .contactform-submit {
    width: 68%;
    float: right;
    position: absolute;
    top: 100px;
    left: 400px;
}

.ifooter2 .contactform .contactform-submit .inputtxt {
    background-color: #666;
    color: #fff;
}

.ifooter2 .if-infob {
    background: #f6f6f6;
    border-top: solid 1px #e5e5e5;
}

.ifooter2 .if-infob p {
    padding: 10px 0;
    font-size: 12px;
    color: #929292;
}

.ifooter2 .if-infob p a {
    color: #929292;
}

.ifooter2 .if-infob p a:hover {
    color: #0033a0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.cent05 {
    margin-top: 2%
}

.dibu {
    display: none
}

.side_nav {
    display: none;
}

.neu {
    width: 100%;
}

.neu a {
    width: 100%;
    height: 248px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    border: 6px solid #f2f2f2;
}

.neu span {
    display: block;
    height: 40px;
    color: #000;
}

.inside_con {
    padding: 10px 0;
    min-height: 300px;
}

.weizhi {
    height: 40px;
    line-height: 40px;
    background: url(../images/title03.png) no-repeat;
    font-size: 14px;
    color: #fff;
}

.weizhi a {
    color: #fff;
}

.cent06-bg {
    background: url(../images/t122.jpg) center no-repeat
}

.cent06 {
    /* margin-top:2%; */
    padding-top: 2%;
    padding-bottom: 2%;
}

.cent06-l {
    float: left;
    display: block;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    box-sizing: border-box;
    padding: 2%;
    /* box-shadow:0px 0px 15px #ccc; */
    border-radius: 5px;
}

.cent06-l img {
    max-height: 100%;
    max-width: 100%;
}

.cent06-r {
    float: right;
    display: block;
    width: 56%;
    color: #fff;
}

.cent06-r h2 {
    font-size: 40px;
}

.cent06-r dl {
    margin-top: 2%;
}

.cent06-r dl dd {
    line-height: 30px;
    font-size: 18px;
}

.cent06-r a {
    display: inline-block;
    padding: 8px 17px;
    background: #00c0fa;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-top: 4%;
    margin-right: 10px;
}

.ksud {
    background: #0099ff !important;
}

.cent07 {
    margin-top: 2%;
}

.yue {
    position: relative
}

.yue h2 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    padding-left: 17px;
}

.yue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 26px;
    width: 5px;
    background: #0099ff;
}

.xnxh ul li {
    float: left;
    display: block;
    width: calc((100% - 120px)/5);
    margin-right: 2%;
    margin-bottom: 1%;
    margin-top: 1%
}

.xnxh ul li:nth-child(5n) {
    margin-right: 0%;
}

.xnxh ul li .img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 8px;
    overflow: hidden;
}

.xnxh ul li .img img {
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.xnxh ul li span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.cent08 {
    margin-top: 2%
}

.cent08-l {
    float: left;
    display: block;
    width: 12%;
    background: #f2f2f2;
}

.cent08-l ul li {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.cent08-l ul li a {
    color: #000;
    font-size: 18px;
}

.cent08-l ul li a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 40px;
    width: 5px;
    background: #0099ff;
    opacity: 0
}

.jdmz {
    border-bottom: 1px solid #0099ff !important;
}

.jdmz a:before {
    opacity: 1 !important;
}

.cent08-l ul li:hover {
    border-bottom: 1px solid #0099ff !important;
}

.cent08-l ul li:hover a:before {
    opacity: 1 !important;
}

.cent08-r {
    float: right;
    display: block;
    width: 86%;
}

.cent08-r ul li {
    box-shadow: 0px 0px 15px #ccc;
    width: calc((100% - 2%)/2);
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
    margin-bottom: 2%;
}

.cent08-r ul li:nth-child(2n) {
    margin-right: 0%;
}

.cent08-r ul li .img {
    float: left;
    display: block;
    width: 30%
}

.cent08-r ul li .img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
}

.cent08-r ul li .img a img {
    max-width: 100%;
    max-height: 100%;
}

.jsj {
    float: right;
    display: block;
    width: 66%;
}

.jsj h2 {
    color: #000;
    display: block;
    font-size: 18px;
}

.jsj span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    margin-top: 2%;
    color: #666;
}

.jsj em {
    font-style: normal;
    display: block;
    font-size: 16px;
    margin-top: 2%;
}

.cent09 {
    margin-top: 2%
}

.cent09 ul li {
    float: left;
    display: block;
    width: calc((100% - 4%)/3);
    margin-right: 2%;
    margin-bottom: 1%;
    margin-top: 1%
}

.cent09 ul li:nth-child(3n) {
    margin-right: 0%;
}

.cent09 ul li span {
    display: block;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.lf {
    float: left
}

.rg {
    float: right
}


/*移动端导航*/

.moblie_head {
    display: none
}

.a_txt {
    display: none
}

.top {
    display: none
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .header-bg {
        display: none
    }
    .top {
        display: block;
        height: 44px;
    }
    .moblie_head {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        display: block
    }
    .moblie_head .lf {
        padding-top: 10px;
        padding-left: 5%
    }
    .moblie_head .lf img {
        height: 24px
    }
    .moblie_head .rg {
        padding-right: 5%;
        padding-top: 14px
    }
    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }
    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }
    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }
    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_txt2 {
        display: none
    }
    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

.tec {
    overflow: hidden;
    vertical-align: bottom;
    border-radius: 10px
}

.tec img {
    width: 100%;
}

.header-m{ display:none;}
.centlm{ display:none}

.yqlj{ text-align:left; display:block; line-height:30px; font-size:14px; color:#000}
.yqlj a{ display:inline-block; margin:0 10px; color:#929292}

.dherji{margin: 2% auto 0;}
.dherji ul li{float:left;display:block;width: calc((100% - 8%)/3);margin-right: 4%;margin-bottom:2%;}
.dherji ul li:nth-child(3n) { margin-right: 0% ;}
.dherji ul li a{ display:block; position:relative}
.dherji ul li a .img{
    height: 130px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center; display:none;
    }
.dherji ul li a .img img{ max-height:100%; max-width:100%;}
.dherji ul li a span{
    position:relative;
    display: flex;
    justify-content:right;
    align-items: center;
    height:100%;
    width:100%;
    color:#fff;
    font-size:16px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0 5%;
    }
.dherji ul li a span img{ margin-left:10px; width:24px;}


@media only screen and (max-width: 980px) {
	.dherji { display:none;}
 .dherji ul li a .img{ height:auto;}
 .dherji ul li{ width: calc((100% - 4%)/2);}
 .dherji ul li:nth-child(3n) { margin-right: 4% ;}
 .dherji ul li:nth-child(2n) { margin-right: 0% ;}
 .dherji ul li a span{ font-size:14px}
 .dherji ul li a span img{width:18px;}
    .wapper {
        width: 90%;
    }
    .ifooter2 {
        display: none;
    }
	
	.centlm{ display:block;  margin-top:5%; margin-bottom:5%;}
	.centlm a{ display:inline-block; font-size:16px; color:#000; margin:0 4px;}
	.centlm a.hover{ color:#015eea}
    .banner {
        margin-top: 0
    }
    .dibu {
        display: block;
        height: 50px;
    }
    .side_nav {
        height: 50px;
        z-index: 99;
        position: fixed;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        background: #fff;
        display: block;
    }
    .side_nav dl {
        text-align: center;
        height: 50px;
    }
    .side_nav dl a {
        display: block;
        color: #000;
        font-size: 12px;
        height: 50px;
    }
    .side_nav dl a span {
        display: block;
        text-align: center;
        height: 29px;
        padding: 0px;
    }
    .side_nav dl a span img {
        width: 26px;
        height: 26px;
        padding-top: 3px;
        filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);
    }
    .side_nav dl dd a {
        height: 50px;
        /* border-left:#04459a solid 1px; */
    }
    .side_nav dl dd {
        float: left;
        width: 25%;
    }
    .side_nav dl dt {
        float: left;
        width: 25%;
    }
    .cent02-l {
        float: none;
        width: 100%;
    }
    .toubu a {
        width: 30%
    }
    .ship span {
        font-size: 14px;
    }
    .cent02 {
        margin-top: 5%
    }
    .cent02-r {
        float: none;
        width: 100%;
        margin-top: 5%;
    }
    .cent02-r01 {
        float: none;
        width: 100%;
    }
	 .cent02-r01 ul li a img {
        height: auto;
    }
	
    .cent02-r0r {
        margin-top: 5%;
        float: none;
        width: 100%;
    }
    .cent02-r0r ul li a img {
        height: auto;
    }
    .cent03 {
        margin-top: 5%
    }
    .cent03-l {
        float: none;
        width: 100%;
        padding: 5%;
    }
    .tushu {
        float: none;
        width: 100%;
    }
    .cent03-01 {
        float: none;
        width: 100%;
        margin-top: 5%;
    }
    .cent03-r {
        float: none;
        width: 100%;
        margin-top: 5%;
        padding: 5%;
    }
    .cent04 {
        margin-top: 5%;
    }
    .cent04 ul li {
        width: calc((100% - 2%)/2);
        margin-bottom: 5%;
        margin-right: 0
    }
    .cent04 ul li:nth-child(5n) {
        margin-right: 2%;
    }
    .cent04 ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .neu a {
        height: 160px
    }
    .cent09 {
        margin-top: 5%;
    }
    .cent09 ul li {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0
    }
    .cent08 {
        width: 100%;
        margin: 0 auto;
    }
    .cent08-r ul li {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0
    }
    .cent08-r ul li .img a {
        height: 128px;
    }
    .jsj {
        margin-top: 5%
    }
    .jsj span {
        font-size: 12px;
    }
    .jsj em {
        font-size: 12px;
    }
    .cent08-l ul li {
        line-height: 30px;
    }
    .cent08-l ul li a {
        font-size: 14px;
    }
    .cent08-l ul li a:before {
        height: 30px;
    }
    .cent08-l {
        width: 28%;
    }
    .cent08-r {
        width: 71%;
    }
    .cent06-l {
        width: 100%;
        float: none;
        height: 200px
    }
    .cent06-r {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }
    .cent06-r h2 {
        font-size: 30px;
    }
    .cent07 {
        margin-top: 5%;
    }
    .yue h2 {
        font-size: 18px;
    }
    .xnxh ul li {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0
    }
	.banner-bg {
    background: url(../images/banner1.png) top center no-repeat;
    background-size: 124% auto;
}
	
		.header-m{display:block;width:90%;padding-bottom: 2%;padding-top: 2%;margin: 0 auto;}
	.logo01{width: 40%;margin: 0 auto;}
	.logo01 img{ width:100%;}
    .suoduo{float:none;width: 100%;margin: 1% auto;line-height: 30px;height: 30px;}
    .suoduo .input_text01{
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    width: calc(100% - 40px);
    float: right;
}
    .suoduo a{ width:30px; height:30px}
    .lanh{  width:100%; margin-top:4%}

     .lanh ul{    display: flex;
    justify-content: center;
    align-items: center;}
    .lanh ul li{width:calc(100%/6);text-align: center; line-height:30px;}
    .lanh ul li a{ color:#fff; font-size:14px;}
	.lanh ul li.hover a{ border-bottom:2px solid #fff;}
}

.slideBox {
    width: 100%;
    height: 434px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul li {
    position: relative;
}

.slideBox .bd ul span {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding-left: 10px;
}

.slideBox .bd img {
    width: 100%;
    height: 434px;
}

.flash {
    position: relative;
    width: 100%;
    height: 415px;
    overflow: hidden;
    margin-top: -50px;
}

.myFocus {
    width: 1600px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    height: 415px;
}

.flashn {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: -50px;
}

.myFocusn {
    width: 1600px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    height: 250px;
}


/* 大图特效 开始theme-default */

.theme-default #slider {
    margin: 0 auto;
    width: 1600px;
    height: 415px;
}

.theme-default .nivoSlider {
    background: url(loading.gif) no-repeat 50% 50% rgb(255, 255, 255);
    margin-bottom: 50px;
    position: relative;
}

.theme-default .nivoSlider img {
    left: 0px;
    top: 0px;
    display: none;
    position: absolute;
}

.theme-default .nivoSlider a {
    border: 0px currentColor;
    display: block;
}

.theme-default .nivo-controlNav {
    left: 684px;
    width: 193px;
    height: 38px;
    bottom: -12px;
    padding-top: 0px;
    padding-left: 50px;
    position: absolute;
    z-index: 9;
}

.theme-default .nivo-controlNav a {
    background: url(../images/bullets.png) no-repeat;
    border: 0px currentColor;
    width: 23px;
    height: 17px;
    text-indent: -9999px;
    margin-right: 3px;
    float: left;
    display: block;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0px -17px;
}

.theme-default .nivo-directionNav a {
    background: url(../images/arrows.png) no-repeat;
    border: 0px currentColor;
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    display: block;
}

.theme-default a.nivo-nextNav {
    background-position: -65px 0px;
    top: 181px;
    right: 300px;
}

.theme-default a.nivo-prevNav {
    left: 300px;
    top: 181px;
}

.theme-default a.nivo-nextNav:hover {
    background-position: -65px -65px;
    top: 181px;
    right: 300px;
}

.theme-default a.nivo-prevNav:hover {
    background-position: 0px -65px;
    left: 300px;
    top: 181px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.theme-default .nivo-caption a:hover {
    color: rgb(255, 255, 255);
}


/* nivoSlider */

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    left: 0px;
    top: 0px;
    position: absolute;
}

.nivoSlider a.nivo-imageLink {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 6;
}

.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-slice img {
    width: 107px;
    height: 100%;
    opacity: 1;
    top: 0px;
    display: block;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    background: rgb(0, 0, 0);
    left: 0px;
    width: 30%;
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: none;
    position: absolute;
    z-index: 8;
    opacity: 0.8;
}

.nivo-caption p {
    margin: 0px;
    display: none;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    top: 45%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}


/* 大图特效 end */


/*common end*/


/*banner_01*/

.banner_01 {
    width: 1000px;
    height: 360px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner_01 ul {
    height: 360px;
    position: absolute;
}

.banner_01 ul li {
    width: 1000px;
    height: 360px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #ccc;
}

.banner_01 ul li img {
    width: 1000px;
    height: 360px;
}

.banner_01 .btnBg {
    width: 1000px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

.banner_01 .btn {
    width: 1000px;
    position: absolute;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 3px;
    text-align: right;
}

.banner_01 .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.banner_01 .btn span.on {
    background: #fff;
}

.banner_01 .preNext {
    top: 130px;
    width: 45px;
    height: 100px;
    position: absolute;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.banner_01 .pre {
    left: 0;
}

.banner_01 .next {
    right: 0;
    background-position: right top;
}


/*banner_02*/

.banner_02 {
    height: 360px;
    overflow: hidden;
}

.banner_02 #banner_02_con {
    display: none;
}


/*banner_03*/

.banner_03 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.banner_03 .bd {
    Z-INDEX: 0;
    position: relative;
    overflow: hidden;
}

.banner_03 .bd ul {
    margin: 0px auto;
}

.banner_03 .bd li {
    width: 100%;
    height: 360px;
    text-align: center;
    overflow: hidden;
}

.banner_03 .hd {
    position: relative;
    top: -40px;
    width: 1100px;
    height: 20px;
    margin: 0px auto;
    text-align: center;
}

.banner_03 .hd ul {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0px;
    z-index: 99;
    width: 150px;
    height: 22px;
}

.banner_03 .hd ul li {
    height: 22px;
    width: 22px;
    margin-left: 15px;
    text-align: center;
    text-indent: -9999em;
    float: left;
    background: url(../Images/BannerBg_02.png) no-repeat;
    cursor: pointer;
}

.banner_03 .hd ul .on {
    background: url(../images/BannerBg_01.png) no-repeat;
}

.banner_03 .prev {
    position: absolute;
    TOP: 50%;
    left: 20px;
    Z-INDEX: 2;
    width: 31px;
    height: 53px;
    margin-top: -30px;
    background: url(../Images/BannerLeft.png) no-repeat;
    cursor: pointer;
}

.banner_03 .next {
    position: absolute;
    TOP: 50%;
    right: 20px;
    Z-INDEX: 2;
    width: 31px;
    height: 53px;
    margin-top: -30px;
    background: url(../Images/BannerRgt.png) no-repeat;
    cursor: pointer;
}


/*scroll_left start*/

#scroll_left {
    overflow: hidden;
    width: 930px;
    margin: 0px 10px;
}

#scroll_left span {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

#scroll_left .scroll_scale {
    width: 164px;
    height: 124px;
    background: #FFF;
    margin: 0 5px;
    border: 1px solid #e4e4e4;
}

#scroll_left .scroll_scale table tr td {
    height: 124px;
    width: 164px;
    text-align: center;
}

#scroll_left .scroll_scale img {
    max-width: 160px;
    max-height: 120px;
    width: expression(this.width >160 && this.height < this.width ? 160: true);
    height: expression(this.height > 120 ? 120: true);
}


/*scroll_left end*/


/*scroll_01*/

.scroll_01 {
    background: #ddd;
}

.scroll_01 .hd .prev,
.scroll_01 .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    line-height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/icoLeft.gif) no-repeat;
}

.scroll_01 .hd .next {
    background: url(../images/icoRight.gif) no-repeat;
}

.scroll_01 .bd li {
    float: left;
}


/*scroll_02*/

.scroll_02 {
    background: #ddd;
}

.scroll_02 .hd .prev,
.scroll_02 .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    line-height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/icoLeft.gif) no-repeat;
}

.scroll_02 .hd .next {
    background: url(../images/icoRight.gif) no-repeat;
}


/*scroll_03*/

.scroll_03 {
    background: #ddd;
}

.scroll_03 .hd .prev,
.scroll_03 .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    line-height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/icoLeft.gif) no-repeat;
}

.scroll_03 .hd .next {
    background: url(../images/icoRight.gif) no-repeat;
}

.scroll_03 .bd li {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 0 10px;
}

.scroll_03 .bd li .img {
    height: 150px;
    border: #f4f4f4 solid 1px;
    padding: 2px;
    background: #fff;
}

.scroll_03 .bd li .img:hover {
    background: #f4f4f4;
}

.scroll_03 .bd li span {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.scroll_03 .bd li .img table tr td {
    height: 144px;
}

.scroll_03 .bd li .img table tr td img {
    max-width: 194px;
    max-height: 144px;
}


/*slideTxtBox_01*/

.slideTxtBox_01 .hd ul li.on {
    background: #ddd;
    cursor: pointer;
}

.contentfirst {
    display: none;
}

.contentin {
    display: block;
}

.tabin {
    background: #ddd;
}


/*Add------------------------------------------------------------------------------*/

.inside {
    margin-top: 20px;
    background: url(../images/title_04.gif) #fff repeat-y;
    min-height: 400px;
}

.inside_left {
    width: 220px;
    float: left;
}

.inside_left .side_a dl dt {
    border-bottom: 3px solid #ddd;
    display: block;
    height: 40px;
    color: #324483;
    font-weight: bold;
    line-height: 40px;
    font-size: 18px;
}

.inside_left .side_a dl dd {
    height: 36px;
    line-height: 36px;
    border-bottom: #ddd solid 1px;
}

.inside_left .side_a dl dd a {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    background: url(../images/about-cn3_19.jpg) 15px center no-repeat;
}

.inside_left .side_a dl dd a:hover {
    background: #324483;
    color: #fff;
}

.inside_left .side_a dl .hover a {
    background: #324483;
    color: #fff;
}

.lianxi {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.inside_right {
    width: 720px;
    float: right;
}


/*contact*/

.contact h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.contact {
    margin-top: 15px;
}

.contact ul {
    padding: 10px 10px;
    border: #e4e4e4 solid 1px;
}

.contact ul li {
    line-height: 20px;
    padding: 3px 0;
}


/*proShow*/

.product_show ul li {
    width: 130px;
    line-height: 20px;
}

.product_show ul li {
    float: left;
    margin: 15px 20px 0;
    border: #e4e4e4 solid 1px;
    display: inline;
}

.pro img {
    max-width: 120px;
    max-height: 90px;
    width: expression(this.width >120 && this.height < this.width ? 120: true);
    height: expression(this.height > 90 ? 90: true);
}

.hover2 {
    background: #f4f4f4;
}


/*product_list*/

.side_product {
    margin-top: 15px;
}

.side_product h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.side_product ul {
    padding: 10px 10px;
    border: #e4e4e4 solid 1px;
}

.side_product ul li {
    line-height: 24px;
}

.side_product ul li a {
    padding-left: 30px;
    display: block;
    border-bottom: #e4e4e4 dashed 1px;
    background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;
}

.side_product ul li dl dd a {
    display: inline;
    border: none;
    background: none;
}