@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

body, html, p {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    line-height: 1
}

p {
    text-align: justify
}

dl, li, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    vertical-align: middle;
    padding: 0
}

a {
    text-decoration: none;
    outline: 0;
    hlbr: expression(this.onFocus=this.blur())
}

input, select {
    vertical-align: middle;
    padding: 0;
    border: 0 none
}

iframe, img {
    border: none;
    text-decoration: none
}

img {
    vertical-align: top
}

strong {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

.clear {
    clear: both
}

:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

.headed_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
    transition: all .3s;
    z-index: -1
}

.main {
    min-width: 1200px;
    overflow: hidden
}

.main_width {
    width: 1200px;
    margin: 0 auto
}

.fott1 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    margin-top: 4%;
    position: relative;
    top: -2000px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    margin-left: 45px
}

.fott1 p {
    margin-bottom: 10px
}

.imgg {
    position: relative;
    bottom: -2000px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    margin-left: 45px
}

.headed_cur .fott1 {
    top: 0
}

.headed_cur .imgg {
    bottom: 0
}

.gundong_big {
    margin-top: 10px;
    height: 75px;
    margin-left: 30px;
    width: 195px;
    float: left;
    position: relative;
    overflow: hidden
}

.gundong {
    position: absolute;
    left: 0;
    top: 0
}

.gundong dl p {
    font-size: 12px;
    color: #333;
    line-height: 25px;
    transition: all .3s
}

.gundong dl p:hover {
    text-decoration: underline
}

.gundong dl p a {
    color: #333
}

.button {
    float: left;
    top: 55px;
    position: relative;
    height: 24px;
    width: 100px;
    margin-left: 10px
}

.button span {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px
}

.button span.shang {
    left: 0;
    display: none
}

.button span.xia {
    left: 40px
}

.headed {
    height: 940px;
    position: relative;
    overflow: hidden;
    max-height: 940px !important
}

.top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    line-height: 65px;
    height: 65px;
    position: relative;
    z-index: 1000
}

.menu {
    float: right
}

.menu ul li {
    float: left;
    width: 120px;
    line-height: 65px;
    height: 65px;
    text-align: center
}

.menu ul li.cur, .menu ul li:hover {
    border-bottom: 1px solid #fff
}

.menu ul.menu_b li.cur, .menu ul.menu_b li:hover {
    border-bottom: 1px solid #000
}

.menu ul li a {
    display: block;
    font-size: 14px;
    color: #fff
}

.logo {
    float: left
}

.logo img {
    display: block;
    padding: 20px 0
}

.sub_nav {
    background: rgba(255, 255, 255, .2);
    height: 40px;
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    z-index: 1000
}

.sub_nav dl {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    display: none
}

.sub_nav dl.dl1 {
    margin-left: -32px !important;
}

.sub_nav dl.dl2 {
    margin-left: 135px !important;
}

.sub_nav dl.dl3 {
    margin-left: 455px !important;
    width: 168px;
    min-width: 168px
}

.sub_nav .dl5 {
    min-width: 252px;
    margin-left: 294px !important;
}

.nimei {
    display: none !important
}

.sub_nav dl li {
    float: left;
    line-height: 40px
}

.sub_nav dl li:hover {
    background: rgba(255, 255, 255, .2)
}

.sub_nav dl li a {
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 0 18px
}

.bottom {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0;
    bottom: 0
}

.bg_left {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 50%;
    top: 0;
    background: rgba(255, 255, 255, .9);
    margin-right: -90px;
    z-index: 99
}

.bg_right {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgba(207, 35, 45, .9);
    margin-left: 90px;
    z-index: 99
}

.bottom .main_width {
    position: relative;
    z-index: 100
}

.bottom .main_width .left {
    width: 690px;
    float: left
}

.bottom .main_width .right {
    float: right;
    width: 510px
}

.bottom .tit {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding: 10px 0;
    margin-left: 30px
}

.bottom .tit .border {
    width: 25px;
    height: 1px;
    background-color: #cf232d;
    position: absolute;
    left: 0;
    bottom: 0
}

.bottom .tit2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 10px
}

.bottom .tit2 .border {
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.bottom .list {
    float: left;
    margin: 0 35px;
    position: relative
}

.bottom .list .phone {
    font-size: 24px;
    color: #fff
}

.bottom .list .gqdm {
    font-size: 14px;
    color: #fff
}

.jsnl {
    padding: 60px 0
}

.jsnl .title {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 10px 0
}

.jsnl .title_b {
    font-size: 14px;
    color: #333;
    text-align: center;
    background: url(../images/img_6.png) no-repeat center bottom;
    padding-bottom: 20px;
    margin-bottom: 70px
}

.jsnl_left {
    width: 360px;
    float: left;
    text-align: center
}

.jsnl_right {
    width: 815px;
    float: right;
    padding-top: 10px
}

.jsnl_list li {
    float: left;
    width: 335px;
    margin-right: 70px;
    margin-bottom: 90px
}

.jsnl_list li .img {
    float: left;
    width: 80px;
    text-align: center
}

.jsnl_list li .text {
    float: right;
    width: 240px;
    padding-top: 15px
}

.jsnl_list li h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px
}

.jsnl_list li h4 font {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.jsnl_list li p {
    font-size: 14px;
    color: #333;
    line-height: 20px
}

.jjfa {
    position: relative;
    background: rgba(0, 0, 0, .3)
}

.jjfa .bra_div {
    height: 760px;
    width: 100%;
    transition: all .5s;
    position: relative;
    z-index: 100
}

.jjfa .brasbig {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99
}

.jjfa .bras {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    display: none
}

.jjfa .cur1 {
    background: url(../images/bar_2.jpg) no-repeat center;
    display: block
}

.jjfa .cur2 {
    background: url(../images/bra_4.jpg) no-repeat center
}

.jjfa .cur3 {
    background: url(../images/bra_5.jpg) no-repeat center
}

.jjfa .cur4 {
    background: url(../images/bra_7.jpg) no-repeat center
}

.jjfa .title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    padding-top: 60px
}

.jjfa .title_b {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../images/boo.png) no-repeat center bottom;
    padding-bottom: 20px;
    margin-bottom: 70px
}

.jjfa_list {
    padding: 0 20px
}

.jjfa_list li {
    float: left;
    width: 250px;
    margin: 0 20px;
    height: 400px;
    padding: 0 24px;
    position: relative
}

.jjfa_list li.list1 {
    background-color: #66cc52
}

.jjfa_list li.list2 {
    background-color: #6cf
}

.jjfa_list li.list3 {
    background-color: #ff6673
}

.jjfa_list li.list4 {
    background-color: #69f
}

.jjfa_list li .img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: 30px
}

.jjfa_list li.li1 .img {
    background: url(../images/img_12.png) no-repeat center #66cc52
}

.jjfa_list li.li2 .img {
    background: url(../images/img_13.png) no-repeat center #6cf
}

.jjfa_list li.li3 .img {
    background: url(../images/img_14.png) no-repeat center #ff6673
}

.jjfa_list li.li4 .img {
    background: url(../images/img_15.png) no-repeat center #69f
}

.jjfa_list li.list1 .img {
    background: url(../images/img_12cur.png) no-repeat center #fff
}

.jjfa_list li.list2 .img {
    background: url(../images/img_13cur.png) no-repeat center #fff
}

.jjfa_list li.list3 .img {
    background: url(../images/img_14cur.png) no-repeat center #fff
}

.jjfa_list li.list4 .img {
    background: url(../images/img_15cur.png) no-repeat center #fff
}

.jjfa_list li h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 20px 0
}

.jjfa_list li p {
    font-size: 12px;
    color: #fff
}

.jjfa_list li p.p1 {
    padding: 5px 0;
    margin-top: 5px
}

.jjfa_list li p.p2 {
    text-indent: 2em;
    line-height: 20px
}

.jjfa_list li p.p3 {
    padding: 11px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 202px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 18px
}

.uisheji {
    padding: 10px 0
}

.uisheji .main_width {
    position: relative
}

.uisheji_left {
    width: 400px;
    text-align: center;
    position: relative;
    margin-left: 85px
}

.uisheji_left_gif {
    position: absolute;
    width: 283px;
    height: 502px;
    left: 55px;
    top: 121px;
    background: rgba(255, 0, 0, .5);
    z-index: 1000
}

.uisheji_right {
    width: 500px;
    position: absolute;
    right: 100px;
    top: 0;
    height: 100%
}

.uisheji_right .table {
    height: 100%;
    width: 100%
}

.uisheji_right .table td {
    vertical-align: middle
}

.uisheji_right h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px
}

.uisheji_right h4 font {
    color: #000;
    font-size: 18px;
    font-weight: 400
}

.uisheji_right p {
    font-size: 14px;
    color: #000;
    line-height: 25px
}

.numdiv {
    background: url(../images/bar_3.jpg) center no-repeat;
    height: 600px;
    width: 100%
}

.numdiv_list {
    position: relative;
    transition: all .5s .8s;
    -webkit-transition: all .5s .8s;
    padding-top: 60px
}

.numdiv_list li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    transition: all .5s;
    padding: 50px 0
}

.numdiv_list li span {
    position: relative;
    display: inline-block;
    padding: 0 20px
}

.numdiv_list li b {
    font-size: 65px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    height: 80px;
    line-height: 80px
}

.numdiv_list li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 45px
}

.numdiv_list li font {
    font-size: 48px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    line-height: normal
}

.about .numdiv_list li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 35px
}

.about .numdiv_list li b {
    font-size: 75px
}

.numdiv_listimg {
    margin-top: 73px;
    text-align: center
}

.numdiv_listimg li {
    display: inline-block;
    width: 130px;
    height: 63px;
    position: relative;
    margin-left: 12px;
    border: 1px solid rgba(255, 255, 255, .9)
}

.numdiv_listimg li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s
}

.numdiv_listimg li .img2 {
    opacity: 0
}

.numdiv_listimg li:hover .img1 {
    opacity: 0
}

.numdiv_listimg li:hover .img2 {
    opacity: 1
}

.foot {
    padding: 24px 0 24px 0;
    background-color: #fff
}

.foot_left {
    float: left
}

.foot_right {
    float: right;
    padding-top: 15px
}

.footo {
    font-size: 12px;
    color: #666;
    line-height: 31px
}

.footo img {
    display: inline-block;
    margin-right: 10px
}

.footnav {
    margin-top: 28px;
    height: 15px
}

.footnav li {
    float: left;
    padding: 0 10px;
    line-height: 15px;
    border-right: 1px solid #d2d2d2
}

.footnav li.last {
    border-right: none
}

.footnav li a {
    font-size: 12px;
    color: #333
}

.footnav li a:hover {
    text-decoration: underline
}

.foot_right p {
    text-align: right;
    font-size: 12px;
    color: #333;
    line-height: 20px
}

.foot_right p img {
    position: relative;
    top: 1px
}

.aboutbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 940px;
    background: url(../images/ab_1.jpg) no-repeat center;
    opacity: 0
}

.chanpinhbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 940px
}

.chanpinhbg_bra {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cpbanner.jpg) no-repeat center;
    opacity: 0
}

.chanpinhbg_zi {
    position: fixed;
    top: 236px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 792px
}

.chlist .main_width {
    width: 90%;
    max-width: 1400px
}

.cp_headed {
    height: 720px
}

.chlist {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px
}

.chlist_bb {
    background-color: #ededed;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 220px
}

.chlist_list dl {
    position: relative
}

.chlist_list li {
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden
}

.chlist_list li.text {
    background-color: #fff
}

.chlist_list li.text .bg {
    opacity: 0;
    width: 100%
}

.chlist_list li.img .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    padding: 2.5rem
}

.chlist_list li.text .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 440px;
    height: 150px
}

.chlist_list li.text .content h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px
}

.chlist_list li.text .content p {
    font-size: 14px;
    color: #333;
    line-height: 25px
}

.chlist_list li.img .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 440px;
    height: 150px
}

.chlist_list li.img .content h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px
}

.chlist_list li.img .content p {
    font-size: 14px;
    color: #fff;
    line-height: 25px
}

.chlist_list li.img .bg {
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    width: 100%
}

.chlist_list li.img .cover .border-hor {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 80%;
    transition: all 1s;
    -webkit-transition: all .5s
}

.chlist_list li.img:hover .border-hor {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.chlist_list li.img .cover .border-ver {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 80%;
    transition: all 1s;
    -webkit-transition: all .5s
}

.chlist_list li.img:hover .border-ver {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.chlist_list li.img:hover .bg {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.chlist_list li.img:hover .cover {
    opacity: 1
}

.ab_headed {
    height: 330px
}

.about .main_width {
    width: 95%;
    max-width: 1400px;
    background: rgba(190, 36, 46, .9);
    padding-top: 90px;
    min-width: 1100px
}

.about .numdiv_list {
    margin: 0 auto;
    max-width: 1200px;
    width: 97%
}

.about_xinxi {
    background: url(../images/ab_2.jpg) no-repeat center;
    height: 768px
}

.about_xinxi .title {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 95px
}

.about_xinxi .title_b {
    font-size: 14px;
    color: #333;
    text-align: center;
    background: url(../images/img_6.png) no-repeat center bottom;
    padding-bottom: 20px;
    margin-bottom: 65px
}

.about_xinxi_list {
    padding: 0 15px
}

.about_xinxi_list li {
    float: left;
    width: 340px;
    margin-right: 75px;
    margin-bottom: 85px
}

.about_xinxi_list li.last {
    margin-right: 0
}

.about_xinxi_list li .img {
    float: left;
    width: 72px
}

.about_xinxi_list li .text {
    float: right;
    width: 240px;
    padding-top: 10px
}

.about_xinxi_list li h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px
}

.about_xinxi_list li p {
    font-size: 14px;
    color: #333;
    line-height: 20px
}

.about_div {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2.5%
}

.about_div_left {
    float: left;
    width: 425px;
    margin-left: 70px
}

.about_div_right {
    float: left;
    width: 535px;
    margin-left: 60px
}

.about_div_right h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    padding-top: 30px
}

.about_div_right p {
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

.about_div_right .bo {
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin-left: auto;
    margin-top: 40px
}

.section6 {
    background-image: url(../images/img_43.jpg);
    background-size: 100% 100%;
    padding: 40px 0
}

.section6_div {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 5%
}

.section6_div_left {
    float: left;
    width: 625px
}

.section6_div_right {
    float: right;
    width: 420px;
    background-color: #c02129;
    position: relative;
    margin-top: 60px
}

.section6_div_left .tit h3 {
    font-size: 65px;
    color: #FFF;
    margin-top: 10px
}

.section6_div_left .tit .h3 {
    font-size: 30px;
    color: #FFF;
    font-weight: 400;
    margin: 10px 0
}

.section6_div_left .tit h5 {
    font-size: 76px;
    color: #FFF
}

.section6_div_left .tit p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6rem
}

.liuyan {
    margin-top: 5%
}

.liuyan div {
    width: 46.5%;
    margin-bottom: 16px
}

.liuyan div span {
    font-size: 16px;
    color: #FFF;
    line-height: 38px;
    display: inline-block;
    vertical-align: top
}

.liuyan div .text1 {
    height: 38px;
    line-height: 38px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 0 2%;
    font-size: 1rem;
    width: 232px
}

.liuyan div.last {
    width: 100%;
    float: left
}

.liuyan div .textarea1 {
    height: 10rem;
    line-height: 38px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 0 2%;
    font-size: 1rem;
    width: 567px
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.liuyan .buttons {
    display: block;
    width: 100%;
    display: -moz-block;
    display: -webkit-block;
    padding-right: 20px
}

.buttons input {
    float: right;
    font-size: 16px;
    color: #999;
    height: 45px;
    line-height: 45px;
    width: 80px;
    background: 0 0;
    border: none;
    cursor: pointer
}

.buttons input.sub {
    background-color: #c02129;
    color: #FFF;
    width: 115px;
    border-radius: 20px;
    position: relative;
    top: -3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .8);
    transition: all .1s
}

.buttons input.sub:hover {
    color: #c02129;
    background: #fff
}

.buttons input.sub:active {
    top: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .8)
}

.section6_div_right .join {
    display: block;
    border-radius: 30px;
    width: 69%;
    height: 46px;
    position: absolute;
    left: 17%;
    bottom: 11.7%
}

.section6_div_right .join:hover {
    background: rgba(192, 33, 41, .1)
}

.section6_div_right .emai {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 4.5%
}

.about_bo {
    padding: 55px 0;
    background-color: #393d40
}

.about_bo_do {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    height: 250px;
    position: relative
}

.about_bo_do .tt {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #666;
    text-align: center
}

.about_bo_do .tt dl {
    width: 65px;
    margin: 0 80px;
    display: inline-block;
    position: relative;
    height: 50px;
    cursor: pointer
}

.about_bo_do .tt dl p {
    text-align: center;
    color: #fff
}

.about_bo_do .tt dl span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff
}

.about_bo_do .tt dl span b {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    top: -4px;
    background: rgba(255, 255, 255, .3);
    opacity: 0
}

.about_bo_do .tt dl.cur span b {
    opacity: 1
}

.about_bo_tab {
    margin-top: 50px;
    height: 150px;
    width: 3300px;
    position: absolute;
    left: 0;
    bottom: 0
}

.about_bo_tab .div {
    float: left;
    width: 1100px
}

.about_bo_tab_left {
    width: 590px;
    margin-left: 25px;
    float: left
}

.about_bo_tab_right {
    float: right;
    width: 450px;
    height: 150px
}

.about_bo_tab_left p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    float: left;
    width: 50%;
    margin-bottom: 10px
}

.about_bo_tab_left p.last {
    width: 100%
}

.about_bo_tab_left .span1 {
    display: inline-block
}

.about_bo_tab_left .span2 {
    display: inline-block;
    vertical-align: top
}

.swiper_Mycontainer {
    position: relative;
    margin: 0 auto
}

.swiper_Mywrapper {
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.swiper_Myslide {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden
}

.swiper_Myslide li {
    float: left;
    position: relative;
    overflow: hidden
}

.swiper_Myslide li img {
    width: 100%
}

.clear2:after {
    content: "";
    clear: both;
    display: block
}

.swiper_buttton {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    text-align: center;
    max-width: 5%;
    display: none
}

.swiper_but_prev {
    left: 2%
}

.swiper_but_next {
    right: 2%
}

.swiper_Mycontainer:hover .swiper_buttton {
    display: block
}

.uldian {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 2%;
    display: none
}

.uldian li {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background-color: #000;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer
}

.uldian li.cur {
    background-color: red
}

.erweima {
    position: relative
}

.erweima_div {
    width: 100px;
    height: 105px;
    position: absolute;
    left: -37px;
    top: -110px;
    display: none
}

.erweima:hover .erweima_div {
    display: block
}

.footnav .first {
    padding-left: 0
}

#bannerimg {
    display: none
}

.fk-footer {
    padding-bottom: 30px;
    text-align: center;
    font-size: 12px;
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fk-footer .footer-l {
    text-align: left;
    padding-left: 10px
}

.fk-footer .footer-r {
    text-align: right;
    padding-right: 10px
}

.fk-footer .footer-l i {
    font-style: normal;
    font-size: 20px;
    margin: 0 10px
}

.fk-footer .footer-l .link {
    margin-top: 32px
}

.home-face, .product-face {
    visibility: hidden
}

.fk-footer .footer-r div:nth-child(2) {
    margin-top: 13px;
    margin-bottom: 10px
}

.fk-footer .footer-r {
    text-align: right;
    padding-right: 10px
}

.fk-footer .footer-l, .fk-footer .footer-r {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    margin-top: 29px;
    box-sizing: border-box
}

.link a {
    color: #333
}

.fk-footer .footer-l .link a + a {
    margin-left: 15px;
    padding-left: 10px;
    border-left: 2px solid #e2e2e2
}

.fk-footer {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    background: #f5f5f5
}

.flogo {
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 20px
}

.fk-footer .footer-r img {
    margin-right: 10px
}

.fk-footer .footer-l img, .fk-footer .footer-r img {
    vertical-align: bottom
}

.flogo img {
    display: inline-block;
    margin-right: 10px
}

.fk-footer .footer-r i {
    font-style: normal;
    margin: 0 10px
}

.gundong_big {
    margin-left: 0;
    padding-left: 30px;
    width: 225px
}

.gundong {
    left: 30px
}

.gundong dl.cur {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes floating {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.05, 1.05)
    }
    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.05, 1.05)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

.xq_div_content {
    width: 100%;
    margin: 50px auto
}

.xq_div_content2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wz_top {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
    height: 50px;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    text-align: center
}

.wz_top ul {
    height: inherit;
    line-height: 50px;
    font-size: 14px
}

.wz_top li {
    float: left;
    margin-right: 15px
}

.wz_top2 {
    text-align: center;
    padding: 30px 0 55px 0;
    color: #888;
    font-size: 12px
}

.wz_top2 p {
    text-align: center;
    font-size: 28px;
    color: #303030;
    padding-bottom: 12px
}

.wz_top2 span {
    margin-right: 10px
}

.wz_conten p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 25px
}

.wz_conten img {
    padding-bottom: 20px;
    min-height: 675px;
    width: 1200px
}

.wz_sx ul li:nth-child(1) {
    float: left
}

.wz_sx ul li:nth-child(2) {
    float: right
}

.wz_sx {
    margin-top: 40px
}

.wz_sxt {
    font-size: 14px;
    color: #000
}

.wz_sxt2 {
    font-size: 14px;
    color: #666
}

dl, ol, ul {
    list-style: none
}

p {
    margin: 0
}

.footerW {
    width: 1200px;
    min-width: 1200px;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 23px;
    margin: 0 auto;
    margin: 100px 0 50px 0
}

.footerW p {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.wenzhangUl {
    display: flex;
    display: -webkit-flex;
    width: 100%
}

.listUL {
    -webkit-box-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    display: block;
    width: 20%;
    padding: 0;
    margin-right: 50px
}

.listUL:last-of-type {
    margin-right: 0
}

.listUL a {
    display: block
}

.listUL li {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
    font-size: 14px;
    color: #666
}

.listUL li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: red;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.wr_wzh {
    font-size: 19px;
    color: #221d1d;
    padding: 10px 0;
    font-family: 宋体
}

.menu .menu_b li a {
    color: #333
}

.sub_nav_bar {
    background: rgba(0, 0, 0, .4)
}

.xq_div_content_diva h3 {
    font-size: 30px;
    color: #221d1d;
    padding-top: 10px
}

.xq_div_content_diva .fonta {
    font-size: 14px;
    color: #999;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    width: 680px
}

.xq_div_content_diva .fonta span {
    display: inline-block;
    margin-right: 50px
}

.xq_div_content_diva .img {
    margin-top: 40px
}

.p_block {
    color: #000
}