/*全局通用*/
html, body {
    background-color: #FFF;
    color: #666;
}
a{
	text-decoration: none;
	transition: all 0.5s;
    color: #fff;
}
img{
	max-width:100%;
}
/* 组件通用 */
.swiper-container{
    padding-bottom: 0;
}
.swiper-wrapper{
    padding-bottom: 0;
}
.swiper-pagination-bullet{
    background-color: #666 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}
/* 模块标题通用 */
._wrapper-box{
	padding: 100px 0;
}
._wrapper-box:nth-child(2n+1){
	background: rgb(241, 241, 241);
}
._wrapper-box:nth-child(2n){
	background: #fff;
}
._wrapper-box-titles {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 1.5%;
  z-index: 2;
}
._wrapper-box-title {
	font-weight: 500;
	position: relative;
	text-indent: 0;
	letter-spacing: .2em;
	display: inline-block;
	margin-bottom: 3px;
	color: #fff;
	background-image:linear-gradient(0deg, #fff, #fff, #f1f1f1,#eee);
	background-position: 1em 1em;
	background-clip:text;
	-webkit-background-clip:text;
	text-fill-color:transparent; 
	-webkit-text-fill-color:transparent;
	cursor:pointer;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
}
._wrapper-box-title-info {
    clear: both;
    display: inline-block;
    width: 100%;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
._wrapper-box-title-pinyin {
    color: #fff;
    text-transform: lowercase;
    display: block;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin-bottom: 3px;
}
._wrapper-box-titles:after {
    background: rgba(255,255,255,0.3);
    content: "";
    height: 1px;
    width: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}
/*分页*/
._wiosn-pageinfo-item{
    background-color: #fff;
    color: #000;
}
._wiosn-pageinfo-item:hover,._wiosn-pageinfo-item:focus{
    background-color: rgba(255, 255, 255, 1);
}
._wiosn-pageinfo-active{
    background-color: rgba(255, 255, 255, .1);
    transform: translateX(2px);
    transform: translateY(2px);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}
._wiosn-pageinfo-disabled:hover,._wiosn-pageinfo-disabled:focus{
    background-color: rgba(255, 255, 255, .3);
}
/*导航部分*/
._wiosn-header-navs{
    background-color: #005197;
    max-width:100%!important;
    display: block;
}
._wiosn-header-nav{
    justify-content: flex-start;
}
._wiosn-header-hold ._wiosn-header-navs{
    position: fixed;
    left: 0;top: 0;right: 0;
    text-replace: all 3.2s ease;
}
.ltt_log ._wiosn-header-title:after,.ltt_log ._wiosn-mobile-title:after{
	display: inline-block;content: " ";
	position: absolute;
    width: 30px;height: 30px;background-size: cover;
    background-color: transparent;
    left: 15px;top: 18px;
}
.ltt_log ._wiosn-mobile-title:after{
	width: 25px;height: 25px;
    left: 5px;top: 3px;
}
.ltt_log ._wiosn-header-title{
    padding-left: 45px;
}
.ltt_log ._wiosn-mobile-title{
    padding-left: 5px;
}
._wiosn-header-h1a{
    background-size: auto 60px;
    height: 80px;
    background-position: 0 center;
    text-indent: -9000px;
    width: 100%;
}
._wiosn-header-logo{
    margin: 15px 0;
    height: 80px;
}
/*底部导航*/
._footer-about{
    margin-right: 35px;
}
/*友情链接*/

/* 子页面通用样式  */
._wiosn-sib-h3{
    margin-top: 25px;
}
._wiosn-static-subclass-a{
    background-color: #fff;
}
._wiosn-list-txtbox-empty,._wiosn-list-imgbox-empty{
    background-color: #fff;
}
._wiosn-list-txtbox-a{
    background-color: #fff;
}
._wiosn-list-txtbox-a:hover{
    background: #fff;
}
._wiosn-list-txtbox-tbx{
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .03);
    border: 1px #eee solid;
    padding: 5px;
    margin: 0 5px 5px 0;
}
._wiosn-list-txtbox-title{
    color: #000;
}
._wiosn-list-txtbox-intro{
    color: #333;
}
._static-title,._article-title{
    color: #000;
}
._static-desc,._article-desc{
    color: #333;
}
/* 背景色变化 */
._wiosn-header{
    background-color: #fff;
    position: relative;
}
._wiosn-header-tips {
  background-color: rgba(0, 0, 0, .05);
}
._wiosn-header-hold ._wiosn-header-tips {
  background-color: rgba(0, 0, 0, .05);
}
._wiosn-header-tips ._wiosn-header-seo, ._wiosn-header-tips ._wiosn-header-call {
  color: #333;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}
._wiosn-header-sub {
  background-color: rgba(0, 81, 151, 1);
  box-shadow: 0 5px 8px rgba(0, 0, 0, .6);
  border-top: none;
  margin-top: 0;
  border-radius: 0;
}
._wiosn-header-sub-a:hover:before{
    background-color: rgba(255, 255, 255, .8);
    height: 1px;
}
._wiosn-header-sub-a::before {
    background-color: rgba(255, 255, 255, 1);
    height: 1px;
}
.-nav-active::before {
    background-color: #3ba86f;
    height: 100%;
    width: 100% ;
    bottom: 0;left:0;top:0;border-radius: 0;
}
._wiosn-header-hover ._wiosn-header-nav-a:before,._wiosn-header-hover ._wiosn-header-title:before{
    background-color: rgba(255, 255, 255, .8);
}
.-nav-active ._wiosn-header-nav-a, .-nav-active ._wiosn-header-title, ._wiosn-header-hover ._wiosn-header-nav-a, ._wiosn-header-hover ._wiosn-header-title {
    background-color: rgba(255,255,255,.08);
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
._wiosn-header-nav-a, ._wiosn-header-title {
    color:#fff;
    font-weight: normal;
    text-shadow: none;
    font-size: 16px;
    background-image: linear-gradient(0deg, #fff, #fff, #f1f1f1,#eee);
}
._wiosn-header-sub-a {
  color: #fff;
}
._wiosn-mobile-line {
  background-color: rgba(0, 0, 0, 1);
}
._wiosn-mobile-nav {
  background-color: rgba(255, 255, 255, .85);
  box-shadow: 0 0 5px rgba(255, 255, 255, .15);
}
._wiosn-mobile-title, ._wiosn-mobile-nav-a, ._wiosn-mobile-sub-a {
  color: #fff;
  background-image: linear-gradient(0deg, #000, #000, #333,#a1a1a1);
}
._wiosn-mobile-show .-nav-active::before {
  background-color: rgba(0, 0, 0, .6)!important;
  width: 5px;
}
._wiosn-mobile-nav ._wiosn-header-nav-items::before,._wiosn-mobile-title::before {
  background-color: rgba(0, 0, 0, .13);
}
._footer-container{
    background-color: #4A5159;
    color:rgba(255, 255, 255, .9);
}
._footer-contact-label {
  color: rgba(255, 255, 255, .6);
}
._footer-contact-content {
  color: rgba(255, 255, 255, .8);
}
._wrapper-box-title {
    color: #000;
    font-weight: 600;
    background-image:linear-gradient(0deg, #333, #222, #000,#111);
    text-shadow: 5px 5px 0px rgba(0, 0, 0, .15);
}
._wrapper-box-title-info {
    color: #111;
    opacity: 0.9;
}
._wrapper-box-title-pinyin {
    color: #222;
    opacity: 0.8;
}
._wrapper-box-titles:after {
    background: rgba(255,255,255,0.3);
}
._footer-link::before {
  background-color: rgba(255, 255, 255, .05);
}
._footer-link::after {
  background-color: rgba(0, 0, 0, .3);
}
._copyright::before {
  background-color: rgba(255, 255, 255, .05);
}
._copyright::after {
  background-color: rgba(0, 0, 0, .3);
}
._contact-boxmain {
  color: #333!important;
  border: 0 rgba(255, 255, 255, .6) solid!important;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3) !important;
  background-color: rgba(255, 255, 255, .75) !important;
}
/* 首页部分 */
/* 焦点图 */
.focus-container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
._focus-container{
    position: relative;
    overflow: hidden;
    background-color: #333;
    width: 100%;
}
._focus-container video.video-background{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 历史统计 */
._history {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 82.5%;
    z-index: 888;
    background: rgba(0, 0, 0, .6);
    border-radius: 120px 0px 0px 0px;
    display: flex;
    overflow: hidden;
}
._history-items {
    flex: 1;
    padding: 60px 0;
    position: relative;
}
._history-item-num{
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: 1.5em;
}
._history-item-sup{
    position: absolute;
    font-weight: lighter;
    font-style: normal;
    top: 0;
    padding-left: .5em;
}
._history-item-info{
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
}
/* 服务领域 */
._services{
    margin:30px 0;
    margin-top: 40px;
}
._services-item{
    margin:0 25px;
}
._services-title {
  color: rgba(0,0,0,.9);
  padding: 0px 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._services-info{
    line-height: 22px;
    padding: 0px;
    color: #333;
}
._services-img {
  width: 200px;
  height: 130px;
  margin: 0 auto;
  background: rgba(0,0,0,0);
  border-radius: 100px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .8 !important;
}
._services-img:hover {
    transform: scale(1);
    opacity: 1!important;
}
._services-txt{
    margin-top: 25px;
}
/* 服务团队 */
._teams{
    margin:30px 0;
    margin-top: 40px;
}
._teams-txt{
    margin-top: 15px;
}
._teams-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    clear: both;
    margin: 0 0 5px;
    font-weight: normal;
    padding: 0 20px;
    color: #000;
}
._teams-info{
    color: #333;
    display: block;
    font-family: Arial;
    font-style: normal;
    line-height: 20px;
    padding: 0 10px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 案例展示 */
._cases{
    margin:30px 0;
    margin-top: 40px;
}
._cases-item {
    cursor: pointer;
    transition: all .5s;
}
._cases-item ._wiosn_mask{
    left: 0;right: 0;top: 0;bottom: 0;line-height: 1;background-color: rgba(0, 0, 0, .3);color: #fff;opacity: 0;transition: all .5s;
    padding:  70px;
    line-height: 30px;
}
._cases-item:hover ._wiosn_mask{
    background-color: rgba(0, 0, 0, .8);opacity: 1;
}
._cases-img{
    height: 200px;
    overflow: hidden;
}
/* 关于我们 */
._about{
    margin:30px 0;
}
._about-container{
    display: flex;
}
._about-imgbox,._about-infobox{
    flex: 1;
    position: relative;
}
._about-imgbox:after{
    display: block;
    content: " ";
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;right: 0;bottom: 0;top: 0;
}
._about-infobox ._wiosn_wrapper{
    margin:0 6%;
}
._about-infobox ._wrapper-box-titles{
    text-align: left;
}
._about-infobox ._wrapper-box-titles::after {
    left: 0;
    margin-left: 0;
}
._about-desc{
    line-height: 24px;
    color: #333;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    text-justify: distribute-all-lines;
    -webkit-text-align-last: justify;
}
._about-imgbox{
    margin: -100px 0;
    background-color: #333;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* 合作流程 */
._step{
   margin:30px 0;
}
._step:after{
    display: block;
    content: " ";
    width: 100%;height: 1px;
    border-bottom: 1px #484848 dashed;
    height:1px;position: absolute;top: 50%;margin-top: -1.5em;
    z-index: -1;
}
._step-item{
    color: #000;
    cursor: pointer;
}
._step-title{
    border-radius: 100%;
    background-color: #484848;
    color: #ccc;font-weight: normal;
    width: 2em;height: 2em;line-height: 2em;display: block;margin: 15px auto;
    margin-top: 30px;
    transition: all .3s ease;
    transform: scale(1);
    position: relative;
    z-index: 1;
}
._step-title:after{
    position: absolute;
    display: block;
    content: " ";
    z-index: -1;
    left: 0;right: 0;bottom: 0;top: 0;border-radius: 100%;
    background-color: rgba(255, 255, 255, .3);transition: all .5s ease;
    transform: scale(1);
    opacity: 0
}
._step-title:hover{
    transform: scale(1.2);
    background: #F4CE58;
    color: #000;
}
._step-title:hover:after{
    transform: scale(1.2);opacity: .3;
}
._step-container .gostepleft,._step-container .gostepright{
    position: absolute;
    top: 50%;margin-top: -2.4em;margin-left: -0.6em;
    width: 2em;height: 2em;
    overflow: hidden;
    color: #999;
    cursor: pointer;
    z-index: 100;
}
._step-container .swiper-button-disabled{
    opacity: .3;
}
._step-container .gostepright{
    right: 0;margin-right: -0.6em;
}
.gostepright i,.gostepleft i{
    font-size: 28px;
}
/* 新闻动态 */
._news{
	margin: 30px 0;
	margin-top: 40px;
}
._news-img{
    height: 0;
    padding: 30% 0;
    overflow: hidden;
    position: relative;
}
._news-img .imgs_{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    transition: all .32s ease;
}
._news-img .imgs_:hover{
    transform: scale(1.2);
}
._news-txt{
    padding: 15px 15px 20px;
    transition: all .32s ease;
    background-color: rgba(255, 255, 255, .15);
}
._news-item:hover ._news-txt{
    background: #F4CE58;
}
._news-title{
    font-weight: normal;
    color: #000;
    height: 30px;text-overflow: ellipsis;word-spacing: nowrap; overflow: hidden;
}
._news-item:hover ._news-title{
    color: #000;
}
._news-info{
    color: #999;
}
._news-item:hover ._news-info{
    color: #000;
}
/* 合作伙伴 */
._partners{
    display: flex;
    margin: 30px 0;
    margin-top: 40px;
}
._partners-item{
    flex: 1;
    margin-bottom: 10px;
}
._partners-container{
    margin: 25px 0;margin-bottom: 0;
}
._partners-img .imgs_{
    margin: 0 auto;
    max-width: 100%;
    opacity: .8;
    transform: rotateY(0deg);
    transition: all .62s ease;
}
._partners-img:hover .imgs_{
    /*transform: rotateY(360deg);*/
    background-color: rgba(0, 0, 0, .8);
    opacity: 1;
}
/* 联系我们 */
._contact{
	margin: 30px 0;
	margin-top: 40px;
}
._contact-container{
    height: 500px;
    position: relative;
}
#container{
    height: 500px;width: 100%;
}
._contact-infobox{
    position: absolute;
    z-index: 2000;
    left: 0;right: 0;top: 0;bottom: 0;
}
._contact-infobox:after{
    display: block;
    content: " ";
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: all .32s ease;
}
._contact-infobox-disable,._contact-infobox-disable:after{
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0);
}
._contact-boxmain{
    max-width: 960px;
    height: 420px;
    margin: 40px auto;
    color: #999;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    border:5px #484848 solid;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    z-index: 10;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
    transition: all .32s ease;
}
._contact-infobox-disable ._contact-boxmain{
    height: 0;
    padding: 0;
    opacity: 0;
    border:0;
}
._contact-seemap{
    position: absolute;
    left: 50%;top: 40px;right: 0;
    max-width: 480px;
    z-index: 2001;
    text-align: right;
    padding: 15px 30px;
    color: #fff;
}
._contact-seemap i{
    background-color: #F4CE58;
    border-radius: 100%;
    width: 1.5em;height: 1.5em;
    padding:0 5px;
    text-align: center;line-height: 1.5em;
    box-shadow:  4px 4px 0 rgba(0, 0, 0, .08);
}
._contact-seemap-disable{
    color: #fff;
}
._contact-desc{
    padding: 15px;
}

/* 标志部分 */

/* 移动导航菜单 */

/* 自适应专用 */
@media only screen and (max-width:767px) {
    #apps{
        padding-top: 60px;
    }
	._wiosn-header-h1a{
		background-size: auto 50px!important;
        height: 60px;
	}
	.swiper-button-next,.swiper-button-prev{
		display: none !important;
	}
	._wrapper-box{
		padding: 50px 0;
	}
	._footer-link-a{
		width: 100%;
	}
	._focus-container{
        height: inherit;
    }
    ._history{
        position: relative;
        width: 100%;
        border-radius: 10px 10px 0 0;
        display: block;
    }
    ._history-items{
        float: left; width: 50%;padding: 10px 0;
    }
    ._about-container{
        display: block;
    }
    ._about-imgbox{
        margin: 0;
        height: 240px;
        margin-top: -50px;
        margin-bottom: 50px;
    }
    ._partners{
        display: block;
    }
    ._partners-item{
        float: left;
        width: 50%;
    }
    ._contact-boxmain{
        margin: 40px 20px;
    }
    ._contact-seemap{
        padding: 15px 50px;
    }
}
@media screen and (max-width:430px) {
    ._news-item{
        float: left;
        width: 100%;
    }
    ._cases-img{
        height: 120px;
        overflow: hidden;
    }
    ._cases-item ._wiosn_mask{
        padding:  30px;
        line-height: 30px;
    }
}