@CHARSET "UTF-8";

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: #e87518;
    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;
}

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

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

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


@font-face {
    font-family: 'constan2';
    src: url('../fonts/Microsoft JhengHei UI/msjhl_0.ttc') format('truetype');
}

.ssddds {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-message-wrap input::-webkit-input-placeholder,
.demo-message-wrap textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.demo-message-wrap input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.demo-message-wrap input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.demo-message-wrap input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.demo-message-wrap input[type='text']::-webkit-input-placeholder {
    color: #fff;
}



.aby_hh li:hover .aby_hh_img img {
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}

/*头部样式*/
.sky {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 35px;
    background: #dddddd;
}

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

.huan {
    float: left;
    color: #666666;
    font: 400 12px/35px "Microsoft Yahei";
}

.huan a {
    line-height: 35px;
    color: #666666;
    font-size: 12px;
    padding-right: 5px;
}

.k1x {
    float: right;
    line-height: 35px;
    color: #666666;
    font-size: 12px;
}

.k1x a {
    color: #666666;
    font-size: 12px;
}

.xyin-case-sort li:hover,
.xyin-case-sort li.on {
    background: #3c486d;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xyin-case-sort li:hover a,
.xyin-case-sort li.on a {
    color: #fff;
}



.tou_con {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5
}

.tou {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.logo {
    float: left;
    line-height: 120px;
}

.telx {
    float: right;
    margin-top: 30px;
}




.ct1 {
    color: #03479c;
    font-size: 42px;
    text-align: center;
}

.ct1 span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #888888;
    font-family: "Arial";
    line-height: 30px;
}


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

/*高品质追求*/
.box2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.tabz {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.tabz li {
    float: left;
    width: 140px;
    height: 32px;
    display: block;
    line-height: 32px;
    background: #eaeaea;
    text-align: center;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}

.tabz li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #03479c;
}

.tabz li:hover,
.tabz li.cur {
    background: #03479c;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a,
.tabz li.cur a {
    color: #fff;
}

.ttz {
    display: none;
    margin-top: 30px;
}

.list1z {
    padding: 8px 10px;
}

.list1z li {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px
}

.list1z li a.img {
    display: block
}

.list1z li a.img img {
    width: 376px;
    height: 270px;
}


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

.dac {
    background: #03479c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 45px;
    height: 45px;
}

.list1z li h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin-left: 5%;
}

.list1z li h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.list1z li:hover .dac {
    background: #b99562;
}


.mx {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}

.mx a {
    color: #fff;
    font-size: 16px;
}

/*滚动*/
.pin {
    width: 1200px;
    margin: 0 auto;
}

.chan {
    text-align: center;
    padding-top: 30px;
    position: relative;
    margin-bottom: 40px;
}

.l_btn,
.r_btn {
    position: absolute;
    cursor: pointer;
    top: 55%;
}

.l_btn {
    left: -50px;
}

.r_btn {
    right: -50px;
}

.twt {
    float: left;
}

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

.twt li a.img img {
    display: block;
    width: 273px;
    height: 150px;
}

.twt li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.huise {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 70px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


.anls {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5
}



.xypg-left {
    float: left;
    width: 240px;
}

.page-wrap-right {
    float: right;
    width: 910px;
}



/*----- 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;
}




/*头部样式*/
.top1 {
    height: 35px;
    background: var(--primary-color);
    color: #fff;
    line-height: 35px;
    overflow: hidden;
}

.top1 a {
    color: #fff;
}


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

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

.logo {
    float: left;
    line-height: 122px;
}

.top2 .k2 {
    margin-top: 38px;
    background: url(../images/head_tel.png) no-repeat left center;
    width: 288px;
    line-height: 40px;
    color: var(--primary-color);
    font-size: 20px;
    /* text-indent: 58px; */
}

.top2 .k2 p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.top2 .k2 p span {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-left: 20px;
}

.top2 .k2 p em {
    font-size: 20px;
    color: var(--primary-color);
}




/*热门搜索*/
.sou {
    border-bottom: 1px solid #dddddd;
    height: 70px;
}

#formsearch {
    float: right;
    width: 274px;
    height: 31px;
    background: url(../images/bbf654de41d9668533e7f8ac2e4fc43f76cf84e1.png) no-repeat;
    margin-top: 19px;
}

.hotSearch {
    float: left;
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    color: #3a3939;
    font-size: 15px;
}

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


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 14px;
    color: #3a3939;
}

#formsearch input {}

#formsearch input#keyword {
    height: 31px;
    line-height: 31px;
    padding-left: 12px;
    color: #b1b1b1;
    font-size: 13px;
    background: none;
    border: none;
    outline: none;
}

#formsearch input#s_btn {
    width: 52px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    float: right;
}

#formsearch input::-webkit-input-placeholder {
    color: #b1b1b1;
}

#formsearch textarea::-webkit-input-placeholder {
    color: #b1b1b1;
}








/*导航栏样式*/
#menu {
    border-top: 1px solid #ededed;
}

.navs {
    height: 32px;
    height: 51px;
}

.navs li {
    line-height: 51px;
    height: 51px;
    text-align: center;
    width: 200px;
    float: left;
    position: relative;
    z-index: 999;
}

.navs li+li {
    background: url(../images/x.png) no-repeat left center;
}

.navs li a {
    display: block;
    line-height: 51px;
    color: #333333;
    height: 51px;
    font-size: 16px;
}

.navs li a:hover {
    color: var(--primary-color);
    text-decoration: none;
    background: url(../images/x2.png) no-repeat center bottom;
}

.navs .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 51px;
    left: 0px;
}

.navs .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 150px;
}

.navs .sec a:hover {
    background: #042d3f;
    text-decoration: none;
}




.bj {
    background: url(../images/7f80263d53e05e68bd71936394a40493dd1cbc40.jpg) no-repeat;
    height: 1845px;
}

.box1 {
    padding-top: 50px;
}

.pcat {
    width: 264px;
    background: #f1f1f1;
    height: 823px;
    overflow: hidden;
}

.pcate_tt {
    text-align: center;
    color: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 24px;
}

.pcate_tt span {
    display: block;
    color: var(--primary-color);
    font-size: 24px;
}


.sorts li {
    background: url(../images/nav_dot_test.png) no-repeat;
    line-height: 50px;
    width: 245px;
    margin: 0 auto;
    margin-bottom: 17px;
}

.sorts li a {
    color: #333333;
    font-size: 16px;
    padding-left: 50px;
}

.sorts li:hover {
    background: url(../images/e50a84f5755186c32ab3b51f8ba8c550751a5948.png) no-repeat;
}

.sorts li:hover a {
    color: #fff;
}

.prod {
    background: #fff;
    width: 936px;
}

.cpzq {
    height: 79px;
    position: relative;
    padding-top: 16px;
    background: url(../images/x3.png) no-repeat left bottom;
}

.cpzq span {
    color: var(--primary-color);
    font-size: 24px;
    text-align: center;
    /* background: var(--primary-color); */
    border-radius: 10px;
    width: 112px;
    line-height: 38px;
    display: block;
    margin-left: 26px;
}

.cpzq a {
    color: #000;
    font-size: 15px;
    position: absolute;
    right: 22px;
    top: 25px;
}

.cpzq a:hover {
    color: var(--primary-color);
}

.prod1 {
    margin-left: 26px;
    margin-top: 22px;
    margin-right: 21px;
    position: relative;
}

.picScroll-left {
    overflow: hidden;
}

.picScroll-left .hd {
    overflow: hidden
}

.picScroll-left .hd .prev {
    /* background: url(../images/prev.png) no-repeat; */
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999;
    position: absolute;
    left: 494px;
    bottom: 0;
}

.picScroll-left .hd .next {
    /* background: url(../images/next.png) no-repeat; */
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999;
    position: absolute;
    left: 524px;
    bottom: 0;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
}

.picScroll-left .bd ul li .zuo {
    width: 554px;
    height: 401px;
    float: left;
    position: relative;
}

.picScroll-left .bd ul li .zuo .img img {
    width: 554px;
    height: 401px;
}

.picScroll-left .bd ul li .det {
    background: url(../images/product_tit.png) no-repeat;
    width: 554px;
    height: 99px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.picScroll-left .bd ul li .nei {
    width: 340px;
    margin-left: 136px;
}

.picScroll-left .bd ul li h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}

.picScroll-left .bd ul li p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin-top: 6px;
}

.picScroll-left .bd ul li .you {
    width: 308px;
    margin-left: 27px;
}

.picScroll-left .bd ul li h4 {
    color: #000000;
    font-size: 20px;
    margin-top: 32px;
}

.picScroll-left .bd ul li h2 {
    color: #000000;
    font-size: 15px;
    margin-top: 24px;
}

.picScroll-left .bd ul li span {
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 30px;
    margin-top: 8px;
    height: 180px;
    overflow: hidden;
}

.picScroll-left .bd ul li b {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    width: 80px;
    margin-top: 20px;
    /* background: var(--primary-color); */
    background: var(--primary-color);
    border-radius: 5px;
    display: block;
    text-align: center;
}

.picScroll-left .bd ul li b:hover {
    background: var(--primary-color);
}


.prod2 {
    background: #eff7ff;
    margin-top: 24px;
    height: 290px;
    box-shadow: 2px 4px 10px #ddd;
}

.prod22 {
    position: relative;
    margin: 0 26px 0;
    padding-top: 28px;
}

.lb,
.rb {
    position: absolute;
    top: 39%;
    cursor: pointer;
}

.lb {
    left: 0;
}

.rb {
    right: 0;
}

.product_list2 {}

.product_list2 li {
    float: left;
    margin: 0 8px;
}

.product_list2 li .img img {
    width: 284px;
    height: 208px;
}

.product_list2 li h3 {
    text-align: center;
    font-weight: normal;
    padding-top: 6px;
}

.product_list2 li h3 a {
    color: #000000;
    font-size: 15px;
}

.product_list2 li:hover h3 a {
    color: var(--primary-color);
}



.box2 {
    margin-top: 50px;
    background: url(../images/x4.png) no-repeat center bottom;
    padding-bottom: 9px;
}

.bt {
    color: var(--primary-color);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.bt span {
    color: #090909;
    display: block;
    background: url(../images/tit_line.png) no-repeat center bottom;
    padding-bottom: 10px;
    font-size: 26px;
}

.bt p {
    color: #696969;
    display: block;
    font-size: 13px;
    padding-top: 10px;
}

.case1 {
    margin-top: 25px;
}

.list1 {
    width: 585px;
}

.list1 li .img img {
    width: 585px;
    height: 440px;
}

.case2 {
    background: #fff;
    width: 615px;
    height: 440px;
    padding-left: 25px;
}

.cwz {
    height: 136px;
    background: url(../images/ct2.png) no-repeat left bottom;
    overflow: hidden;
}

.product_list33 li h3 {
    color: var(--primary-color);
    font-size: 18px;
    padding-top: 18px;
    display: block;
    font-weight: 500;
}

.product_list33 li .cnei {
    color: #000;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
}

.casett {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 51px;
}



.product_list3 li {
    float: left;
}

.product_list3 li+li {
    margin-left: 29px;
}

.product_list3 li .img img {
    width: 268px;
    height: 202px;
}

.product_list3 li h3 {
    text-align: center;
    font-weight: normal;
    padding-top: 14px;
}

.product_list3 li h3 a {
    color: #000;
    font-size: 14px;
}

.product_list3 li:hover h3 a {
    color: var(--primary-color);
}



.box3 {
    margin-top: 30px;
}

.product_list4 li {
    float: left;
}

.product_list4 li+li {
    margin-left: 17px;
}

.product_list4 li .img img {
    width: 287px;
    height: 217px;
}

.product_list4 li h3 {
    font-weight: normal;
    background: url(../images/469a564f5d597459b70371e71fe9d291d235499d.png) no-repeat;
    line-height: 38px;
}

.product_list4 li h3 a {
    color: #373737;
    font-size: 14px;
    padding-left: 20px;
}

.product_list4 li:hover h3 {
    background: url(../images/71883930191192aa8ecb6ca5d689d0a1f5fae25e.png) no-repeat;
}

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



.box4 {
    background: url(../images/d8f999f27b0b182f74d39ffbee9d81f962e12313.jpg) no-repeat;
    /* background: url(../images/strength_bg.jpg) no-repeat; */
    height: 552px;
    padding-top: 50px;
}

.box4 .wh {
    position: relative;
}

.estructure {
    margin-top: 34px;
}

.estructure li {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    float: left;
    text-align: center;
}

.estructure li .img1 {
    display: block;
    margin-top: 34px;
}

.estructure li .img2 {
    display: none;
    margin-top: 34px;
}

.estructure li h3 {
    padding-top: 8px;
    color: #383838;
    font-size: 15px;
    font-weight: normal;
}

.estructure li:hover .img1 {
    display: none;
}

.estructure li:hover .img2 {
    display: block;
}

.estructure li:hover h3 {
    color: #fff;
}

.estructure li:hover {
    background: var(--primary-color);
}

.estructure li.li1 {
    margin-left: 95px;
    margin-top: 165px;
}

.estructure li.li2 {
    margin-left: 85px;
}

.estructure li.li3 {
    margin-left: 310px;
}

.estructure li.li4 {
    margin-left: 85px;
    margin-top: 165px;
}

.box4 .bt2 {
    position: absolute;
    top: 404px;
    width: 252px;
    left: 50%;
    margin-left: -126px;
}



.box5 {
    /* background: url(../images/fdac6ff15b6c01320fe42be122811e0decc68d55.png) no-repeat; */
    height: 661px;
}

.box5 .wh {
    position: relative;
}

.ypic,
.ys {
    position: absolute;
}

.ystt {
    color: #2c2c2c;
    font-size: 19px;
    text-indent: 58px;
}

.sub {
    color: #505050;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}

.ypic1 {
    left: 0;
    top: 340px;
}

.ypic2 {
    right: 0;
    top: 85px;
}

.ypic3 {
    right: 0;
    top: 342px;
}

.ys1 {
    width: 272px;
    left: 0;
    top: 98px;
}

.ys2 {
    width: 222px;
    left: 335px;
    top: 98px;
}

.ys3 {
    width: 215px;
    left: 335px;
    top: 350px;
}

.ys4 {
    width: 215px;
    left: 618px;
    top: 350px;
}






.box6 {
    background: url(../images/2762f5002eee428bc02b3cdaff3315d1c0dc803a.png) no-repeat;
    height: 193px;
}

.hztt {
    width: 130px;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 57px;
}

.hztt span {
    font-weight: normal;
    font-size: 20px;
    padding-left: 3px;
}

.hztt p {
    font-weight: normal;
    font-size: 15px;
}


.ads4 {
    width: 1070px;
    padding-top: 20px;
}

.ads4 li {
    float: left;
    width: 70px;
    text-align: center;
}

.ads4 li+li {
    margin-left: 48px;
}

.ads4 li h3 {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    padding-top: 5px;
}

.ads4 li:nth-child(2n) {
    margin-top: 92px;
}

.ads4 li:nth-child(1n):hover {

    -webkit-transform: translateY(-4px);

    -moz-transform: translateY(-4px);

    -ms-transform: translateY(-4px);

    -o-transform: translateY(-4px);

    transform: translateY(-4px);

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -ms-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;
}


.ads4 li:nth-child(2n):hover {

    -webkit-transform: translateY(4px);

    -moz-transform: translateY(4px);

    -ms-transform: translateY(4px);

    -o-transform: translateY(4px);

    transform: translateY(4px);

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -ms-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;
}





.box7 {
    background: url(../images/65538be0aa2de1be91a593c3eaf34a39b10166b1.png) no-repeat;
    height: 577px;
}
.box7 .wh{
    overflow: hidden;
}
.abtu {
    max-width: 603px;
    float: left;
    margin-top: 57px;
    margin-left: 55px;
}

.banner2 {
    max-width: 603px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: 0px;
    height: 465px;
}

.banner2 ul.bb2 {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner2 ul.bb2 li {
    position: absolute;
    display: none;
}

.banner2 .num2 {
    position: absolute;
    right: 2%;
    bottom: 17px;
    z-index: 100;
    display: none;
}

.banner2 .num2 li {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    background: #bbcaa2;
    line-height: 8px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 8px;
}

.banner2 .num2 li.num_hover {
    background-color: #fff;
}

.banner2 .num2 li.num_hover a {
    color: #fff;
}

.banner2 .num2 li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.ab {
    width: 500px;
    padding-top: 120px;
}

.abtt {
    color: #333333;
    font-size: 25px;
}

.abtt span {
    color: #777777;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.abwz {
    color: #444444;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
}

.ab a {
    display: block;
    text-align: center;
    border-radius: 18px;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    background: var(--primary-color);
    width: 108px;
    line-height: 30px;
}

.ab a:hover {

    -webkit-transform: translateX(-5px);

    -moz-transform: translateX(-5px);

    -ms-transform: translateX(-5px);

    -o-transform: translateX(-5px);

    transform: translateX(-5px);

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -ms-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;
}





.box8 {
    margin-top: 50px;
}

.product_list8 {}

.product_list8 li {
    float: left;
    margin: 0 9px;
}

.product_list8 li .img {
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.product_list8 li .img img {
    width: 271px;
    height: 170px;
}

.product_list8 li h3 {
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
}

.product_list8 li h3 a {
    color: #555555;
    font-size: 15px;
}

.product_list8 li:hover h3 a {
    color: var(--primary-color);
}
.box9 {
    margin: 50px 0;
}
.xleft {
    width: 588px;
    /* width: 500px; */
    overflow: hidden;
}

.nbt {
    line-height: 46px;
    border-bottom: 1px solid #e8e8e8;
}

.nsort li {
    float: left;
    position: relative;
}

.nsort li+li {
    margin-left: 10px;
}

.nsort li:first-child {
    padding-right: 27px;
}

.nsort li a {
    display: block;
    color: #343434;
    font-size: 18px;
    font-weight: normal;
}

.nbt a {
    color: #5a5a5a;
}

.nbt a:hover {
    color: var(--primary-color);
}

.tab1 {
    display: none;
}

.xbox {
    margin-top: 18px;
}

.nsort li.cur a {
    color: var(--primary-color);
}

.nsort li.cur a:after {
    content: "";
    width: 78px;
    height: 4px;
    background: var(--primary-color);
    position: relative;
    display: block;
    margin-top: -1px;
    ;
}



.xinwen .nmore {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    line-height: 32px;
}


.news_list1 li a.img {
    margin: 18px 0 25px 0;
    display: block;
}

.news_list1 li a.img img {
    /* width: 588px;
    height: 271px; */
    display: block;
    width: 100%;
}

.xwt h3 a {
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 16px;
}

.xwt h3 a:hover {
    color: #0a64b5;
}

.news_list2 li .ntimes {
    color: #5a5a5a;
}

.news_list2 li:hover .ntimes {
    color: var(--primary-color);
}


.sumy1 {
    color: #666666;
    font-size: 14px;
    margin-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    line-height: 26px;
}

.news_list2 {
    margin-top: 10px;
}

.news_list2 li {
    margin-bottom: 5px;
}

.news_list2 li h3 a {
    color: #252525;
    font-size: 13px;
    font-weight: normal;
    display: block;
    /* padding-left: 20px;
    background: url(../images/7f68cc707f47bbba6e11dcb19089b3a83c0e82e8.jpg) no-repeat left center; */
}

.news_list2 li:hover h3 a {
    /* background: url(../images/a8d8482173c5ad8f0c8c17e10225343517293bbe.jpg) no-repeat left center; */
    color: var(--primary-color);
}

.xright {
    width: 553px;
    /* width: 675px; */
}

.xrt {
    margin-bottom: 18px;
    background: url(../images/ffda90d4b0b46f39a58f7c11bf04bf81103586e6.png) no-repeat left bottom;
    line-height: 46px;
}

.xrt h3 {
    color: #343434;
    font-size: 18px;
    font-weight: normal;
}

.xrt a {
    color: #5a5a5a;
}

.xrt a:hover {
    color: var(--primary-color);
}


#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    /* height: 500px; */
    height: 622px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {}

#ydemo2 {}

.news_list3 li {
    margin-bottom: 26px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 26px;
}

.news_list3 li a.img img {
    /* width: 177px; */
    width: 240px;
    /* height: 81px; */
    overflow: hidden;
    display: block;
}

.xwrt {
    /* width: 365px; */
    width: 300px;
    overflow: hidden;
}

.xwrt a {
    display: block;
    padding-left: 27px;
    background: url(../images/wen.png) no-repeat left center;
    color: #242424;
    font-size: 15px;
    line-height: 20px;
}

.sumy2 {
    padding-left: 27px;
    line-height: 25px;
    background: url(../images/da.png) no-repeat left 2px;
    color: #666666;
    font-size: 13px;
    margin-top: 13px;
}

.xwrt a:hover {
    color: var(--primary-color);
}






.link {
    background: #3a3a3a;
    margin-top: 30px;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 56px;
    border-bottom: 1px solid #989898;
    color: #ffffff;
    font-size: 18px;
}

.f_link a {
    color: #ffffff;
    font-size: 15px;
}




.foot {
    background: #3a3a3a;
    padding-top: 34px;
    color: #fff;
    padding-bottom: 34px;
}

.foot a {
    color: #fff;
}

.foot a:hover {
    color: #ccc;
}



.foot11 {
    width: 550px;
}

.ftt {
    font-size: 24px;
    text-transform: uppercase;
}

.ftt span {
    font-size: 18px;
    display: block;
    padding-top: 5px;
}

.lx {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
}


.foot22 {
    width: 150px;
}

.wei {
    text-align: left;
    /* padding-top: 20px; */
}

.foot33 {
    width: 310px;
}

.dao {
    margin-top: 20px;
}

.dao a {
    width: 103px;
    display: inline-block;
    line-height: 30px;
    /* text-align: right; */
    font-size: 14px;
}




/*内页左侧样式*/


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

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}

.youshili {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.youshili li {
    width: 33.3%;
    border: 1px solid #ddd;
    /* display: flex;
    flex-wrap: wrap; */
    height: 300px;
}

.youshi_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
}

.youshi_top .jiaobiao {
    text-align: center;
    width: 80px;
    height: 80px;
    background: #00624a;
    color: #fff;
    line-height: 80px;
    font-size: 36px;
}

.youshi_top h2 {
    font-size: 36px;
    margin-left: 20px;
}