/*===================== 重置样式 START =====================*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
.middle_box{display: table;width: 100%;height: 100%;}
.middle_box .middle{display: table-cell;vertical-align: middle;width: 100%;text-align: center;}
img{ border: 0;vertical-align: middle;max-width:100%;display: block;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#0067d6;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family: \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";font-size:16px;color:#333;background-color: #fff;overflow-x:hidden;word-break: break-all;word-wrap: break-word;text-align: justify;}
.error3{display: none !important;}
html,body{margin:0 auto;}
.inner{width:1300px;margin:0 auto;}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/

.header{
    position: fixed;top:0;left:0;width:100%;z-index:10;background-color:rgba(255,255,255,0.7);
}
.header .inner{
    height: 125px;
    position: relative;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header .logo img{}
.header .nav{float: left;margin-left:5%;width:50%;}
.header .nav ul li{float: left;width:14.28571428571429%;height:125px;line-height:125px;text-align: center;}
.header .nav ul li a{color:#333;position: relative;z-index:1;font-size:16px;}
.header .nav ul li i{position: absolute;width:100%;height:0;background-color:#0067d6;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav ul li a:hover i, .header .nav ul li a.active i{height:100%;}
.header .nav ul li a:hover, .header .nav ul li a.active{color:#fff;}
.header .call{height:70px;background:url(../images/call.png) 6px center no-repeat;padding-left:74px;}
.header .call p{font-size:18px;color:#0071ea;padding:6px 0 4px 0;}
.header .call h3{font-size:32px;color:#0071ea;font-family: impact;}
.header.on{height:90px;}
.header.on .nav ul li{height:90px;line-height:90px;}
.header.on .logo img{height:70px;}
.header.on .call{}
.header.on .inner{
     height:90px;
}

.header.on .product_son{top:90px;}
.header .product_son{display: none;position: absolute;text-align: center;font-size:0;left:0;top:125px;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999999;}
.header .product_son .auto{width:1200px;margin:0 auto;}
.header .product_son .item{display: inline-block;width:18%;margin:1%;text-align: center;}
.header .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;position: relative;z-index:1;}
.header .product_son .item img{
  width:216px;
  height:162px;
}
.header .product_son .item p i{position: absolute;height:0;width:100%;z-index:-1;background-color:#0067d6;left:0;top:0;}
.header .product_son .item:hover i{height:100%;}

.banner .swiper-button-next, .banner .swiper-button-prev{width:59px;height:59px;}
.swiper-pagination-bullet-active{background-color:#0067d6 !important;border-color:#0067d6 !important;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(0,103,214,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.footer{padding:40px 0;overflow: hidden;background-color:#222;}
.footer .title{margin-bottom:20px;}
.footer .title strong{font-weight:100;font-size:36px;color:#fff;position: relative;font-family: impact;display: inline-block;vertical-align: middle;z-index:1;}
.footer .title strong::after{content:'';position: absolute;width:32px;height:20px;background-color: #094ed5;bottom:7px;right:-7px;z-index:-1;}
.footer .title em{font-size:16px;color:#fff;border-left:1px solid #fff;padding-left:6px;display: inline-block;vertical-align: middle;margin-left:14px;}
.footer .one{width:400px;margin:0 60px;}
.footer .one a{float: left;width:188px;margin:0 10px 10px 0;border-radius:70px;overflow: hidden;height:32px;border:1px solid #adadad;text-align: center;line-height:32px;color:#fff;}
.footer .two .text{font-size:16px;line-height:30px;color:#fff;}
.footer .ewm{text-align: center;width:120px;}
.footer .ewm p{font-size:14px;color:#fff;margin-top:10px;}

.copyright{height:60px;line-height:60px;color:#fff!important;background-color: #222;font-size:14px;text-align: center;padding:0!important;}
.copyright .inner{border-top:1px solid #333;}
.copyright img{display: inline-block;margin:0 10px 4px;}
.copyright a{display: inline-block;margin:0 10px;color:#fff!important;}

.pub_title{padding:50px 0;text-align: center;}
.pub_title .bg{
    height: 104px;
    /*background: url(../images/title_bg.png) center top no-repeat;*/
    line-height: 104px;
}
.pub_title h4 {
    position: relative;
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    z-index: 1;
    color: #000;
}
.pub_title h4 i {
    position: absolute;
    z-index: 0;
    font-size: 120px;
    color: #f0f0f0;
    font-style: normal;
    font-family: Arial;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 3px;
}
.pub_title img, .pub_title span{display: inline-block;vertical-align: middle;}
.pub_title span{
    margin-left: 14px;
    width: 226px;
    height: 52px;
    border-radius: 100px;
    line-height: 52px;
    background-color: #da3424;
    font-size: 42px;
    color: #fff;
}
.pub_title p {
    font-size: 16px;
    color: #616161;
}
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/


.section_one .bgc{
    padding: 40px 0;
    background-color: #0070e9;
    overflow: hidden;
}
#scroll_one{height:266px;width:100%;position:relative;overflow: hidden;margin:0 auto;padding:20px 0;}
#scroll_one ul{width:100000px;position:absolute;left:0;}
#scroll_one ul li{float: left;width:216px;text-align: center;margin-right:36px;}
#scroll_one ul li img{display: inline-block;width:200px;height:200px;border:8px solid #fff;border-radius:50%;}
#scroll_one ul li strong{display:block;color:#fff;margin-top:10px;width:100%;height:40px;line-height:40px;background-color: #da3424;border-radius:120px;}
#scroll_one ul li a:hover img{border-color:#da3424;}

#top_scroll {height:724px;overflow: hidden;width:90%;margin:50px auto; }
#top_scroll ul li{float: left;width:24%;margin:0.5%;text-align: center;}
#top_scroll ul li a{padding:1%;}
#top_scroll ul li .img, #scroll_two ul li .img{overflow: hidden;height:270px;}
#top_scroll ul li img, #scroll_two ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover img, #scroll_two ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li strong{display: block;height:47px;font-weight:300;font-size:18px;color:#3c3c3c;line-height:47px;border-bottom:1px solid #e7e7e7;}
#top_scroll ul li:hover strong{background-color: #da3424;color:#fff;}

.section_two{height:928px;background:url(../images/bg1.jpg) center top no-repeat;overflow: hidden;position: relative;}
.section_two .one{height:450px;}
.section_two .img{margin-top:126px;}
.section_two .sp{display: block;font-size:16px;color:#7d7d7d;}
.section_two .one .line{width:184px;height:3px;background-color: #da3424;margin:30px 0 30px;}
.section_two .call{height:138px;background:url(../images/a2.png) left top no-repeat;padding-left:120px;overflow: hidden;}
.section_two .call img{margin:20px 0;}
.section_two .num{width:428px;height:40px;line-height:40px;background-color: #da3424;border-radius:90px;text-align: center;font-size:18px;color:#fff;}
.section_two .num span{font-family: impact;font-size:26px;display: inline-block;vertical-align: top;}
.section_two .two{position: relative;z-index:10;}
.section_two .text{margin-left:88px;font-size:16px;line-height:32px;color:#fff;width:922px;}
.section_two .title{color:#fff;text-align: right;}
.section_two .title strong{display: block;font-size:42px;font-weight:300;}
.section_two .title span{font-size:32px;display: block;margin:5px 0 20px;}
.section_two .title .line{width:2px;height:76px;background-color: #fff;margin-left:140px;}
.section_two .more{width:248px;height:40px;border-radius:100px;margin-top:50px;background-color: #da3424;border-radius:90px;background-color: #da3424;text-align: center;line-height:40px;font-size:16px;color:#fff;}
.section_two .more:hover{width:270px;}
.section_two .move{position: absolute;right:0;bottom:0;}

.section_three{height:808px;background:url(../images/bg2.jpg) center top no-repeat;overflow: hidden;position: relative;}
.section_three .img{margin:50px auto;}
.section_three .item_box{width:1435px;margin:0 auto;overflow: hidden;}
.section_three .item{width:287px;height:520px;float: left;}
.section_three .item .info{padding:354px 30px 0;}
.section_three .item strong{display: block;font-size:22px;color:#fff;margin-bottom:10px;text-align: center;}
.section_three .item p{font-size:16px;color:#fff;opacity:0.75;line-height:22px;text-indent:2em;}

.section_four{padding:45px 0;background-color: #2d2d2d;text-align: center;font-size:0;}
.section_four .item{height:100px;padding-left:110px;text-align: left;display: inline-block;margin:0 20px;}
.section_four .item strong{display: block;font-size:26px;color:#fff;line-height:60px;}
.section_four .item p{font-size:14px;line-height:20px;color:#fff;opacity:0.8;height:40px;}

.section_five{background:url(../images/bg3.jpg) center bottom no-repeat;overflow: hidden;}
#scroll_two{height:340px;width:100%;position:relative;overflow: hidden;margin:0 auto;padding:6px 0;}
#scroll_two ul{width:100000px;position:absolute;left:0;}
#scroll_two ul li{float: left;width:374px;text-align: center;margin-right:16px;background-color: #fff;box-shadow:0 0 6px #ccc;}
#scroll_two ul li a{padding:14px 14px 0;}
#scroll_two ul li strong{display:block;color:#fff;height:50px;line-height:50px;color:#333;font-weight:100;}
#scroll_two ul li:hover{background-color: #da3424;}
#scroll_two ul li:hover strong{color:#fff;}
.section_five .more{cursor:pointer;width:470px;height:48px;background-color: #d42626;line-height:48px;margin:50px auto;border-radius:60px;}
.section_five .more a.fl{width:174px;height:48px;font-size:18px;color:#fff;line-height:48px;background-color: #2c2c2c;border-radius:60px;text-align: center;}
.section_five .more span, .section_five .more strong{display: inline-block;vertical-align: top;color:#fff;vertical-align: middle;}
.section_five .more span{width:30px;height:34px;background:url(../images/c1.png) center no-repeat;margin:0 10px;}
.section_five .more strong{font-size:30px;font-family: impact;display: inline-block;vertical-align:top;}

.section_six{padding-bottom:50px;padding-top:50px;}
.section_six .item{float: left;width:32.33%;margin:0 0.5%;box-shadow:0 0 5px #ccc;}
.section_six .item a{padding:15px 15px 0;}
.section_six .img{position: relative;}
.section_six .img .date{position: absolute;z-index:2;left:0;top:0;text-align: center;color:#fff;width:86px;height:78px;background-color: #0071ea;}
.section_six .img .date strong{display: block;font-size:40px;font-weight:200;}
.section_six .img .date span{font-size:14px;}
.section_six .item .info{padding:20px 12px;}
.section_six .item h3{font-size:18px;color:#252525;font-weight:bold;}
.section_six .item p{font-size:14px;margin-top:12px;color:#8e8e8e;line-height:22px;height:44px;overflow: hidden;}
.section_six .item:hover h3{color:#0071ea;}

/*首页视频样式*/
#w_grid-1638373011369 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1638373011369 >div {
    animation-fill-mode: both;
}
#w_grid-1638373011369 > div > .p_gridbox {
    border-bottom: 1px rgb(173 173 173 / 20%) solid;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}
#w_grid-1638373011377 {
    width: 95%;
    max-width: 1700px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1638373011377 >div {
    animation-fill-mode: both;
}
.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1638373011377> div > .p_gridbox > .p_gridCell {
    margin-bottom: 2rem;
    margin-top: 2rem;
    margin-left: 0px;
}
#w_common_text-1638373011380 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.reset_style {
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}

#w_grid-1638373011365 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1638373011365 >div {
    animation-fill-mode: both;
}
.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}
.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1638373011365 > div > .p_gridbox {
    background: url(../images/bg041.jpg) no-repeat center top;
    background-attachment: fixed;
}
.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1638373011365> div > .p_gridbox > .p_gridCell {
    margin-bottom: 3rem;
    margin-top: 3rem;
    margin-left: 0px;
}
#w_grid-1638373011373 {
    width: 95%;
    max-width: 1700px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1638373011373 > div > .p_gridbox {
    display: flex;
    align-items: center;
    overflow: visible;
}
#w_grid-1638373011373> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
    margin-right: 0px;
    width: 49.54%;
}
#w_grid-1638373011373> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    width: 50.46000000000001%;
    margin-left: 0%;
    margin-right: 0px;
    clear: none;
}
#w_grid-1638373011382 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#c_portalResPublic_codeContainer-16383730118110404 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.service[data-v-8d9497d2] {
    padding: 50px 0;
}
.service .container[data-v-8d9497d2] {
    max-width: 1500px !important;
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.service .container .map[data-v-8d9497d2] {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#c_portalResPublic_codeContainer-16383730118110404 .service .container .map>img[data-v-8d9497d2] {
    width: 100%;
    max-width: 1116px;
    margin: 0 0 0 auto;
    display: block;
    opacity: 0.3;
}
#c_portalResPublic_codeContainer-16383730118110404 .service .container .map .hint[data-v-8d9497d2]:before {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}
#c_portalResPublic_codeContainer-16383730118110404 .service .container .map .ningbo .tq1[data-v-8d9497d2] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background-color: hsl(223deg 100% 50% / 60%);
    -webkit-animation: bianda-data-v-8d9497d2 2.5s linear infinite;
    animation: bianda-data-v-8d9497d2 2.5s linear infinite;
}
#c_portalResPublic_codeContainer-16383730118110404 .service .container .map .ningbo .tq2[data-v-8d9497d2], .service .container .map .ningbo .tq3[data-v-8d9497d2] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background-color: hsl(0deg 100% 50% / 10%);
}
#c_portalResPublic_codeContainer-16383730118110404 .service .container .map .ningbo .content p {
    color: #ffffff;
}
#c_portalResPublic_codeContainer-16383730118110404 .service .container .map .hint:hover .hint-content p[data-v-8d9497d2] {
    opacity: 1;
    color: #ffffff;
}

/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */

/* ===================== 产品列表页 ===================== */
#list{margin:30px 0;}
#list .auto, #news_article, #article, .position_now .auto{width:1500px;margin:0 auto;}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto{width:1200px;}
}
.showlist {width:100%;/* float:left; */}
/*.showlist div *{width:100%;}*/
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}

.zhsh_one li .img{float:none;position: relative;}
.zhsh_one li img, .zhsh_three li img, .zhsh_four li img{transition:all .5s ease-in-out;display: block;max-width:100%;}
.zhsh_one li .line{position: absolute;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhsh_one li .l1{left:0;top:0;width:0;height:3px;background-color:#0067d6;}
.zhsh_one li .l2{right:0;top:0;width:3px;height:0;background-color:#0067d6;}
.zhsh_one li .l3{right:0;bottom:0;width:0;height:3px;background-color:#0067d6;}
.zhsh_one li .l4{left:0;bottom:0;width:3px;height:0;background-color:#0067d6;}
.zhsh_one li:hover .l1, .zhsh_one li:hover .l3{width:100%;}
.zhsh_one li:hover .l2, .zhsh_one li:hover .l4{height:100%;}
.zhsh_one li:hover img, .zhsh_three .showlist li:hover img, .zhsh_four li:hover img{transform:translateZ(0) scale(1.12);}
.zhsh_one li p, .zhsh_two .showlist li p{position: relative;z-index:1;font-size:16px;line-height:40px;height:40px;display:block; text-align: center;color:#555;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.zhsh_one li p i, .zhsh_two .showlist li i{position: absolute;left:0;bottom:0;width:100%;height:0;background-color:#0067d6;z-index:-1;-webkit-transition: .5s height;-o-transition: .5s height;-ms-transition: .5s height;-moz-transition: .5s height;transition: .5s height;}
.zhsh_one li:hover i, .zhsh_two .showlist li:hover i{height:100%;}
.zhsh_one li:hover p, .zhsh_two .showlist li:hover p{color:#fff;}
.zhsh_one li span{display: none;}

.zhsh_two .showlist li .img{position: relative;}
.zhsh_two .showlist li .shadow_box{background:rgba(0,103,214,0.3) url(../images/jia.png) center center/8% no-repeat;width:100%;height:100%;position: absolute;left:0;top:-100%;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhsh_two .showlist li:hover .shadow_box{top:0;}

.zhsh_three .showlist li .shadow_box, .zhsh_three .showlist li .line, .zhsh_three .showlist i{display: none;}
.zhsh_three .showlist li{width:94%;padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.zhsh_three .showlist li p{text-align: left;font-size:16px;line-height:30px;padding:20px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.zhsh_three .showlist li:hover p{color:#0067d6;}
.zhsh_three .showlist li em{font-style:normal;float: right;width:10px;height:3px;background-color:#0067d6;margin-right:20px;;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhsh_three .showlist li:hover em{width:30px;}
.zhsh_three .showlist li:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}

.zhsh_four .auto{width:1200px !important;}
.zhsh_four .showlist li{width:100%;position: relative;overflow: hidden;background-color: #F2F2F2;margin-bottom:0;}
.zhsh_four .showlist li .img{float: left;width:50%;overflow: hidden;position: relative;}
.zhsh_four .showlist li .info{width:50%;float: left;}
.zhsh_four .showlist li.odd .img{float: right;}
.zhsh_four .showlist li.odd .info{float: left;}
.zhsh_four .showlist li .pad{padding:20% 20px 0;}
.zhsh_four .showlist li h6{font-size:20px;color:#333;line-height:24px;height:48px;}
.zhsh_four .showlist li .time{font-size:14px;font-family:"SimHei";color:#0067d6;margin:14px 0;}
.zhsh_four .showlist li p{color:#555;line-height:26px;font-size:16px;height:78px;}
.zhsh_four .showlist li .move_box{position: absolute;width:40px;height:40px;background-color:#0067d6;right:-10px;bottom:-10px;}
.zhsh_four .showlist li.odd .move_box{width:30px;height:30px;top:-10px;left:-10px;}
.zhsh_four .showlist li:hover .move_box{right:0;bottom:0;}
.zhsh_four .showlist li.odd:hover .move_box{top:0;left:0;}
.zhsh_four .showlist li .move_box:after{content:'';position: absolute;top:5px;left:5px;width:6px;height:1px;background-color: #fff;}
.zhsh_four .showlist li .move_box:before{content:'';position: absolute;height:6px;width:1px;top:5px;left:5px;background-color: #fff;}
.zhsh_four .showlist li.odd .move_box:after{bottom:5px;right:5px;width:6px;height:1px;top:auto;left:auto;}
.zhsh_four .showlist li.odd .move_box:before{height:6px;width:1px;bottom:5px;right:5px;top:auto;left:auto;}

/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0px;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#0067d6;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;margin-top:60px;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;min-height:40px;line-height:40px;cursor:help;margin-bottom:10px;}
.info_big_box .info_1 .dh img{float: left;width:30px;margin-top:5px;}
.info_big_box .info_1 .dh span{float: right;width:89%;font-size:18px;color:#555;letter-spacing:0px;line-height:40px;}
.info_big_box .info_1 .dh span.num{font-family:impact;font-size:26px;letter-spacing:2px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
/*.info_big_box .info_2 .ewm{margin-right:20px;}
.info_big_box .info_2 img{width:130px;border:1px solid #f2f2f2;padding:2px;}
.info_big_box .info_2 strong{display: block;font-size:14px;height:30px;line-height:30px;color:#333;text-align: center;}
.info_big_box .info_2 .but a{margin-top:26px;width:160px;height:36px;line-height:36px;text-align: center;position: relative;z-index:1;border:1px solid #f2f2f2;color:#666;}
.info_big_box .info_2 .but a.a1:hover, .info_big_box .info_2 .but a.a2:hover{color:#fff;}*/
.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#0067d6;border-left:2px solid #0067d6;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:26px;color:#333;padding-top:30px;}
.article_box{padding-top:30px;}
.article_box img, .article_content img, .article_content a{display: inline-block;}
.article_box p, .article_content p{margin-bottom:14px;}

#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center;}
.pagenum a{display: inline-block;color:#666;margin:20px 20px 0;width:120px;height:30px;line-height:30px;border:1px solid #0067d6;border-radius:60px;font-size:0px;}
.pagenum span{font-size:16px;color:#0067d6;}
.pagenum a:hover{background-color:#0067d6;}
.pagenum a:hover span{color:#fff;}
/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:400px;position: relative;overflow:hidden;background: url(../images/neibanner.jpg) top center no-repeat;background-attachment: fixed;}
.box_box{width:500px;padding:30px 0 20px;background-color:rgba(255,255,255,0.75);border-radius:6px;position: absolute;top:52%;left:50%;margin-left:-250px;text-align: center;}
.box_box h3{font-size:36px;color:#676262;height:36px;line-height:36px;}
.box_box h3 i{display: inline-block;width:40px;height:1px;vertical-align: middle;background-color:#676262;margin:0 20px;}
.box_box p{font-size:20px;color:#0067d6;line-height:40px;opacity:0.5}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{font-size:14px;background-color: #f1f1f1;}
.position_now .auto{height:80px;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;line-height:80px;}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#0067d6;font-size:0;}
.position_now .fr img{height:26px;float: left;margin:28px 10px 0 0;}
.position_now .fr strong{font-weight:100;font-size:22px;display: block;float: left;line-height:80px;}
.position_now .fr a{display: inline-block;width:100px;padding:0 5px;height:80px;color:#333;font-size:16px;text-align: center;line-height:80px;overflow: hidden;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.position_now .fr a i{width:100%;height:0%;background-color:#0067d6;position: absolute;left:0;top:0;z-index:-1;-webkit-transition:.5s height;-o-transition:.5s height;-ms-transition:.5s height;-moz-transition:.5s height;transition:.5s height;}
.position_now .fr a:hover i, .position_now .fr a.active i{height:100%;}
.position_now .fr a:hover, .position_now .fr a.active{color:#fff;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .auto{width:100% !important;}
.news_one .news_box li{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .pub_button{padding:20px;}
.news_one .news_box li .time{width:80px;height:80px;background-color:#0067d6;text-align: center;float: right;font-family:"SimHei";}
.news_one .news_box li .time em{font-weight:bold;font-size:30px;color:#fff;padding:14px 0 0;display: block;}
.news_one .news_box li .time span{font-size:16px;color:#fff;display: block;}
.news_one .news_box li .img{width:29%;overflow: hidden;float: left;margin-right:20px;}
.news_one .news_box li .info{width:60%;float: left;}
.news_one .news_box li .info h3{height:40px;line-height:40px;margin:50px 0 30px;font-size:20px;color:#333;}
.news_one .news_box li .info p{font-size:16px;color:#555;line-height:30px;}
.news_one .news_box li .info em{font-style:normal;display: block;margin-top:30px;color:#777;padding-right:20px;font-family: "SimHei";}
.news_one .news_box li:nth-of-type(2n){background-color:#f9f9f9;}
.news_one .news_box li a{width:1200px;margin:0 auto;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li:hover img{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);}
.news_one .news_box li:hover h3, .news_one .news_box li:hover p, .news_one .news_box li:hover em{color:#fff;}
.news_one .news_box li:hover a{transform:translateX(20px);-webkit-transform:translateX(20px);}
.news_one .news_box li:hover .time{background-color: #fff;}
.news_one .news_box li:hover .time em, .news_one .news_box li:hover .time span{color:#0067d6;}

.news_article{padding:30px 0;}
.news_article .left{width:78%;}
.news_article .left h1.title{font-size:22px;text-align: center;font-weight:bold;}
.news_article .left .time{display: block;text-align: center;padding:20px 0 20px;color:#777;}
.news_article .left .time img{display: inline-block;height:20px;margin:-3px 10px 0 0;}
.news_share{text-align: center;height:24px;line-height:24px;border-bottom: 1px solid #D2D2D2;padding-bottom:10px;}
.news_share span{display: inline-block;vertical-align: top;}
.news_share .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
.news_article .article_content p{margin-bottom:14px;}
.news_article .right{width:20%;}
.news_article .right .title{border-bottom:2px solid #0067d6;height:40px;line-height:40px;padding:0 4px;margin-bottom:20px;}
.news_article .right .title h2{font-weight:bold;font-size:20px;color:#333;}
.news_article .right .title a{font-size:14px;float: right;color:#0067d6;}
.news_article .right .item{border-bottom:1px solid #f9f9f9;margin-bottom:15px;}
.news_article .right .item .img{overflow: hidden;}
.news_article .right .item img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_article .right .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
.news_article .right .item h3{font-size:18px;color:#333;line-height:50px;}
.news_article .right .item:hover h3{color:#0067d6;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#0067d6;color:#fff;border-color:#0067d6;}
.page_list_span1, .page_list_span2{}
/* 新闻样式 1 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:280px;}
#list .left_side .box_one, #list .left_side .box_two{width:260px;background-color:#0067d6;padding:10px 10px;}
#list .left_side .box_one .title{text-align: center;margin-bottom:20px;}
#list .left_side .box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
#list .left_side .box_one .title p{color:#fff;font-size:16px;}
#list .left_side .box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
#list .left_side .box_one ul li a{color:#333;padding-left:20px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
#list .left_side .box_one ul li a:hover, #list .left_side .box_one ul li a.active{color:#fff;}
#list .left_side .box_one ul li a i{background-color:dodgerblue;}
#list .left_side .box_one ul li .son_nav{border-top:1px solid #0067d6;}
#list .left_side .box_one ul li .son_nav a{background:none;height:40px;line-height:40px;padding-left:40px;position: relative;}
#list .left_side .box_one ul li .son_nav a::after{content:'';position: absolute;left:20px;top:20px;width:8px;height:1px;background-color:#0067d6;}
#list .left_side .box_one ul li .son_nav a:hover::after, #list .left_side .box_one ul li .son_nav a.active::after{background-color: #fff;}
#list .left_side .box_two{margin-top:10px;padding:20px 10px;}
#list .left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
#list .left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:dodgerblue;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:1200px;}
@media(max-width:1505px ){#list .right_side.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#0067d6;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#0067d6;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#0067d6;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:50px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#0067d6;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#0067d6;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:500px;margin-top:30px;border:1px solid #ccc;}
#allmap img{max-width:none !important;}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#333;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */

.firstRow img {display: inline-block;}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
@media( max-width:1650px ){
	.header .call h3{font-size:26px;}
	.header .nav{width:46%;}
}
@media( max-width:1450px ){
	.inner, .section_three .item_box{width:1200px;}
	.header .logo img{width:340px;}
	.header .nav{margin-left:3%;}
	#top_scroll{width:100%;}
	.section_two .text{width:844px;}
	.footer .two{width:310px;}
	.section_three .item{width:240px;}
	.section_three .item strong{font-size:18px;}
	.section_three .item p{font-size:15px;}
	.section_three .item .info{padding:368px 20px 0;}
}
/*===================== 响应式代码 END =====================*/






