﻿@charset "utf-8";
/* CSS Document
   更多精品模板请访问：http://www.bootstrapmb.com
*/

/*重置*/
body {
    padding: 0;
    margin: 0;
}

* {
    font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif
}

a {
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover, a:focus {
    text-decoration: none;
    color: #000;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

/*header*/
#header {
    background:#498c7d;
    width: 100%;
    box-shadow: 0 0 10px #003317;
}

.homefixed{
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

#header .navbar-style {
    margin-bottom: 0;
}

.navbar-style .nav > li {
    padding: 20px 0;
}

.navbar-style .nav > li > a {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}

.navbar-style .nav > li > a:hover {
    background: none;
}

.navbar-style .nav .open > a, .navbar-style .nav li > a:focus {
    color: #146f42;
}

.navbar-style .nav .dropdown-menu > li > a {
    padding: 6px 20px;
}

.logo{
    margin-top: -8px;
}

/*banner*/
#banner {
    position: relative;
}

#banner img {
    width: 100%;
}

#banner .carousel-control {
    width: 5em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

#banner .carousel-control div {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    align-items: center;
}

#banner .fa {
    font-size: 24px;
}
#banner:hover .swiper-button {
    visibility: visible;
    opacity: 1;
}
#banner .swiper-button::after, #banner .swiper-button::before {
    font-size: 16px;
}
#banner .swiper-button {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    width: 50px;
    height: 50px;
    transition: all .3s;
    border-radius: 4px;
    overflow: hidden;
    visibility: visible;
    opacity: 0;
}
#banner .bullet span,#honorSwiper .bullet span {
  width: 30px;
  height: 5px;
  background: #fff;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*service*/
.title {
    padding: 20px 0;
}

.title div {
    text-align: center;
}

.title div p {
    margin-top: 5px;
    color: #666;
    letter-spacing: 1px;
    text-transform:uppercase;
}

.title h2 {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    color: #646464;
    border-left: 5px solid #646464;
    border-right: 5px solid #646464;
}

.title h2:before {
    display: block;
    position: absolute;
    left: -105px;
    top: 0;
    content: "";
    width: 100px;
    height: 1px;
    margin-top: 10px;
    background-color: #646464;
}

.title h2:after {
    display: block;
    position: absolute;
    right: -105px;
    top: 0;
    content: "";
    width: 100px;
    height: 1px;
    margin-top: 10px;
    background-color: #646464;
}

.title h2 span {
    color: #e62129;
}

#service{
    margin-bottom: 30px;
}
#service a:hover{
    text-decoration: none;
}
#service .container-fluid {
    padding: 0;
}

#service .container-fluid .row {
    padding: 0;
    margin: 0;
}

#service .service-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}

#service .service-item .service-img img {
    display: block;
    width: 100%;
}
#service .icon{
    width: 67px;
    height: 67px;
    line-height: 70px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    line-height: 67px;
    text-align: center;
}
#service .icon img{
    max-width: 100%;
    height: 100%;
}
#service .service-hover {
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#service .service-hover h3 {
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    margin-bottom: 15px;
}

#service .service-hover p {
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    margin-bottom: 20px;
}

#service .paddnone {
    padding: 0;
}

/*about*/
#about {
    background: url(../images/index-about-img.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#about .about-text {
    padding: 18% 0;
}

#about .about-text h1 {
    color: #fff;
    font-weight: bold;
    margin: 2% 0;
}

#about .about-text h4 {
    color: #fff;
    font-weight: bold;
}

#about .about-text p {
    color: #000;
}

#about .about-text a {
    display: inline-block;
    padding: 1em 2em;
    background: rgba(25, 130, 209, .5);
    margin-top: 3%;
    text-transform: uppercase;
    color: #fff;
}

#about .about-text a:hover,#about .about-text a:focus {
    text-decoration: none;
    background-color: #d71219;
    color: #fff;
}
#honorSwiper{
    padding-bottom: 40px;
}
/*case*/
#case {
    background: #e6e6e6;
}

#case .container-fluid {
    padding: 0;
}

#case .container-fluid .row {
    padding: 0;
    margin: 0;
}

#case .case-item {
    position: relative;
    margin-bottom: 16px;
}

#case .case-item .case-img img {
    display: block;
    width: 100%;
}

#case .case-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

#case .paddnone {
    padding: 0 8px;
}
#case .case-item:hover .case-hover{
    visibility: visible;
    opacity: 1
}
#case .case-text a{
    color: #fff;
    font-size: 24px;
}
/*culture*/
#culture {
    background: #e6e6e6;
}

.culture {
    background: url(../images/culture-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.culture-left {
    background: url(../images/culture-left-img.png) no-repeat;
    background-size: 100%;
    padding: 5% 10% 33% 10%;
    margin: 12% 0;
}

.culture-left .culture-text h2 {
    font-weight: bold;
    margin: 20px 0;
}

.culture-left .culture-text p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.culture-right {
    background: url(../images/culture-right-img.png) no-repeat;
    background-size: 86%;
    padding: 18% 10% 42% 30%;
    margin-top: 8%;
}

.culture-right .culture-text h2 {
    color: #fff;
}

.culture-right .culture-text span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    margin: 5% auto 8%;
}

.culture-right .culture-text p {
    color: #fff;
    line-height: 2;
}

/*footer*/
#footer {
    background: #498c7d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(../images/footer_bg.jpg);
    padding: 30px 0;
}

#footer .footer-text {
    padding: 5% 0;
}

#footer .footer-text h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

#footer .footer-text ul li {
    padding: 4px 0;
    color: #fff;
}

#footer .footer-text ul li img {
    margin-right: 2%;
}
#footer .footer-text i{
    font-size: 20px;
    margin-right:18px;
    width: 20px;
    text-align: center;
}
#footer .footer-erwei {
    text-align: center;
    padding: 9% 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

#footer .footer-erwei div {
    margin: 0 2%;
}

#footer .footer-erwei div p {
    margin: 5px 0;
    color: #fff;
    font-size: 12px;
}

#footer .footer-erwei .thumbnail {
    background: none;
    margin-bottom: 0;
}

#copyright {
    background: #1982d1;
}

#copyright p {
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 0
}

#copyright span {
    margin-right: 2%;
}
#copyright a{
    color: #fff;
}
/*GoTop*/
.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    border: 1px solid #00cc99;
    background: #00cc99;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.scroll-to-top:hover {
    background: #fff;
    color: #00cc99;
}

/********************************首页结束*************************************************************/

/********************************内页开始*************************************************************/
/*technicalTeam*/

.pager a{
    color:#498c7d;
}

#innerHeader {
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    margin-bottom:1px;
}

#innerHeader .innerLogo{
    margin-top: -8px;
}

.fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

#innerHeader .navbar-style .nav > li > a {
    color: #646464;
}

#innerHeader .navbar-style .nav > li > a:hover {
    color: #0673e8;
}

#innerHeader .navbar {
    margin-bottom: 0;
}

.piblicBanner {
    position: relative;
}

.piblicBanner img {
    width: 100%;
    display: block;
}

.piblicBanner .breadcrumb_part {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.piblicBanner .breadcrumb_part .breadcrumb {
    background: none;
}

.piblicBanner .breadcrumb_part .breadcrumb .guide h2 {
    color: #fff;
}

.piblicBanner .breadcrumb_part .breadcrumb .guide small {
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.technicalTeam {
    background: #fafcfc;
    overflow: hidden;
    padding-bottom: 25px;
}

.technicalTeam a {
    color: #333;
}

.technicalTeam a:hover, .technicalTeam a:focus {
    text-decoration: none;
    color: #333;
}

.technicalTeam .team {
    margin-top: 15px;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.technicalTeam .team:hover{
    top: -5px;
    -webkit-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -moz-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -ms-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}

.technicalTeam .team .team_txt {
    overflow: hidden;
    padding: 0 10px;
    height: 95px;
}

.technicalTeam .team img {
    max-width: 100%;
    display: block;
    height: 100%;
    margin:0 auto;
}

.technicalTeam .team .team_txt p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

.indeDevelopment {
    text-align: center;
}

.indeDevelopment .appContent {
    margin-top: 80px;
}

.indeDevelopment .appContent .indeTitle {
    margin: 15px 0;
    background: url(../images/appbg.png) no-repeat center;
    background-size: 100%;
}

.indeDevelopment .appContent .indeTitle h4 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    color: #969696;
}

.indeDevelopment .appContent .indeTitle h4:before {
    display: block;
    position: absolute;
    left: -165px;
    width: 165px;
    top: 0;
    content: "";
    height: 6px;
    margin-top: 8px;
    background: url(../images/leftline.png) no-repeat center left;
}

.indeDevelopment .appContent .indeTitle h4:after {
    display: block;
    position: absolute;
    right: -165px;
    top: 0;
    content: "";
    width: 165px;
    height: 6px;
    margin-top: 8px;
    background: url(../images/rightline.png) no-repeat center right;
}

.indeDevelopment .appContent .ftaApp .appPic img {
    display: block;
    margin: auto;
}

.indeDevelopment .appContent .ftaApp .appTxt {
    text-align: left;
}

.indeDevelopment .appContent .ftaApp .appTxt p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.indeDevelopment .appContent .ftaApp .appTxt h2 {
    font-weight: bold;
    margin-top: 10px;
}

.indeDevelopment .appContent .ftaApp .appTxt h2 small {
    font-weight: bold;
}

.indeDevelopment .appContent .ftaApp .appDownLoad {
    text-align: right;
}

.indeDevelopment .appContent .ftaApp .appDownLoad div {
    margin: 5px;
    display: inline-block;
}

.indeDevelopment .appContent .ftaApp .appDownLoad div p{
    margin-top: 10px;
}

.indeDevelopment .appContent .ftaApp .appDownLoad a {
    background: none;
    margin-bottom: 0;
}

/*teamDetail*/
.teamDetail {
    background: #fafcfc;
    padding-top: 15px;
    padding-bottom: 25px;
}

.teamDetail .perContent {
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

.teamDetail .perContent img {
    display: block;
    width: 100%;
}

.teamDetail .perContent .per_txt p {
    font-size: 15px;
    color: #646464;
    line-height: 2;
}

.teamDetail .perContent .per_txt span {
    color: #000;
    font-weight: bold;
}

/*aboutHighDao*/

.aboutHighDao .indeDevelopment .appContent {
    margin: 0;
}

.aboutHighDao .tab {
    text-align: center;
    margin: 40px auto 0 auto;
}

.aboutHighDao .tab ul li {
    display: inline-block;
    border: 1px solid #1982d1;
    margin: 5px;
    padding: 0;
}

.aboutHighDao .tab ul li a{
    display: block;
    padding: 10px 30px;
    color: #1982d1;
}

.aboutHighDao .tab a:hover, .aboutHighDao .tab a:focus {
    text-decoration: none;
    background: #1982d1;
    color: #fff;
}
.aboutHighDao .breadcrumb {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px 15px;
}

.aboutHighDao .breadcrumb .line {
    width: 80px;
    height: 1px;
    margin-left: 10px;
}

.aboutHighDao .breadcrumb h3 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.innerAbout .breadcrumb small {
    margin-left: 8px;
}

.innerAbout .breadcrumb .line{
    background: #000;
}


.aboutHighDao .aboutContent p {
    text-indent: 25px;
    line-height: 1.8;
}

.aboutHighDao .aboutFoot {
    margin: 15px 0;
}

.aboutHighDao .aboutFoot .aboutItem {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 15px;
    border: 1px dashed #498c7d;
}

.aboutHighDao .aboutFoot .aboutItem .fa {
    font-size: 24px;
    margin-right: 15px;
}

.aboutHighDao .aboutFoot .aboutItem p {
    margin-bottom: 0;
}

/*companyProfiles*/
.companyProfiles {
    position: relative;
}

.companyProfiles .companyInfo {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.companyProfiles .companyInfo .breadcrumb h3,
.companyProfiles .companyInfo .breadcrumb small {
    color: #1982d1;
}

.companyProfiles .companyInfo .breadcrumb .line {
    background: #fff;
}

.companyProfiles .companyInfo .companyTxt p {
    color: #ccc;
    line-height: 2;
    text-indent: 25px;
}

/*corporateCulture*/
.corporateCulture .breadcrumb h3,
.corporateCulture .breadcrumb small{
    color:#fff;
}

.corporateCulture .breadcrumb .line{
    background:#fff;
}

.corporateCulture .culture-right{
    margin-top: 3%;
}

/*companyHonors*/
.companyHonors {
    background: #e6e6e6;
    padding-bottom: 20px;
}

.companyHonors .honnor {
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 5px;
}

.companyHonors .breadcrumb .line{
    background:#000;
}

.companyHonors .honnor img {
    margin: auto;
}

.companyHonors .honnor .honnorTxt {
    padding: 0 15px;
    text-align: center;
}

.companyHonors .honnor .honnorTxt p {
    color: #969696;
}

/*newslist*/
.newsList {
    background: #fafcfc;
    padding-bottom: 25px;
}

.newsList .paddR {
    padding-right: 0;
}

.newsList .newsItem {
    background: #fff;
    margin-top: 15px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsList .newsItem:hover{
    top: -5px;
    -webkit-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -moz-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -ms-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}

.newsList .newsItem .newsPic img {
    display: block;
    width: 100%;
    height: 165px
}

.newsList .newsItem .newsTxt {
    padding-right: 15px;
    overflow: hidden;
}

.newsList .newsItem .newsTxt h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
}

.newsList .newsItem .newsTxt h4:before {
    display: block;
    position: absolute;
    width: 50px;
    top: 36px;
    content: "";
    height: 2px;
    background: #ff0000;
}

.newsList .newsItem .newsTxt p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
    color:#646464;
}

.newsList .newsItem .newsTxt span {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #333;
}

.newsList .newsItem .newsTxt span:hover {
    color: #ff0000;
}

.page {
    text-align: center;
    margin-top: 25px;
}

.page span.disabled {
    display: inline-block;
    height: 36px;
    line-height: 35px;
    padding: 0 15px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}

.page span.current {
    display: inline-block;
    height: 36px;
    line-height: 35px;
    padding: 0 15px;
    margin: 0 2px;
    color: #fff;
    background-color: #498c7d;
    border: 1px solid #498c7d;
    border-radius: 4px;
    vertical-align: middle;
}

.page a {
    color: #498c7d;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border: 1px solid #ccc;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.page a:hover, .page a:focus {
    text-decoration: none;
}

/*newsDetail*/

.newsDetail {
    background: #fafcfc;
    padding-top: 15px;
    padding-bottom: 25px;
}

.newsDetail .perContent {
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

.newsDetail .news_detail_title {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.newsDetail .news_detail_title h4 {
    text-align: center;
}

.newsDetail .news_detail_title .release {
    text-align: center;
}

.newsDetail .news_detail_title .release span {
    display: inline-block;
    color: #aaa;
}

.newsDetail .news_detail_title .release .author {
    margin-right: 1%;
}

.newsDetail .news_detail_title .release .date {
    margin-left: 1%;
}

.newsDetail .per_txt_detail {
    margin: 2% auto;
}

.newsDetail .per_txt_detail ol {
    padding-left: 30px;
}

.newsDetail .per_txt_detail ol li {
    line-height: 2;
    color: #646464;
}

/*recruit*/
.recruit .recruitTitle {
    margin: 15px auto;
}

.recruit .recruitTitle img {
    margin: auto;
}

.recruit p {
    line-height: 2;
}

.recruit a:hover, .recruit a:focus {
    text-decoration: none;
}

.recruit .leftMenu {
    margin: 10px;
    margin-top: 5px;
}

.recruit .leftMenu .panel-heading {
    font-size: 14px;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    color: white;
    position: relative;
    cursor: pointer;
}

.recruit .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px;
}

.recruit .panel-primary{
    border-color: #438f64
}

.recruit .panel-primary>.panel-heading{
    background-color: #438f64;
    border-color: #438f64;
}

/*contact*/

.contact .contactInfo .contactTxt{
    margin: 15px auto;
}

.contact .contactInfo .contactTxt h4{
    font-weight: bold;
}

.contact .contactInfo .contactTxt p{
    color:#646464;
}

.contact .contactInfo .contactTxt .row{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.contact .contactInfo .contactTxt .row button{
    float: right;
}

.contact .paddN{
    padding: 0;
}

.contact .map iframe{
    border: 1px solid #ccc;
}

.contact .contactType{
   background: #fafcfc;
    padding: 50px 0;
    margin-top: 15px;
}

.contact .contactType .common{
    padding: 25px 50px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    position: relative;
    top: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact .contactType .common:hover{
    -webkit-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -moz-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -ms-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

.contact .contactType .common .pic{
    width: 90px;
    height: 90px;
    margin: auto;
}

.contact .contactType .common .pic img{
    display: block;
    width: 100%;
}

.contact .contactType .common h4{
    margin: 15px 0;
    color: #1982d1;
}

.contact .contactType .common span{
    display: block;
}

.contact .contactType .common a{
    display: inline-block;
    padding: 10px 25px;
    margin: 15px auto;
}

.contact .contactType .address a:hover{
    background: #ddb117;
    color:#fff;
    text-decoration: none;
}

.contact .contactType .address{
    border-top: 3px solid #1982d1;
}

.contact .contactType .address a{
    border: 1px solid #ddb117;
    color: #ddb117;
}

.contact .contactType .telephone{
    border-top: 3px solid #1982d1;
}

.contact .contactType .telephone a{
    border: 1px solid #58af68;
    color: #58af68;
}

.contact .contactType .telephone a:hover{
    background: #58af68;
    color:#fff;
    text-decoration: none;
}

.contact .contactType .message{
    border-top: 3px solid #1982d1;
}

.contact .contactType .message a{
    border: 1px solid #55c1d4;
    color: #55c1d4;
}

.contact .contactType .message a:hover{
    background: #55c1d4;
    color:#fff;
    text-decoration: none;
}

/*caseList*/

.caseList{
  background:#fafcfc;
    padding-bottom: 25px;
}

.caseList .tab{
    margin: 40px auto 0 auto;
    text-align: center;
}

.caseList .tab ul li{
    display: inline-block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #1982d1;
    margin: 5px;
    border-radius: 5px;
}

.caseList .tab li.active{
    background:#1982d1;
}

.caseList .tab li.active a{
    color:#fff;
}

.caseList .tab ul  a{
    display: block;
    color: #1982d1;
}

.caseList .tab a:hover, .caseList .tab a:focus {
    text-decoration: none;
    background: #1982d1;
    color: #fff;
}

.caseList #myTabContent .caseItem{
    cursor: pointer;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.caseList #myTabContent .caseItem:hover{
    top: -5px;
    -webkit-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -moz-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -ms-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}

.caseList #myTabContent .caseItem h5{
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}

.caseList #myTabContent .caseItem p{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

.caseList #myTabContent .caseItem .footLink{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 15px;
}

.caseList #myTabContent .caseItem .footLink div a:hover,
.caseList #myTabContent .caseItem .footLink div a:focus{
    text-decoration: none;
    background: #2081aa;
    color:#fff;
}

.caseList #myTabContent .caseItem .footLink div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.caseList #myTabContent .caseItem .footLink .leftLink{
    padding: 5px 15px;
    color:#2081aa;
    border: 1px solid #2081aa;
    border-radius: 4px;
}


/*首页产品*/
.ft-case-study-section{
        overflow: hidden;
        margin: 50px 0;
    }
    .ft-case-study-section a{
        color: inherit;
        text-decoration: none;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        font-size: 28px;
        font-weight: 700;
        text-decoration: none;
    }
    .ft-case-study-section a:hover{
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        color: inherit;
    }
    .ft-case-study-section img{
        max-width: 100%;
        height: auto;
    }
    .ft-case-study-content{
        display: flex;
    }
    .ft-case-study-items {
      width: 20%;
      border-right: 1px solid #f2f2f2;
      position: relative;
    }
    .ft-case-study-img{
        position: relative;
    }
    .ft-case-study-img:before{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        /*background-color: rgba(0, 0, 0, 0.65);*/
        opacity: 0
    }
    .ft-case-study-text{
        left: 60px;
        bottom: -25px;
        max-width: 335px;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        opacity: 0;
    }
    .ft-case-study-text .serial-no{
        color: #fa4318;
        font-size: 20px;
        font-weight: 500;
    }
    .ft-case-study-text h3{
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        padding: 25px 0px 25px;
    }
    .ft-case-study-text p{
        opacity: 0;
        color: #fff;
        line-height: 1.688;
        padding-bottom: 35px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }
    .ft-case-study-items .more-btn{
        left: 60px;
        color: #fff;
        width: 45px;
        height: 45px;
        bottom: 40px;
        position: absolute;
        border: 2px solid rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        opacity: 0;
    }
    .ft-case-study-items:hover .ft-case-study-text{
        bottom: 90px;
        opacity: 1;
    }
    .ft-case-study-items:hover .ft-case-study-img:before {
        background-color: rgba(0, 67, 135, 0.85);
        opacity: 1;
    }
    .ft-case-study-items:hover .more-btn{
        opacity: 1
    }
    .ft-case-study-items .more-btn:hover {
        color: #000;
        background-color: #fff;
    }
    @media screen and (max-width: 1024px){
        .ft-case-study-content {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }
    @media screen and (max-width: 1024px){
        .ft-case-study-items {
            width: 50%;
        }
    }
    @media screen and (max-width: 480px){
        .ft-case-study-items {
            width: 100%;
            border-right: 0;
        }
    }
    @media screen and (max-width: 991px){
        .ft-case-study-img img {
            width: 100%;
        }
    }
    @media screen and (max-width: 1650px){
        .ft-case-study-text {
            max-width: 285px;
        }
    }
    @media screen and (max-width: 1650px){
        .ft-case-study-text {
        left: 20px;
        }
    }
    @media screen and (max-width: 1650px){
        .ft-case-study-text h3 {
            font-size: 24px;
        }
    }

.swiper-item-box{
    position: relative;
}
.swiper-item-box .txt-box{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    color:#fff;
}
.swiper-item-box h1{
    font-size: 45px;
}
.swiper-item-box p{
    font-size: 24px;
}

/*hm2*/
.hm2-project-section{
    /*background: url('../images/4.png');*/
    position: relative;
    padding: 50px 0;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
}
.hm2-sec-title.centered {
    text-align: center!important;

}
.hm2-sec-title {
    position: relative;
    margin-bottom: 60px;
}
.hm2-project-section .left-column {
    position: relative;
}
.hm2-project-section .left-column .inner-column {
    position: relative;
    text-align: center;
    margin-right: -60px;
}
.hm2-project-section .left-column .column:first-child .hm2-gallery-block {
    margin-top: 120px;
}
.hm2-gallery-block .inner-box {
    position: relative;
    display: inline-block;
}
.hm2-gallery-block .inner-box .image {
    position: relative;
}
.hm2-gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.hm2-gallery-block {
    position: relative;
    margin-bottom: 20px;
}
.hm2-project-section .center-column {
    position: relative;
}
.hm2-project-section .center-column .inner-column {
    position: relative;
    text-align: center;
    padding-left: 60px;
}
.hm2-project-section .right-column {
    position: relative;
}
.hm2-project-section .right-column .inner-column {
    position: relative;
}
.hm2-project-section .right-column .hm2-gallery-block:first-child {
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
}

/*news*/
.blog-section{
    padding: 70px 0;
}
.blog-section .news-wrap a:hover{
    text-decoration: none;
}
.blog-section .news-wrap .news-left {
  position: relative;
  overflow: hidden;
}

.blog-section .news-wrap .news-left:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: linear 0.5s;
}

.blog-section .news-wrap .news-left img {
  transition: 0.5s;
}

.blog-section .news-wrap .news-left .left-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.blog-section .news-wrap .news-left .left-desc .time {
  width: 80px;
  height: 77px;
  background-color: #458fce;
}

.blog-section .news-wrap .news-left .left-desc .time h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: normal;
  line-height: normal;
  margin: 0 !important;
  text-align: center;
}

.blog-section .news-wrap .news-left .left-desc .time p {
  font-size: 15px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0 !important;
  text-align: center;
}

.blog-section .news-wrap .news-left .left-desc .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
}

.blog-section .news-wrap .news-right ul {
  padding: 0 !important;
  margin: 0 !important;
}

.blog-section .news-wrap .news-right li {
  list-style: none;
  transition: 0.5s;
  height: 115px;
  border: 1px dashed #f2f2f2;
}
.blog-section .news-wrap .news-right li:last-child {
    border-bottom: 1px dashed #f2f2f2
}
.blog-section .news-wrap .news-right li a{
    display: block;
    height: 100%;
}

.blog-section .news-wrap .news-right li:hover {
  background-color: #458fce;
}

.blog-section .news-wrap .news-right li:hover h3 {
  color: #fff !important;
}

.blog-section .news-wrap .news-right li:hover p {
  color: #fff !important;
}

.blog-section .news-wrap .news-right li:hover .title {
  color: #fff !important;
}

.blog-section .news-wrap .news-right li:hover .desc {
  color: #fff !important;
}

.blog-section .news-wrap .news-right li .time {
  width: 100px;
}

.blog-section .news-wrap .news-right li .time h3 {
  font-size: 40px;
  color: #333333;
  line-height: normal;
  margin: 0 !important;
  text-align: center;
}

.blog-section .news-wrap .news-right li .time p {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: normal;
  margin-bottom: 0 !important;
  text-align: center;
}

.blog-section .news-wrap .news-right li .info {
  flex: 1;
}

.blog-section .news-wrap .news-right li .info .title {
  font-size: 16px;
  color: #555249;
  padding: 10px 0;
}

.blog-section .news-wrap .news-right li .info .desc {
  font-size: 14px;
  color: #666666;
}

.d-flex{
    display: flex !important;
}
.align-items-center{
    align-items: center !important;
}
.justify-content-center{
    justify-content: center !important;
}
.flex-column{
    flex-direction: column !important;
}
.flex-grow-1{
    flex:1;
}
.justify-content-between{
    justify-content: space-between !important;
}
.product-img-box{
    width: 360px;
    height: 360px;
    overflow: hidden;
}

/*fw*/
.ft-newslatter-section-3{
    padding: 40px 0px;
    background-color: #0f0f35;  
}
.ft-newslatter-section-3 .ft-newslatter-text {
    color: #fff;
}
.position-relative {
    position: relative!important;
}
.ft-newslatter-section-3 .ft-newslatter-text h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}
.ft-newslatter-section-3 .ft-newslatter-btn a {
    color: #fff;
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background-color: #458fce;
}
.pzbz_box a:hover{
   text-decoration: none;
}
.pzbz_box {
    width: 100%;
    height: 810px;
    overflow: hidden;
    padding: 0 0;
    margin: 2px auto 0 auto;
    background: url(../images/zsj_01.jpg) center no-repeat;
}

.pzbz_title {
    text-align: center;
    width: auto;
    font-size: 40px;
    color: #fff;
    padding: 150px 0 20px 0;
}
.in_pro .ctg {
    width: 900px;
    margin: 35px auto 0 auto;
    overflow: hidden;
    height: auto;
}
.in_pro .ctg li {
    float: left;
    background: #FFF;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 0 15px 0 0;
    position: relative;
}
.in_pro .ctg li:last-child {
    margin: 0;
}
.in_pro .ctg li a {
    display: inline-block;
    width: 290px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    transition: all 0s;
}
.in_pro .ctg li a.cur {
    background: #d92702;
    color: #FFF;
}
.in_pro .ctg li a.cur {
    color: #fff;
    background-color: #d92702;
}
.in_pro .ctg li img {
    position: absolute;
    top: 18px;
    left: 70px;
}
.in_pro .ctg li a.cur img:nth-of-type(1) {
    display: none;
}
.in_pro .ctg li a img:nth-of-type(2) {
    display: none;
}
.in_pro .ctg li a.cur img:nth-of-type(2) {
    display: inline-block;
}
.in_pro .list {
    clear: both;
    margin-top: 25px;
    min-height: 500px;
}
.in_pro .list ul {
    overflow: hidden;
    height: auto;
}
.pzbz_list {
    height: auto;
    overflow: hidden;
    margin: 30px auto 0 auto;
}
.pzbz_list dt {
    float: left;
    width: 371px;
    height: 267px;
    overflow: hidden;
    background: #FFF;
    margin: 0 10px 0 0;
}
.pzbz_list dt:last-child{
    margin: 0;
}
.pzbz_list dt .pro_pic {
    width: 351px;
    height: auto;
    overflow: hidden;
    margin: 10px 0 0 10px;
}
.pzbz_list dt .pro_pic img {
    width: 100%;
    height: 247px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.in_pro_ms {
    float: left;
    width: 770px;
    padding: 25px 0 0 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 170%;
    height: auto;
    overflow: hidden;
}
.in_pro_pic {
    float: right;
    width: 370px;
    height: 267px;
    background: #FFF;
    margin-top: 25px;
}
.in_pro_pic img {
    width: 360px;
    height: 257px;
    padding: 10px 0 0 10px;
}
.pzbz_list dt:hover .pro_pic img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
@media (max-width:768px){
.in_pro{width:auto;padding:0 8px;}
.in_pro .ctg{width:100%;margin-top:15px;}
.in_pro .ctg li{width:calc(33.33% - 4px); margin:0 2px 0 2px;}
.in_pro .ctg li a{width:100%;height:50px;line-height:50px;}
.in_pro .ctg li  img{display:none;}
.in_pro .ctg li a:hover img:nth-of-type(1){display: none;}
.in_pro .ctg li a.cur img:nth-of-type(2){display:none;}

.in_pro .list ul{height:auto;}
.in_pro .list li{width:calc(50% - 8px);margin:0 4px 10px 4px;}
.in_pro .list li .pic img{height:auto}
.in_pro .list{margin-top:20px;}


.in_pro_ms{width:auto;padding:15px 0 0 0;line-height:130%;}
.in_pro_pic{width:auto;height:auto;margin:15px 0 0 0;overflow:hidden;padding:5px 5px;}
.in_pro_pic img{width:100%;height:auto;overflow:hidden;padding:0 0;}

.pzbz_list{width:auto;margin-top:12px;}
.pzbz_list dt{height:auto;width:100%;margin:0 auto 8px auto; text-align:center;background:none;}
.pzbz_list dt .pro_pic{width:240px;height:auto;overflow:hidden;margin:0 auto;border:5px solid #fff;}
.pzbz_list dt .pro_pic img{width:100%;height:auto;}
.pzbz_title {
    font-size: 20px;
    padding: 50px 0 0 0;
}

.in_pro_tit .rt{display:none;}
.in_prod{width:auto;padding:0 0;}
.in_prod .lt{width:auto;}
.in_prod li{width:calc(50% - 10px);margin:0 5px 10px 5px;}
.in_prod li .pro_pic{width:100%;height:auto;}
.in_prod li:nth-child(2n){margin-right:0px;}
.ft-newslatter-content-3{
    display: block !important;
  }
}

