/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #dc2d2e;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.wh {
    width: 1200px;
    margin: 0 auto;
}
.dbewm{
    float: right;
    position: relative;
    margin-right: 20%;
    margin-top: -90px;
}
.dbewm img{
    width: 100px;
    height: 100px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 143px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}


.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: right;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #009b4c;
}

/*热门搜索*/
.sou {
    margin: 20px 0;
}

#formsearch {
    float: right;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 133px;
}

.nav li a {
    display: block;
    line-height: 62px;
    color: #fff;
    height: 62px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e15616;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #e15616;
}

.nav .sec {
    height: 0;
    background: #009b4c;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 62px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #009b4c;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #e15616;
    text-decoration: none;
}










/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
}

.f_link a {
    color: #666;
}

/*页面底部*/
#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}



/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}





@media (min-width:1589px) {
    .w {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1580px
    }
}

@media (max-width:1588px) {
    .w {
        width: 90% !important
    }
}

@media (max-width:1351px) {
    .w_1200 {
        width: 90% !important
    }
}

@media (max-width:1220px) {
    .w_1200 {
        width: 90% !important;
        min-width: 90% !important
    }
    .p3b1-prev{
        right:466px !important;
    }
    .p3b1-next{
        left:466px !important;
    }
}

html {
    font-size: 100px
}

body {
    font-family: PingFang SC\,Microsoft YaHei
}

@media (min-width:992px) and (max-width:1920px) {
    html {
        font-size: calc(100px - (1920px - 100vw)/100)
    }
}

@media (max-width:992px) {
    html {
        font-size: 70px
    }
}

@media (max-width:768px) {
    html {
        font-size: 60px
    }
}

html.overHidden {
    position: fixed;
    height: 100%;
    width: 100%
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

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

li {
    font-size: 0
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

em {
    font-style: normal
}

.clearfix:after {
    content: " ";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.w {
    width: 1588px
}

.w,
.w_1200 {
    margin: 0 auto
}

.w_1200 {
    width: 1200px
}

select {
    color: inherit
}


.fl {
    float: left
}

.fr {
    float: right
}

body {
    color: #333;
    font-weight: 300;
    overflow-x: hidden !important
}

body.overflowY {
    overflow-y: hidden
}

img {
    border: none
}



.top_nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

.top_nav .w:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.top_nav .w ul {
    float: right;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85);
    padding: 0 .05rem;
    position: relative
}

.top_nav .w ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.top_nav .w ul li {
    font-size: .14rem;
    line-height: .2rem;
    font-weight: 300;
    float: left;
    padding-top: .08rem;
    padding-bottom: .08rem;
    position: relative
}

.top_nav .w ul li:hover a {
    text-decoration: underline
}

.top_nav .w ul li:last-child:after {
    display: none
}

.top_nav .w ul li a {
    padding-left: .14rem;
    padding-right: .14rem;
    border-right: 1px solid #333
}


.top_nav .w ul li:nth-last-child(2) a {
    border-right: none;
}
.top_nav li.lx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 135px;*/
    width: 155px;
    font-size: 18px;
    color: #dc2d2e;
    font-weight: 700;
} 
.top_nav li.lx p {
    font-weight: 700;
}





.sec_nav {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99;
    top: 60px
}

.sec_nav .w:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.sec_nav .w>a {
    display: block;
    float: left;
    width: 16.6%;
    height: 1.17rem;
    position: relative
}

.sec_nav .w>a img {
    position: absolute;
    display: block;
    width: 83%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.sec_nav .w .content {
    width: 82%;
    float: right;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85);
    padding: .12rem
}

.sec_nav .w .content .top_ul {
    padding-bottom: 0
}

.sec_nav .w .content .top_ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}


.sec_nav .w .content .top_ul>li>a {
    font-size: 17px;
    font-weight: 300;
    height: .5rem;
    line-height: .5rem;
    background-color: transparent;
    padding: 0 .15rem;
    display: block;
    text-align: center;
}

.sec_nav .w .content .top_ul li.cur a,
.sec_nav .w .content .top_ul li a:hover {
    background-color: #e1e1e5;
    background-color: rgba(225, 225, 229, .85)
}

.sec_nav .w .content .top_ul li.cur a {
    font-weight: 600
}


.sec_nav .w .content .sec_ul {
    background-color: #e1e1e5;
    background-color: rgba(225, 225, 229, .85)
}

.sec_nav .w .content .sec_ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.sec_nav .w .content .sec_ul.cutOne {
    overflow: hidden;
    height: .43rem
}

.sec_nav .w .content .sec_ul li {
    float: left
}

.sec_nav .w .content .sec_ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 0 .2rem;
    line-height: 39px;
}

.sec_nav .w .content .sec_ul li:hover a {
    font-weight: 600
}

.sec_nav .w .content .thrid_ul {
    display: none;
    padding-left: .3rem
}

.sec_nav .w .content .thrid_ul li:first-child {
    margin-top: .3rem
}

.sec_nav .w .content .thrid_ul li a {
    display: block;
    font-size: .16rem;
    font-weight: 300;
    border-bottom: 1px solid #000;
    width: 30%;
    padding: .1rem 0
}

.sec_nav .w .content .thrid_ul li:hover a {
    font-weight: 600
}



.top_ul {
    display: flex;
    justify-content: space-between;

}



.index-title {
    text-align: center;
}


.index-title h3 {
    font-size: 36px;
    color: #4d4d4d;
    font-weight: 400;
}

.index-title p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 5px;
}



.p1 {
    padding-top: 83px;
    padding-bottom: 206px;
    background: url(../images/p1b.png) no-repeat left top;
}

.p1a {
    position: relative;
}

.p1a1 {
    overflow: hidden;
    padding: 20px 15px;
    width: 1230px;
    height: 430px;
    margin: 0 auto;
}

.p1a1 .swiper-slide {
    display: flex;
    align-items: center;
    width: 1200px;

    background-color: #ffffff;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.p1a1 .swiper-slide div.img {
    width: 820px;
}

.p1a1 .swiper-slide div.img img {
    width: 100%;
    height: 100%;
    display: block;
}

.p1a1 .swiper-slide .cont {
    padding-left: 35px;
}

.p1a1 .swiper-slide .cont h3 {
    font-size: 26px;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 38px;
    position: relative;
}

.p1a1 .swiper-slide .cont h3::after {
    content: "";
    width: 75px;
    height: 2px;
    background-color: #f71d11;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.p1a1 .swiper-slide .cont span {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    margin-bottom: 45px;
}

.p1a1 .swiper-slide .cont .cont1 p {
    display: inline-block;
    width: 69px;
    height: 66px;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    font-size: 19px;
    color: #4d4d4d;
    padding: 5px 12px;
    margin: 0 8px;
}

.p1a1 .swiper-slide .cont>a {
    display: block;
    width: 324px;
    height: 53px;
    background-color: #d2000e;
    font-size: 14px;
    color: #ffffff;
    line-height: 53px;
    text-indent: 33px;
    margin-top: 76px;
}

.p1a .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #9a9a9a;
    opacity: 1;
    margin: 0 6px;
}

.p1a .swiper-pagination-bullet-active {
    background-color: #f71d11;
}

.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
}

.p1a .swiper-button-prev {
    background-image: initial;
    background: url(../images/left.jpg) no-repeat center center;
    left: -79px;
    right: initial;
    outline: none;
    width: 48px;
    height: 48px;
}

.p1a .swiper-button-next {
    background-image: initial;
    background: url(../images/right.jpg) no-repeat center center;
    right: -79px;
    left: initial;
    outline: none;
    width: 48px;
    height: 48px;
}

.bj {
    background: url(../images/bj.jpg) no-repeat 0 550px;
}

.p2 {
    margin-top: -100px;
}

.p2 .index-title {
    margin-bottom: 55px;
}

.p2>.wh {
    position: relative;
}

.p2a {
    position: absolute;
    width: 372px;
    left: 0px;
    top: 117px;
    z-index: 999;
    height: 438px;
    box-shadow: -4px 0 5px #e5e5e5;
    overflow: hidden;
}


.p2a .viewport {
    padding-top: 41px;
}

.p2a .viewport .p2a1 {
    height: 366px;
    position: relative;
    top: 7%;
    overflow: hidden;
}

.p2a .p2a1 .swiper-slide {
    height: 81px;
    display: flex;
    align-items: center;
    transition: all .3s ease-out;
    width: 353px;
    background-color: #fff;
}

.p2a .p2a1 .swiper-slide .cont {
    padding-left: 35px;
    width: 100%;
    display: flex;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    position: relative;
    align-items: center;
    height: 100%;
}

.p2a .p2a1 .swiper-slide .cont .zh {
    font-size: 20px;
    line-height: .2rem;
    margin-right: 30px;
}

.p2a .p2a1 .swiper-slide .cont i {
    width: 28px;
    height: 28px;
    background: url(../images/cir.png) no-repeat left top;
    display: none;
}

.p2a .p2a1 .swiper-slide:hover {
    width: 100%;
    background-color: #d2000e;
}

.p2a .p2a1 .swiper-slide:hover .cont,
.p2a .p2a1 .swiper-slide:hover .cont .en {
    color: #fff
}

.p2a .p2a1 .swiper-slide:hover .cont img {
    display: block
}

.p2a .p2a1 .swiper-slide:hover .cont i {
    display: block;
    color: #fff
}

.p2a .p2a1 .swiper-slide-active {
    width: 100%;
    background-color: #d2000e;
}

.p2a .p2a1 .swiper-slide-active .cont,
.p2a .p2a1 .swiper-slide-active .cont .en {
    color: #fff
}

.p2a .p2a1 .swiper-slide-active .cont img {
    display: block
}

.p2a .p2a1 .swiper-slide-active .cont i {
    display: block;
    color: #fff
}

.p2a .down {
    width: 353px;
    height: 33px;
    background: #f6f6f6 url(../images/down.png) no-repeat center center;
    outline: none;
}



.p2b {
    position: relative;
    z-index: 2;
}

.p2b .p2b1 {
    overflow: visible;
    padding-left: 354px;
    position: relative;
    z-index: 11;
}

.p2b .p2b1 .swiper-slide {
    width: 849px;
    height: 438px;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: .6;
    cursor: pointer
}

.p2b .p2b1 .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 100%;
}

.p2b .p2b1 .swiper-slide-prev {
    left: -33%;
}

.p2b .p2b1 .swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 10;
}

.p2b .p2b1 .swiper-slide-next {
    right: 5%;
}


.p2c {
    position: relative;
}

.p2c1 {
    overflow: hidden;
    margin-top: 44px;
}

.p2c1 .swiper-slide {
    width: 381px;
    height: 292px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    margin-right: 28px;
}

.p2c1 .swiper-slide a.img {
    display: block;
    width: 100%;
    height: 247px;
    text-align: center;
}

.p2c1 .swiper-slide a.img img {
    width: 100%;
    height: 100%;
}

.p2c1 .swiper-slide h3 a {
    display: block;
    width: 100%;
    line-height: 45px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: #d6d6d6;
}

.p2c .swiper-button-next1,
.p2c .swiper-button-prev1{
 bottom: 0px;
 top:0px;
 margin:auto 0;
}

.p2c .swiper-button-next1 {
    background-image: initial;
    background: url(../images/p3c2.png) no-repeat center center;
    width: 17px;
    height: 18px;
    outline: none;
    right: -52px;
    position: absolute;
}

.p2c .swiper-button-prev1 {
    background-image: initial;
    background: url(../images/p3c1.png) no-repeat center center;
    width: 17px;
    height: 18px;
    outline: none;
    left: -52px;
     position: absolute;
}



.p2c1 .swiper-slide:hover h3 a {
    background: #d2000e;
    color: #fff;
}







.p3 {
    margin-top: 88px;
    height: 688px;
}

.p3 .index-title {
    margin-bottom: 38px;
}

.p3a {
    text-align: center;
}

.p3a li {
    display: inline-block;
    margin: 0 54px;
    position: relative;
}

.p3a li:first-child::after {
    content: "+";
    font-size: 18px;
    color: #4d4d4d;
    position: absolute;
   top: 8px;
    right: -62px;
}

.p3a li a {
    font-size: 20px;
    color: #666666;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #666666;
    padding: 4px 8px;
}

.p3a li a:hover {
    color: #cc161d;
}
.p3a li.active a {
    border:  2px solid #D1010E;
    color: #fff;
    background-color: #D1010E;
}

.tab-con {
    margin-top: 31px;
}

.p3b1 h3 a {
    /*width: 80%;*/
    height: 112px;
    /*background: #cc161d url(../images/jian1.png) no-repeat 75% center;*/
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 112px;
    font-size: 26px;
    color: #ffffff;
    text-indent: 44px;
    transition: all ease-in .2s;
    z-index: 2;
}





.p3b1 .swiper-slide:hover h3 a {
    opacity: 1;
    display: block;
    position: absolute;
    bottom:200px;
}
.p3b1 .swiper-slide a.img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.p3b1 .swiper-slide b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 0%;
    transition: all .6s;
    background: rgba(0,0,0,.54);
    z-index: 1
}

.p3b1 .swiper-slide:hover b {
    height: 100%;
}







.p3b {
    position: relative;
}




.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main {  visibility: hidden; transition: all .5s ease; height:0;}
.tab-con .tab-main.active { position: static; visibility: visible;height: auto;  }


/* .p3b1 {
    position: relative;
    z-index: 9;
} */
.p3b1-next {
    width: 46px;
    height: 82px;
    background: rgba(255, 255, 255, .11) url(../images/p3left.png) no-repeat center center;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    outline: none;
}

.p3b1-next:hover {
    background: #cc161d url(../images/p3left.png) no-repeat center center;
}

.p3b1-prev {
    width: 46px;
    height: 82px;
    background: rgba(255, 255, 255, .11) url(../images/p3-right.png) no-repeat center center;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    outline: none;
}

.p3b1-prev:hover {
    background: #cc161d url(../images/p3-right.png) no-repeat center center;
}







.p4 {
    margin-top: 70px;
}

.p4 .index-title {
    border-bottom: 1px solid #ececed;
    padding-bottom: 31px;
}

.p4a {
    text-align: center;
    margin-top: 45px;
}

.p4a li {
    display: inline-block;
    margin: 0 54px;
    position: relative;
}

.p4a li a {
    font-size: 18px;
    color: #4d4d4d;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #666666;
    padding: 4px 8px;
}

.p4a li a:hover {
    color: #cc161d;
}

.p4a  li.cur a {
    border:  2px solid #D1010E;
    color: #fff;
    background-color: #D1010E;
}

.p4a li::after {
    content: "+";
    font-size: 18px;
    color: #4d4d4d;
    position: absolute;
    top: -4px;
    right: -58px;
}

.p4a li:last-child::after {
    display: none;
}

.p4b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.p4b li {
    width: 376px;
    height: 482px;
}

.p4b li a.img {
    display: block;
}

.p4b li a.img img {
    display: block;
    width: 376px;
    height: 211px;
}

.p4b li .cont {
    background: #f7f7f7;
    padding: 40px 50px 40px 30px;
}

.p4b li .cont h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
}

.p4b li .cont p {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}

.p4b li a.more {
    display: block;
    width: 100%;
    background: #e9e9e9 url(../images/jian2.png) no-repeat 90% center;
    height: 72px;
}

.p4b li:hover .cont h3 {
    font-weight: 700;
}

.p4b li:hover .cont p {
    color: #000;
}

.p4b li:hover a.more {
    background: #cc161d url(../images/jian3.png) no-repeat 90% center;
}


.p5 {
    height: 590px;
    margin-top: 102px;
    padding-top: 86px;
    background-size: 100%;
}
.p5-img  {
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
}
.p5-img img {
    width: 100%;
}
.p5a {
    width: 1044px;
    height: 451px;
    background: #fff;
    float: right;
    padding: 52px 239px 0 63px;
}

.p5a1 h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 36px;
}

.p5a1 h3 span {
    font-size: 29px;
    margin-left: 20px;
}

.p5a1 p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.p5a1>a {
    font-size: 20px;
    color: #000000;
    display: block;
    background: url(../images/amore.png) no-repeat left center;
    padding-left: 40px;
    line-height: 28px;
    margin-top: 40px;
}

.p5a2 {
    display: flex;
    align-items: center;
    margin-top: 47px;
}

.p5a2 li {
    width: 64px;
    margin-right: 53px;
    text-align: center;
}

.p5a2 li div.img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, .33);
    display: flex;
    justify-content: center;
    align-items: center;

}

.p5a2 li div.img .liang {
    display: none;
}

.p5a2 li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-top: 20px;
}

.p5a2 li:hover div.img img.liang {
    display: inline-block;
}

.p5a2 li:hover div.img img.hei {
    display: none;
}

.p5a2 li:hover div.img {
    border: solid 1px #cc0000;
}

.p5a2 li:hover h3 {
    color: #cc161d;
}


.p6a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 66px 0 48px;
}

.p6a li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.p6a li img.liang {
    display: none;
}

.p6a li a div.img {
    margin-right: 14px;
}

.p6a li .cont h3 {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 6px;
}

.p6a li .cont span {
    font-size: 12px;
    color: #d2000e;
}

.p6a li:hover img.hei {
    display: none;
}

.p6a li:hover img.liang {
    display: inline-block;
}

.p6a li:hover .cont h3 {
    font-weight: 700;
    color: #000000;
}

.p7 {
    background: #a40000;
    padding: 36px 0 33px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 26px;
    height: 350px
}

.p7 a {
    color: #ffffff;
}

.p7 .f_link {
    font-size: 14px;
    color: #d67c7c;
}

.p7 .f_link a {
    font-size: 14px;
    color: #d67c7c;
    margin: 0 8px;
}

.p7a {
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
}

.p7a a {
    color: #ffffff;
}

.p7a2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 417px;
}

.p7a2 a.qq {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/q1.png) no-repeat center center;
}

.p7a2 a.weib {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/q2.png) no-repeat center center;
}

.p7a2 a.tb {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/q3.png) no-repeat center center;
}

.p7a2 a.er {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/q4.png) no-repeat center center;
}












.wh1540 {
    width: 1540px;
    margin: 0 auto;
}

.snav {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.tnav1 {
    width:1268px;
    height:119px;
    background: rgba(255, 255, 255, .8);
    position: relative;
    padding: 8px 12px;
}
.tnav1 .list1{display: flex;
    justify-content:left;
    align-items: center;
    flex-wrap: wrap;}
.tnav1 .list1 >li {
    float: left;
    /*margin-right: 20px;*/
    position: relative;
    margin-bottom: 5px;
}

.tnav1 .list1 li a {
    font-size: 17px;
    color: #010000;
    display: block;
    padding: 0 25px;
    border: 1px solid #fff;
    line-height: 47px;
}
.tnav1 .list1 li a:hover{color:#dc2d2e;}
.tnav1 .list1 li.on a {
    background: #e3e3e7;
    font-weight: 700;
}


.tnav2 {
    width: 100%;
    background: #e3e3e7;
}

.tnav2 >li {
    float: left;

}

.tnav2 li a {
    font-size: 16px;
    color: #010000;
    display: block;
    padding: 0 15px;
    line-height: 39px;

}
.tnav2 li a:hover {
    font-weight: 700;
}







.tnav3 {
    height: 0;
    background: rgba(255, 255, 255, .8);
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 119px;
    left:-45px;
    width:340px;
    padding: 0 30px;
}

.tnav3 li a {
    width: 370px;
    height: 40px;
    line-height: 40px!important;
    border-bottom: 1px solid #000;
    /* padding: 20px; */
        text-indent: -16px;
}
.tnav3 li:last-child {
    padding-bottom: 30px;
}






.tnav1 .list1 >li:nth-last-child(-n+2) .tnav3 {
    top: 72px
}





body .aside-box ul li {
    background-color: #dc2d2e;
    border-bottom:1px solid rgba(255,255,255,.2);
    height:50px;
}
body .aside-box {
    width:152px
}
body .aside-box ul li:first-child {
    border-radius: 4px 0px 0px 0px;
}
    body .aside-box ul li:last-child {
        border-radius: 0px 0px 0px 4px;
    }
    body .aside-box ul li span {
        height: 50px;
        line-height: 50px;
    }
    body .aside-box ul li:hover {
        background-color: #000;
    }
    body .aside-box ul li:hover i{
        background-color: #000;
    }
   
    body .aside-box ul li:hover span{
        color:#fff;
    }

    body .aside-box ul li i {
        background-color: #dc2d2e;
    }

.aside-box .trigger {
    position:absolute;
    top:50%;
    transform:translate(-100%,-50%);
    left:0;
    z-index:1;
    cursor:pointer;
}



.aside-box .trigger .arrow {
    position: absolute;
    transition: all .3s ease;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .aside-box .trigger .arrow.close {
        transform: translate(-50%,-50%) rotate(180deg)
    }

    #hotline .number {
        color: #000;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translate(-100%,-50%);
        width: 183px;
        height: 70px;
        z-index: 1;
        background-image: url(../images/22.png);
        background-position: top left;
        background-repeat: no-repeat;
        font-size: 20px;
        padding-top: 22px;
        padding-left:15px;
        display: none;
        font-weight: 600;
    } 

#hotline:hover {
}

#slide-wechat .wechat {
    color: #003A7D;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    width: 183px;
    height: 172px;
    z-index: 9;
    background-image: url(../images/21.png);
    background-position: top left;
    background-repeat: no-repeat;
    display:none;
}

    #slide-wechat .wechat img {
        width:133px;
        display:block;
        margin-top:18px;
        margin-left:19px;
    }


    
.aside-box {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: width .3s ease;
	z-index: 200;
	width: 50px
}

.aside-box.showFormRight {
	width: 50px
}

.aside-box ul li {
	height: 50px;
	position: relative;
	border-bottom: 1px solid #3b3b3b;
	background-color: #191919;
	transition: all .3s ease;
	cursor: pointer
}

.aside-box ul li:hover {
	background-color: #fff
}

.aside-box ul li:hover span {
	color: #191919
}

.aside-box ul li:hover i {
	color: #191919;
	background-color: #fff
}

.aside-box ul li span {
	position: absolute;
	font-size: 14px;
	color: #fff;
	transition: color .3s ease;
	line-height: 50px;
	text-indent: 20px;
	z-index: 1;
	transition: all .3s ease;
	font-weight: 400
}

.aside-box ul li i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	line-height: 49px;
	right: 0;
	width: 50px;
	text-align: center;
	z-index: 2;
	background-color: #191919;
	transition: all .3s ease
}
.snav.scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }