@charset "ISO-8859-1";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0
}
.sidebar{
    display: none;
}
*{
   box-sizing: border-box;
}
.tf-header.tf-menu{
    position: fixed;
}
.tf-header.tf-white.company .tf-header-menu-div, .tf-header.tf-white.company .tf-header-hover-div{
    background-color:transparent;
    border-bottom-color: transparent;
}
.tf-header.tf-white.company .tf-header-hover-div>ul>li>a:hover,.tf-header.tf-white.company .tf-header-menu-div:hover,.tf-header.tf-white.company .tf-header-hover-div:hover,.tf-header.tf-white.company .tf-header-hover-div.hover{
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom:none;;
}
.tf-header .tf-header-menu-div{
    border-bottom: none;
    left: 0px;
    padding-left: 100px;
    width: auto;
    right: 0px;
    padding-right: 130px;
}
.tf-header.company .tf-header-menu-div>div{
    width: 100% !important;
}
.cd-menu-icon,.cd-menu-icon::before, .cd-menu-icon:after{
    background-color: #fff;
}
a {
    text-decoration: none
}
.tf-header.tf-menu:not(.tf-white):hover .tf-header-menu-div:not(.fixed), .tf-header-white .tf-header-menu-div:not(.fixed):hover, .tf-header.tf-menu.active .tf-header-menu-div:not(.fixed){
    background-color: transparent !important;
}
video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
table {
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: 400;
    font-style: normal
}

strong {
    font-weight: 700
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #f2f2f2
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

body {
    font-family: lato, Calibri, Arial, sans-serif;
    color: #f2f2f2
}

h1 {
    font-size: 6em
}

p {
    font-size: 2em
}

.section {
    text-align: center
}
.tf-show-load.tf-header{
    z-index: 10000000;
}
.tf-show-load.tf-header .tf-header-menu-div .tf-header-menu-ul{
    display: none;
}
.tf-show-load.tf-header.tf-white .tf-header-menu-div{
    border-bottom: none;
}
.tf-show-load .tf-nav-map{
    display: none !important;
}
#menu li {
    color: #000;
    transition: margin-right .3s;
    text-align: right;
    line-height: 0.9em;
}
#menu li>a:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color .3s,width .3s;
    margin-left: 10px;
}
#menu li.active>a:after,#menu li:hover>a:after{
    background-color: rgba(255, 255, 255, 1);
    width: 30px;
}

#menu li.active a:hover,#menu li.active a  {
    color: #fff
}


#menu li a{
    padding: 0px 18px;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    padding-right: 10px;
    font-size: 12px;
    line-height: 1em;
}
#menu li a>span{
    opacity: 0;
}
#menu:hover li a>span,#menu li.active a>span{
    opacity: 1;
    transition: opacity 0.3s ease;
}
#menu:hover li a>span{
    opacity: 0.6;
}
#menu li a:hover>span{
   opacity: 1;
}
#menu:hover li a{
    padding: 5px 18px;
    transition: All 0.3s ease;
    padding-right: 10px;
}
#menu li.active a,#menu li:hover a {
    color: #fff
}

#menu {
    position: fixed;
    right: 20px;
    z-index: 70;
    width: 150px;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px
}

#download {
    margin: 10px 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

#download a {
    text-decoration: none;
    color: #fff
}

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2f96b4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: .9em;
    padding: 8px 0
}

#infoMenu ul {
    padding: 0 40px
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333
}

#infoMenu li a:hover {
    text-decoration: underline
}

#infoMenu li {
    display: inline-block;
    position: relative
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left
}

#examplesList ul {
    padding: 0
}

#examplesList ul li {
    display: block;
    margin: 5px 0
}

#examplesList ul li a {
    color: #bdbdbd;
    margin: 0
}

#examplesList ul li a:hover {
    color: #f2f2f2
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    padding: 0 0 5px
}
#section1{
    /*background: url("../images/onebg.jpg") no-repeat;*/
    /*background-size: cover;*/
}
.section1 .ss-container .intro{
width: 100%;
    float: inherit;
    animation-duration: 1s;
}
.section1 .midle h3{
    margin-bottom: 29px;
    font-size: 57px;
}
#section2{
    background: url("../images/introduce_1.jpg")no-repeat;
}
#section3{
    /*background: url("../images/business_01.jpg")no-repeat;*/
}
.section1.item2 .tf-page-item:before{
    content: '';
    left: 0px;
    height: 100%;
    background: linear-gradient(to right,rgba(8, 8, 8, 0.48),transparent);
    width: 803px;
    position: absolute;
    z-index: 3;
}
.section1.item2 .midle h3{
    font-size: 51px;
    margin: 11px 0px;
    line-height: 65px;
}
.section1.item2 .midle h3.blue{
    color: #0c95f5;
}
.section1 .tf-page-item{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url("../images/introduce_5.jpg")no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .3s ease-in;
    z-index: 0;
}
.section1 .tf-page-item.item2{
    background: url("../images/onebg.jpg")no-repeat;
}
.section1 .tf-page-item.item3{
    background: url("../images/introduce_3.jpg")no-repeat;
}
.section1.item2 .tf-page-item{
    background: url("../images/business_01.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item2{
    background: url("../images/business_02.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item3{
    background: url("../images/business_03.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item4{
    background: url("../images/business_04.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item5{
    background: url("../images/business_05.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item6{
    background: url("../images/business_06.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item7{
    background: url("../images/business_07.jpg")no-repeat;
}
.section1.item2 .tf-page-item.item8{
    background: url("../images/business_08.jpg")no-repeat;
}
.section1.item2 .tf-company-des-1{
    margin-top: 10px;
}
.section1 .tf-page-item.active{
    opacity: 1;
    z-index: 2;
}
.section1 .tf-tab-item{
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}
.section1 .tf-tab-item ul{
    display: flex;
    width: 100%;
}
.section1 .tf-tab-item ul>li{
    flex: 1;
    text-align: left;
    cursor: pointer;
    position: relative;
    width: 205px;
}
.section1 .tf-tab-item ul>li:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: #00b4ff;
}
.section1 .tf-tab-item ul>li.active:before{
    width: 185px;
    transition:none;
}
.section1.item1 .tf-tab-item ul>li:nth-child(4).active:before{
    transition: width 28s ease;
}
.section1.item1 .tf-tab-item ul>li:nth-child(2).active:before{
    transition: width 17s ease;
}
.section1 .tf-tab-item ul>li h4 {
    font-size: 23px;
    color: #a4a6b3;
    margin-bottom: 5px;
    display: none;
}
.item2.section1 .tf-tab-item ul>li h4{
    font-size: 17px;
    padding-left: 53px;
    display: block;
}
.section1 .tf-tab-item ul>li p {
    font-size: 14px;
    color: #a4a6b3 !important;
}
.section1 .tf-link-index{
    margin-top: 22px;
    display: inline-block;
}
.section1 .tf-link-index>i{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/introduce_icon.png)-1441px 2px;
}
.section1 .tf-link-index:hover{
    color: inherit;
    text-decoration: underline;
}
.section1 .tf-tab-item ul>li.active h4,.section1 .tf-tab-item ul>li.active p,.section1 .tf-tab-item ul>li:hover h4,.section1 .tf-tab-item ul>li:hover p{
    color: #fff !important;
}
.section1 .tf-tab-item ul>li .process{
    width: 185px;
    height: 2px;
    background-color: #858b8e;
    margin-bottom: 20px;
}
.section1 .tf-tab-item ul>li.active .process{
    background-color: #fff;
}
#section1 h1 {
    color: #444
}
.section1{
    background:#000;
}
#section1 p {
    color: #333;
    color: rgba(0, 0, 0, .3)
}

#section1 img {
    margin: 20px 0;
    opacity: .7
}

#section2 h1,
#section2 p {
    z-index: 3
}

#section2 p {
    opacity: .8
}

#section2 #colors {
    right: 60px;
    bottom: 0;
    position: absolute;
    height: 413px;
    width: 258px;
    /*background-image: url(imgs/colors.gif);*/
    background-repeat: no-repeat
}
#section4 {
    background: url(../images/introduce_2.jpg) bottom center no-repeat;
    background-size: cover;
}
#section4 #colors {
    left: 60px;
    bottom: 0
}

#section4 p {
    color: #757575
}

#colors2,
#colors3 {
    position: absolute;
    height: 163px;
    width: 362px;
    z-index: 1;
    background-repeat: no-repeat;
    left: 0;
    margin: 0 auto;
    right: 0
}



#section4 p {
    opacity: 0.8
}

#pp-nav.custom .pp-tooltip {
    color: #aaa
}

.ss-group-items {
    margin-top: 10px;
}



.ss-group-items>ul>li {
    width: 300px;
    float: left;
    background-color: #fff;
}

.ss-container {
    position: absolute;
    margin: 0px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    top: 0px;
    /* width: 100%; */
    right: 60px;
    left: 40px;
}
.ss-container .tf-float-right{
    width: 50%;
    display: flex;
}
.ss-container .tf-float-right .tf-item{
    flex: 1;
    height: 100px;
    background: url("../images/company_01.png") 50% 0% no-repeat;
    text-align: center;
    padding-top: 60px;
}
.ss-container .tf-float-right .tf-item.item2{
    background-image: url("../images/company_02.png");
}
.ss-container .tf-float-right .tf-item.item3{
    background-image: url("../images/company_03.png");
}
.ss-container .tf-float-right .tf-info{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.ss-container .tf-float-right .tf-number{
    font-size: 40px;
}
.ss-container .tf-float-right .tf-text{
    font-size: 18px;
}
.ss-container .intro{
    width: 50%;
    float: left;
}
header {
    position: fixed;
    display: flex;
    align-items: center;
    height: 80px;
    z-index: 20;
    width: 100%;
    padding-left: 100px;
    top: 0px;
}
header *{
    box-sizing: border-box;
}
header>ul {
    padding: 0px;
    margin: 0px;
}

header>ul>li {
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 0px;
    /* margin-right: 4vh; */
    border-radius: 0px;
    position: relative;
}
header>ul>li>ul{
    background-color: rgba(48, 48, 48, 0.76);
    display: none;
    position: absolute;
    overflow: visible;
    transition: all .3s ease 0s;
}
header>ul>li.has-children:hover{
    background-color: rgba(48, 48, 48, 0.76);
}
header>ul>li:hover>ul {
    display: block;
    max-height: none;
    padding-bottom: 10px;
}
header>ul>li a{
    padding: 0;
    /* width: 92px; */
    text-align: center;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    display: block;
    background-color: transparent;
    transition: all .3s ease 0s;
}
header>ul>li>a {
    color: #fff;
}
header>ul>li a:hover{
    color: #bbb;
}
#section1 {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) !important;
}


/*#section1 video{
	   height: 100%;
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0px;
	    right: 0px;
       }*/
.ss-news-title a{
    color: inherit;
    transition: color .3s ease-out;
}
.ss-news-title a:hover{
    color: #EB8C17
}
.midle {
    text-align: left;
    margin-left: 40px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    z-index: 4;
}
.tf-company-des-1{
    line-height: 25px;
    font-size: 14px;
    padding-right: 145px;
}
.tf-company-sub-title{
    font-size: 17px;
    margin-bottom: 10px;
}
#pp-nav.right{
    right: inherit;
    left: 15px;
    display: none;
}
.midle h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

footer {
    position: fixed;
    bottom: 10px;
    height: 50px;
    line-height: 50px;
    z-index: 20;
    font-size: 13px;
    box-sizing: border-box;
    right: 130px;
    font-family: Arial;
    padding-right: 10px;
    left: 100px;
}
footer a{
    color: inherit;
    font-family: Arial;
}
footer>div{
    float: right;
}
footer>div>a{
    margin-left: 30px;
}
#pp-nav span,
.pp-slidesNav span {
    border-radius: 0px;
    border-color: #fff!important;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #0086df;
}

/*#section2 {*/
/*background: url(../images/bg2.png)no-repeat;*/
/*background-size: cover;*/
/*}*/




.section2{
    background-color: #ffffff;
}
/*#section4 {*/
/*background: url(../images/bg4.png)no-repeat;*/
/*background-size: cover;*/
/*}*/
.section3 .tf-page{
    text-align: center;
    transition: none!important;
    /* margin-top: 56px; */
    width: 185px;
    margin: 0 auto;
    border-top: 2px solid #00b4ff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
.section3 .tf-page>a{
    display: inline-block;
    width: 51px;
    height: 17px;
    background: url(../images/company_arrow.png)-28px 0px no-repeat;
    margin-top: 28px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: none;
}
.tf-fzlc-top {
    position: absolute;
    bottom: 100px;
    left: 40px;
    text-align: left;
}
#section3 .tf-fzlc-top {
    left: 100px;
    z-index: 100;
}
.tf-fzlc-en{
    font-size: 16px;
}
.tf-fzlc-title{
    font-size: 37px;
}
.tf-lc-jd{
    position: absolute;
    top: 162px;
    left: -160px;
    text-align: center;
}
.tf-lc-jd .tf-en-info{
    font-weight: bold;
    font-size: 18px;
}
.section3 .tf-page>a.disabled{
    background-position: 1px 0px;
    transform: none;
    cursor: not-allowed;
}
.section3 .tf-page>a.right{
    background-position: -40px 0px;
    transform: none;
}
.section3 .tf-page>a.right.disabled{
    background-position: 13px 0px;
    transform: rotate(180deg);
    cursor: not-allowed;
}
.section3 .intro{
    width: 80%;
    margin: 0 auto;
    float: unset;
}
.section3 ul>li:after{
    content: '';
    position: absolute;
    left: 14px;
    right: 0px;
    height: 2px;
    background-color: #00b4ff;
    top: 50%;
    margin-top: 24px;
}
.section3 ul>li{
    float: left;
    height: 256px;
    width: 200px;
    position: relative;
    padding-top: 100px;
}
.section3 ul>li>i{
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #00b4ff;
    top: 50%;
    margin-top: -3px;
    left: 7px;
}
.section3 ul>li>i.x{
    margin-top: 31px
}
.section3 .midle{
    transform: translateY(-25%);
}
.section3 ul>li:last-child{
    width: 70px;
}
.section3 ul>li:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #00b4ff;
    border-radius: 100%;
    margin-top: 17px;
}
.tf-event-title{
    position: absolute;
    line-height: 20px;
    font-size: 14px;
    width: 240px;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    bottom: 180px;
    left: -110px;
    box-sizing: border-box;
    opacity: 0;
}
.tf-event-info{
    position: relative;
    line-height: 33px;
}
.tf-event-info:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff100;
    vertical-align: 3px;
    margin-right: 10px;
}
.tf-month{
    color: #00b4ff;
    font-weight: bold;
    margin-bottom: 5px;
}
.tf-month>span{
    font-size: 17px;
}
.tf-event-date{
    font-size: 17px;
    font-weight: bold;
    margin-left: -20px;
}
.tf-event-date.bottom{
    margin-top: 135px;
    margin-bottom: 15px;
}

.ss-right-sidebar {
    position: fixed;
    right: 20px;
    bottom: 28px;
    z-index: 100;
    color: #fff;
}

.ss-scroll-1 {
    width: 50px;
    height: 50px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ss-scroll-inner {
    width: 33px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    height: 63px;
    border-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0px;
}

.ss-scroll-inner-side {
    min-height: 0px;
    height: 0.8vh;
    width: 2px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    animation-name: slideInDown;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.ss-right-sidebar .ss-des {
    font-size: 13px;
    margin-top: 18px;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

#section4 h3 {
    margin: 0px;
    font-size: 15px;
    padding: 0px;
    line-height: 30px;
    font-weight: bold;
}
.ss-news-date{
    color: #999;
    margin-bottom: 7px;
    font-size: 18px;
}
.ss-news-item{
    margin-bottom: 25px;
}
.ss-news-more>a{
    color: #fff;
    font-size: 15px;
    transition: color .3s;
}
.ss-news-more>a:hover{
    color: #EB8C17;
}
.ss-black header>ul>li>a,.ss-black footer{
    color: #000;
}
.ss-black #pp-nav span, .ss-black .pp-slidesNav span{
    border-color: #000!important;
}
.ss-black .ss-container{
    border-left: 1px solid #dedede;
}
#section5{
    background-color: #f5f5f5;
}
#section5 h3{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
#section5 .intro>h3:before{
    content: '';
    position: absolute;
    width: 40px;
    /* height: 1px; */
    background-color: #000;
    bottom: -5px;
    border: 1px solid #000;
}
#section5 .ss-des{
    font-size: 13px;
    color: #999;
    margin-bottom: 30px;
}
#section5 .ss-concat{
    width: 525px;
    height: 480px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: -92px;
    padding: 120px;
    box-sizing: border-box;
    padding-right: 0px;
}
#section5 h5{
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}
#section5 h5 + div{
    color: #999999;
    margin-bottom: 30px;
}
#section5 input{
    border: none;
    border-bottom: 1px solid #c1c1c1;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
}
#section5 input.ss-name{
    margin-right: 20px;
    width: 200px;
}
#section5 input.ss-mail{
    width: 200px;
}
#section5 input.ss-input-1{
    width: 450px;
}

.intro>*{
    /*opacity: 1;*/
    /*transition: all 1s ease-out;*/
}
.active .intro>*{
    /*opacity: 1;*/
}
/*#section1 .intro>*{*/
/*opacity: 0;*/
/*transition: all 1s ease-out;*/
/*transform: translate3d(0, 100px, 0);*/
/*}*/
/*#section1.active .intro>*{*/
/*opacity: 1;*/
/*transition-delay: .8s;*/
/*transform: translate3d(0, 0, 0);*/
/*}*/
#section1.active .intro>.tf-company-sub-title{
    font-size: 22px;
    transition: none;
}
#section1.active .intro>div:last-child{
    transition-delay: 1.2s;
    animation-delay: 1.2s;
    font-size: 15px;
}
.ss-animate-left{
    opacity: 0;
    transition: all 1s ease-out;
    transform: translate3d(-100px, 0px, 0);
}
.active .ss-animate-left{
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
}
.ss-animate-right{
    opacity: 0;
    transition: all 1s ease-out;
    transform: translate3d(100px, 0px, 0);
}
.active .ss-animate-right{
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
}
.ss-animate-up,.ss-animate-down{
    opacity: 0;
    transition: all 1s ease-out;
    transform: translate3d(0, 100px, 0);
}
.ss-animate-down{
    transform: translate3d(0, -100px, 0);
}
.active .ss-animate-up,.active .ss-animate-down{
    opacity: 1;
    transform: translate3d(0, 0px, 0);
}
.ss-group-items>ul>li:nth-child(1){
    transition-delay: 1s;
}
.ss-group-items>ul>li:nth-child(2){
    transition-delay: 1.2s;
}

.ss-group-items>ul>li:nth-child(3){
    transition-delay: 1.4s;
}
.ss-news-items .ss-news-item:nth-child(1){
    transition-delay: 1s;
}
.ss-news-items .ss-news-item:nth-child(2){
    transition-delay: 1.2s;
}

.ss-news-items .ss-news-item:nth-child(3){
    transition-delay: 1.4s;
}
.ss-news-more{
    transition-delay: 10.8s;
}
.ss-sub-btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    color: #FFFFFF;
    width: 110px;
    margin-top: 21px;
    margin-left: 100px;
}

.scale-up
{
    animation:scale .8s, up .5s .8s;
    animation-fill-mode:forwards;
}
.scale-down
{
    animation:scale .8s, down .5s .8s;
    animation-fill-mode:forwards;
}
.pp-easing{
    transition: none !important;
}
.pp-section.pp-table{
    transform: translate3d(0px, 0px, 0px) !important;
    background-color: #000 !important;
}
.scale-right
{
    animation:right 1s;
    animation-fill-mode:forwards;
}
.scale-left
{
    animation:left 1s;
    animation-fill-mode:forwards;
}
@keyframes up
{
    0% {   transform:scale(0.8) translate3d(0px ,0px,0px);}
    100% {    transform:scale(0.8)  translate3d(0px ,-140%,0px);}
}
@keyframes down
{
    0% {   transform:scale(0.8) translate3d(0px ,0px,0px);}
    100% {    transform:scale(0.8)  translate3d(0px ,140%,0px);}
}
@keyframes right
{
    0% {   transform:translate3d(0px ,0px,0px);}
    100% {    transform:translate3d(100% ,0px,0px);}
}
@keyframes left
{
    0% {   transform:translate3d(0px ,0px,0px);}
    100% {  transform:translate3d(-100% ,0px,0px);}
}
@keyframes scale
{
    0% {    transform: scale(1);}
    100% {  transform: scale(0.8);}
}

.tf-mask {
    position: absolute;
    width: 50%;
    z-index: -1;
    min-height: 0;
    background: #fff;

}
.tf-mask.left{
    left: 0;
    bottom: 0;
    height: 200px;
}
.tf-mask.show{
    z-index: 100;
    transition: height 1s,top 1s,bottom 1s;
}
.tf-mask.left.show{
    bottom: 100%;
}
.tf-mask.right{
    left: 50%;
    top: 0;
    height: 200px;
}
.tf-mask.right.show{
    top: 100%;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/**************?????*************/
.load-complete .line-scale {
    margin: 0 auto;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.load-complete .line-scale>img{
    transition: opacity 1s;
}
.load-complete.hide .line-scale>img,.load-complete.hide .line-scale>span{
    opacity: 0 !important;
}
.load-complete .line-scale>span{
    font-size: 21px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
    transition: opacity 2s;
    opacity: 0;
    transition-delay: .5s;
}
.load-complete .line-scale>span.show{
    opacity: 1;
}
.load-complete .line-scale > div {
    display: inline-block;
    border-color: #1e38ae #1e38ae transparent;
    background-color: #1e38ae;
}
.load-complete {
    position: fixed;
    background: #F1F1F1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 122031;
    display: none;
}
.load-complete.show{
    display: block;
}
.load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    animation: loading 2s 1s infinite;
}
@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
.line-scale>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
}
.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}
@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}

/****************????***************/
.tf-company-introduce{
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height:  100%;
    transform: scale(.5);
    /*transform: translate(-50%,-50%);*/
    z-index: 200;
    opacity: 0;
    transition: transform .3s cubic-bezier(.55,.085,0,.99),opacity .3s;
    box-sizing: border-box;
    text-align: left;
}
.tf-company-introduce .tf-right{
    margin-left: 400px;
    padding-right: 118px;
    padding-top: 102px;
}
.tf-introduct-bg{
    float: left;
    width: 325px;
    height: 100%;
    background: url(../images/introduce_icon.png) 0px 21px no-repeat;
    margin-left: 30px;
}
.wushen .tf-introduct-bg{
    background-position: -1018px 21px;
}
.sanshu .tf-introduct-bg{
    background-position: -510px 21px;
}
.tf-company-introduce .tf-des{
    line-height: 25px;
    font-size: 15px;
    text-align: left;
}
.tf-company-introduce.show{
    /*transform: translate(-50%,-50%);*/
    transform: scale(1);
    top: 0%;
    opacity: 1;
}
.tf-company-introduce .tf-company-name{
    font-size: 18px;
    margin-top: 50px;
}
.tf-company-introduce .tf-company-en-name{
    font-size: 14px;
    margin-top: 3px;
}
.tf-company-introduce .tf-company-logo{
    width: 180px;
    height: 55px;
    background: url(../images/introduce_icon.png) -328px -77px no-repeat;
}
.sanshu.tf-company-introduce .tf-company-logo{
    background-position: -842px -72px;
}
.wushen.tf-company-introduce  .tf-company-logo{
    background-position: -1362px -73px;
}
.tf-company-introduce .tf-close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/introduce_icon.png) -1491px 8px no-repeat;
    transition: background-color .3s;
    cursor: pointer;
}
.tf-company-introduct-wrap{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transform: translate(0,-100%);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tf-company-introduct-wrap>div{
    width: 1400px;
    height: 450px;
    position: relative;
}
.tf-company-introduct-wrap.show{
    transform: translate(0,0);
}