@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.indexBanner .prev {
    width: 45px;
    height: 24px;
    background: url(../images/left1.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 40%;
    z-index: 5;
    cursor: pointer;

}

.indexBanner .next {
    width: 45px;
    height: 24px;
    background: url(../images/right.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 40%;
    z-index: 5;
    cursor: pointer;
    transition: all 0.5s linear;
}

.top {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.topC {

    height: 90px;
}

.topLeft a {
    display: inline-block;
    overflow: hidden;

    height: 90px;
    );
}

.topLeft a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.topImg .topImgsp1 {
    background: url(../images/topImg1.png) no-repeat center center;
    height: 20px;
    display: inline-block;
    width: 25px;
    margin-right: 20px;
}

.topImg .topImgsp2 {
    background: url(../images/topImg2.png) no-repeat center center;
    height: 20px;
    display: inline-block;
    width: 25px;
    margin-right: 20px;
}

.topImg {
    position: relative;
    top: 50%;
    margin:-25px 0 0 55px;
}

.topImg .topImgsp3 {
    background: url(../images/topImg3.png) no-repeat center center;
    height: 20px;
    display: inline-block;
    width: 25px;
}

.topImg1 {
    height: 90px;
    position: relative;
}
.topImgBox{
    display: inline-block;
}
.shareCode{
    transition: all 0.5s linear;
    transition-property: 1s;
}
.shareCode {
    width: 120px;
    height: 120px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 75px;
    margin-left: -60px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9999;
}
.topImgBox:hover .shareCode{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.shareCode i {
    position: absolute;
    background: url(../images/shareIco1.png) center center no-repeat;
    height: 7px;
    width: 12px;
    left: 50%;
    margin-left: -6px;
    bottom: -7px;
}

.shareCode img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99999;
}
a.topSearch{
    position: relative;
    display: inline-block;
    height: 60px;
}
.seaBox{
    position: absolute;
    top: 60px;
    left: -400px;
    border-radius: 5px;
    overflow: hidden;
    width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    border: 1px solid #004098;
}
.seaInp{
    height: 40px;
    width: 400px;
    padding: 0 10px;
    background: #fff;
}
.seaInp input{
    border: none;
    width: 100%;
    line-height: 40px;
}
.seaBtn{
    height: 40px;
    width: 80px;
    overflow: hidden;

    background:#004097 url(../images/seaico1.png) center center no-repeat;
}
.topSearch:hover .seaBox{
    opacity: 1;
    visibility: visible;
}
/*头部结束*/
/*二级导航start*/
.topB1 dl dd {
    float: left;
    display: inline;
    padding: 0 30px;
}
.topB{
    background-color: #fff;
    height: 81px;
    position: relative;
    z-index: 20;
}
.topB1 dl dd:last-child {}

.topB1 dl dd a {
    font-size: 14px;
    line-height: 80px;
    color: #333333;
    display: block;
}

.topB1 {
    text-align: center;
    border-bottom: 1px #e6e6e6 solid;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
}

.topBdl {
    overflow: hidden;
    height: 80px;
    display: inline-block;
}

/*二级导航end*/
/*menu开始*/
.topmenu {
    position: relative;
}

.topmenu:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: #c7c7c7;
    right: 0px;
    top: 50%;
    margin-top: -5px;
}

.menu {
    display: flex;
    background: #fff;
    position: relative;
}

.menu :after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 11px;
}

.menu dd {
    float: left;
    display: inline;
    position: relative;
}

.menu dd .yj {
    overflow: hidden;
    color: #333;
}

.menu dd .yj a {
    overflow: hidden;
    display: block;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 15px;
    padding: 0 20px;
    color: #333;
}

.menu dd.hover .yj a {
    color: #eb6f08;
}
.subMenuDiv{
    display: none;
    width: 100%;
    position: absolute;
    /*left: 0px;*/
    top: 90px;
    /*opacity: 0;*/
    z-index: 1;
}

/* 二级 start */
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 3;
}
.subMenuShadow{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}
/*.subMenu_ul:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/
.subMenu_ul li{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.menu dd.hover .subMenu_ul li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menu dd.hide .subMenu_ul li{
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.subMenu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#fff;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}
/* 二级 end */

.menuBg {
    display: none;
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1;
    background: rgba(0,0,0,0.6);
}
/*menu结束*/
/*indexBanner开始*/
.indexBanner {
    overflow: hidden;
    height: 710px;
    width: 100%;
    position: relative;
}

.indexBanner .myslide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 710px;
    z-index: 1!important;
}

.indexBanner .slick-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    height: 17px;
}

.indexBanner .slick-dots li {
    width: 8px;
    height: 8px;
    line-height: 9999px;
    text-align: center;
    background: #FFF;
    color: #ffffff;
    display: inline-block;
    margin: 0 11px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.indexBanner .slick-dots li:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px #e96d04 solid;
    border-radius: 100%;
    top: -60%;
    left: -60%;
    margin-top: -50%;
    margin-left: -50%;
    display: none;
}

.indexBanner .slick-dots li.slick-active {
    background: url(../images/btn1.png) no-repeat center center;
}

.indexBanner .slick-dots li.slick-active:after {
    display: block;
}

.indexBanner .con1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -143px;
    ]
}

/*indexBanner结束*/
/*subBanenr开始*/
.subBanner {
    height: 550px;
}

.subBannerT {
    overflow: hidden;
    text-align: center;
}

.subBannerT span {
    font-size: 30px;
    display: block;
    color: #fff;
}
.subBannerT span+span{
    font-size: 40px;
    letter-spacing: 20px;
    padding-top: 20px;
}
.subBannerT1 .word {
    width: 450px;
    height: 48px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #b8b8b8;
    border-right: 0 none;
    vertical-align: top;
    background-color: #fff;
    float: left;
}
.subBannerT1 .word input{
    border: 0;
    padding: 0;
    width: 400px;
    height: 40px;
    font-size: 16px;
    line-height: 48px;
    font-family: Arial;
    color: #000;
    margin: 5px 0 0 25px;
    outline: 0;
    background: #fff;
}
.wordimg{
    background: url(../images/search1.png) no-repeat center center;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    cursor: pointer;
}
.subBannerT1{
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -275px;
    width: 550px;
}
.worda{
    height: 50px;
    width: 93px;
    float: left;
    display: inline;
    background-color: #0e5ba1;
    position: relative;
}
.wordT dl dd{
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 5px;
}
.wordT dl dd span{
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.2);
}
.wordT{
    overflow: hidden;
    display: inline-block;
    padding-top: 20px;
}
/*subBanenr结束*/
/*第一通栏start*/
.cloumn1 {
    height: 555px;
}

.column1Box1 .column1fl {
    overflow: hidden;
    background-color: #fff;
    width: 50%;
    height: 100%;

}

.column1ff {
    padding: 95px 78px 0 205px;
}

.column1Box1 {
    overflow: hidden;
    height: 555px;
}

.column1ff .column1sp1 {
    font-size: 24px;
    line-height: 32px;
    color: #454545;
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;

}

.column1ff .column1sp1:before {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    width: 10px;
    height: 2px;
    background-color: #999999;
    bottom: 0px;
    left: 0px;
}

.column1ff .column1sp2 {
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
    display: block;
    text-align: left;
    padding: 10px 0;
}

.column1ff .column1sp3 {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    display: block;
    text-align: left;
    padding-bottom: 60px;
}

.moreT a span {
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    color: #555555;
    background: url(../images/left2.png) no-repeat right center;
    padding-right: 30px;
    position: relative;
    font-weight: bold;

}

.moreT a span:before {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0%;
    height: 1px;
    background-color: #063e8a;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s linear;
}

.moreT a:hover span:before {
    width: 100%;
}

.column1frBox1 {

    padding-left: 50px
}

.column1fr {
    width: 50%;
    overflow: hidden;
}

.column1frBoxdl {
    overflow: hidden;
    padding: 70px 125px 70px 60px;
}

.column1frBoxdl dd {
    float: left;
    width: 50%;
    display: inline;
    position: relative;
    padding-bottom: 50px;
    padding-top: 40px;
}

.column1frBoxdl .column1frBoxdd1:after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 230px;
    right: 0px;
    top: 0px;
    background-color: #e6e6e6;
}

.column1frBoxdl .column1frBoxdd:before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #e6e6e6;
}

.column1frBox1 .frBox1sp1 {
    font-size: 60px;
    line-height: 90px;
    color: #063e8a;
    display: inline-block;
    height: 70px;
    overflow: hidden;
}

.column1frBoxdl .frBox1sp2 {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #555555;
    text-align: left;
}

.column1frBoxdl i {
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: #666666;

}

/*第一通栏end*/
/*第二通栏start*/
.cloumn2 {}

.column2B {
    overflow: hidden;
    background-size: cover;
    height: 485px;
}

.column2BT .column2Bsp1 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    display: block;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
}

.column2BT .column2Bsp1:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
}

.column2BT {
    padding-top: 130px;
}

.column2Bsp2 {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    color: #fff;
    padding-top: 38px;
    width: 630px;
}

.column2BI {
    position: relative;
    background-color: #fff;
    height: 820px;

}

.column2BI1 {
    position: relative;
    top: -100px;
    background: #fff;
    height: 100%;

}

.column2BI2 {

    padding: 40px 30px 120px;
}

.column2BI2 span {
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
}

.column2BI3dl dd {
    float: left;
    display: inline;
    width: 25%;
    transition: 0.4s ease;
}

.column2BI3dl dd .icon {
    display: block;
    height: 100%;
}

.column2BI3dl dd .icon img {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    padding-top: 70px;
}

.column2BI3dl dd .icon .column2sp1 {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

.column2BI3dl dd .icon .column2sp2 {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    padding-bottom: 60px;
}

.column2BI3dl dd:hover {
    box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.1);
}

/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.column3 {
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-bottom: 105px;
}

.column3Case {
    height: 100%;
}

.column3CaseTopL span {
    display: block;

}

.column3CaseTopsp1 {
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    color: #454545;
}

.column3CaseTopsp2 {
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    color: #858585;
}

.column3CaseTopTdl dd {
    float: left;
    display: inline;
    overflow: hidden;
    background-color: #ebebeb;
    margin-right: 5px;
    border-radius: 2px;
    transition: 0.4s ease;
}

.column3CaseTop {
    overflow: hidden;
    padding: 105px 0 50px;
}

.column3CaseTopTdl {
    overflow: hidden;
    margin-right: -5px;
}

.column3CaseTopTdl dd a span {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    display: inline-block;
    padding: 5px 10px;

}
@media screen and (max-width: 1600px) {
    .column3CaseTopTdl dd a span {
        font-size: 12px;
        padding: 5px 7px;
    }
}
.column3CaseTopTdl dd:hover {
    background-color: #f1860f;
}

.column3CaseTopTdl dd:hover span {
    color: #fff;
}
.column3CaseTopTdl dd.hover{
    background: #f1860f;
}
.column3CaseTopTdl dd.hover span {
    color: #fff;
}
.column3CaseBox {
    overflow: hidden;

}

.CaseBoxdl {
    margin: 0 -15px
}

.column3CaseBox dd {
    float: left;
    display: inline;
    width: 25%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.column3CaseBox dd:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 67.3%;
}

.column3CaseBox dd .con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.column3CaseBox dd a {
    display: block;
    overflow: hidden;
    margin: 0 15px;
    position: relative;
    height: 100%;
    background: #fff;
}

.column3CaseBox dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.column3CaseBox dd .pic:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.column3CaseBox dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.column3CaseBox dd .text {
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 99;
}

.column3CaseBox dd .text:after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 1px;
    background-color: #f14509;
    bottom: 0px;
    left: 0px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.CaseBoxdt {
    width: 50%;
    float: left;
    display: inline;
    position: relative;
    margin-bottom: 30px;
}
.CaseBoxdt .device{
    width: 260px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 5;
        
}
.CaseBoxdt .device .arrow-left {
  background: url(../images/clo1left.png) no-repeat left center;
  position: absolute;
  left: 50px;
  width: 23px;
  height: 100%;
}
.CaseBoxdt .device .arrow-left:hover{
    background: url(../images/clo1Left1.png) no-repeat left center;
    position: absolute;
    left: 50px;
    width: 23px;
    height: 100%;
}
.CaseBoxdt .device .arrow-right {
  background: url(../images/clo1Right.png) no-repeat left center;
  position: absolute;
  right: 50px;
  width: 23px;
  height: 100%;
}
.CaseBoxdt .device .arrow-right:hover{
    background: url(../images/clo1Right1.png) no-repeat left center;
    position: absolute;
    right: 50px;
    width: 23px;
    height: 100%;
}
.CaseBoxdt:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.5379%;
}

.CaseBoxdt .con {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
}

.CaseBoxdt .CaseBoxdtSlide {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.CaseBoxdtSlide .swiper-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.CaseBoxdtSlide .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    
    position: relative;
}
.CaseBoxdtSlide .swiper-slide .pic:before{
    padding-top: 34.5379%;
}
.CaseBoxdtSlide .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.CaseBoxdl {
    overflow: hidden;
}

.column3CaseBox {
    padding: 0 30px;
}

.column3CaseBox dd .text span {
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.column3CaseBox dd .text .textimg {
    background: url(../images/left.png) no-repeat center center;
    height: 70px;
    width: 20px;
    display: inline-block;
    float: right;
}

.column3CaseBox dd .text span {
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.column3CaseBox dd:hover .text:after {
    width: 100%;
}
.num{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -19px;
}
.num i{font-style: normal;display: inline-block;font-size: 18px;font-weight: 100;    line-height: 30px;}
.num .numsp1{
    font-size: 14px;
    line-height: 32px;
    color: #4c4c4c;
    float: left;
    display: inline;
}
.num .numsp2{
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    float: right;
    display: inline;
}
/*第三通栏end*/
/*第四通栏start*/
.column4 {
    background-color: #fff;
    overflow: hidden;
    height: 885px;
}

.column4Box .moreT a span {
    line-height: 64px;
}

.column4Box1 {
    overflow: hidden;
    padding-top: 100px;

}

.column4Box {
    position: relative;
}

.column4Box:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    top: 27.7%;
    left: 0px;
}

.column4P .swiper-slide:after {
    content: "";
    position: absolute;
    overflow: hidden;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px #9e9e9e solid;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
}

.column4T1 {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    display: block;
    overflow: hidden;
    font-weight: bold;
}

.column4Box3:before {
    content: "";
    position: absolute;
    padding-top: 66.6%;
}

.column4Box3 .swiper-container {
    height: 500px;
}

.column4T2 {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    display: block;
    height: 32px;
    overflow: hidden;
    padding: 5px 0 10px;
}

.column4T3 {
    font-size: 14px;
    line-height: 26px;
    color: #858585;
    display: block;
    height: 50px;
    overflow: hidden;
    padding-bottom: 35px;
}

.column4T {
    overflow: hidden;
    margin-right: 30px;
    padding-top: 15px;
}

.column4P {
    margin-right: -30px !important;
}

.column4T4 .a {
    display: block;
}

.column4T4 .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.column4T4 .pic:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.column4T4 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.column4Box2 {
    overflow: hidden;
    padding-bottom: 50px;
}

.column4Btn .arrow-left {
    background: url(../images/leftT1.png) no-repeat center center;
    position: absolute;
    left: 40%;
    bottom: 0px;
    width: 25px;
    height: 25px;
    transition: all 0.5s linear;
}

.column4Btn .arrow-left:hover {
    background:url(../images/LeftT2.png) no-repeat center center;
    position: absolute;
    left: 40%;
    bottom: 0px;
    width: 25px;
    height: 25px;
}

.column4Btn .arrow-right {
    background: url(../images/LeftT3.png) no-repeat center center;
    position: absolute;
    right: 40%;
    bottom: 0px;
    width: 25px;
    height: 25px;
    transition: all 0.5s linear;
}
.column4Btn .arrow-right:hover {
    background:url(../images/LeftT4.png) no-repeat center center;
    position: absolute;
    right: 40%;
    bottom: 0px;
    width: 25px;
    height: 25px;
}
.column4Btn {
    overflow: hidden;
    position: relative;
    height: 25px;
    text-align: center;
    padding-top: 50px;
}

.moreX {
    background: url(../images/moreT1.png) no-repeat left bottom;
    position: absolute;
    right: 49%;
    bottom: 0px;
    width: 25px;
    height: 25px;
}

/*第四通栏end*/
/*第五通栏start*/
.column5 {
    background-color: #f0f0f0;
}

.column5Boxsp1 {
    font-size: 24px;
    line-height: 32px;
    display: block;
    overflow: hidden;
    color: #454545;
}

.column5Boxsp2 {
    font-size: 14px;
    line-height: 32px;
    color: #858585;
    display: block;
    overflow: hidden;
}

.column5Box1 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
}

.column5Box1 .moreT a span {
    line-height: 64px !important;
}
.column5Box3{
    padding-bottom: 75px;
}
.column5dl{
    padding: 10px 0; 
}
.column5dl dd {
    float: left;
    display: inline;
    width: 16.66666%;
    margin-bottom: 30px;
}
.column5dl a{
    display: block;
    padding: 20px ;
    margin-right: 30px;
    background-color: #fbfbfb;
    transition: 0.4s ease;
}
.column5dl {
    overflow: hidden;
    margin-right: -30px;
}

.column5dl dd .con {
    padding-top: 30%;
    position: relative;
}
.column5dl dd img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s ease;
}
.column5dl a:hover {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1)
}
.column5dl a:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}
/*第五通栏end*/
/*底部开始*/
.footer {
    height: 100%;
    background-color: #1f1f1f;
    overflow: hidden;
}

.footertop {
    overflow: hidden;
}

.footertop1 {
    overflow: hidden;
    border-bottom: 1px #363636 solid;
}

.linek {
    overflow: hidden;
    float: left;
    display: inline;
}

.footerlogo {
    background: url(../images/footerlog.png) no-repeat left center;
    height: 114px;
    float: left;
    display: inline;
    width: 215px;
}

.linek .linekdl dd {
    float: left;
    display: inline;
    height: 114px;
    width: 120px;
    padding-right: 25px;
    text-align: center;
}

.linekdl {
    overflow: hidden;
    padding-left: 57px;
}

.back {
    height: 114px;
}

.back a span {
    background: url(../images/back.png) no-repeat right center;
    height: 50px;
    display: inline-block;
    width: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.linek .linekdl dd a {
    font-size: 16px;
    line-height: 114px;
    color: #c7c7c7;
    height: 114px;
    display: inline-block;

}

.footerHei {
    overflow: hidden;
}

.footerHeiT .footerHeidl dd {
    float: left;
    display: inline;
    margin-right: 123px;
    transition: all 0.5s linear;
}

.footerHeidl {
    overflow: hidden;
}

.footerHeidl dd img {
    display: block;
    padding-bottom: 10px;
}

.footerHeidl dd .em2 {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    display: block;
    margin-bottom: 5px;
}

.footerHeidl dd .em1 {
    font-size: 16px;
    line-height: 30px;
    /*color: #f14509;*/
    display: block;
}
.footerHeidl dd .em1 em{
    color: #f14509;
    font-style: normal;
}
.footerHeiT {
    padding: 60px 0 100px;
}

.footerHeiI dl dd {
    float: left;
    display: inline;
}

.footerHeiI dl .footerHeiIdd {
    padding-right: 50px;
}

.footerHeidl dd .em3 {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    display: block
}

.footerHeiI i {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-style: normal;
    padding-bottom: 20px;
}

.footerHeiI {
    overflow: hidden;
    padding-top: 50px;
}

.ewm {
    padding: 20px;
    border: 1px #333333 solid;
    border-radius: 5px;
}
.ewm img{
    width: 111px;
    height: 111px;
}
.footerHei1 {
    border-bottom: 1px #363636 solid;
    overflow: hidden;
}

.footerBot {
    overflow: hidden
}

.footerBotfr span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.footerBotfr span a:hover{
    color: #f14509;
}
.footerBotfl .bds_sqq {
    background: url(../images/footericon4.png) no-repeat center center !important;
    height: 25px !important;
    width: 25px !important;
}

.footerBotfl .bds_tsina {
    background: url(../images/footericon5.png) no-repeat center center !important;
    height: 25px !important;
    width: 25px !important;
}

.footerBotfl .bds_weixin {
    background: url(../images/footericon6.png) no-repeat center center !important;
    height: 25px !important;
    width: 25px !important;
}

.footerBot1 {
    overflow: hidden;
    padding: 30px 0;
}
.footLink{
    line-height: 36px;
    overflow: hidden;
}
.footLink dd{
    float: left;
}
.footLink a{
    display: block;
    font-size: 14px;
    color: #666666;
    transition: 0.2s ease;
}
.footLink a:hover{
    color: #f14509;
}
.footLink dd+dd{
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
.footLink dd+dd:after{
    content: '';
    display: block;
    border-left: 1px solid #6f6f6f;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/ 

/*当前位置结束*/
/*页码开始*/
.page {
    padding: 30px 0;
    text-align: center;
    clear: both;
    font-size: 14px;
}

.page a {
    display: inline-block;
    overflow: hidden;
    color: #999999;
    margin: 0 3px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 100%;
}

.page a span {
    position: relative;
}

.page span {
    display: inline-block;
    position: relative;
}

.page a:hover {
    background-color: #0e5ba1 !important;
    color: #fff;
}

.page a.hover {
    background: #0e5ba1;
    color: #fff;
}

.nextPage {
    background-color: #fff;
}

.lastPage {
    background-color: #fff;
}

.page input {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #e6e6e6;
    position: relative;
    top: -2px;
}

.page input.pageDetail {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #999999;
    position: relative;
    top: -13px;
}

.page label {
    color: #999999;
    position: relative;
    top: -11px;
}

.page input.page_bnt {
    border: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: none;
    color: #999999;
    position: relative;
    top: -13px;
}

.page a div {
    height: 39px;
    background-position: center center;
    background-repeat: no-repeat;
}

.firstPage {
    background-color: #fff !important;
    background: url(../images/firstPage.png) no-repeat center center;
}
.page .firstPage:hover{
    background: url(../images/firstPageh.png) no-repeat center center;
}
.nextPage:hover div{
    background:url(../images/nextPageh.png) no-repeat center center;
}
.prevPage {
    background-color: #fff !important;
    background: url(../images/prevPageh.png) no-repeat center center;
}

.page a.nextPage div {
    background-image: url(../images/nextPage.png)
}

.page a.lastPage div {
    background-image: url(../images/lastPage.png)
}


.page a.prevPage :hover div {
    background: url(../images/firstPageh.png) no-repeat center center !important;
}

.page a.prevPage.disabled:hover div {
    background: url(../images/prevPage.png) no-repeat center center;

}

.page a.firstPage.disabled:hover div {
    background: url(../images/firstPageh.png) no-repeat center center;
}

.page a.lastPage:hover div {
    background: url(../images/lastPageh.png) no-repeat center center;

}

.page a.prevPage:hover div {
    background: url(../images/prevPage.png) no-repeat center center;

}

.page a.nextPage:hover div {
    background: url(../images/nextPageh.png) no-repeat center center;
}

.page a.firstPage.disabled {
    background: #fff;
}

.page a.prevPage.disabled {
    background: #fff;
}

.page a.nextPage.disabled {
    background: #fff;
}

.page a.lastPage.disabled {
    background: #fff;
}

.page a.prevPage:hover div {
    background: url(../images/prevPage.png) no-repeat center center;
}

.page a.firstPage.disabled div {
    background-image: url(../images/firstPage.png)
}

.page a.prevPage.disabled div {
    background-image: url(../images/prevPageh.png)
}

.page a.nextPage.disabled div {
    background-image: url(../images/nextPage.png)
}

.page a.lastPage.disabled div {
    background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
@media screen and (max-width:1600px) {
	.footerHei1 .footerHeidl dd{
		  margin-right: 70px;
	}
}
@media screen and (max-width:1300px) {
	.coop .aboutBgLeft{
		padding-right: 80px;
	}
}
/* 案例导航 start */
.caseMenu{
    padding: 20px;
    background: #f7f7f7
}
.subMenu1{
    font-size: 0;
    text-align: center;
}
.subMenu1 dd{
    display: inline-block;
    width: 12.5%;
}
.subMenu1 a{
    display: block;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
    line-height: 58px;
    text-align: center;
    color: #333;
    font-size: 16px;
    transition: 0.4s ease;
}
.subMenu1 dd~dd a{
    border-left: none;
}
.subMenu1 dd.hover a{
    color: #f1860f;
}
.subMenu1 dd a:hover{
    color: #f1860f;
}
.threeMenu{
    text-align: center;
    font-size: 0;
}
.threeMenu dd{
    display: inline-block;
    margin: 0 10px;
}
.threeMenu a{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    transition: 0.4s ease;
}
.threeMenu dd.hover a{
    color: #f1860f;
    font-weight: bold;
}
.threeMenu a:hover{
    color: #f1860f;
    font-weight: bold;
}
/* 案例导航 end */
/*内页框架结束*/
