/*初始化样式*/
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 {
    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;
}

.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: 116px;
    overflow: hidden;
    background: url(../images/top-bg.png) no-repeat left top;
}

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

.logo {
    float: left;
    line-height: 116px;
}
.logo img{
    /*width: 67% !important;*/
    /*width: 68%;*/
    margin-left: -130px;
}
.p1 {
    background: url(../images/p1b.jpg) no-repeat top center;
    padding-bottom: 46px;
}

.top2 .k1 {
    padding-top: 37px;
    margin-left: 74px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: initial;
}

#formsearch {
    width: 287px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 17px;
    padding-top: 12px;
    margin: 37px 0 0 61px;
}

#formsearch input {
    background: none;
    outline: none;
    border: none;
}

#formsearch input#keyword {
    padding-left: 4px;
    color: #666;
    width: 223px;
    margin-left: 12px;
}

#formsearch input#keyword::placeholder {
    font-size: 12px;
    color: #c4c4c4;
}

#formsearch input#s_btn {
    width: 17px;
    height: 17px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/ss.png) no-repeat center center;
}



.k3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 218px;
    color: #333333;
    margin-top: 39px;
}

.k3 .k3b h3 {
    font-size: 14px;
    font-weight: normal;
}

.k3 .k3b p {
    font-size: 24px;

}


.topLink {
    /*float: 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: "微软雅黑";
}


/* 导航 */
.p1a1 {
    width: 154px;
    float: left;
    padding-top: 8px;
}

.p1a1 .nav li a {
    display: block;
    font-size: 14px;
    line-height: 60px;
    color: #ffffff;
    padding: 0;
}


.p1a1 .en {
    width: 100%;
    height: 46px;
    background: url(../images/eng.png) no-repeat 45px center;
    padding-top: 40px;
    padding-left: 34px;
}
.p1a1 .en  a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.p1a2 {
    width: 1045px;
    float: right;
}

.nav>li {
    padding-left: 34px;
}

.nav>li:hover {
    background: url(../images/navdot.png) no-repeat left center;
}

/* banner */
.banner {
    width: 1045px;
    height: 510px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide a {
    display: block;
    height: 100%;
}

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

.banner .swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    right: 24px;
    z-index: 999;
    left: initial !important;
    width: 10% !important;
}


.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.4;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}








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


.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;
}




/* 产品展示 */
.p2 {
    margin-top: 28px;
}

.p2a {
    width: 224px;
    float: left;
}

.p2a1 {
    width: 224px;
    height: 92px;
    padding: 21px 0 0 88px;
    background: #114ba2 url(../images/pro-sort.png) no-repeat 23px center;
    margin-bottom: 14px;
}

.p2a1 h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
}

.p2a1 p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

.p2a2 li h3 {
    width: 224px;
    height: 70px;
    line-height: 70px;
    padding-left: 27px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    background: #f5f5f5 url(../images/right1.png) no-repeat 195px center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    margin-bottom: 5px;
}

.p2a2 li.cur h3 {
    color: #ffffff;
    background: #114ba2 url(../images/bottom1h.png) no-repeat 195px center;
}

/* .p2a2 li h3.on {
    color: #ffffff;
    background: #114ba2 url(../images/bottom1.png) no-repeat 195px center;

} */

.p2a2 li .p2a2a a {
    display: block;
    height: 32px;
    border-bottom: 1px dashed #dadada;
    padding-left: 27px;
    font-size: 12px;
    color: #696969;
    line-height: 32px;
    background: url(../images/dot.png) no-repeat 195px center;
}

.p2a2 li .p2a2a a:hover {
    color: #114ba2;
    background: url(../images/dot1.png) no-repeat 195px center;
}

.p2a>a {
    width: 224px;
    height: 50px;
    border: solid 1px #d2d2d2;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    display: block;
    margin-top: 21px;
}

.xypg-left-subnav1  li a{
    display: block;
        font-size: 14px;
        color: #333;
        line-height: 2;
     padding-left: 20px
}



.p2a2 li{
    position: relative;
}



.p2a2  li .layer2 {
    position: absolute;
    left: 230px;
    top: 0px;
    z-index: 99999999;
}

.p2a2  li .layer2 li {
    width: 340px;
}

.p2a2  li .layer2 li a {
    font-weight: bold;
    background: url(../images/ico1.gif) no-repeat 14% 50%;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px

}

.p2a2  li .layer2 li a:hover {
    background: #114ba2;
    text-decoration: none;
    color: #fff;

}




.p2b {
    display: flex;
  
    flex-wrap: wrap;
    align-items: center;
    width: 952px;
}

.p2b li {
    margin-bottom: 27px;
    float: left;
    width: 296px;
    margin-right: 20px;
}
.p2b li:nth-last-child(-n+3) {

}
.p2b li a.img img {
    width: 296px;
    height: 220px;
}

.p2b h3 {
    display: block;
    width: 304px;
    height: 44px;

}

.p2b li:nth-child(3n) {
    
}

.p2b h3 a {
    display: block;
    width: 304px;
    height: 43px;
    background-color: #f5f5f5;
    line-height: 43px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: 400;
}

.p2b li:hover h3 a {
    background-color: #377cca;
    color: #fff;
}


.p3 {
    background: #f4f4f4 url(../images/p2-bj.png) no-repeat left top;
    height: 530px;
    margin-top: 23px;
}

.p3a {
    width: 193px;
    height: 350px;
    box-sizing: initial;
    padding-top: 100px;
    background: url(../images/fang.png) no-repeat left bottom;
    position: relative;
    text-align: center;
    margin-left: 40px;
}

.p3a span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding-top: 37px;
    margin-bottom: 50px;
    position: relative;
}

.p3a span::after {
    content: "";
    width: 53px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
}

.p3a p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 42px;
}

.p3a h3 {
    font-size: 36px;
    color: #fffc00;
}

.p3a h4 {
    font-size: 40px;
    color: #ffffff;
    opacity: 0.1;
    position: absolute;
    width: 474px;
    bottom: 71px;
    left: -302px;
}


.p3b {
    width: 930px;
}

.p3b1 {
    width: 92px;
    height: 530px;
    background-color: #114ba2;
    text-align: center;
    margin-left: 1px;
}

.p3b1 li {
    height: calc(100%/3);
    padding-top: 44px;
    position: relative;
}

.p3b1 li a {
    display: block;
}

.p3b1 li a h3 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 25px;
    position: relative;
}

.p3b1 li a h3::after {
    content: "";
    width: 33px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.p3b1 li:hover {
    background-color: #377cca;
}

.p3b1 li:hover::after {
    content: "";
    width: 11px;
    height: 16px;
    background: url(../images/jiao.png) no-repeat center center;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.p3b1 li.cur {
    background-color: #377cca;
}

.p3b1 li.cur::after {
    content: "";
    width: 11px;
    height: 16px;
    background: url(../images/jiao.png) no-repeat center center;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.p3b .tab1 a {
    display: block;
    width: 791px;
    padding-top: 45px;
}

.p3b .tab1 a img {
    width: 791px;
    height: 305px;
}

.p3b .tab1 a h3 {
    font-size: 20px;
    color: #004bb7;
    margin: 21px 0 55px;
    position: relative;
}

.p3b .tab1 a h3::after {
    content: "";
    width: 53px;
    height: 2px;
    background-color: #004bb7;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.p3b .tab1 a p {
    font-size: 16px;
    color: #565656;
    line-height: 30px;
}





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

.p4-title p {
    font-size: 24px;
    color: #d8d8d8;
    margin-bottom: 20px;
}

.p4-title h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.p4 {
    margin-top: 55px;
}

.p4a li {
    width: 295px;
    height: 191px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 10px;
}

.p4a li:nth-child(4n) {
    margin-right: 0;
}

.p4a li a.img {
    display: block;
    width: 100%;
    height: 100%;
}

.p4a li a.img img {
    width: 100%;
    height: 100%;
}

.p4a li h3 a {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
}

.p4-scroll {
    margin-top: 37px;
    position: relative;
}

.p4a li:hover h3 a {
    background-color: rgba(17, 75, 162, .6);
}





.p4-more a {
    display: block;
    width: 150px;
    height: 43px;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 43px;
    margin: 30px auto 60px;
}

.p5 {
    background: url(../images/p5-bj.png) no-repeat left top;
    height: 200px;
    padding-top: 46px;
}

.p5a h3 span {
    font-size: 42px;
    color: #ffffff;
    font-weight: normal;
}

.p5a h3 {
    font-size: 61px;
    color: #fffc00;
    font-weight: 700;
    text-shadow: #000 3px 2px 5px;
}

.p5a p {
    font-size: 12px;
    letter-spacing: 10px;
    color: #ffffff;
    opacity: 0.5;
    text-shadow: #000 3px 4px 1px;
    margin-top: 11px;
}


.p5b h3 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: #000 3px 4px 1px;
    margin-bottom: 17px;
    padding-top: 14px;
    text-align: right;
    padding-right: 10px;
}

.p5b p {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    text-shadow: #000 3px 4px 1px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 10px;
}



.p6-title {
    text-align: center;
    margin-top: 58px;
}

.p6-title h3 {
    font-size: 24px;
    color: #d8d8d8;
    font-weight: 400;
}

.p6-title p {
    font-size: 24px;
    ;
    color: #333333;
}

.p6a {
    margin-top: 37px;
}

.p6a1 {
    width: 544px;
}

.p6a1 h3 {
    font-family: "Arial";
    font-size: 61px;
    color: #114ba2;
}

.p6a1 h4 {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 26px;
}

.p6a1 p {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.p6a a {
    width: 143px;
    height: 35px;
    background-color: #114ba2;
    border-radius: 15px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 36px;
}
.p6a a:hover {
    text-decoration: underline;
}
.p6a2 img {
    display: block;
    width: 600px;
    height: 390px;
}


.p6b {
    margin-top: 50px;
}

.p6b1 {
    width: 278px;
    height: 173px;
    background-color: #114ba2;
    padding-top: 35px;
}

.p6b1 li {
    width: 215px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #414141;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.p6b1 li.cur {
    background: #fff;
    color: #414141;
}

.p6tab {
    width: 912px;
    padding: 0 40px;
    position: relative;
}

.p6tab .bd {
    overflow: hidden;
}

.p6tab .bd ul li {
    width: 273px;
    margin-right: 8px;
    height: 173px;
}

.p6tab .bd ul li a {
    display: block;
}

.p6tab .bd ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.p6tab .hd a {
    width: 33px;
    height: 33px;
    border: solid 1px #8a8a8a;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    font-family: "SimSun";
    font-size: 18px;
    color: #414141;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.p6tab .hd a:hover {
    border: solid 1px #114ba2;
    color: #114ba2;
}

.p6tab .hd a.prev {
    left: 0;
}

.p6tab .hd a.next {
    right: 0;
}






.p7 {
    background-color: #f9f9f9;
    padding-top: 40px;
    margin-top: 60px;
    padding-bottom: 55px;
}


.p7-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p7-title h3 {
    font-family: ArialMT;
    font-size: 43px;
    color: #004bb7;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 37px;
    position: relative;
}

.p7-title h3::after {
    content: "";
    width: 23px;
    height: 1px;
    background-color: #004bb7;
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
}

.p7-title h4 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #004bb7;
    display: inline-block;
    vertical-align: middle;
}

.p7-title h4 span {
    color: #010101;
}

.p7-title>a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
}

.p7-title>a:hover {
    color: #004bb7;
}

.p7-title>a::before {
    content: "";
    width: 57px;
    height: 1px;
    background-color: #747474;
    position: absolute;
    bottom: 6px;
    left: -69px;
}

.p7a {
    margin-top: 40px;
}

.p7a .text {
    width: 597px;
}

.p7a li img {
    width: 564px;
    height: 321px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    margin-right: 39px;
}

.p7a li .text span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #8f8f8f;
    padding-top: 47px;
    display: inline-block;
    margin-bottom: 38px;
}

.p7a li .text h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 20px;
}


.p7a li .text p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #666666;
}

.p7a li .text>a {
    display: block;
    width: 146px;
    height: 40px;
    background-color: #004bb7;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 25px;
}

.p7a li .text>a em {
    font-style: normal;
    transition: all ease .36s;
    display: inline-block;
}

.p7a li .text>a:hover em {
    transform: translateX(4px);
}

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

.p7b li {
    width: 344px;
    display: flex;
    justify-content: flex-start;
}

.p7b li:hover .p7b2 h3 a{
    color: #004bb7;
}

.p7b li .p7b1 {
    width: 88px;
    margin-right: 30px;
}

.p7b li .p7b1 h3 {
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #02041d;
}

.p7b li .p7b1 p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #02041d;
}

.p7b li .p7b2 h3 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #02041d;
    margin-bottom: 24px;
}

.p7b li .p7b2 p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.p7b li .p7b2 a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 18px;
    display: inline-block;
}



.hz1 {
    margin-top: 30px;
}

.hz1 li {
    width: 218px;
    height: 120px;
    background-color: #ffffff;
    border: solid 2px #eeeeee;
    margin-right: 27px;
    margin-bottom: 20px;
}

.hz1 li:nth-child(5n) {
    margin-right: 0;
}

/*友情链接*/

.f_link {
    line-height: 34px;
    background-color: #f3f3f3;
    font-size: 12px;
    color: #666666;
}

.f_link a {
    font-size: 12px;
    color: #666666;
    margin-right: 5px;
}


.p8 {
    background: #004bb7;
    padding-top: 33px;
    padding-bottom: 23px;
}

.p8a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, .36);
    padding-bottom: 28px;
}

.p8a li:first-child h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 12px;
}

.p8a li:first-child p {
    font-size: 16px;
    color: #ffffff;
}

.p8a li a {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}

.p8a li {
    margin-right: 90px;
}

.p8a li a:hover {
    color: #fffc00;
}

.p8b {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
}



.p8b1 {
    width: 298px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p8b1 div {
    font-size: 12px;
	line-height: 30px;
    color: #ffffff;
    width: 137px;
    text-align: center;
}

.p8b1 div img {
    max-width: 100%;
}

.p8b2 {
    width: 433px;
    height: 153px;
    border-left: 1px solid rgba(255, 255, 255, .36);
    border-right: 1px solid rgba(255, 255, 255, .36);
    color: #ffffff;
    padding: 0 48px 0 50px;
    margin-left: 70px;
    margin-right: auto;
}
.p8b2 h3  {
    font-size: 16px;
    margin-bottom: 20px;

}
.p8b2 p {
    font-size: 14px;
	line-height: 24px;
}

.p8b3 {
    width: 357px;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
}
.p8b3 a {
	color: #ffffff;
}



/*页面底部*/
#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-banner {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

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














/*  */
/* */
.left {
    width: 230px;
    float: left;
    position: relative;
    top: 19px;
    left: 0;
}

.left .box {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px;
}

.sort_menu {
    border: none !important;
    padding: 0 !important;
}

.sort_menu h3 {
    background: #114ba2 !important;
    height: 80px;
    color: #fff !important;
    font-size: 30px !important;
    padding-top: 30px;
}
.left .box.sort_menu h3{
    text-indent: 0px;
    line-height: 1.5em;
    font-size: 26px !important;
}
.left .box h3 {
    font-size: 16px;
    color: #114ba2;
    line-height: 20px;
    font-weight: 400;
    text-indent: 22px;
    background: url(../images/boxh3.png) no-repeat 0 50%;
}

.left .box h3 p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 46px !important;
}

.left .box .content {
    padding-top: 10px;
}

.right {
    width: 926px;
    float: right;
    padding-bottom: 30px;
}

.sitemp {
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.sitemp .site {
    text-align: left;
    line-height: 50px;
}

.sitemp a {
    color: #333;
}

.right .content {
    padding-top: 15px;
    line-height: 24px;
    color: black;
}
a.key_tag{
    color: black;
}
a.key_tag strong{
    color: unset;
    all:unset;
}
.sort_menu h3 {
    color: #fff;
    box-sizing: border-box;
    height: 109px;
    padding: 23px 0 0 20px;
    font-size: 30px;
    font-weight: normal;
}

.sort_menu h3 span {
    display: block;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 10px;
}

.words {
    overflow: hidden;
    margin-right: -1.3%;
    padding-top: 5px;
}

.words li {
    width: 46%;
    float: left;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new1 li {
    border-bottom: 1px dashed #ddd;
    background: url(../images/newli.png) no-repeat 0% 50%;
    padding-left: 13px;
}

.right_word {
    margin-left: 5%;
}

.news_list li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
    height: 27px;
    overflow: hidden;
}

.news_list li a {
    line-height: 27px;
    color: #666;
}

.news_list li a:hover {
    text-decoration: none;
    color: #114ba2;
}

.news_list li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_list li h3 {
    font-size: 14px;
}

.news_list li div {
    line-height: 24px;
}

.box {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-top: 4px solid #114ba2;
}

.box.sort_menu {
    border-top: none;
}

.sort li {
    position: relative;
    z-index: 999;
}

.sort li:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}

.sort li .about_b {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}

.sort li .layer2 {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 210px;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
   
}

.sort li .layer2 li {
    overflow: hidden;
}

.sort li .layer2 li a {
    font-weight: bold;
    background: url(../images/ico1.gif) no-repeat 20px 50%;
    line-height: 40px;
}

.sort li .layer2 li a:hover {
    text-decoration: none;
    color: #3a78c1;
}

.sort li .layer2 li .layer3 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 10px;
}

.sort li .layer2 li .layer3 li a {
    font: normal 12px/24px "å¾®è½¯é›…é»‘";
    background: none;
}

.sort li .layer2 li .layer3 li .layer4 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 15px;
}

.sort li .layer2 li .layer3 li .layer4 li a {
    font: normal 12px/24px "å¾®è½¯é›…é»‘";
    background: none;
}

.sort li {
    position: relative;
    background: #ececec;
}

.sort li a {
    background: url(../images/sorta.png) no-repeat;
    color: #114ba2;
    display: block;
    line-height: 60px;
    border-top: 1px solid #fff;
    padding-left: 48px;
    font-size: 12px;
}

.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/sortbg.png) no-repeat #114ba2;
}


.xypg-left-nav {}

.xypg-left-nav>li {
    position: relative;
    position: relative;
    background: #ececec;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    background: url(../images/sorta.png) no-repeat;
    color: #333;
    display: block;
    line-height: 60px;
    border-top: 1px solid #fff;
    padding: 0;
    padding-left: 48px;
    font-size: 12px;
}

.xypg-left-nav>li:hover>a {
    color: #fff;
    text-decoration: none;
    background: url(../images/sortbg.png) no-repeat #114ba2;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: #ffffff;
    background: #114ba2 url(../images/sortbg.png)no-repeat;
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: #309e0b;
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
    padding-left: 27px;
    font-size: 12px;
    color: #696969;
    line-height: 32px;
    background: url(../images/dot.png) no-repeat right center;
    border-bottom: 1px dashed #dadada;
}

/* .xypg-left-nav .xypg-left-subnav > li > a:hover {color: #309e0b;}
.xypg-left-nav .xypg-left-subnav > li.clicked > a {color: #309e0b;} */
.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #309e0b;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #309e0b;
}


.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0;
}

.xypg-product-list li {
    float: left;
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
    _display: inline;
    border: 1px solid #ddd;
}

.xypg-product-list li .img {
    display: block;
    width: 288px;
    height: 220px;
}

.xypg-product-list li h3 {
    background: #f1f1f1;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #6d6d6d;
    width: 100%;
    font-weight: 400;
}

.xypg-product-list li:hover h3,
.xypg-product-list li:hover h3 {
    background: #114ba2;
}

.xypg-product-list li:hover h3 a {
    color: #fff;
}

.xypg-product-list li:hover {
    border-color: #ddd;
}

.xypg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px;
}

.xypg-product-list li a.img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xypg-product-list li a.img {
    display: block;
    overflow: hidden;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
}

.xypg-product-list li a.img figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.xypg-case-list {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-product-list li:hover a.img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.xypg-product-list li:hover a.img figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.xypg-case-list li a.img {
    display: block;
    overflow: hidden;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
}

.xypg-case-list li a.img figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.xypg-case-list li:hover a.img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.xypg-case-list li:hover a.img figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.xypg-case-list li {
    float: left;
    margin-left: 9px;
    margin-right: 8px;
    margin-bottom: 15px;
    _display: inline;
    border: 1px solid #ddd;
}

.xypg-case-list li .img {
    display: block;
    width: 100%;
}

.xypg-case-list li h3 {
    background: #f1f1f1;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400;
}

.xypg-case-list li:hover h3,
.xypg-case-list li:hover h3 {
    background: #114ba2;
}

.xypg-case-list li:hover h3 a {
    color: #fff;
}

.news_listts {}

.news_listts li {
    background: #fff;
    width: 920px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_listts li a.img {
    width: 216px;
    height: 145px;
    overflow: hidden;
}

.news_listts li img {
    float: left;
    overflow: hidden;
    width: 216px;
    height: 145px;
    display: none;
}

.news_sub {
    /*float: right;*/
    /*width: 680px;*/
    margin-left: 23px;
}
.news_sub .title{
    overflow: hidden;
}
.news_sub .title .datetag{
    float: right;
}
.news_sub .title a {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    display: inline-block;
}

.news_sub span {
    color: #7b7b7b;
    font-size: 12px;
    text-align: justify;
}

.news_sub h3 {
    width: 83px;
    height: 28px;
    font-size: 12px;
    border: 1px solid #114ba2;
    display: block;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}

.news_sub h3 a {
    font-size: 12px;
    text-align: center;
    color: #114ba2;
    line-height: 28px;
    padding-left: 0px;
    display: block;
}

.news_listts li:hover .news_sub h3 {
    border: none;
    background: #114ba2;
}

.news_listts li:hover .news_sub h3 a {
    color: #fff;
}








/* 内页导航 */
#menu {
    height: 60px;
    background: #fff;
}

#menu .nav1 li {
    float: left;
}

#menu .nav1 li a {
    color: #333;
    line-height: 60px;
    width: 171px;
    display: block;
    font-size: 16px;
    text-align: center;
}

#menu .nav1 li:hover a {
    background: #114ba2;
    color: #fff;
}









/*内页左侧分类通用样式*/
.sort li {
    position: relative;
    background: #ececec;
}

.sort li a {
    background: url(../images/sorta.png) no-repeat;
    color: #333;
    display: block;
    line-height: 60px;
    border-top: 1px solid #fff;
    padding-left: 48px;
    font-size: 12px;
}

.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/sortbg.png) no-repeat #333;
}



.sort li .about_b {
    position: absolute;
    left: 210px;
    top: 0px;
    width: 280px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}



.sort li .layer2 {
    position: absolute;
    left: 230px;
    top: 0px;
    z-index: 9999;
}

.sort li .layer2 li {
    width: 340px;
}

.sort li .layer2 li a {
    font-weight: bold;
    background: url(../images/ico1.gif) no-repeat 14% 50%;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 400;

}

.sort li .layer2 li a:hover {
    background: #114ba2;
    text-decoration: none;
    color: #fff;

}


.sort li .layer2 li .layer3 {
    position: absolute;
    left: 340px;
    top: 0px;
}

.sort li .layer2 li .layer3 li {
    line-height: 60px;
    background: #333;
}

.sort li .layer2 li .layer3 li a {
    font: normal 12px/60px "微软雅黑";
    background: none;
}



.sort li .layer2 li .layer3 li .layer4 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 15px;
}

.sort li .layer2 li .layer3 li .layer4 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}