﻿@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}
.header_top{
    background-color:#333333;height:34px;
}
.w1200{
    width:1200px;margin:0 auto;
}
.mar_auto{
    margin:0 auto;
}
/*头部*/
.header_top_left{
    line-height:34px;color:#fff;font-size:14px;font-weight:normal;
}
.header_top_left .telephone{
    width:20px;margin-right:5px;
}
.header_top_right{
    line-height:34px;color:#c2c2c2;font-size:14px;font-weight:normal;
}
.header_top_right a{
    color:#c2c2c2;
}
.header_top_right a:hover{
    opacity:0.8;
}
.header_nav_box{
    height:96px;position:relative;z-index:2;
}
.header_nav_logo img{
    display:block;height:96px;width:170px;
}
.header_nav_box ul li{
    float:left;height:96px;margin-left:50px;position:relative;
}
.header_nav_box ul li>a{
    font-size:16px;color:#333;position:relative;display:block;line-height:24px;height:96px;padding-top:28px;box-sizing:border-box;text-align:center;
}
.header_nav_box ul li a span{
    font-size:14px;
}
.header_nav_box ul li a:after{
    content: "";
	width: 0;
	height: 4px;
	background: #da261c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.header_nav_box ul li a:hover:after{
    width:100%;
}


.header_nav_box ul li a.on:after{
     width:100%;
}
.header_nav_box ul li>a.mouse_on:after{
     width:100%;
}
.header_nav_box ul li .sub_nav{
    background-color:rgba(0,0,0,0.67);position:absolute;left:50%;margin-left:-75px;top:96px;
}
.header_nav_box ul li .sub_nav dl dd{
    display:block;height:44px;width:150px;line-height:44px;text-align:center;
}
/*.header_nav_box ul li .sub_nav dl dd{
    border-bottom:1px solid #898989;
}
.header_nav_box ul li .sub_nav dl dd:nth-last-child(n){
    border-bottom:none;
}*/
.header_nav_box ul li .sub_nav dl dd a{
    color:#fff;font-size:16px;position:relative;padding-bottom:12px;
}
.sub_nav{
    display:none;
}
/*头部*/
/*footer*/
.footer{
    width:100%;height:350px;border-top:8px solid #da261c;background-color:#201e1f;padding-top:40px;position:relative;
}
.footer_left{
    border-right:1px solid #616161;padding-right:39px;
}
.footer_left ul li{
    float:left;width:115px;text-align:center;margin-right:45px;margin-left:95px;
}
.footer_left ul li img{
    width:100%;display:block;margin:0 auto 10px;
}
.footer_left ul li span{
    font-size:14px;color:#fff;line-height:16px;
}
.footer_left .footer_info{
    font-size:14px;color:#fff;line-height:16px;margin-top:20px;
}
.footer_right{
    
}
.footer_right ul li{
    float:left;font-size:16px;color:#fff;font-weight:600;text-align:center;
}
/*.footer_right ul li:nth-child(3) a{
    padding-right:20px;
}
.footer_right ul li:nth-child(3) dl{
    position:absolute;
}*/
.footer_right ul li a{
    color:#fff;margin:0 25px;
}
.footer_right ul li a:hover{
    text-decoration:underline;
}
.footer_right ul li dl{
    margin-top:5px;
}
.footer_right ul li dl dd{
    font-weight:normal;line-height:36px;font-size:14px;
}
/*.footer_right ul li:nth-last-child(1) a{
    margin-right:0;
}
.footer_right ul li:nth-child(1) a{
    margin-left:0;
}*/
.footer_right h3{
    color:#fff;font-size:16px;margin-top:40px;
}
.footer_bot{
    background-color:#0f0f0f;width:100%;margin:0 auto;position:absolute;bottom:0;padding:10px 0;
}
.footer_copyright{
    color:#d3d3d3;font-size:14px;text-align:center;line-height:24px;
}
/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;z-index:999;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*banner*/
.flexslider{position:relative;/*height:620px;*/overflow:hidden;zoom:1;height:400px;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}
.flexslider .slides{zoom:1}
.flexslider .slides a{
    display:block;width:100%;height:100%;
}
.flex-direction-nav{z-index:999}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0}
.flex-direction-nav .flex-prev{left:0}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25)}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25)}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50)}
.flex-control-nav{width:100%;position:absolute;bottom:20px;text-align:center}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer}
.flex-control-paging li a.flex-active{background-position:0 0}

/*关于*/
.h_about_us{
    padding:30px 0;    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    background:url(../images/home24.jpg) no-repeat center;background-size:cover;
}
.h_about_us.active{
        opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.h_common_title h1{
    font-size:26px;font-weight:bolder;color:#da261c;line-height:40px;
}
.h_common_title h1 span{
    font-size:18px;color:#da261c;font-weight:normal;margin-left:30px;vertical-align:middle;
}
.h_common_title h4{
    font-size:18px;
}
.h_common_title h4 span{
    margin:0 5px;
}
.h_ab_left{
    margin-right:50px;
}
.h_ab_left img{
    width:560px;height:350px;
}
.h_ab_right{
    width:590px;
}
.h_ab_right p{
    font-size:14px;color:#333;padding:10px 0;
}
.btn{
    font-size:16px;width:176px;height:56px;display:block;text-align:center;line-height:38px;padding:8px;box-sizing:border-box;position:relative;border:none;outline:none;
}
/*.btn:hover{
    opacity:0.8;
}*/
.btn_blue{
    background-color:#026ed1;color:#fff;
}

.btn_grey{
    background-color:#dddddd;color:#333;
}
.btn_red{
    background-color:#da261c;color:#fff;
}
.btn div{
    border:1px solid #fff;position:relative;
}
.btn svg {
    height: 38px;
    left:8px;
    position: absolute;
    top:8px;
    width:156px;
}
.btn rect {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-dasharray: 422, 0;
    transition: all 450ms linear 0s;
}
.btn:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset:62;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_white{
    background-color:transparent;border:4px solid #fff;padding:6px;color:#fff;
}
.btn_white svg {
    left:6px;
    top:6px;height:36px;
}
.btn_white_red{
    background-color:#fff;color:#da261c;outline:none;border:0;
}
.btn_white_red rect{
    stroke: #da261c;
}
/*case*/
.home-video {
    width: 100%;
    margin: 40px auto;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;width:1200px;position:relative;
}
.home-video .video-pic {
    width: 100%;
}
.home-video .video-pic img {
    width: 100%;
    display: block;
}
.home-video .video-txt {
    width: 80%;
    position: absolute;
    top: 32%;
    left: 10%;
    cursor: pointer;
}
.home-video .video-txt h3 {
    width: 100%;
    font-size: 24px;
    font-family: "微软雅黑";
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.home-video .video-txt .b-play {
    width: 85px;
    height: 50px;
    margin: 34px auto 18px auto;
    background: url(../images/play-btn01.png) no-repeat center center;
    background-size: 100%;
}
.home-video .video-txt p {
    width: 100%;
    font-size: 14px;
    font-family: "宋体";
    line-height: 14px;
    color: #fff;
    text-align: center;
}
.container:after {
    clear: both;    content: " ";
    display: table;
}
.video-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.home-video-box {
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    width: 800px;
    height: 560px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -280px;
    display: none;
}
.vjs-default-skin .vjs-play-control.vjs-control{
    background: url(../images/paused.png) no-repeat center center;
    background-size: 40%;
}
.vjs-default-skin .vjs-play-control.vjs-paused{
    background: url(../images/play.png) no-repeat center center;
    background-size: 40%;
}
.close_video{
     position:absolute;top:0px;right:20px;color:#fff;line-height:36px;font-size:16px;cursor:pointer;z-index:9999999;
}
.desc-box {
    padding: 20px 0;
    background: #fff;
}
.desc-box .title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333;
    background: #fff;    width: 80%;
    margin-left: 10%;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.desc-box .desc {
    height: 18px;
    margin: 0;
    font-size: 12px;
    color: #999;
    font-family: "宋体";
    background: #fff;
    width: 80%;text-align:center;
    margin-left: 10%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h_case_mask .title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h_case_mask .desc {
    height: 18px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-family: "宋体";
    text-align:center;
    margin-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h_case_box ul li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.h_case {
    background:#fafafa url('../images/home2.jpg') no-repeat center top;padding:40px 0 30px;
}
.h_case_box{
    margin-top:20px;opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.h_case_box.active{
        opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.h_case_box ul{
    margin-bottom:20px;
}
.h_case_box ul li{
    float:left;width:235px;height:126px;margin-right:6px;margin-bottom:10px;position:relative;-webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.h_case_box ul li:nth-child(5n){
    margin-right:0;
}
.h_case_box ul li:before{
    content: '';position:absolute;top:0;left:0;width:235px;height:126px;background-color:#0266d9;opacity:0;    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
.h_case_box ul li:hover:before{
    opacity: 0.8;
    filter: alpha(opacity=0.8);
}
.h_case_box ul li .h_case_img{
    display:block;width:100%;height:126px;
}
.h_case_mask{
    width: 235px; height:126px;top: 0;left: 0; position: absolute;color: #fff;text-align: center;font-size: 16px;
}
.h_case_box li .h_case_mask::before, .h_case_box li .h_case_mask::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
}
.h_case_box li .h_case_mask::before {
    top: 25px;
    right: 15px;
    bottom: 25px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.h_case_box li .h_case_mask::after {
    top: 15px;
    right: 25px;
    bottom: 15px;
    left: 25px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    transform-origin: 100% 0;
}
.h_case_box li:hover .h_case_mask::before, .h_case_box li:hover .h_case_mask::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}
.h_case_mask img{
    width:40px;height:40px;display:block;margin:0 auto;opacity:0;position:absolute;top:50%;left:50%;margin-left:-20px;margin-top:-20px;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.h_case_mask .title,.h_case_mask .desc{
    width:200px;height:16px;display:block;margin:0 auto;opacity:0;position:absolute;top:50%;left:50%;margin-left:-100px;margin-top:-60px;line-height:16px;
    transform: translateY(100px);
    transition: all 0.5s ease 0s;
}
.h_case_mask .desc{
    margin-top:-30px;
}
.h_case_box li .h_case_play{
    position:absolute;top:34px;left: 50%;margin-left: -20px;transform: translateY(0px);
    transition: all 0.5s ease 0s;width:40px;height:40px;
}
.h_case_box li:hover .h_case_play{
    opacity:0;
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.h_case_box li:hover .h_case_mask img{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.h_case_box li:hover .h_case_mask h3,.h_case_box li:hover .h_case_mask p{
    opacity: 1;
    transform: translateY(40px);
    transition-delay: 0.2s;
}
/*产品展示*/
.h_product{
    width:100%;margin:0 auto;padding:30px 0 30px;
}
.h_product_box{
    width:100%;margin:20px auto 0px;opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.h_product_box.active{
        opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.h_product_box ul li{
    float:left; width:232px;height:188px;margin:0 0px 10px 10px;overflow:hidden;position:relative;border:1px solid #ccc;box-sizing:border-box;
}
.h_product_box ul li a>img{
    width:232px;height:188px;
}
.h_product_box ul li:nth-child(5n+1){
    margin-left:0;
}
/*.h_product_box ul li:nth-child(1){
    width:380px;height:515px;margin-left:0;
}
.h_product_box ul li:nth-child(1) a>img{
    width:380px;height:515px;margin-top:-257.5px;
}*/
.overlay-style-one .link {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    z-index: 5;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 24px;
    color: #fff;
    top: -100%;
    transition: .5s ease;
}
.h_product_box ul li:hover .link {
    top: 0;
    transition: .5s ease;
}
.overlay-style-one .link a {
    color: #fff;
    font-size: 24px;
    margin-top: -80px;
}
/*.icon-signs:before {
    content: "\e911";
}*/
.overlay-style-one img{
    margin-top:-50px;
}
.overlay-style-one .bottom-text {
    position: absolute;
    background: #da261c;
    z-index: 8;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: .5s ease;padding:5px 0;
}
.h_product_box ul li:hover .bottom-text {
    bottom: 0;
    transition: .5s ease;
}
.overlay-style-one .bottom-text h4 {
    color: #fff;padding:0 10px;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:24px;
}
.overlay-style-one .bottom-text p {
    color: #fff;
    margin-bottom: 0px;padding:0 10px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:20px;
}
/*业务领域*/
.h_bus_area{
    width:100%;margin:0 auto;padding:30px 0 30px;background-color:#fafafa;
}
.h_bus_area_box{
    margin-top:20px;
}
.cloud-product-ul {
    width: 100%;
}
.cloud-product-ul li {
    position: relative;
    margin-left: 12px;
    width: 154px;
    height: 522px;
    float: left;
    background: #fff;cursor:pointer;
}
.cloud-product-ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 343px;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,.2);
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.cloud-product-ul li:first-child {
    margin-left: 0;
}
.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.cloud-product-ul li.active .normal-inner {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.active-inner_top{
    background-color:#da261c;padding:20px;height:278px;box-sizing:border-box;
}
.active-inner_top h3{
    font-size:28px;font-weight:bold;text-align:center;line-height:56px;border-bottom:1px solid #ff8888;color:#fff;
}
.active-inner_top p{
    font-size:16px;color:#fff;margin-top:20px;text-align:center;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.active-inner_bot{
    height:244px;width:100%;overflow:hidden;
}
.active-inner_bot img{
    width:100%;height:100%;
}
.normal-inner{
    text-align:center;padding:80px 0 20px;
}
.normal-inner img{
    display:block;margin:0 auto;
}
.normal-inner h3{
    font-size:24px;font-weight:bold;line-height:36px;padding:40px 0 30px;border-bottom:1px solid #c2c2c2;width:110px; margin:0 auto;
}
.normal-inner h4{
    font-size:16px;color:#999;font-weight:normal;margin:20px auto 80px;
}


/*coop*/
.h_coop{
    width: 100%;padding:60px 0 0px;box-sizing:border-box;margin:0 auto;
    background: url('../images/home12.jpg') no-repeat center bottom;background-size:cover;height:540px;
}
.h_coop .w1200 .h_common_title,.h_coop .w1200 p{
    opacity: 0;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    
}
.h_coop .w1200 .h_common_title{
    transition: .6s ease 0.2s;
    -webkit-transition: .6s ease 0.2s;
    -moz-transition: .6s ease 0.2s;
}
.h_coop .w1200 p{
    transition: .6s ease 0.4s;
    -webkit-transition: .6s ease 0.4s;
    -moz-transition: .6s ease 0.4s;
}
.h_coop .w1200.active .h_common_title,.h_coop .w1200.active p{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
.h_coop .w1200 .h_common_title h1,.h_coop .w1200 .h_common_title h1 span,.h_coop .w1200 .h_common_title h4 span{
    color:#fff;
}
.h_coop_p{
    font-size:18px;color:#fff;width:800px;margin:20px auto 30px;font-weight:400;line-height:50px;
}
.h_coop_brand{
    width:420px;opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.h_coop_brand.active{
        opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.h_coop_brand ul li {
    list-style: none;
    background: #fff;
    height: 76px;
    width: 130px;
    float: left;
    margin: 20px 3px;
    position: relative;
}
.h_coop_brand ul li:before {
    content: "";
    height: 76px;
    width: 130px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
}
.h_coop_brand ul li:after {
    content: "";
    height: 76px;
    width: 130px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
}
.h_coop_brand ul li.mar {
    margin-left:71px;
}
.h_coop_brand ul li img {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    position: absolute;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
.h_coop_brand ul li img:hover {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
}

/*news*/
.h_news{
    width:100%;margin:0 auto 0;background-color:#fffbfa;padding-top:0px;box-sizing:border-box;padding-bottom:30px;padding-top:30px;
}
.h_news .h_common_title h1 font,.h_news .h_common_title h1 span,.h_news .h_common_title h4{
    opacity: 0;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);   
}
.h_news .h_common_title h1 font,.h_news .h_common_title h4{
         transition: .6s ease 0.4s;
    -webkit-transition: .6s ease 0.4s;
    -moz-transition: .6s ease 0.4s;
}
.h_news.active .h_common_title h1 font,.h_news.active .h_common_title h4{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
.h_news .h_common_title h1 span{
        transition: .6s ease 0.2s;
    -webkit-transition: .6s ease 0.2s;
    -moz-transition: .6s ease 0.2s;
}
.h_news.active .h_common_title h1 span{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
.h_news_box{margin-top:10px;opacity:1;width:50%;
    /*transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);*/
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
}
.h_news_box ul,.h_news_box ul li{
    width:100%;
}
.h_news_box ul li{
    margin-bottom:20px;
}
.h_news_box ul li:after{
    content: " ";
    display: table;
    clear: both;
}
.h_news_item{
    font-size:16px;color:#026ed1;font-weight:bold;margin-bottom:10px;
}
.h_news_img{
    width:180px;height:100px;float:left;
}
.h_news_img img{
    display:block;width:100%;height:100%;
}
.h_news_box.active{
        opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.h_news_date{
    width:68px;text-align:right;margin-right:40px;
}
.h_news_date h3{
    font-size:24px;color:#333;height:36px;line-height:36px;
}
.h_news_date h4{
    font-size:16px;color:#999;font-weight:normal;line-height:20px;
}
.h_news_content{
    width:380px;margin-bottom:10px;float:right;padding-right:20px;
}
/*.h_news_box ul li:nth-child(2n+1) .h_news_content{
    margin-right:120px;
}*/
.h_news_content h3{
    font-size:14px;color:#333;height:36px;line-height:30px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
.h_news_content h3 .tag{
    width:24px;height:24px;background-color:#da261c;color:#fff;border-radius:6px;text-align:center;line-height:24px;font-size:10px;display:inline-block;margin-right:6px;vertical-align:text-bottom;
}
.h_news_content p{
    font-size:12px;color:#787878;overflow: hidden;line-height:20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;height:40px;overflow:hidden;
}
.h_news_content p:hover{
    text-decoration:underline;
}
.h_news .btn{
    opacity: 0;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);transition: .6s ease 0.2s;
    -webkit-transition: .6s ease 0.2s;
    -moz-transition: .6s ease 0.2s;
}
.h_news.active .btn{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}

/*contact*/
.h_contact{
    width:100%;height:722px;
}
.videobox {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 722px;
    z-index: -1;
    overflow: hidden;
}
.videobox .videbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img50.png) repeat;
    z-index: 1;
}
#video-bgs {
    position: absolute;
    top: 0;
    min-width: 100%;
    width: 100% !important;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
}
.h_cont_left{
    width:474px;height:732px;background-color:#fff;box-shadow:0px 0px 12px rgba(219,36,28,0.2);margin-top:-100px;padding:40px;box-sizing:border-box;margin-right:80px;
}
.h_cont_line{
    width:143px;height:4px;background-color:#37363b;margin:26px 0 33px;
}
.h_cont_box_title {
    padding-left: 40px;
    height: 32px;
    background: url('../images/h_cont.png') no-repeat 0 1px;font-size:20px;color:#333333;font-weight:bold;line-height:32px;
}
.h_cont_box_title_add{
    background: url('../images/h_cont.png') no-repeat 0 -46px;
}
.h_cont_box ul{
    padding-left:40px;margin-bottom:20px;
}
.h_cont_box ul li{
    font-size:16px;color:#333;
}
.h_cont_map{
    width:100%;height:190px;background-color:#333;
}
.h_cont_map .map{
    width:100%;height:190px;
}
.h_cont_right{
    width:640px;
}
.h_cont_flag{
    font-size:45px;color:#fff;font-weight:600;line-height:70px;margin:63px 0 30px;
}
.h_cont_tab{
    width:100%;height:400px;background-color:rgba(219,36,28,0.7);padding:30px;box-sizing:border-box;
}
.h_cont_tab table{
    border-collapse:inherit;width:100%;border-spacing:30px;
}
.h_cont_tab table tr td{
    width:50%;position:relative;
}
.h_cont_tab table tr td input{
    border:0;background-color:#fff;outline:none;height:44px;width:100%;padding-left:20px;box-sizing:border-box;font-size:16px;color:#666;
}
.h_cont_tab table tr td .tip{
    position:absolute;color:#da261c;font-size:16px;right:15px;top:10px;line-height:24px;display:none;
}
.h_cont_tab table tr td .tip img{
    width:24px;margin-right:5px;vertical-align:top;
}
.h_cont_tab table tr td input::-webkit-input-placeholder{
    color:#666;
}
.h_cont_tab table tr td select{
    border:0;background-color:#fff;outline:none;height:44px;width:100%;padding-left:20px;box-sizing:border-box;font-size:16px;color:#666;
}

.h_contact_add{
    height:500px;padding-top:30px;position:relative;
}
.h_contact_add .videobox{
    height:530px;top:0;
}
.h_contact_add .h_cont_flag{
    margin-top:0;
}
.h_contact_add .h_cont_right{
    width:100%;
}
.h_contact_add .h_cont_tab{
    height:300px;
}
.h_contact_add .h_cont_tab table tr td{
    width:33.33%;
}


/*关于我们*/
.top_banner{
    width:100%;margin:0 auto;height:400px;
}
.about_top_banner {
    background: url('../images/about_banner.jpg') no-repeat center;background-size:cover;
}
.about_fir{
    width:100%;background-color:#f7f7f7;padding-top:30px;box-sizing:border-box;padding-bottom:110px;
}
.common_title_center{
    margin:0 auto;text-align:center;position:relative;
}
.about_fir .w1200 p{
    text-indent:2rem;font-size:16px;color:#333;margin-top:20px;
}
.ab_tab_nav{
    margin-bottom:40px;
}
.ab_tab_nav ul{
    margin-top:-65px;text-align:center;
}
.ab_tab_nav ul li{
    width:160px;height:130px;color:#e15149;display:inline-block;margin:0 -1px;padding:20px;box-sizing:border-box;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
cursor:pointer;position:relative;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.ab_tab_nav ul li.on{
    background:#e15149;box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.ab_tab_nav ul li img{
    display:block;margin:0 auto;
}
.ab_tab_nav ul li img:nth-child(1){
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
    opacity:0;
}
.ab_tab_nav ul li img:nth-child(2){
    transform: translateY(0px);
    transition: all 0.5s ease 0s;
    opacity:1;
    position:absolute;top:20px;left:50%;margin-left:-32px;
}
.ab_tab_nav ul li.on img:nth-child(1){
    transform: translateY(0px);
    transition: all 0.5s ease 0s;
    opacity:1;
}
.ab_tab_nav ul li.on img:nth-child(2){
    transform: translateY(-50px);
    transition: all 0.5s ease 0s;
    opacity:0;
}
.ab_tab_nav ul li h4{
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    color:#e15149;font-size:16px;margin-top:10px;
}
.ab_tab_nav ul li.on h4{
    color:#fff;
}

/*资质荣誉*/
.title_line_fa h4 span{
    margin:0;padding:0 30px;background-color:#fff;
}
.title_line{
    width:340px;height:2px;background-color:#ccc;left:50%;margin-left:-170px;bottom:15px;position:absolute;z-index:-1;
}
.ab_honor{
    background-color:transparent;padding-top:0;height:auto;
}
.about_sec .w1200 p{
     text-indent:2rem;font-size:16px;color:#333;margin-top:20px;
}
.ab_honor_pic_box{
    width:100%;margin:30px auto 40px;
}
.ab_honor_pic_box ul li{
    float:left;width:287px;height:410px;margin-right:16px;border:1px solid #e5e5e5;box-sizing:border-box;margin-bottom:20px;
}
.ab_honor_pic_box ul li img{
    width:240px;height:300px;padding:22px;
}
.ab_honor_pic_box ul li:nth-child(4n){
    margin-right:0;
}
.ab_honor_pic_box ul li img{
    display:block;margin:0 auto;
}
.ab_honor_pic_box ul li h3{
    text-align:center;padding:0 10px;font-size:16px;
}

/*企业文化*/
.jquery-slider-wrapper{position:relative;clear:both;zoom:1;}
.jquery-slider-slide{display:none;margin:0;padding:0;position:absolute;left:0;top:0;width:100%;}
.jquery-slider-slide img{border:0;margin:0;padding:0;}
.jquery-slider-slide-current{display:block;z-index:2;}
.jquery-slider-slide-next{display:block;z-index:1;}
.jquery-slider-selectors{display:block;overflow:hidden;position:absolute;bottom:10px;right:10px;z-index:3;}
.jquery-slider-selector{background:url('../images/jquery-slider-theme.png') no-repeat 0px -70px;display:inline;float:left;width:16px;height:16px;margin:0 0 0 5px;/*display:none;*/}
.jquery-slider-selector-current{background:url('../images/jquery-slider-theme.png') no-repeat -16px -70px; /*display:none;*/}
.jquery-slider-selector span{display:none;}
.jquery-slider-control span{
    display:none;
}
.jquery-slider-navigation-prev span{display:none;}
.jquery-slider-navigation-next span{display:none;}
.ab_culture_fir{
    padding:60px 0 40px;
}
.ab_culture_fir .slider img{
    width:666px;height:490px;
}
.ab_culture_fir .fl{
    position:relative;
}
.ab_culture_fir .fr{
    padding-top:60px;background:url('../images/ab_culture02.jpg') no-repeat left top; width:440px;
}
.ab_culture_title_box h3{
    font-size:24px;font-weight:600;color:#da261c;margin-top:15px;
}
.ab_culture_title_box h4{
    color:#b2b2b2;font-size:24px;font-weight:normal;line-height:26px;
}
.title_small_line{
    background-color:#da261c;width:40px;height:4px;margin-top:15px;
}
.ab_culture_fir .fr p{
    font-size:16px;margin-top:20px;
}
.ab_culture_sec{
    width:100%;height:350px;background:url('../images/ab_culture03.jpg') no-repeat center;background-size:cover;margin-bottom:40px;
}
.ab_culture_thi{
    margin-bottom:40px;
}
.ab_culture_thi .w1200{
    position:relative;
}
.ab_culture_thi_cont{
    position:absolute;top:0;left:0;
}
.ab_culture_thi_cont h3{
    font-size:20px;font-weight:600;
}
.ab_culture_thi_cont p{
    font-size:16px;margin-top:20px;width:400px;
}
.ab_culture_forth{
    width:100%;margin-bottom:40px;
}
.ab_culture_forth table tr td{
    width:25%;height:290px;text-align:center;
}
.ab_culture_forth table tr td .letter{
    font-size:113px;font-weight:bolder;position:relative;height:90px;line-height:90px;margin-bottom:30px;
}
.ab_culture_forth table tr td.grey_bg{
    background-color:#eeeeee;
}
.ab_culture_forth table tr td.red_bg{
    background-color:#da261c;color:#fff;
}
.ab_culture_forth table tr td .letter span{
    display:inline-block;position:absolute;background-color:#fff;width:100%;height:30px;margin:0 auto;text-align:center;top:50%;margin-top:-15px;font-size:16px;font-weight:normal;line-height:30px;left:0;
}
.ab_culture_forth table tr td.grey_bg .letter span{
    background-color:#eeeeee;
}
.ab_culture_forth table tr td.red_bg .letter span{
    background-color:#da261c;
}
.ab_culture_forth table tr td p{
    font-size:16px;line-height:28px;width:212px;text-align:center;margin:0 auto;
}
/*公司团队*/
.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto 30px;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top:190px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl03.png) no-repeat center;left: -72px;opacity:0.3;}
.Box .Box_con .btnr {background: url(../images/jtr03.png) no-repeat center;right: -72px;opacity:0.3;}
.Box .Box_con .btnl:hover {opacity:1;}
.Box .Box_con .btnr:hover {opacity:1;}
.Box .Box_con .conbox {position: relative;overflow: hidden;padding:30px 20px;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 266px;height:360px;margin-left:34px;overflow: hidden;color:#000;background-color:#fff;box-shadow:0 0 30px rgba(218,28,36,0.2);padding:0 20px;box-sizing:border-box;text-align:center;}
.Box .Box_con .conbox ul li h3{font-size:20px;color:#333;}
.Box .Box_con .conbox ul li h4{font-size:16px;font-weight:normal;color:#999;}
.Box .Box_con .conbox ul li p{font-size:14px;color:#999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;text-align:justify;line-height:28px;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width:138px;height:138px;border-radius:100%;margin:30px auto 10px;transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}			
.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}

.content-part{
    position:relative;width:100%;margin:0 auto;height:550px;margin-bottom:10px;
}
.part-tese.show .gallery_container{opacity:1;transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transition:all 1s .1s;-webkit-transition:all 1s .1s;-moz-transition:all 1s .1s;-o-transition:all 1s .1s}
.part-tese .gallery_container{position:absolute;width:1200px;height:500px;top:0px;left:50%;margin-left:-600px}
.part-tese .gallery_container.st02{top:800px}
.part-tese .gallery_container{opacity:0;transform:translateY(200px);-ms-transform:translateY(200px);-webkit-transform:translateY(200px);-moz-transform:translateY(200px);-o-transform:translateY(200px)}
.gallery_container{position:absolute;top:0;left:0}
.part-tese .gallery_container .gallery_wrap{width:692px;height:500px;margin-left:-346px;margin-top:-250px;}
/*.gallery_container .gallery_wrap{width:320px;height:474px}*/
.threeD_gallery_wrap{position:absolute;left:50%;top:50%;-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;perspective:1000px}
.front_side{z-index:5;-webkit-transform:rotateY(0) translateX(0) translateZ(0);-moz-transform:rotateY(0) translateX(0) translateZ(0);-ms-transform:rotateY(0) translateX(0) translateZ(0);-o-transform:rotateY(0) translateX(0) translateZ(0);transform:rotateY(0) translateX(0) translateZ(0)}
.threeD_gallery_item{position:absolute;width:100%;height:100%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.part-tese .gallery_right_middle{z-index:3;transform:rotateY(-30deg) translateX(200px) translateZ(-600px) scale(1);-ms-transform:rotateY(-30deg) translateX(200px) translateZ(-600px) scale(1);-webkit-transform:rotateY(-30deg) translateX(200px) translateZ(-600px) scale(1);-moz-transform:rotateY(-30deg) translateX(200px) translateZ(-600px) scale(1);-o-transform:rotateY(-30deg) translateX(200px) translateZ(-600px) scale(1)}
.gallery_right_middle{z-index:3;-webkit-transform:rotateY(-55deg) translateX(90px) translateZ(-364px) scale(.95);-moz-transform:rotateY(-55deg) translateX(90px) translateZ(-364px) scale(.95);-ms-transform:rotateY(-55deg) translateX(90px) translateZ(-364px) scale(.95);-o-transform:rotateY(-55deg) translateX(90px) translateZ(-364px) scale(.95);transform:rotateY(-55deg) translateX(90px) translateZ(-364px) scale(.95)}
.gallery_out{-webkit-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);-moz-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);-ms-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);-o-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);transform:rotateY(0) translateX(0) translateZ(0) scale(.6);z-index:-1;opacity:0!important}
.part-tese .gallery_left_middle{z-index:3;transform:rotateY(30deg) translateX(-200px) translateZ(-600px) scale(1);-ms-transform:rotateY(30deg) translateX(-200px) translateZ(-600px) scale(1);-webkit-transform:rotateY(30deg) translateX(-200px) translateZ(-600px) scale(1);-moz-transform:rotateY(30deg) translateX(-200px) translateZ(-600px) scale(1);-o-transform:rotateY(30deg) translateX(-200px) translateZ(-600px) scale(1)}
.gallery_left_middle{z-index:3;-webkit-transform:rotateY(55deg) translateX(-90px) translateZ(-364px) scale(.95);-moz-transform:rotateY(55deg) translateX(-90px) translateZ(-364px) scale(.95);-ms-transform:rotateY(55deg) translateX(-90px) translateZ(-364px) scale(.95);-o-transform:rotateY(55deg) translateX(-90px) translateZ(-364px) scale(.95);transform:rotateY(55deg) translateX(-90px) translateZ(-364px) scale(.95)}
.part-tese .gallery_container .gallery_wrap img{width:100%}
.gallery_container .gallery_item img.show{visibility:visible}
.gallery_container .gallery_item img{width:100%;height:100%;visibility:hidden}
.gallery_container .prev{left:-18px;}
.gallery_container .next{right:-18px;}
.gallery_container .prev,.gallery_container .next{position: absolute;width:270px;height:380px;z-index:99;top:90px;}
.gallery_item_title{
    background-color:rgba(0,0,0,0.8);color:#fff;width:100%;padding:0 10px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:40px;height:40px;position:absolute;bottom:0;z-index:99;box-sizing:border-box;
}
/*合作伙伴*/
.ab_customers_box {width:100%;padding:30px 0 40px;}
.ab_customers_detail{width:640px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;height:615px;}
.slideBox {overflow: hidden;zoom: 1;position: relative;height:615px;text-align:center;}
.slideBox .tempWrap{height:500px;}
.slideBox .sPrev,.slideBox .sNext {display:inline-block;width:41px;height: 41px;margin:34px 88px;}
.slideBox ul {overflow: hidden;zoom: 1;height:499px;}
.slideBox ul li {float: left;width:640px;position: relative;}
.brand_hover table{width:100%;table-layout: fixed}
.brand_hover table tr td{border:1px solid #ccc;width:33.33%;box-sizing:border-box;text-align:center;overflow:hidden;height:166px;position:relative;color: #fff;}
.brand_hover table tr td img{display:block;margin:0 auto;max-height:96%;max-width:96%;-webkit-transition: 1s;width:auto;
    transition: 1s;}
.brand_hover table tr td:hover img{-webkit-transform: scale(1.25);
    transform: scale(1.25);}
.slideBox ul li table{border-top:1px solid #ccc;border-collapse:inherit;}
.slideBox ul li table tr td{border-left:0;border-top:0;}
.slideBox ul li table tr td:nth-child(3n+1){border-left:0;}
.slideBox ul li table tr td:nth-child(3n){border-right:0;}
.slide {position: absolute;top: 0;right: 0;bottom: 0;left: 0;-webkit-transition: all 0.275s ease-in-out, visibility 0s 0.275s;transition: all 0.275s ease-in-out, visibility 0s 0.275s;
visibility: hidden;will-change: transform;-webkit-transform: translateY(100%);transform: translateY(100%); background: rgba(0, 0, 0, 0.8);padding: 0 1.5rem;font-size:22px;text-align:justify;padding:20px;box-sizing:border-box;line-height:34px;
width:100%;height:165px;}
.brand_hover table tr:hover ~ tr .slide {-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.brand_hover table tr:hover .slide {-webkit-transform: translateX(100%);transform: translateX(100%);}
.brand_hover table tr:hover td:hover ~ td .slide {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
.brand_hover table tr:hover td:hover .slide {-webkit-transform: none;transform: none;visibility: visible;-webkit-transition-delay: 0s;transition-delay: 0s;}

.ab_partner_box{width:100%;padding:10px 0 20px;}
.ab_partner_box  table{width:100%;border-collapse:separate;border-spacing:20px;}
.ab_partner_box  table tr td{
    height:128px;width:285px;border:1px solid #ccc;box-sizing:border-box;position:relative;
}
/*关于我详情*/
.ab_me_fir{
    width:100%;margin:30px auto;
}
.ab_me_show{
    width:100%;height:524px;position:relative;margin-top:20px;
}
.ab_me_img{
    position:absolute;bottom:0;left:230px;max-width:324px;max-height:508px;
}
.ab_me_name{
    position:absolute;left:600px;top:40%;
}
.ab_me_name h3{
    font-size:22px;font-weight:bold;
}
.ab_me_name h4{
    font-size:20px;font-weight:normal;line-height:30px;
}
.ab_me_name .title_small_line{
    background-color:#333;width:20px;
}
.ab_me_job{
    position:absolute;top:30px;right:30px;color:#fff;text-align:right;
}
.ab_me_job h3{
    font-size:22px;font-weight:bold;line-height:30px;text-transform:uppercase;
}
.ab_me_job h4{
    font-size:20px;font-weight:bold;
}
.ab_me_job .title_small_line{
    background-color:#fff;width:20px;display:inline-block;
}
.ab_me_sec_title h3{
    font-size:20px;color:#da261c;font-weight:bold;padding-left:10px;border-left:4px solid #da261c;line-height:20px;
}
.ab_me_sec_title h4{
    font-size:18px;font-weight:600;color:#999;padding-left:10px;
}
.ab_me_sec .ab_honor_pic_box{
    margin-top:20px;margin-bottom:0px;
}
.ab_me_sec .common_text_box p{
    margin-top:0;margin-bottom:20px;
}

/*产品展示*/
.product_top_banner{
    background: url('../images/product_banner.jpg') no-repeat center;background-size:cover;
}
.product_nav{
    width:1200px;margin:-50px auto 40px;background-color:#fff;height:180px;padding:20px;box-sizing:border-box;box-shadow:0 0 20px rgba(0,0,0,0.1) ;
}
.product_nav table{
    width:100%;height:100%;
}
.product_nav table td{
    width:14.28%;height:100%;position:relative;cursor:pointer;
}
.product_nav table td:after{
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.product_nav table td.on:after{
    width:100%;    background: #da261c;
}
.product_nav table td:not(.on):hover:after{
    background:#ccc;width:100%;
}
.product_nav table td h3{
    font-size:16px;text-align:center;padding-bottom:10px;color:#333;
}
.product_nav table td img{
    display:block;margin:0 auto 20px;
}
.case_box_big ul li h3.black{
    background-color:rgba(0,0,0,0.64);color:#fff;font-weight:normal;
}
/*news*/
.news_top_banner{
    background: url('../images/news_banner.jpg') no-repeat center;background-size:cover;
}
.news_panel_box{
    width:100%;padding:40px 0 30px;
}
.title_line_w100{
    background-color:#f8dad7;width:100%;left:0;margin-left:0;
}
.zhuangshi{
    width:100%;text-align:center;
}
.news_panel_btn{
    width:100%;text-align:center;margin-top:20px;
}
.news_panel_btn .btn{
    display:inline-block;margin:0 30px;
}
.news_box{
    width:1158px;background-color:#fff;border:1px solid #dcdbda;padding:20px;margin:0 auto;height:160px;margin-bottom:24px;-webkit-transition: background 0.4s;
    -moz-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;cursor:pointer;display:block;color:#333;
}
.news_box:hover{
    box-shadow:0px 0px 30px rgba(0,0,0,0.2);
}
.news_img img{
    width:270px;height:160px;display:block;
}
.news_brife_cont{
    margin:0 20px 0 30px;
}
.news_brife_cont h3,.news_brife_cont p{
    width:750px;
}
.news_brife_cont h3{
    font-size:19px;color:#333;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_brife_cont p{
    font-size:14px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;text-align:justify;
}
.news_date h1{
    font-size:54px;border-bottom:2px solid #1a1a1a;line-height:60px;margin-top:30px;text-align:center;
}
.news_date h4{
    font-size:18px;font-weight:normal;line-height:50px;
}
.page{
    margin:30px auto;text-align:center;
}



/*news_detail*/
.news_detail_box{
    margin:30px auto;width:100%;
}
.news_detail_title{
    margin-bottom:30px;
}
.news_detail_title h3{
    font-size:22px;font-weight:500;text-align:center;margin-bottom:10px;
}
.news_detail_sub_info{
    text-align:center;
}
.news_detail_sub_info span{
    margin:0 20px;color:#666;font-size:16px;
}
.common_text_box{
    margin-bottom:0px;
}
.common_text_box p{
    width:100%;text-indent:2rem;font-size:16px;text-align:justify;margin-top:20px;
}
.common_text_box p img{
    max-width:1200px;display:block;margin:10px auto;
}
.news_page_list{
    width:100%;padding:20px;border:1px solid #c2c2c2;box-sizing:border-box;
}
.news_page_list li{
    font-size:16px;color:#333;
}
.news_page_list li a{
    color:#333;
}
.news_page_list li a:hover{
    color:#da261c;
}


/*成功案例*/


.case_top_banner{
    background: url('../images/case_banner.jpg') no-repeat center;background-size:cover;
}
.wonder_video_box{
    width:100%;background-color:#f7f7f7;padding:40px 0 120px;
}
.wonder_video{
    width:100%;margin-top:20px;
}
.ab_tab_nav ul li input{
    position:absolute;width:160px;height:130px;top:0;left:0;opacity:0;
}
.case_box_big{
    margin:20px auto;width:1200px;
}
.case_box_big ul li{
    width:224px;height:182px;float:left;margin-right:20px;position:relative;overflow:hidden;margin-bottom:20px;border:1px solid #ccc;box-sizing:border-box;
}
.case_box_big ul li:nth-child(5n){
    margin-right:0;
}
.case_box_big ul li img{
    width:100%;height:100%;transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.case_box_big ul li h3{
    width:100%;height:40px;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;color:#e0413a;background-color:rgba(255,255,255,0.64);
    position:absolute;bottom:0;left:0;text-align:center;font-weight:600;line-height:40px;z-index:22;box-sizing:border-box;
}
.case_box_big ul li:hover img {
        -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.case_box_big ul li .up-graybox{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;    opacity: 0;
    background-color: rgba(0,0,0, 0.5);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.case_box_big ul li:hover .up-graybox{
        opacity: 1;
}
.case_box_big ul li .up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}
.case_box_big ul li .up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}
.case_box_big ul li .up-graybox .linet {
    top: 0;
}
.case_box_big ul li .up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.case_box_big ul li .up-graybox .lineb {
    bottom: 0;
}
.case_box_big ul li .up-graybox .out-ico {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.news_box.case_box_small{
    width:548px;margin-right:20px;height:165px;float:left;
}
.news_box.case_box_small:nth-child(2n){
    margin-right:0;
}
.case_box_small .news_img img{
    width:162px;height:162px;
}
.case_box_small .news_brife_cont h3,.case_box_small .news_brife_cont p{
    width:330px;
}
.case_box_small .news_brife_cont{
    margin-right:0;
}

/*业务领域*/
.busniess_top_banner{
    height:526px;background: url('../images/business_banner.jpg') no-repeat center;background-size:cover;
}
.busniess_sub_nav{
    width:100%;background-color:#f9f9f9;
}
.busniess_sub_nav ul li{
    float:left;margin:0 41px;    
}
.busniess_sub_nav ul li:hover a img{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.busniess_sub_nav ul li a img{
    display:block;margin:0 auto;-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;cursor:pointer;
}
.busniess_sub_nav ul li a h3{
    font-size:18px;color:#333;text-align:center;margin-top:12px;
}
.busniess_sub_nav ul li:nth-child(1),.busniess_sub_nav ul li:nth-child(3){
    margin-top:-110px;
}
.busniess_sub_nav ul li:nth-child(2){
    margin-top:-80px;
}
.busniess_sub_nav ul li:nth-child(4){
    margin-top:-70px;
}
.busniess_sub_nav ul li:nth-child(5){
    margin-top:-100px;
}
.busniess_sub_nav ul li:nth-child(6){
    margin-top:-70px;
}

.business_fir{
    width:100%;height:556px;background-size:cover;
    background: url('../images/business_fir_bg.jpg') no-repeat center;
}
.business_title {
    padding-left: 50px;padding-top:120px;
    background: url('../images/business_title_line.jpg') no-repeat left 133px;
}
.business_title h3{
    font-size:24px;color:#da261c;line-height:30px;
}
.business_title h4{
    font-size:16px;color:#666;font-weight:normal;
}
.business_text{
    width:460px;font-size:16px;color:#666;text-align:justify;padding-left:50px;margin-top:30px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.business_sec{
    width:100%;height:592px;background-size:cover;
    background: url('../images/business_sec_bg.jpg') no-repeat center;
}
.business_title_sec{
    margin-left:612px;padding-top:90px;background-position-y:103px;
}
.business_text_sec{
    width:520px;color:#fff;margin-left:612px;margin-top:130px;
}
.business_thi{
    background:#fff;height:500px;
}
.business_thi_bg{
    float:right;margin-top:40px;
}
.business_fou{
    width:100%;height:758px;background-size:cover;
    background: url('../images/business_fou_bg.jpg') no-repeat center;
}
.business_title_fou,.business_text_fou{
    margin-left:670px;
}
.business_fif{
    background:#fff;height:500px;padding-top:80px;
}
.business_title_fif{
    padding-top:40px;
}
.business_six{
    background:#f9f9f9;height:520px;padding-top:140px;margin-top:-140px;
}

/*联系我们*/
.contact_top_banner{
    background: url('../images/contact_banner.jpg') no-repeat center;background-size:cover;
}
.contact_branch{
    padding:40px 0 40px;
}
.cont_add_map{
    width:100%;height:720px;margin-top:40px;
}
.cont_add_info{
    /*padding:40px 0;width:1200px;margin:20px auto 0;*/
}
.cont_add_info .fl img{
    display:block;width:170px;height:96px;
}
.cont_add_info .fl h3{
    font-size:24px;font-weight:normal;color:#666;margin:0 auto;text-align:left;margin-bottom:20px;line-height:20px;
}
.cont_add_info .fl{
    width:600px;border-right:1px solid #e0e0e0;
}
.cont_add_info .fr ul li{
    padding-left:36px;font-size:16px;color:#666;background-size:25px;height:36px;line-height:36px;
}
.cont_add_info .fr ul li:nth-child(1){
    background: url('../images/cont_add_ico.jpg') no-repeat left 4px;
}
.cont_add_info .fr ul li:nth-child(2){
    background: url('../images/cont_add_ico.jpg') no-repeat left -32px;
}
.cont_add_info .fr ul li:nth-child(3){
    background: url('../images/cont_add_ico.jpg') no-repeat left -69px;
}
.cont_add_info .fr ul li:nth-child(4){
    background: url('../images/cont_add_ico.jpg') no-repeat left -108px;
}
.cont_add_info .fl ul li{
    font-size:16px;color:#666;background-size:25px;line-height:36px;
}
.cont_add_info .fl ul li span{
    height:36px;line-height:36px;width:36px;display:inline-block;vertical-align:middle;
}
.cont_add_info .fl ul li:nth-child(1) span{
    background: url('../images/cont_add_ico.jpg') no-repeat left 4px;
}
.cont_add_info .fl ul li:nth-child(2) span{
    background: url('../images/cont_add_ico.jpg') no-repeat left -32px;
}
.cont_add_info .fl ul li:nth-child(3) span{
    background: url('../images/cont_add_ico.jpg') no-repeat left -69px;
}
.cont_add_info .fl ul li:nth-child(4) span{
    background: url('../images/cont_add_ico.jpg') no-repeat left -110px;
}

.contact-box .cont-txt {
    height: 450px;
    width: 22%;
    margin-right: 2%;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
    margin-top:30px;padding-right:20px;
}
.contact-box .cont-map {
    width: 70%;
    float: right;
    margin-top: 30px;
}
.contact-box .cont-map .maps {
    width: 100%;
    height: 450px;
    float: left;
    margin-bottom: 30px;
}

/*人才招聘*/
.recruit_top_banner{
    background: url('../images/recruit_banner.jpg') no-repeat center;background-size:cover;
}
.recruit_box{
    padding:30px 0 30px;
}
.recruit_tit{
    margin:40px auto 0;
}
.recruit_tit img{
    display:block;margin:0 auto;
}
.recruit_tit p{
    font-size:16px;color:#666666;text-align:center;margin:20px auto 0;width:800px;
}
.recruit_cont01 {
    background: url('../images/recruit_img01.jpg') no-repeat center bottom;background-size:cover;height:973px;margin-bottom:30px;
}
.recruit_cont02{
    padding:30px 0;
}
.recruit_cont02 .w1200 .fr img{
    margin-right:-100px;margin-top:30px;
}
.recruit_cont02 .w1200 .fl ul li {
    background: url('../images/recruit_img03.jpg') no-repeat;padding-left:80px;width:500px;margin-bottom:20px;
}
.recruit_cont02 .w1200 .fl ul li h3{
    font-size:20px;color:#da261c;font-weight:600;
}
.recruit_cont02 .w1200 .fl ul li p{
    font-size:16px;color:#666;
}
.recruit_cont02 .w1200 .fl ul li:nth-child(1){
    background-position:0 10px;
}
.recruit_cont02 .w1200 .fl ul li:nth-child(2){
    background-position:0 -116px;
}
.recruit_cont02 .w1200 .fl ul li:nth-child(3){
    background-position:0 -240px;
}
.recruit_cont02 .w1200 .fl ul li:nth-child(4){
    background-position:0 -364px;
}
.recruit_cont03{
    position:relative;min-height:500px;padding-top:200px;
}
.canvas_box{
    background-color:#026ed1;height:500px;width:100%;position:absolute;top:0;
}
#particles-js{
    height:500px;position:absolute;width:100%;z-index:2;
}
.canvas_box img{
    position:absolute;top:80px;left:50%;margin-left:-462px;
}
.recuit_table{
    width:100%;background-color:#fff;position:relative;z-index:3;border:1px solid #ccc;
}
.recuit_table_tit{
    background-color:#f5f5f5;height:58px;line-height:58px;border:1px solid #cccccc;border-top:none;
}
.recuit_table_tit li{
    float:left;font-size:18px;text-align:center;display:table-cell;width:16.8%;font-weight:600;color:#333;
}
.recuit_table_tit li:nth-child(6){
    width:8%;
}
.recuit_table_tit li:nth-child(1){
    width:26.6%;
}
.recuit_table_tit li:nth-child(2){
    width:15%;
}
.recuit_table_cont li{
    border-bottom:1px solid #ccc;
}
.recuit_table_cont li:nth-last-child(1){
    border-bottom:none;
}
.recuit_table_cont li>div{
    font-size:16px;color:#333;width:16.8%;float:left;text-align:center;height:56px;line-height:56px;
}
.recuit_table_cont li .recuit_open{
    width:8%;cursor:pointer; 
}
.recuit_table_cont li .recuit_open img{
-webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}
.recuit_table_cont li .recuit_open.on img{
        -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.recuit_table_cont li>div:nth-child(1) {
    width: 26.6%;
    background: url('../images/recruit_img04.jpg') no-repeat 20px center;padding-left:40px;box-sizing:border-box;
}
.recuit_table_cont li>div:nth-child(2){
    width:15%;
}
.recuit_table_cont li dl{
     border-top:1px solid #ccc;clear:both;padding:10px 40px 20px;display:none;
}
.recuit_table_cont li:nth-child(1) dl{
    display:block;
}
.recuit_table_cont li dl dd h3{
    height:36px;width:120px;color:#fff;font-size:16px;text-align:center;background-color:#da261c;margin-bottom:20px;margin-top:20px;
}
.recuit_table_cont li dl dd p{
    font-size:16px;
}

/*商务合作*/
.coop_top_banner {
    background: url(../images/coop_banner.jpg) no-repeat center;
    background-size: cover;
}
.coop_box{
    width:100%;margin:0 auto;padding:30px 0 30px;background:#fbfbfb url('../images/coop_map_bg.jpg') no-repeat center -30px;
}
.news-list02 {
    width:1200px;margin:0 auto;
    padding: 0 2.5% 30px 2.5%;
    margin-bottom: 20px;
    background: #fff;box-sizing:border-box;
}
.cont_img{
    margin-top:20px;
}
.news-list02 ul {
    width: 100%;
    border-top: #e8e8e8 solid 1px;
}
.news-list02 ul li {
    width: 100%;
    float: left;
    padding: 30px 0;
    border-bottom: #e8e8e8 solid 1px;
}
.news-list02 ul li .news-pic {
    width: 24%;
    float: left;
    margin-right: 1.5%;
    overflow: hidden;
    border: #fff solid 2px;
}
.news-list02 ul li .news-pic img {
    width:270px;height:160px;
    display: block;
}
.news-list02 ul li .news-txt {
    width: 74%;
    float: left;
}
.news-list02 ul li .news-txt h3 {
    float: left;
    width: 100%;
    margin-top: 6px;
    color: #333;
    font-size: 20px;
    font-family: "微软雅黑";
    line-height: 20px;
    height: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list02 ul li .news-txt p {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    font-family: "宋体";
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.coop_list ul li .news-txt p{
   overflow:auto;height:auto;
   -webkit-line-clamp:inherit;
}


.coop_cont01{
    background: url('../images/coop_img01.jpg') no-repeat center bottom;height:400px;width:100%;padding-top:32px;position:relative;
}
.coop_common_cont h3,.coop_common_cont p,.coop_cont_line{
    width:345px;text-align:justify;/*margin-left:850px;*/vertical-align:middle;
}
.coop_common_cont .w1200{
    position:relative;height:400px;
}
.coop_cont01  .w1200>div,.coop_cont03  .w1200>div{
    right:0;
}
.coop_common_cont .w1200>div{
    text-align:justify;position:absolute;top:50%;
}
.coop_common_cont h3{
    font-size:20px;color:#da261c;overflow: hidden;
    text-overflow: ellipsis;white-space:nowrap;font-weight:600;
}
.coop_common_cont p{
    font-size:16px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
.coop_cont_line{
    width:40px;height:3px;background-color:#dbdbdb;margin-top:30px;
}
.coop_cont02{
    background: url('../images/coop_img02.jpg') no-repeat center bottom;height:400px;width:100%;padding-top:32px;position:relative;
}
.coop_cont02  .w1200>div{
    left:0;
}
.coop_cont03{
    background: url('../images/coop_img03.jpg') no-repeat center bottom;height:400px;width:100%;padding-top:32px;position:relative;
}
.coop_cont03 h3,.coop_cont03 p{
    width:500px;
}
.coop_cont_left{
    margin-top:0;padding-top:70px;height:664px;
}
.coop_cont_right_title .h_common_title,.coop_cont_right_title .h_common_title h1{
    color:#fff;
}
.coop_cont_right_title .h_common_title h4{
    color:#fff;line-height:40px;
}
.coop_cont_right_title .h_cont_line{
    margin-top:10px;background-color:#da261c;
}
.coop_contact{
    background: url('../images/coop_img04.jpg') no-repeat center bottom;height:664px;
}




