/* 通用部分 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: 'MicrosoftYaHei';
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}
input, textarea, select {
    *font-size: 100%
}
a {
    color: RGBA(51, 51, 51, 1);
}
a:hover {
    text-decoration: none;
    color: RGBA(64, 138, 235, 1);
}
a:link, a:visited, a:active {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
html, body {
    width: 100%;
    height: 100%;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.vm {
    vertical-align: middle;
}
.tr {
    text-align: right;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0px;
}
.displayNone {
    display: none;
}
.displayBlock {
    display: block;
}

/* Y轴抵消50% */
.translateY {
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-ransform: translateY(-50%);
}
/* X轴抵消50% */
.translateY {
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-ransform: translateX(-50%);
}
/* XY抵消50% */
.translate {
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-ransform: translate(-50%, -50%);
}
.displayFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}
.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-colum {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}
.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-box-pack: flex-start;
    -webkit--moz-box-pack: flex-start;
    box-pack: flex-start;
}
.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-box-pack: flex-end;
    -webkit--moz-box-pack: flex-end;
    box-pack: flex-end;
}
.flex-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

/* 外盒子最小宽度1200 */
.indexContent, .content-wrapper {
    min-width: 1200px;
}
.contentBox {
    width: 1200px;
    margin: 0 auto;
}
.content-wrapper {
    width: 100%;
}
/* banner 超出*/
.metaslider {
    overflow: hidden;
}

/* ========================================   header =======================================================*/
header {
    height: 86px;
    background: #fff;
    padding-top: 17px;
    position: relative;
    z-index: 999;
    min-width: 1200px;
}
header .headerFixedBox {
    width: 100%;
}
header .fixed {
    height: 86px;
    padding-top: 17px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 100;
}
header, header .fixed {
    box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -o-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -ms-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -moz-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -webkit-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    background: #fff;
}
header .headerBox .logo a img {
    height: 60px;
    width: 188px;
}
 header .headerBox .haina-logo
  {height: 0px !important;
    width: 0px !important;
}
header .headerBox nav {
    margin-left: 51px;
}
 
header .headerBox nav .menu .hotWord {
    font-weight: 400;
    color: rgba(115, 115, 115, 1);
    font-family: MicrosoftHimalaya;
}
header .headerBox nav .menu .hotWord img {
    margin-right: 2px;
} 
header .headerBox nav ul.menu li.menuLi {
    min-width: 60px;
    position: relative;
    height: 49px;
    text-align: center;
    font-size: 18px;
}
header .headerBox nav ul.menu li.menuLi a, header .headerBox nav ul.menu li.menuLi span {
    display: block;
    padding: 0 5px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: calc(100% - 4);
    -o-width: calc(100% - 4);
    -moz-width: calc(100% - 4);
    -ms-width: calc(100% - 4);
    -webkit-width: calc(100% - 4);
}
header .headerBox nav ul.menu li.menuLi .extraA{
    padding: 0px!important;
}
/*header .headerBox nav ul.menu li.menuLi a.navA::after,header .headerBox nav ul.menu li.menuLi span::after {
    position: absolute;
    left: 0;
    width: 100%;
    color: #f80d4a;
    content: attr(data-title);
    transform: translateY(100%);
}*/
header .headerBox nav ul.menu li.animateLi::after {
    content: '';
    height: 4px;
    background: rgba(64, 138, 235, 1);
    display: inline-block;
    animation: border0 .3s ease;
    -o-animation: border0 .3s ease;
    -moz-animation: border0 .3s ease;
    -ms-animation: border0 .3s ease;
    -webkit-animation: border0 .3s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: translateX(-50%)
}
header .headerBox nav ul.menu li.menuLi:hover {
    cursor: pointer;
}
header .headerBox nav ul.menu li.animateLi:hover::after {
    animation: border100 .3s ease;
    -o-animation: border100 .3s ease;
    -moz-animation: border100 .3s ease;
    -ms-animation: border100 .3s ease;
    -webkit-animation: border100 .3s ease;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
header .headerBox nav ul.menu li.menuLi.news ul {
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 50px;
  width: 120%;
  left: -10px;
  padding: 10px 0;
 display: none;
  box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
  -o-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
  -ms-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
  -moz-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
  -webkit-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
}
header .headerBox nav ul.menu li.menuLi.news ul li {
  width: 100%;
  height: 44px;
}

header .headerBox nav ul.menu li.menuLi.news ul li a{
    font-size: 14px;
    color: #898989;

}
header .headerBox nav ul.menu li.menuLi.news ul li a:hover {
    color: rgba(64, 138, 235, 1);
}

@keyframes border0 {
    0% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 50%;
    }
}
@keyframes border100 {
    0% {
        width: 0;
        left: 50%;
    }
    100% {
        width: 100%;
        left: 0;
    }
}
@keyframes color {
    0% {
        color: RGBA(77, 77, 77, 1);
    }
    100% {
        color: #408AEB;
    }
}
@keyframes colorNone {
    0% {
        color: #E61A0F;
    }
    100% {
        color: RGBA(77, 77, 77, 1);
    }
}
header .headerBox nav ul.menu li.animateLi a.navA, header .headerBox nav ul.menu li.animateLi span {
   /*  animation: colorNone .3s ease;
   -o-animation: colorNone .3s ease;
   -moz-animation: colorNone .3s ease;
   -ms-animation: colorNone .3s ease;
   -webkit-animation: colorNone .3s ease; */
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
header .headerBox nav ul.menu li.animateLi:hover a.navA, header .headerBox nav ul.menu li.animateLi:hover span {
    /* animation: color .3s ease;
    -o-animation: color .3s ease;
    -moz-animation: color .3s ease;
    -ms-animation: color .3s ease;
    -webkit-animation: color .3s ease; */
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* transform: translateY(-100%); */
    /* transition: all ease-out .3s; */
}
header .headerBox nav ul.menu li.menuLi.red a{
  color: #F13B3A;
}

header .headerBox nav ul.menu li.menuLi:last-child:hover a {
    color: RGBA(64, 138, 235, 1);
}
header .headerBox nav ul.menu li.menuLi:last-child:hover {
    border: none;
}
header .headerBox nav ul.menu li.menuLi.active {
    border-bottom: 4px solid rgba(64, 138, 235, 1);
}
header .headerBox nav ul.menu li.menuLi.active a, header .headerBox nav ul.menu li.menuLi.active span {
    color: #408AEB;
}
/* 主营服务 */
header .headerBox nav ul.menu li.menuLi.service ul {
    position: absolute;
    z-index: 2;
    background: #fff;
    top: 65px;
    width: 790px;
    left: -350px;
    /*padding:10px 0;*/
    display: none;
    box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -o-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -ms-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -moz-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -webkit-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    font-size: 16px;
    padding: 50px 0px 30px 40px;
}
header .headerBox nav ul.menu li.menuLi.service ul li {
    width: 150px;
    height: auto;
    float: left;
}
header .headerBox nav ul.menu li.menuLi.service ul li label {
    display: block;
    width: 100%;
    font-weight: 400;
    border-left: 12px solid rgba(64, 138, 235, 1);
    line-height: 12px;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 10px;

}
header .headerBox nav ul.menu li.menuLi.service ul li a {
    /*color:rgba(102, 102, 102, 1);*/
    color: #898989;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    width: 100%;
    display: block;
    /*height:100%;*/
}
header .headerBox nav ul.menu li.menuLi.service ul li a:hover {
    color: rgba(64, 138, 235, 1);
}
header .headerBox nav ul.menu li.menuLi.service ul li.active a {
    color: rgba(64, 138, 235, 1);
}
header .headerBox nav ul.menu li.menuLi.service ul li div p.active a { /* 选中标签后变色 */
    color: rgba(64, 138, 235, 1);
}
/*成功案例 新闻动态*/
header .headerBox nav ul.menu li.menuLi.dongtai ul{
    position: absolute;
    z-index: 2;
    background:#fff;
    top:66px;
    width:120%;
    left: -10px;
    padding:10px 0;
    display: none;
    box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -o-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -ms-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -moz-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -webkit-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
}
header .headerBox nav ul.menu li.menuLi.anli ul {
    position: absolute;
    z-index: 2;
    background:#fff;
    top:66px;
    width:150%;
    left: -20px;
    padding:10px 0;
    display: none;
    box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -o-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -ms-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -moz-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -webkit-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
}
header .headerBox nav ul.menu li.menuLi.anli ul li,header .headerBox nav ul.menu li.menuLi.dongtai ul li {
    width:100%;
    height:44px;
}
header .headerBox nav ul.menu li.menuLi.anli ul li.active a,header .headerBox nav ul.menu li.menuLi.dongtai ul li.active a{
   color: rgba(64, 138, 235, 1);
}
header .headerBox nav ul.menu li.menuLi.anli ul li a ,header .headerBox nav ul.menu li.menuLi.dongtai ul li a{
    color:rgba(102, 102, 102, 1);
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    display: block;
    height:100%;
}
header .headerBox nav ul.menu li.menuLi.anli ul li a:hover ,header .headerBox nav ul.menu li.menuLi.dongtai ul li a:hover{
    color: rgba(64, 138, 235, 1);
}

/* ============================================= footer =================================================== */
footer {
    width: 100%;
    height: auto;
    background: #1A7BC0;
    color: rgba(255, 255, 255, 1);
}
footer .footer-header {
   
    padding-bottom: 36px;
}
footer .footer-header img{
    width: 240;
    height: 70px;
}
footer .footer_content {
    font-size: 16px;
    width: 1200px;
    height: 530px;
    -moz-background-size:100% 100%; 
    background-size:100% 100%;
   
}
footer .footer_content .footer_Title {
position: relative;
padding-top: 50px;
}
footer .footer_content .footer_Title h1,h2,em{
font-size: 36px;
text-align:center;
} 
footer .footer_content .footer_Title h2{
letter-spacing:15px;
padding: 22px;
color: #FFF;
} 

footer .footer_content .footer_Title h3{
font-size: 12px;
text-align:center;
color: #FFF;
} 
footer .footer_content .map {
    padding: 20px;
    margin: 20px;
    height: 320px;
    background: rgba(255, 255, 255, 1);
}
footer .footer_content .content {
  margin-top: 20px;
}
footer .footer_content .content p label{
   color: #FFFFFF;
   font-weight: 500;
}
footer .footer-btm {
    margin-top: 35px;
}
footer .footer_nav {
    text-align: center;
    font-size: 18px;
    margin-top:20px;
    margin-left:20px;
    width: 950px;
}
footer .footer_nav ul {
    padding-left: 50px;
}
footer .footer_nav li {
    margin-left:10px;
    padding-bottom: 12px;
}
footer .footer_nav li a {
    color: #FFFFFF;
}
footer .footer_nav li:last-child a {
    color: #FF0000;
}
footer .footer_bottom{
    width: 1200px;
    height: 220px;
    padding-top: 50px;
}

footer .footer_bottom .about p{
    width: 340px;

color: #FFF;
line-height: 30px;
float: left;
}
footer .footer_bottom .erweicode p{
    display: block;
color: #fff;
text-align: center;
padding-top: 10px;
}


footer .footer_bottom .contentus  span {
    display: block;
     text-align: right;
}
footer .footer_bottom .contentus  span.phone {
    color: #FFF;
    font-size: 16px;
}
footer .footer_bottom .contentus  span.number {

    font-size: 28px;

}
footer .footer_bottom .contentus  span.china {
    color: #FFF;
    font-size: 16px;
}
footer .copyRight {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
}
footer .copyRight a{color:#fff;text-decoration:underline}
#foot-link {
    color: #999;
    font-size: 12px;
    padding-bottom: 10px;
}
#foot-link > div {
    display: inline;
}
#foot-link ul {
    display: inline;
    padding: 0px;
    margin: 0px;
}
#foot-link ul li {
    display: inline;
    margin-right: 11px;
    line-height: 20px;
}
#foot-link ul li a {
    color: #FFF;
}
/* 滑过 360旋转 */
.rotate:hover {
    background-color: #FFF;
    color: #000;
}
.rotate:hover img {
    transform:rotate(720deg);
    -o-transform:rotate(720deg);
    -webkit-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    transition: all .5s ease-in-out;
}
/*-----------------公共样式 - 开始------------------------------*/
.indexContent {
    position: relative;
}
/* 左右轮播 */
.carousel-control.left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    position: absolute;
    width: 34px;
    height: 54px;
}
.carousel-control.right {
    width: 34px;
    height: 54px;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    position: absolute;
}


/*左右切换按钮分辨率适配定位*/
.carousel-control.left,.carousel-control.right{
    width: 34px;
    height: 54px;
    top:33%;
    padding-top: 2px;
}
@media screen and (min-width:1302px){
    .carousel-control.left{
        left: -50px;
    }
    .carousel-control.right{
        right: -50px;
    }
}
@media screen and (max-width:1302px){
    .carousel-control.left{
        left: 3px;
        background-color: #D4D4D4;
    }
    .carousel-control.right{
        right: 3px;
        background-color: #D4D4D4;
    }
}

.newsRelateCase ul{
    position: relative;
}
/*图片视频拍摄页面左右切换按钮定位*/
.carousel-control1.left {
    background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    position: absolute;
    width: 34px;
    height: 54px;
    left: -64px;
}
.carousel-control1.right {
    width: 34px;
    height: 54px;
    background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    position: absolute;
    right: -71px;
}
.carousel-control1.left,.carousel-control1.right{
    width: 34px;
    height: 54px;
    top:44%;
    padding-top: 2px;
    z-index: 2;
}
/*   */


/*弹窗样式不变*/
body {
padding-right: 0px !important; 
}
*.modal-open {
overflow-y: scroll;
padding-right: 0 !important;
}
.consultform p, i, span {
display: inline;
}
/*图片旋转*/
.rotate-img:hover,.rotate-item:hover img{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.rotate-img,.rotate-item img{
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.rotate-item-x:hover img{
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.rotate-item-x img{
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.rotate-item-y:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.rotate-item-y img{
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
/*大字母标题样式*/
.title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.titleBigletter .title1{
     
}
.titleBigletter .title1 h1{
    font-size:125px;
    font-family:Arial;
    color:#F96D3C;
    line-height:95px;
    float:left;
}
.titleBigletter .right-title1{
    float:left; padding-left:6px;
}
.titleBigletter .title1 h2,.titleBigletter .title1  em{
    font-size:38px;
    font-family:Arial;
    font-weight:bold;
    color:#F96D3C;
    line-height:36px;
    text-transform:uppercase;
    margin-bottom:5px;
}
.titleBigletter .title1 h2 em{
        background: linear-gradient(to right, #F96D3C, #E752E3);
        -webkit-background-clip: text;
        color: transparent;
    }

  
.titleBigletter .title1 h3{
    font-size:20px;
    font-family:Arial;
    font-weight:bold;
    color:#A5A5A5;
    line-height:36px;
    text-align: center;
    margin-bottom:5px;
    /*letter-spacing: 5px;*/
}
.titleBigletter .title1 p{
    font-size:18px;
   
  text-align: center;
}

.titleBigletter .right-title1 div{
    width:343px;
    height:30px;
    background-color:rgba(241,59,58,1);
    padding-left:6px;
    color:white;
    font-size:24px;
    font-weight:bold;
    margin-bottom:3px;
    line-height:30px;
}
.titleBigletter .title span{
    font-size:18px; color:rgba(58,58,58,1); font-weight:400;  letter-spacing:2px; line-height:30px;
}

.container1{ width:1200px; margin:0px auto; }

/*客户填表咨询*/
.filled{
    width:100%;
    height:78px;
    background:#F96D3C ;
}
.filled span{
    font-size:28px;
    color: white;
    line-height: 78px;
}
.clickform{
    display: block;
    margin: 0px auto;
    margin-top: 32px;
    margin-bottom: 84px;
    padding: 0;
    border: none;
    background-color: white;
    border-radius: 22px;
}

.consult-yellow{
background: #F96D3C;
}
.consult-red{
color: #FF002B;
background: #FF002B;
}

.container2{
    width: 1200px;
    margin: 0 auto;
}



/*-----------------公共样式 - 结束------------------------------*/




/*------------------------------------*/
