
.inedx_banner{
    width: 100%;display: block;
}
.base_info_box{
    background: linear-gradient(to bottom ,#49b7b0 , #128a98 );color: #fff;
}
.nav_w{
    display: flex;align-items: center;font-size: 15px;;
}
.base_info{
    width: 80%;
    margin-left: 10%;
    /* display: flex;justify-content: space-around; */
    text-align: center;
    font-size: 14px;
    padding: 28px 0;
    overflow: hidden;

}

.base_info > div{

    width: 33.33%;
    float: left;
    /* flex-shrink: 0; */
    /* flex: 1; */
}

@media (max-width : 576px){
    .base_info{
        width: 100%;margin-left: 0; 
    }
}
.base_info .number{
    font-size: 27px;
}
.base_info_item{
    position: relative;
    display: inline-block;
}
.base_info .top{
    position: absolute;
    right: -17px;
    top: 7px;
    z-index: 2;
}
.base_info .top2{
    position: absolute;
    right: -12px;
    top: 4px;
    z-index: 2;
}
.tansin_index_module{
    text-align: center;
}
.tansin_index_module .title1{
    display: inline-block;padding: 2px 7px;background: #05af95;color: #fff;font-size: 16px;
}
.tansin_index_module .title2{
    font-size: 28px;padding-top: 20px;
}
.index_process{
    padding-top:3%;
    padding-left:17%;
    padding-bottom: 40px;background: #fff;
}
.index_process img{
    width: 76%;
}
@media(max-width:640px){
    .index_process{
        width: 100%;
        padding-left: 0%;
    }
    .index_process img{
    width: 100%;
    }
}
.logo_img{
    width: 120px;
}
#logo_img2{
    display: none;
    position: fixed;
    z-index: 200;
    top: 20px;
    left: 0;
    width: 200px;
}
#nav_line{
    position: fixed;
    top: 100px;
    left: 10px;
    width:calc( 100% - 20px );
    height: 1px;
    background: #ccc;
    z-index: 201;
    display: none;
}

/* 天馨优势 */
.tansin_index_advantage{
    background: #f8f9fd;padding-top: 50px;padding-bottom: 30px;
}
.tansin_index_advantage .container{
    padding-top: 20px;
}
.advantage_box{
    overflow: hidden; padding-top: 20px;
}
.advantage_box .advantage_list:nth-child(1){
    margin-left: 0;
}
.advantage_list{
    border: 1px solid #d0d1d3;
    margin-left: -1px;
    position: relative;
    padding: 55px 0px 30px 0px; 
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    cursor: pointer; 
}
.advantage_box .advantage_list:hover{ 
    border: 1px solid #479683; position: relative; z-index: 100; cursor: pointer;
}
.advantage_list_inner{
    text-align: center;
}
.advantage_list .advantage_list_inner .img{
    position: absolute;
    top: -30px;
    left: calc( 50% - 25px );
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-position: center;
    background-size: 60px 60px;
    background-repeat: no-repeat;
}

.advantage_list:nth-child(1) .advantage_list_inner .img{
    background-image: url(../images/home/advantage/1.png);
}
.advantage_box .advantage_list:nth-child(1):hover .advantage_list_inner .img{
    background-image: url(../images/home/advantage/1-1.png);
}
.advantage_list:nth-child(2) .advantage_list_inner .img{
    background-image: url(../images/home/advantage/2.png);
}
.advantage_box .advantage_list:nth-child(2):hover .advantage_list_inner .img{ 
    background-image: url(../images/home/advantage/2-2.png);
}
.advantage_list:nth-child(3) .advantage_list_inner .img{
    background-image: url(../images/home/advantage/3.png);
}
.advantage_box .advantage_list:nth-child(3):hover .advantage_list_inner .img{ 
    background-image: url(../images/home/advantage/3-3.png);
}
.advantage_list:nth-child(4) .advantage_list_inner .img{
    background-image: url(../images/home/advantage/4.png);
}
.advantage_box .advantage_list:nth-child(4):hover .advantage_list_inner .img{ 
    background-image: url(../images/home/advantage/4-4.png);
}
.advantage_list:nth-child(5) .advantage_list_inner .img{
    background-image: url(../images/home/advantage/5.png);
}
.advantage_box .advantage_list:nth-child(5):hover .advantage_list_inner .img{ 
    background-image: url(../images/home/advantage/5-5.png);
}
.advantage_list:nth-child(6) .advantage_list_inner .img{
    background-image: url(../images/home/advantage/6.png);
}
.advantage_box .advantage_list:nth-child(6):hover .advantage_list_inner .img{ 
    background-image: url(../images/home/advantage/6-6.png);
}

.advantage_list .advantage_list_inner .title{
    font-size: 17px;padding-left: 7px;padding-right:7px; font-weight:bold;
}
.advantage_list .advantage_list_inner .text{
    font-size: 14px;color: #1d1d1d;padding-top: 20px; line-height: 27px;padding-left: 18px;padding-right: 18px; 
}
 
@media (max-width : 767px){
    .advantage_box .advantage_list:nth-child(2n+1){
        margin-left: 0;
    }
    .advantage_list .advantage_list_inner .title{
         padding-left: 0;padding-right: 0;
    }
    .advantage_list .advantage_list_inner .text{
         padding-left: 10px;padding-right: 10px;
    }
}
@media (max-width : 576px){
    .tansin_index_advantage .container , .tansin_index_function  .container{
         padding-left: 30px!important;padding-right: 30px!important;
     }
}

@media (min-width : 1200px){
    .tansin_index_advantage .container .row , .tansin_index_function  .container .row{
       width: 1000px!important;
       margin-left: calc( 50% - 500px);
    }
}
/* 天馨科技18大功能 */

.tansin_index_function{
    background: #fff;padding-top: 50px;text-align: center;padding-bottom: 40px;
}
.function_container{
    padding-top: 20px;
}
.function_list{
    padding: 8px; cursor: pointer; 
}
.function_inner{
    background: #f8f9fd;
    height: 100%;
    padding: 20px 5px;
    box-shadow: 0 0 15px #e6e6e6;
    border-radius: 1px; 
}
.function_list:hover .function_inner{
    box-shadow: 0 0 15px #e6e6e6;
    color: #fff!important;
    border-radius: 3px;
    background: linear-gradient(to bottom , #219684 , #15889d);
}
.function_list .title{
    margin-top: 10px;
    font-weight: 500;
    color: #262626;
}
.function_list:hover .function_inner .title{
    color: #fff ;
}
.function_list .img{
   width: 70px;
   height: 48px;
   margin-left: calc( 50% - 35px );
   background-position: center;
   background-repeat: no-repeat;
   background-size: 60px 48px;
}
@media ( max-width :  576px ){
    .function_inner{
        padding: 10px 5px;
    }
    .function_list .img{
        height: 30px;
        background-size: 40px 30px;
     }
}

.function_list:nth-child(1) .img{
    background-image: url(../images/home/function/01.png);
}
.function_list:nth-child(1):hover .img{
    background-image: url(../images/home/function/01-01.png);
}
.function_list:nth-child(2) .img{
    background-image: url(../images/home/function/02.png);
}
.function_list:nth-child(2):hover .img{
    background-image: url(../images/home/function/02-02.png);
}
.function_list:nth-child(3) .img{
    background-image: url(../images/home/function/03.png);
}
.function_list:nth-child(3):hover .img{
    background-image: url(../images/home/function/03-03.png);
}
.function_list:nth-child(4) .img{
    background-image: url(../images/home/function/04.png);
}
.function_list:nth-child(4):hover .img{
    background-image: url(../images/home/function/04-04.png);
}
.function_list:nth-child(5) .img{
    background-image: url(../images/home/function/05.png);
}
.function_list:nth-child(5):hover .img{
    background-image: url(../images/home/function/05-05.png);
}
.function_list:nth-child(6) .img{
    background-image: url(../images/home/function/06.png);
}
.function_list:nth-child(6):hover .img{
    background-image: url(../images/home/function/06-06.png);
}
.function_list:nth-child(7) .img{
    background-image: url(../images/home/function/07.png);
}
.function_list:nth-child(7):hover .img{
    background-image: url(../images/home/function/07-07.png);
}
.function_list:nth-child(8) .img{
    background-image: url(../images/home/function/08.png);
}
.function_list:nth-child(8):hover .img{
    background-image: url(../images/home/function/08-08.png);
}
.function_list:nth-child(9) .img{
    background-image: url(../images/home/function/09.png);
}
.function_list:nth-child(9):hover .img{
    background-image: url(../images/home/function/09-09.png);
}
.function_list:nth-child(10) .img{
    background-image: url(../images/home/function/10.png);
}
.function_list:nth-child(10):hover .img{
    background-image: url(../images/home/function/10-10.png);
}
.function_list:nth-child(11) .img{
    background-image: url(../images/home/function/11.png);
}
.function_list:nth-child(11):hover .img{
    background-image: url(../images/home/function/11-11.png);
}
.function_list:nth-child(12) .img{
    background-image: url(../images/home/function/12.png);
}
.function_list:nth-child(12):hover .img{
    background-image: url(../images/home/function/12-12.png);
}
.function_list:nth-child(13) .img{
    background-image: url(../images/home/function/13.png);
}
.function_list:nth-child(13):hover .img{
    background-image: url(../images/home/function/13-13.png);
}
.function_list:nth-child(14) .img{
    background-image: url(../images/home/function/14.png);
}
.function_list:nth-child(14):hover .img{
    background-image: url(../images/home/function/14-14.png);
}
.function_list:nth-child(15) .img{
    background-image: url(../images/home/function/15.png);
}
.function_list:nth-child(15):hover .img{
    background-image: url(../images/home/function/15-15.png);
}
.function_list:nth-child(16) .img{
    background-image: url(../images/home/function/16.png);
}
.function_list:nth-child(16):hover .img{
    background-image: url(../images/home/function/16-16.png);
}
.function_list:nth-child(17) .img{
    background-image: url(../images/home/function/17.png);
}
.function_list:nth-child(17):hover .img{
    background-image: url(../images/home/function/17-17.png);
}
.function_list:nth-child(18) .img{
    background-image: url(../images/home/function/18.png);
}
.function_list:nth-child(18):hover .img{
    background-image: url(../images/home/function/18-18.png);
}




 
 
 
.nav_img1{
    width: 30px;margin-right: 10px; display: none;
}
.header {
    position: relative;
    z-index: 20;
    min-height: 87px;
}
.head_mb{
    margin-bottom: -2px;
}
.header>.wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 40px;
    width: 200px;
    padding: 20px 0;
    min-height: 87px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.header .logo h1 {
    font-size: 24px
}

.header .logo img {
    width: 90px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.header .logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    text-decoration: none
}

.header .links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header .links .link-name {
    display: block;
    font-size: 13px;
    padding: 4px 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}

.header .links .link-name .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px
}

.header .links .link-name .icon-dropdown {
    -webkit-transition: -webkit-transform 0.1s ease;
    -moz-transition: -moz-transform 0.1s ease;
    -o-transition: -o-transform 0.1s ease;
    -ms-transition: -ms-transform 0.1s ease;
    transition: transform 0.1s ease;
    background: url("../images/icon-dropdown.ba690c5a8451.png") left center no-repeat
}

.header .links .link-list {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    min-width: 100%;
    color: #262626;
    background-color: #fff;
    padding: 6px 11px;
    text-align: left;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.header .links .link-list a {
    display: block;
    color: #262626;
    white-space: nowrap;
    font-size: 13px;
    line-height: 30px;
}

.header .links .link-list a:hover {
    text-decoration: none;
    color: #1E9689;
}

.header .links .link-item {
    position: relative;
    margin-left: 12px;
}

.header .links .link-item:hover .link-name {
    text-decoration: none;
    color: #262626;
    background-color: #1E9689;
    border-color: #1E9689;
}

.header .links .link-item:hover .link-name .icon-dropdown {
    background-position: -10px center
}

.header .links .link-item:hover .link-list {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.header .links .link-item.no-radius:hover .link-name {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.header .links .link-item.no-radius:hover .link-list {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.header {
    background: #011014;
    /* position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 600; */
}

.header .nav-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .nav.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.header .nav li {
    font-size: 14px;
    padding: 0 20px;
}

.header .nav li a.nav-text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 2px 3px;
    color: #fff;
}

.header .nav li a.nav-text:after {    
    content: "";
    height: 2px;
    width: 14px;
    background-color: #0cd3fb;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.header .nav li a.nav-text:hover {
    text-decoration: none
}

.header .nav li.active a.nav-text {
    color: #053a35 !important;
    text-decoration: none;
}

.header .nav li.active a.nav-text:after {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.header .nav li:hover a.nav-text {
    /*min-height: 87px;*/
}

.header .nav li:hover a.nav-text:after {
    display: none
}

.header .nav li.hover a.nav-text {
    /*min-height: 87px;*/
}

.header .nav li.hover a.nav-text:after {
    display: none
}

.header .nav li.hover .nav-sub {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    z-index: 600
}

.header .nav li.products a.nav-text,
.header .nav li.solutions a.nav-text,
.header .nav li.about a.nav-text {
    pointer-events: none
}

.header .nav-sub {
    position: absolute;
    left: 15px;
    top: 87px;
    padding: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 8px 10px rgba(4, 0, 0, 0.16);
    box-shadow: 0 8px 10px rgba(4, 0, 0, 0.16);
    -webkit-transition: -webkit-transform 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out;
    -moz-transition: -moz-transform 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out;
    -o-transition: -o-transform 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out;
    -ms-transition: -ms-transform 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out;
    transition: transform 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.header .nav-sub-link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 5px;
    text-align: center;
    background-color: #f5f7fa;
}

.header .nav-sub-link .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
}

.header .nav-sub-link .icon img {
    width: 100%
}

.header .nav-sub-link .text {
    font-size: 14px;
    color: #666;
    line-height: 1.5
}

.header .nav-sub-link:hover {
    text-decoration: none;
    background-color: #fff1c4
}

.header .nav-sub.solutions {
    max-width: 798px;
    left: 150px;
}

.header .nav-sub.solutions .nav-sub-link {
    width: 88px;
    height: 88px
}

.header .nav-sub.about {
    padding: 14px;
    left: auto;
    right: 30px;
}

.header .nav-sub.about .nav-sub-link {
    margin: 6px;
    width: 120px;
    height: 48px
}

.header .nav-sub.products {
    display: block;
    padding: 40px 0;
    right: 15px;
    text-align: center;
}

.header .nav-sub.products dl {
    position: relative;
    height: 100%;
    padding: 50px 12px 0;
    border-right: 1px solid #f0f0f0;
}

.header .nav-sub.products dl:hover .icon {
    background-color: #1E9689
}

.header .nav-sub.products dt {
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}

.header .nav-sub.products dt .icon {
    position: absolute;
    z-index: 30;
    top: -24px;
    left: 50%;
    margin-left: -28px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #e1e2e5;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.header .nav-sub.products dt .icon img {
    width: 36px;
    height: 36px
}

.header .nav-sub.products dt .title {
    margin-bottom: 15px;
}

.header .nav-sub.products dt .title a {
    font-size: 16px;
    color: #262626
}

.header .nav-sub.products span {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #333
}

.header .nav-sub.products a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.header .nav-sub.products a:hover {
    color: #333 !important;
    text-decoration: none;
    background-color: #fff1c4
}

.header .nav-sub.products .col-lg-2:last-child dl {
    border-right: 0
}

@media (max-width:1200px) {
    .header .logo {
        margin-right: 20px
    }

    .header .nav li {
        padding: 0 15px
    }
}

@media (max-width:992px) {
    .header {
        height: auto;
    }

    .header .links {
        margin-right: 80px
    }

    .header .nav {
        display: block;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        transition: opacity 0.1s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        overflow-y: auto;
        z-index: 200;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 120px;
        padding-bottom: 50px;
        /* background: #1E9689; */
        background:  linear-gradient(to bottom ,#22958e , #128a98 );;
        border-bottom: 0;
    }

    .header .nav li {
        display: block;
        margin: 0;
        padding: 0 20px;
    }

    .header .nav li a.nav-text {
        display: block;
        padding: 14px 20px;
        text-align: left;
        font-size: 18px;
        color: #074a44;
    }

    .header .nav li:hover a.nav-text,
    .header .nav li.active a.nav-text {
        min-height: auto;
        color: #262626 !important;
    }

    .header .nav li:hover a.nav-text:after,
    .header .nav li.active a.nav-text:after {
        display: none
    }

    .header .nav li.active a.nav-text {
        color: #fff !important;
        font-weight: 700
    }

    .header .nav li.products a.nav-text,
    .header .nav li.solutions a.nav-text,
    .header .nav li.about a.nav-text {
        pointer-events: auto
    }

    .header .nav-sub {
        display: none !important;
    }

    .header .nav-sub.about {
        display: block !important;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        z-index: 100;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        left: 15px;
        top: 0;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: none;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .nav-sub-link {
        display: block;
        width: auto !important;
        height: auto !important;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        text-align: left;
        background: none;
        position: relative;
    }

    .header .nav-sub-link:hover {
        background: none !important
    }

    .header .nav-sub-link:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        width: 5px;
        height: 5px;
        font-size: 12px;
        background-color: #fff;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        border-radius: 50%
    }

    .header .nav-sub-link .text {
        font-size: 16px;
        color: #444;
        line-height: 34px
    }
}

@media (max-width:510px) {
    .header .links {
        position: fixed;
        left: 0;
        right: 0;
        padding-left: 20px;
        margin-right: 0;
        top: 0;
        padding-top: 24px;
        padding-bottom: 15px;
        z-index: 210;
        display: none;
        background: #1E9689;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .header .links .link-item {
        margin-left: 0
    }

    .header .links .link-name {
        margin: 0 8px;
        color: #262626;
        border: 1px solid #1E9689 !important;
        background-color: #1E9689;
    }

    .header .links .link-name .icon {
        display: none
    }

    .header.header-sticky .links {
        display: none
    }
}

.header .nav-toggle {
    display: none;
    width: 60px;
    height: 80px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .nav-toggle:before,
.header .nav-toggle:after {
    content: '';
    background: #1E9689;
    width: 20px;
    height: 2px;
    margin: 4px 0;
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease
}

@media (max-width:992px) {
    .header .nav-toggle {
        z-index: 610;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -40px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header .nav-toggle.active {
        z-index: 610;
        position: fixed;
        right: 2%;
        top: 50px;
    }
}

.header .nav-toggle.active:before {
    background: #074a44;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
    -o-transform: translate3d(0, 0, 0) rotate(45deg);
    -ms-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
}

.header .nav-toggle.active:after {
    background: #074a44;
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}




/* 天馨力量 服务中国 */ 
/* 原网站扒下来的 */
.home-service {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    background: #1e2534 url("../images/home/home-map-bg.77ec1bbb0ff2.png") left top repeat;
}

.home-service .map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.home-service .map video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: screen;
    background-color: #000
}

.home-service .ditu {
     display: none;
}
.home-service .ditu img{
     width:100%;
}

@media (max-width:540px) {
    .home-service .map {
        display: none
    }
    .home-service .ditu {
     display: block;
}
}

.home-service .hd {
    padding-bottom: 8px;
    text-align: center;
}

.home-service .hd h2 {
    color: #fff
}

.home-service .hd small {
    display: inline-block;padding: 2px 7px;background: #0fab93;color: #fff;font-size: 14px;
}
.home-service .hd .title2{
    font-size: 25px;padding-top: 20px; 
}

.home-service .bd {
    position: relative;
    padding-top: 28px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 610px;
}

@media (max-width:540px) {
    .home-service .bd {
        min-height: auto;
        padding-bottom: 30px
    }
}

.home-service .bd:after {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.home-service .bd .item {
    position: relative;
    z-index: 3;
    margin-bottom: 50px;
    padding: 0 50px;
    color: #25dfe1;
    text-align: center;
}

.home-service .bd .item em {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px
}

.home-service .bd .item p {
    font-size: 16px
}

@media (max-width:540px) {
    .home-service .bd .item {
        margin-bottom: 30px;
        padding: 0 20px
    }

    .home-service .bd .item em {
        font-size: 18px
    }

    .home-service .bd .item p {
        font-size: 12px
    }
}
/* 联系我们 */
/* 原网站扒的 */
.section-apply {
    background: #fafafa url("../images/home/bgmap.png") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.section-apply .hd {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    
}
.section-apply .hd h2{
    font-size: 25px;padding-top: 20px;
}
.section-apply .bd {
    padding-bottom: 80px;
}

.section-apply .field,
.section-apply .field-max {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 60px;
    margin-bottom: 22px;
    padding: 0 16px 0 20px;
    font-size: 16px;
    color: #333;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #e3e5e8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.section-apply .field-key,
.section-apply .field-max-key {
    color: #333;
    font-weight: 700;
    white-space: nowrap
}

.section-apply .field-val,
.section-apply .field-max-val {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    color: #333;
    font-weight: 400;
}

.section-apply .field-val select,
.section-apply .field-max-val select {
    margin: 0 0 0 5px;
    padding: 0;
    color: #999;
    outline: none;
    cursor: pointer;
    text-align: right;
    text-align-last: right;
    border: 0;
    background: none
}

.section-apply .field-val .placeholder,
.section-apply .field-max-val .placeholder {
    color: #999;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.section-apply .field-val .selecter,
.section-apply .field-max-val .selecter {
    padding-right: 20px;
    cursor: pointer;
    background: url("../images/icon-fom-select.97401e15edcb.png") right center no-repeat
}

.section-apply .field-val input,
.section-apply .field-max-val input {
    text-align: right;
    outline: none;
    padding: 0;
    border: 0;
    width: 100%;
    background: transparent;
}

.section-apply .field-val input::placeholder,
.section-apply .field-max-val input::placeholder {
    color: #999;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.section-apply .field:hover,
.section-apply .field-max:hover {
    background-color: #fff;
    border: 1px solid #ccc
}

.section-apply .field-max {
    height: auto;
    min-height: 100px;
    padding: 0;
}

.section-apply .field-max textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px 20px;
    outline: none;
    border: 0;
    font-size: 16px;
    color: #333;
    background: transparent;
    line-height: 30px;
}

.section-apply .field-max textarea::placeholder {
    color: #999
}

.section-apply .field-btn {
    width: 100%;
    height: 60px;
    border: 0;
    font-size: 18px;
    outline: 0;
    background-color: #07af95;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 1px;
    color: #fff;
}




@media (max-width:540px) {

    .section-apply .field,
    .section-apply .field-max {
        margin-bottom: 20px;
    }

    .section-apply .field-key,
    .section-apply .field-max-key {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }

    .section-apply .field-val,
    .section-apply .field-max-val {
        text-align: left;
        padding-left: 10px;
    }

    .section-apply .field-val #CitySelect,
    .section-apply .field-max-val #CitySelect {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -o-box-lines: single;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .section-apply .field-val #CitySelect select,
    .section-apply .field-max-val #CitySelect select {
        width: 50%
    }

    .section-apply .field-val select,
    .section-apply .field-max-val select {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        text-align-last: left;
        margin-left: 0;
        margin-right: 5px
    }

    .section-apply .field-val input,
    .section-apply .field-max-val input {
        text-align: left
    }

    .section-apply .field-btn {
        height: 46px;
        line-height: 46px
    }
}
 

.inedx_banner_text{
    position: absolute;top: 26%;left: 15%;z-index: 2;color: #fff;
}
.inedx_banner_text .text1{
    font-size: 30px;
}
.inedx_banner_text .text2{
    font-size: 40px;
}



@media (max-width:1500px) {
    .inedx_banner_text{
        top: 30%;
        left: 10%;
    }
    .inedx_banner_text .text2{
        width: 700px;
        font-size: 40px;
    }
}
@media (max-width:1150px) {    
    .inedx_banner_text .text1{
    font-size: 25px;
    }
    .inedx_banner_text .text2{
        width: 500px;
        font-size: 30px;
    }
}
@media (max-width:800px) {
    .inedx_banner_text .text1{
        font-size: 18px;
    }
    .inedx_banner_text .text2{
        width: 450px;
       font-size: 20px;
    }
}
.process2{display: none;}
.banner2{display: none;}
@media (max-width:640px) {
    .inedx_banner_text{
        top: 15%;
        left: 5%;
    }
    .inedx_banner_text .text1{
        font-size: 14px;
        line-height: 33px;
    }
    .inedx_banner_text .text2{
        width: 240px;
        font-size: 18px;
        line-height: 30px;
    }
    .process1{display: none;}
    .process2{display: block;margin-top: 30px;}
    .banner1{display: none;}
    .banner2{display: block;  }
}

/*动画-start*/
.animated {
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
 
/*逐渐显示*/
.toShow {
    position: absolute;
    animation: toShow 1.5s 0.5s;
    animation: toShow 1.5s 0.5s;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
 
 /*从上到下进入*/
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation: fadeInDown;
}

/*从下到上进入*/
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation: fadeInUp;
}
@keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes enlarge
{
    from {
        opacity: 0;
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari */
        transform: scale(0.1,0.1); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}
 
@-webkit-keyframes enlarge /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari */
        transform: scale(0.1,0.1); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}

/*从上到下*/
@keyframes fadeInDown
{
    from {
        opacity: 1;
        -webkit-transform: translate(0,-100px); /* Safari */
        transform: stranslate(0,-100px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,0); /* Safari */
        transform: stranslate(0,0); /* 标准语法 */
    }
}
/*从左下到右上*/
@keyframes fadeInUp
{
    from {
        opacity: 1;
        -webkit-transform: translate(0,100px); /* Safari */
        transform: stranslate(0,100px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,0); /* Safari */
        transform: stranslate(0,0); /* 标准语法 */
    }
}
 