﻿
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.nav {
    width: 100%;
    height: 135px;
    background:url(../image/navbj.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.left-logo{
    width: auto;
    position: relative;
    padding-left: 6%;
    margin-top: 16px;
}


.navb {
    height: 113px;
    width: 43%;
    margin-left: 6%;
    margin-top: 22px;
}
.navb .active {
    position: relative;
    float: left;
    width: 13%;
    display: inline;
    text-align: center;
    line-height: 113px
}

.navb .on{
    height: 35px;
    line-height: 35px;
    background: #e00000;
    border-radius: 50px;
    margin-top: 40px;
} 

.navb .on a{
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
}


.navb h3{
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.navb h3 a {
    zoom: 1;
    display: block;
    color: #fff;
    text-align: center;
}
.navb h3 a:hover {
    transition-duration: .3s;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top:73px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -160px !important;
    width: 670px;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
}

.navb .sub li a:hover {
    background:#ddd;
    color:#c00;
}
.navb .sub li a img {
    width: 151px;
    height:110px;
}
.navb .sub li p {
    text-align:left;
}
.mun1 {
    width:500px;
    height:500px;
    background:#f6f6f6;
    -moz-box-shadow:0px 2px 2px #999 inset;
    -webkit-box-shadow:0px 2px 2px #999 inset;
    box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
    width:150px;
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:13px;
    margin-top:20px;
}
.mun1 ul li h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:35px;
    height: 35px;
    overflow: hidden;
}
.mun1 ul li h2 a{
    font-size: 14px;
}
.nav .sub .mun1 ul li p a {
    width:100%;
    height:28px;
    display:block;
    color:#919191;
    font-size:13px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
    color:#0c438c;
    background:none;
}
.mun1 ul li ul li {
    width:75px;
    float:left;
    margin:0px;
}
.nav .sub .mun1 ul li ul li a {
    color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
    color:#0c438c;
    background:none;
}
.right-tel{
    font-family: "Arial";
    font-size: 35px;
    background: url(../image/tel.png) left center no-repeat;
    color: #fff;
    padding-left: 55px;
    margin-top: 55px;
    margin-right: 6%;
}

@media screen and (max-width: 1750px) {
    .left-logo{padding-left: 1% !important}
    .right-tel{margin-right: 1%}
    .navb{margin-left: 2%}
}


/*banner */
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 80px;
  text-align: center;
  display: none;

}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}
.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/*bn*/
.bn{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bn ul li{
    width: 33.3%;
    float: left;
    height: 120px;
    position: relative;
    z-index: 11;
    transition: all 0.4s;
}
.bn ul li:hover{
    background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.bn ul li:hover .li_con{
    margin-bottom: 12px;
    padding: 29px 0 25px;
}
.bn ul{
    overflow: initial;
}
.bn ul::after{
    content: '';
    display: block;
    clear: both;
}
.bn ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.li_con{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 10px 0 25px;
    margin: 0 10%;
    overflow: hidden;
    transition: all 0.4s;
}
.bn ul li span{
    float: left;
    background: url(../image/tba.png) no-repeat left center;
    width: 60px;
    height: 60px;
    display: block;
}
.bn ul li:nth-child(2) span{
    background: url(../image/tbb.png) no-repeat left center;
}
.bn ul li:nth-child(3) span{
    background: url(../image/tbc.png) no-repeat left center;
}
.bn_text{
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}
.bn_text h1{
    font-size: 20px;
    line-height: 180%;
    font-weight: normal;
}
.bn_text p{
    font-size: 15px;
    text-transform: uppercase;
}


/*简介*/
.aboutbj{height: 630px;background:url(../image/abbj.jpg) center no-repeat;}
.abimg{padding-top: 65px;}
.abimg:hover img{animation: ball .6s infinite alternate;}
.neirong{width: 920px;padding-top: 50px;}
.neirong b{font-size: 33px;color: #333;display: block;margin-top: -40px;}
.neirong h3 a{color: #868686;font-size: 23px;}
.neirong p{color: #302f2f;font-size: 17px;line-height:37px;display: block;margin-top: 35px;}
.neirong p span{color: #dd0000;}

.ys_box{height: 180px;margin-top: 30px;}
.ys_box ul{background: url(404.png) right center no-repeat;}
.ys_box ul li{float: left;width: 310px;height: 180px;text-align: center;}

.ys_box .div1{position: relative;}
.ys_box .div1 .span1{font-size: 60px;color: #333;font-family: "Arial";}
.ys_box .div1 .span3{width: 35px;height: 35px;background: #004fd3;border-radius: 50px;display:inline-block;margin-left: 10px;position: relative;bottom: 15px;line-height: 32px;color: #fff;font-size: 16px;}
.ys_box .div2 .span2{font-size: 18px;color: #666;}


/*优势*/
.advbj{
  width:100%;
  height: 790px;
  background: url(../image/advbj.jpg) center  bottom no-repeat;
}
.jishu{
    width: 1350px;
    margin: 0 auto;
    background: url(../image/jsys.jpg) center top no-repeat;
    height: 650px;
}
.jishu ul li{
    float: left;
    width: 230px;
    margin-right: 50px;
}
.jishu ul li b{
    color: #fff;
    font-size: 28px;
    display: block;
    text-align: center;
    margin-top: 16px;
}
.jishu ul li:nth-child(5){
    margin-right: 0
}
.jishu ul li p{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    margin-top: 85px;
    margin-left: 20px;
    height: 160px;
}
.jishu ul li .jsimg{
    width: 228px;
    height: 285px;
    overflow: hidden;
    margin-left: 5px;
    border-radius: 30px;
}
.jishu ul li:hover .jsimg img{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}

/*解决方案*/
.tit{
    text-align: center;
}
.tit p{
    color: #3d3d3d;
    font-size: 17px;
    line-height: 40px;
}
.tit em{
    display: block;
    width: 64px;
    height: 11px;
    background: url(../image/xian.png) center no-repeat;
    margin: 0 auto;
    margin-top: 3px;
}
.fangan{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 25px;
}
.fangan ul li{
    width: 20%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-left: 25px;
    box-sizing: border-box;
}
.fangan ul li img{
    width: 100%;
}
.fangan ul li .fabt{
    position: absolute;
    width:91.5%;
    z-index: 999;
    bottom: 0;
    height: 90px;
    background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
}

.fangan ul li .fabt a{
    width: 85%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-top: 40px;
}
.fangan ul li .fabt p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: block;
    margin-top: 15px;
    opacity: 0
}
.fangan ul li .fabt em{
    display: block;
    width: 88px;
    height: 88px;
    background: url(../image/more.png) center no-repeat;
    position: absolute;
    bottom: 210px;
    left: 50%;
    margin-left: -44px;
    opacity: 0
}
.fangan ul li:hover .fabt{
    height: 50%;
}
.fangan ul li:hover .fabt a{
    text-align: left;
    font-size: 20px;
    margin-top: 40px;
}
.fangan ul li:hover .fabt p{
    opacity: 1
}
.fangan ul li:hover .fabt em{
    opacity: 1
}
.fangan ul li:first-child{
    margin-top: 75px;
}
.fangan ul li:nth-child(3) {
    margin-top: 75px;
}
.fangan ul li:nth-child(5) {
    margin-top: 75px;
}
/*优势*/
.ysbj{
    width: 100%;
    height: 1010px;
    background: url(../image/ysbj.jpg) center no-repeat;
    margin-top: 50px;
}
.ysbt{
    text-align: center;
    padding-top: 35px;
}
.ysbt b{
    font-size: 80px;
    font-family: "Arial";
    color: #4c76b8
}
.ysbt p{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-top: -70px;
}
.ysbt p span{
    color: #ff9c00
}
.yuan{
    text-align: center;
    margin-top: 15px;
    background: url(../image/ysimg.png) center no-repeat;
}
.yuan .yu{
    animation: yu 30s linear infinite;
}
@keyframes yu{
     0%{transform: rotate(0deg)}
     100%{transform: rotate(360deg)}
}
.ysfl{
    position: absolute;
    left: 0;
    top: 270px;
}
.ysfl ul li:first-child{
    margin-left: 15px;
}

.ysfl ul li p{
    font-size: 15px;
    color: #fff;
}
.ysfl ul li p b{
    font-size: 28px;
    display: block;
    margin-bottom: 5px;
}
.ysfl ul li img{
    margin-left: 15px;
}
.ysfl ul li:nth-child(2){
    margin-top: 160px;
    width: 406px;
    margin-left: -20px;
}
.ysfl ul li:nth-child(3){
    margin-top: 140px;
    margin-left: 25px;
    width: 400px;
}

.ysfr{
    position: absolute;
    right: -25px;
    top: 270px;
}
.ysfr ul li:first-child{
    width: 500px;
    margin-right: 20px;
}

.ysfr ul li p{
    font-size: 15px;
    color: #fff;
}
.ysfr ul li p b{
    font-size: 28px;
    display: block;
    margin-bottom: 5px;
}
.ysfr ul li img{
    margin-left: 15px;
}
.ysfr ul li:nth-child(2){
    margin-top: 160px;
    width: 420px;
    margin-left: 100px;
}
.ysfr ul li:nth-child(3){
    margin-top: 140px;
    margin-left: 55px;
    width: 420px;
}

/*jiameng*/
.jiameng{
    width: 100%;
    height: 660px;
    background: url(../image/tjbj.jpg) center bottom no-repeat;
}
.tit{

}
.tit b{
    color: #000;
    font-size: 36px;
}
.tit span{
    font-size: 23px;
    color: #606060;
    padding-left: 10px;
}

.jm_con{
    background: url(../image/lc_line.png) right center no-repeat;
}
.jm_l{
    float: left;
    margin-top:10px;
}
.jm_r{
    float: left;
    margin-left: 50px;
    width: 910px;
}
.jm_r ul{
    margin-top: 50px;
}
.jm_r ul li{
    float: left;
    text-align: center;
    cursor: pointer;
    margin:0 10px;
}
.jm_r ul li div em{
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}
.jm_r ul li div i{
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    margin-top: 3px;
}
.jm_r ul li span{
    transition: all 0.6s;
    display: block;
    width: 260px;
    height: 185px;
}
.jm_r ul li:hover span{
    transform: rotateX(360deg);
}
.jm_r ul li:nth-child(4){
    margin-top: 35px;
}
.jm_r ul li:nth-child(5){
    margin-top: 35px;
}
.jm_r ul li:nth-child(6){
    margin-top: 35px;
}
/* case */
.albj{
    width: 100%;
    height: 820px;
    background: url(../image/albj.jpg) center bottom no-repeat;
}
.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 450px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 430px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    margin: 10px 0;
    height: 500px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #005fe0;
}
.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #005fe0;
    border-radius: 25px;
    margin: 0 15px;
    float: left;
    text-align: center;
}
.case_phone ul li,.case_phone ul li a{
    color: #fff;
}
.case_phone ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_phone ul li h3{
    font-size: 28px;
    font-family: "Impact";
    vertical-align: middle;
    font-weight: normal;
    padding-left: 40px;
}
.case_phone ul li:nth-child(1){
    background: #eaeaea; 
}
.case_phone ul li:nth-child(1) a{
    color: #333; 
}
.case_phone ul li:hover{
    background: #ea0000
}

/*新闻*/
.newbj{
    width: 100%;
    height: 590px;
    background: url(../image/xwbj.jpg) center top no-repeat;
    margin-bottom: 60px;
}
.newbj ul{
    width: 97%;
    margin: 0 auto;
    padding-top: 25px;
}
.newbj ul li{
    float: left;
    width: 20%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.newbj ul li .xwimg{
    height: 240px;
    overflow: hidden;
    transition: all 0.6s;
}
.newbj ul li .xwone{
    margin-top: 18px;
}
.newbj ul li .xwone a{
    font-size: 18px;
    color: #222;
}
.newbj ul li .xwone p{
    font-size: 15px;
    color: #989898;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}
.newbj ul li:hover .xwone a{
    padding-left: 15px;
    color: #165dca;
}
.xwmore{
    width: 165px;
    height: 45px;
    background: #005fe0;
    border-radius:15px 0 15px 0;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 45px;
    text-align: center;
}
.xwmore a{
    display: block;
    color: #fff;
}
.xwmore:hover{
    background: #ea0000
}


/*底部*/
.footer {
    height:410px;
    background:#121212;
    width: 100%;
}
.dbtel{
    width: 430px;
    margin-top: 60px;
    margin-right: 100px;
}
.dbtit{
    font-size: 15px;
    color: #6e6e6e;
}
.dbtit span{
    font-size: 23px;
    display: block;
    margin-bottom: 10px;
}
.dbtel h3{
    display: block;
    height: 60px;
    line-height: 60px;
    border-top: 1px #2a2a2a solid;
    border-bottom: 1px #2a2a2a solid;
    font-size: 28px;
    font-family: "Arial";
    color: #6e6e6e;
    margin-top: 25px;
}
.dbtel b{
    color: #6e6e6e;
    font-size: 18px;
    font-weight: normal;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
}
.dbtel .zuoji{
    background: url(../image/dha.jpg) left center no-repeat;
    margin-top: 20px;

}
.dbtel .emile{
    background: url(../image/dhb.jpg) left center no-repeat;

}

.on_ly {
    width: 500px;
    margin-top:60px;
}
.on_ly ul{
    margin-top: 20px;
}
.on_ly ul li {
    margin-bottom: 12px;
}
.on_ly ul .in_flt {
    width: 470px;
    height: 40px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 12px;
    border: 1px #2a2a2a solid;
    border-radius: 5px;
    background: #121212
}
.on_ly ul li .FaqTitlesy {
    width: 90px;
    height: 40px;
    background: #121212;
    border: 1px #2a2a2a solid;
    border-radius: 5px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 15px;
    float: left;
}
.on_ly ul li #VCode {
    float: left;
    width: 110px;
}
.on_ly ul .in_flta {
    width: 470px;
    height: 40px;
    background: #121212;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 15px;
    border: 1px #2a2a2a solid;
    border-radius: 5px;
    background: #121212
}
.on_ly ul .nanniu_bj {
    width: 237px;
    height: 38px;
    background: #e10000;
    border:none;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
}
.on_ly ul .nanniu_bj:hover {
    background: #01449f;
}
.dlogo{
    width: 280px;
    text-align: center;
    margin-top: 30px;
}
.dlogo a img{

}
.dlogo ul li{
    float: left;
    width: 118px;
    margin-left: 15px;
    margin-top: 15px;
}
.dlogo ul li span{
    font-size: 15px;
    color: #4a4a4a;
    line-height: 40px;
}


.copy{
    height: 60px;
    line-height: 60px;
    background: #01449f;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.copy a{
    color: #fff;
}

/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #000;
    background: #f2f2f2;
    width: 100%;
}
.breadcrumbs .dh_box {
    width: 1350px;
    margin: 0 auto
}
.breadcrumbs .sortName {
    color:#000;
    font-size:22px;
    font-weight:700;
}
.breadcrumbs .dqdhMain {
    color: #000;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #000;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#000;
}
.breadcrumbs .dqdhMain .span2 {
    color:#000;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
    color:#000;
    padding:0 10px 0 30px;
    background:url(../image/dizhi.png) left center no-repeat;
    font-size: 15px;
}
.breadcrumbs .dqdh_class {
    margin-top:10px;
}
.breadcrumbs .dqdh_class li {
    float:left;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    color:#000;
    font-size:23px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #333;
border-right:1px solid #333;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
/*page单页*/
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding: 30px;
    border:1px #dedede solid;
    margin-bottom: 50px;
}
.about_tit{
    text-align: center; 
    margin-bottom: 50px; 
}
.about_tit i{
    font-style: normal;
    color: #333333;
    font-size: 30px;
    position: relative;
}
.about_tit i::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #005fe0;
}
.about_l p{
    color: #6e6e6e;
    line-height: 33px;
    font-size: 16px;
}



/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
    margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Calisto MT', Helvetica, sans-serif;
    margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
    margin-left: 20px;
}
.page_contact h4{
    font-size: 34px;
    color: #005fe0;
    margin: 30px 0;
    font-weight: bold;
    margin-left: 20px;
}
.page_contact p{
    margin-left: 20px;
    font-size: 17px;
    line-height: 35px;
}

.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #82bcf3;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}

/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 30px;
}
.proListal {
    width:1060px;
}
.proListal li {
    width:342px;
    float:left;
    margin:0 0 20px 11px;
    position:relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.proListal li .boxal {
    width:100%;
    height:310px;
    display:block;
    cursor:pointer;
}
.proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:100%;
    height:310px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 30px;
    line-height: 45px;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;

}
.proListal li .spanal p em{
    color: #999999;
    font-size: 16px;
    float: left;
}
.proListal li .spanal p i{
    float: right;
    background: url(404.png) right center no-repeat;
    width: 25px;
    line-height: 45px;
    height: 45px;
    opacity: .15;
}
.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
    background: #005fe0;
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #006cff;
}
.proListal li:hover .spanal p em{
    color: #fff;
}
.proListal li:hover .spanal p i{
    background: url(404.png) right center no-repeat;
    opacity: 1;
}
.proListal li .avatarb {
    position: relative;
}
.proListal li .avatarb {
    display: block;
    height: 340px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal {
    height: 340px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

.map_r{
    width: 100%;
    height: 500px;
    margin:0 auto;
    margin-top: 30px;
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/*内页分类*/
.nyzc{width: 280px;height:auto;background: #eee;padding-bottom: 20px;}
.lxfs{width: 260px;margin: 0 auto;padding-top: 10px;}
.nyycbt{height: 40px;border-bottom: 1px #bababa solid;line-height: 40px;margin-bottom: 15px;}
.nyycbt a{font-family:"宋体";font-size: 22px;font-weight: bold;color: #000;}
.nyycbt:hover a{color: #005fe0}
.lxfs p{font-size: 15px;line-height: 26px;}
.lxfs p b{font-size: 16px;}
.lxfs img{display: block;margin: 0 auto; margin-bottom: 10px;}
.ycxw{width: 260px;margin: 0 auto;padding-top: 10px;}
.yclb{}
.yclb ul li{height: 30px;line-height: 30px;width: 100%;overflow: hidden;}
.yclb ul li a{font-size: 14px;}
.yclb ul li:hover a{color:#005fe0}
.yclb span a{color: #888;font-size: 13px;}
.yclb span a:hover{color:#09a358}
.yckuai{background: #c1d1d0;width: 260px;height: 65px;margin: 0 auto;line-height: 65px;text-align: center;margin-top: 13px;}
.yckuai a{font-family:"宋体";font-size: 22px;font-weight: bold;color: #000;display: block;}
.yckuai:hover{background: #8fa6a5;}
.yckuai:hover a{color: #fff;}
.ycxsy{width: 270px;margin: 0 auto;margin-top: 15px;}
.ycxsy img{margin-bottom: 10px;}
.ycxsy ul li{height: 30px;line-height: 30px;overflow: hidden;}
.ycxsy ul li a{font-size: 14px;}
.ycxsy ul li:hover a{color:#0251a9; text-decoration: underline;}
.yccp{width: 260px;margin:0 auto;margin-top: 15px;}
.yccp ul li{width: 260px;height: 245px;margin-top: 15px;}
.yccp ul li img{width: 260px;height: 200px;}
.yccp ul li .ycbt{display: block;width: 260px;height: 45px;background: #c1d1d0;line-height: 45px;text-align: center;color: #000;font-size: 15px;}
.yccp ul li:hover .ycbt{background:#8fa6a5 }





/*新闻列表页*/
.main {
    background: #fff;
    height: auto;
}
.mainBox {
    padding-bottom: 100px;
}
.tit1 {
    text-align: center;
    position: relative;
    padding-top: 50px;
}
.tit1 h3 {
    font-size: 40px;
    color: #333;
}
.tit1 h3 span {
    display: inline-block;
    width: 169px;
    height: 58px;
    background: url(404.png) -123px -4px no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    vertical-align: middle;
    margin-right: 8px;
}
.tit1 p {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}
.page_news{
    position: relative;
}
.page_news ul{
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 325px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
    font-family: "Arial";
}
.page_news ul li h3{
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
    display: block;
    font-style: normal;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(../image/jiantou.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 325px;
    height: 500px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
    height: 100%;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(404.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #005fe0;
}
/*fenye*/
.fenye {
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding:20px 0;
}
.fenye .rows {
    color:#666;
    font-size:13px;
    padding:0 10px;
}
.fenye .current {
    display: inline-block;
    color:#1d76f8;
    font-size:14px;
    padding:0 5px;
}
.fenye .num, .fenye .next {
    display:inline-block;
    margin:0 3px;
    padding:0 10px;
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:28px;
    line-height:27px;
    border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color:#cc0000;
    color:#fff;
    border:1px solid #cc0000;
}
/*新闻详情*/
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
/*新闻内页*/
.show_news_content{
    float: left;
    width: 1000px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ebebeb;
}
.show_news_tit{
    font-size: 18px;
    color: #333;
}
.show_news_tit h3{
    font-weight: normal;
    text-align: left;
    color: #000;
    font-size: 30px;
}
.show_news_tit ul{
    margin: 10px 0 40px 0;
}
.show_news_tit ul li{
    float: left;
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.show_news_tit ul li a{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #e00000;
    color: #fff;
    line-height: 30px;
}
.show_news_tit ul li a:hover{
    background: #0391a5;
}
.show_news_con p{
    line-height: 30px;
}
.show_news_r{
    float: right;
    width: 335px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #ebebeb;
}
.r_wz span{
    display: block;
    height: 50px;
    border-bottom: 1px #ccc solid;
    line-height: 50px;
    font-size: 23px;
    background: url(../image/icona.png) left center  no-repeat;
    padding-left: 30px;
}
.r_wz ul{
    margin-top: 20px;
}
.r_wz ul li{
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 15px;
}
.r_wz ul li strong{
    font-size: 16px;
}
.r_wz ul li i{
    font-style: normal;
    font-size: 14px;
    color: #666;
    display: block;
    margin: 5px 0;
}
.r_wz ul li p{
    font-size: 15px;
    color: #555
}


.r_pro{
    margin-top: 30px;
}
.r_pro span{
    font-size: 23px;
    border-bottom: 3px solid #666;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.r_pro ul li{
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.r_pro ul li a{
    display: block;
    width: 100%;
    height: 1005;
}
.r_pro ul li img{
    width: 100%;
    height: auto;
    min-height: 160px;
    transition: all 0.6s;
}
.r_pro ul li i{
    width: 120px;
    height: 40px;
    background: #005fe0;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    line-height: 40px;
    font-style: normal;
}
.viewpage {
    margin:0;
    padding:20px 0 50px 0;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    border-radius: 50px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}
/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
    height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.xiangqing{
    width: 1030px;
}
.contenta{
    border:1px #dfdfdf solid;
    padding: 30px;
    width: 970px;
}
.product_title{
    text-align: center;
    padding-top: 20px
}
.product_title h2{
    color: #323232;
    font-size: 26px;
}
.subtitle{
    width: 450px;
    margin: 15px auto;
}
.subtitle span{
    font-size: 15px;
    color: #aaa;
    padding-left: 30px;
}
.subtitle .span1{
    background: url(../image/shijian.png) left center no-repeat;
}
.subtitle .span2{
    background: url(../image/liulan.png) left center no-repeat;
}
.text{
    margin-top: 30px;
    border-top: 1px #dfdfdf solid;
    padding-top: 50px;
    line-height: 30px;
    font-size: 16px;
    color: #333
}
.text img{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}
.text p{
    line-height: 30px;
    font-size: 16px;
    color: #333
}

/*在线留言*/
.lybt {
    text-align:center;
    margin-top:40px;
}

.lybt h3 {
    display:block;
    font-size:33px;
    line-height:45px;
    color:#5a5a5a;
}
.liuyan {
    margin-top:15px;
    text-align:center;
}
.liuyan span {
    font-size:15px;
    color: rgb(215, 12, 25);
}
.liuyan a {
    font-size:16px;
    color: #CCCCCC;
}
.liuyan p {
    font-size:16px;
    color: #666666;
    line-height:30px;
}

#faqbox {
    width: 600px;
}
#faqbox form {
}
#faqbox .faqline {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
    color:#999;
    font-size:13px;
}
#faqbox .faqtit {
    width:78px;
    display:block;
    float:left;
    clear:both;
    color:#555;
}
#faqbox .Content {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
}
#faqbox font {
    margin:0 5px;
}
#faqbox .FaqTitle {
    height:50px;
    line-height:50px;
    padding:0 10px;
    border:1px solid #ddd;
    width:435px;
    vertical-align:top;
}
#faqbox .Content textarea {
    height:100px;
}
.wizfrm {
    border:none;
    width:455px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    cursor:pointer;
    background:#fff;
    margin-top:20px;
    font-family:'Microsoft YaHei';
    -moz-transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    border-radius:5px;
    background-color:#e30000;
}
.wizfrm:hover {
    background-color:#1e61c2;
}







.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.shipin{
    margin: 0 auto;
    display: block;
    width: 550px;
    margin-top: 100px;
        background: #fff;
        padding: 50px
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(404.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -379px;
    margin-left: 328px;
    cursor: pointer;
}