/* 头部样式 */
.backTop{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 100px;
    width: 40px;
    height: 40px;
}
.backTop_sky{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 140px;
    width: 40px;
    height: 40px;
background:#007aff;
}
.backTop_sky img{
    width: 30px;
    height: 30px;
    display: block;
margin:5px;
}
.backTop_qq{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 180px;
    width: 40px;
    height: 40px;
background:#007aff;
}
.backTop_qq img{
    width: 30px;
    height: 30px;
    display: block;
margin:5px;
}
.backTop img{
    width: 40px;
    height: 40px;
    display: block;
}
.ticode-header {
    width: 100%;
    background-color: #1d1d1d;
    position: relative;
}

.bootsnav {
    background-color: #1d1d1d;
    border: none;
    margin-bottom: 0;
}

.ticode-logo img {
    padding: 25px 0 20px 0;
    width: 100%;
}

.ticode-nav {
    padding: 0;
}

.ticode-header .bootsnav .ticode-nav li a {
    color: #fff;
    font-size: 18px;
    padding: 34px 20px;
    line-height: 40px;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ticode-header .bootsnav .ticode-nav li .max-width-pc {
    padding: 34px 0;
    width: 100px;
    text-align: center;
}

.ticode-header .bootsnav .ticode-nav li a {
    transition: all .5s ease-in-out;
}

.ticode-header .bootsnav .ticode-nav li a:hover,
.active {
    background: #126ace;
}

.ticode-nav li .active .arrow {
    border-top: 9px solid #fff;
}

.ticode-nav li .arrow {
    margin-top: 16px;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #a3a3a3;
    transition: all 0.5s ease 0s;
    display: inline-block;
    vertical-align: top;
}

.ticode-nav li a:hover .arrow {
    transform: rotate(180deg);
    /*旋转180度， -180deg是逆旋转*/
    border-top: 9px solid #fff;
}

.languageChange .languageBox {
    padding: 0;
}

.ticode-header .navbar .languageChange .languageBox li a {
    padding: 14px 20px;
    color: #1d1d1d;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.ticode-header .navbar .languageChange .languageBox li a:hover {
    color: #fff;
}
/* 头部样式 */
.backTop_liaotianb{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 180px;
    width: 40px;
    height: 40px;
}
.backTop_liaotianb img{
    width: 40px;
    height: 40px;
    display: block;
}
.backTop_liaotiandb{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 180px;
    width: 40px;
    height: 40px;
}
.backTop_liaotiandb img{
    width: 40px;
    height: 40px;
    display: block;
}

.backTop_liaotianc{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 220px;
    width: 40px;
    height: 40px;
}
.backTop_liaotianc img{
    width: 40px;
    height: 40px;
    display: block;
}
.backTop_liaotiandc{
    position: fixed; 
    right: 30px; 
    z-index: 9000;
    bottom: 220px;
    width: 40px;
    height: 40px;
}
.backTop_liaotiandc img{
    width: 40px;
    height: 40px;
    display: block;
}



/* 产品中心二级导航 */
.nav-down-menu {
    background: #151515;
    position: absolute;
    top: 108px;
    width: 100%;
    z-index: 999;
    display: none;
}

.product-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.product-box-item {
    width: 10.1%;
    margin: 4px 1% 14px 0;
    background: #1d1d1d;
    float: left;
}

.product-box-image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.product-box-image img {
    display: block;
    /* max-width: 100%; */
    height: auto;
    width: 100%;
    margin: 0 auto 0;
}

.product-box-itemd {
    width: 10.1%;
    margin: 4px 1% 14px 0;
    background: #1d1d1d;
    float: left;
    padding: 5% 0;
}

.product-box-name-none {
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.product-box-name {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-box-item:hover {
    background: #136ace;
}

/* 手机顶部样式 */
.ticode-phone-button {
    height: 68px;
    background: #1d1d1d;
    display: none;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 28px;
    margin-left: 15px;
    position: absolute;
    top: 20px;
    width: 28px;
    z-index: 999;
}

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    transform: translate3d(0, 0, 0);
    transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    transform: translate3d(-100px, 0, 0);
    transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
    transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
    transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top {
    transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -1px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom {
    transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hamburger.is-open .hamb-top {
    transform: rotate(45deg);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle {
    background-color: #ffffff;
    display: none;
}

.hamburger.is-open .hamb-bottom {
    transform: rotate(-45deg);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before {
    transform: translate3d(0, 0, 0);
    transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    transform: translate3d(-100px, 0, 0);
    transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    left: 0;
}

#wrapper.toggled {
    left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1d1d1d;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}

.ticode-phone-logo {
    width: 140px;
    float: right;
    margin-top: 18px;
    margin-right: 15px;
}

.ticode-phone-logo img {
    width: 100%;
}

.sidebar-logo {
    width: 140px;
}

.sidebar-logo img {
    width: 100%;
    margin: 20px 0 30px 30px;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

.sidebar-nav>.sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}

.sidebar-nav li {
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-nav li:before {
    background-color: #136ace;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #136ace;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #136ace;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #136ace;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #136ace;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #136ace;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #136ace;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.dropdown-img {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;

}

.dropdown-img img {
    width: 100%;
    height: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.nav .open a {
    background-color: transparent;
}

.dropdown-list {
    line-height: 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}




/* 底部样式 */
.ticode-footer .ticode-footer-english {
    width: 80%;
    margin-left: 16%;
}
.ticode-footer {
    padding: 80px 0 60px;
    background: url('../image/footer-bg.jpg') no-repeat;
    background-size: cover;
}

.footer-logo {
    margin: 0 auto;
    text-align: center;
    width: 250px;
    height: 38px;
}

.footer-logo img {
    width: 88%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.footer-logo-en {
    margin: 0 auto;
    text-align: center;
    width: 250px;
    height: 38px;
}

.footer-logo-en img {
    width: 54%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.ticode-footer-list {
    text-align: center;
    padding: 15px 0;
}

.ticode-footer-list li {
    display: inline-block;
    font-size: 16px;
    margin: 0 14px;
}

.ticode-footer-list li a {
    color: #949dac;
}

.ticode-footer-list li .footer-active,
.ticode-footer-list li a:hover {
    color: #fff;
}

.ticode-footer-information {
    width: 94%;
    padding: 20px 0 4px;
    display: inline-block;
    margin-left: 3%;
}

.information-item {
    line-height: 36px;
    float: left;
    margin-right: 56px;
}
.product-name-top{
    font-size: 36px;
    margin-top: 40px;
}
.information-image {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px;
}

.information-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.information-text {
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: inline-block;
    line-height: 36px;
}

.information-text-margin {
    margin-right: 20px;
}

.ticode-footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #5f6885;
}



/* 首页资讯列表样式 */
.ticode-information {
    padding: 30px 0 80px;
    background: #fff url('../image/news_bg_line.png') repeat-y center center;
}

.information-title {
    line-height: 122px;
    font-size: 38px;
    color: #000000;
    text-align: left;
}

.information-title span {
    color: #838594;
    font-size: 14px;
    margin-left: 10px;
}

.information-more {
    float: right;
    line-height: 122px;
    font-size: 14px;
    color: #505266;
    text-align: right;
}

.information-more .more-arrow {
    position: absolute;
    right: 0;
    top: 57px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #505266;
    border-bottom: 1px solid #505266;
    transform: rotate(-45deg);
}

.information-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.information-box-left {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 60px;
cursor:pointer;
}

.information-header {
    border: 2px solid #e7e8ec;
    border-radius: 4px 4px 0 0;
    width: 100%;
    padding: 30px;
}

.header-title {
    font-size: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #162146;
    margin-bottom: 6px;
}

.header-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #162146;
    line-height: 22px;
    opacity: 0.8;
}

.information-time {
    background: #e7e8ec;
    padding: 14px 30px;
    position: relative;
}

.information-month {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #50536e;
    line-height: 26px;
}

.information-year {
    font-size: 14px;
    text-align: left;
    color: #162146;
    opacity: 0.4;
}

.information-details {
    width: 32px;
    height: 32px;
    position: absolute;
    border: 1px solid #b9b9c1;
    border-radius: 50%;
    top: 50%;
    margin-top: -17px;
    right: 30px;
}

.information-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #5a5d6a;
    border-bottom: 1px solid #5a5d6a;
    transform: rotate(-45deg);
    margin-top: -4px;
    margin-left: -5px;
}

.information-arrow-right {
    border: 8px solid transparent;
    border-left: 10px solid #e7e8ec;
    width: 0;
    height: 0px;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.information-circle-right {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #8b8b99;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -55px;
}

.information-box-right {
    width: 50%;
    padding-left: 50px;
    margin-top: 60px;
cursor:pointer;
}

.information-arrow-left {
    border: 8px solid transparent;
    border-right: 10px solid #e7e8ec;
    width: 0;
    height: 0px;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -8px;
}

.information-circle-left {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #8b8b99;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -55px;
}

/* 首页资讯hover效果 */
.information-box-left:hover .information-header,
.information-box-right:hover .information-header {
    border: 2px solid #126ace;
}

.information-box-left:hover .information-time,
.information-box-right:hover .information-time {
    background: #126ace;
}

.information-box-left:hover .information-month,
.information-box-right:hover .information-month {
    color: #fff;
}

.information-box-left:hover .information-year,
.information-box-right:hover .information-year {
    color: #fff;
}

.information-box-left:hover .information-details,
.information-box-right:hover .information-details {
    border: 1px solid #fff;
}

.information-box-left:hover .information-circle-right,
.information-box-right:hover .information-circle-left {
    border: 2px solid #126ace;
}

.information-box-left:hover .information-arrow-right {
    border-left: 10px solid #126ace;
}

.information-box-right:hover .information-arrow-left {
    border-right: 10px solid #126ace;
}

.information-box-left:hover .information-arrow,
.information-box-right:hover .information-arrow {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


/* 首页走进钛码 */
.ticode-about {
    padding: 80px 0 100px;
    background: url('../image/about-bg.jpg') no-repeat;
    background-size: cover;
}

.about-title {
    line-height: 66px;
    font-size: 40px;
    color: #fff;
    text-align: left;
}

.about-title span {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.ticode-about p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    opacity: 0.6;
}

.about-padding-right {
    padding-right: 175px;
}
.about-center{
    display: flex;
    flex-direction: row;
}
.about-icon-text{
    flex: 0 0 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
    margin-top: 9px;
    opacity: 0.6;
}
.about-center p{
    flex: 1;
}

/* 首页轮播图标识样式 */
.banner-status-phone {
    display: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    margin: 0px 13px;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    background: none;
    border-radius: 10px;
    border: 2px solid #116add;
    margin: -6px 7px;
    position: relative;
}

.carousel-indicators .active::before {
    background: #fff;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

/* 首页产品中心 */
.ticode-product {
    padding: 60px 0 100px;
    background: url('../image/productSvg.svg') repeat;
}

.ticode-industry {
    padding: 60px 0 70px;
    background: url('../image/productSvg.svg') repeat;
}

.product-title {
    line-height: 138px;
    font-size: 40px;
    color: #000000;
    text-align: left;
}

.product-title span {
    color: #838594;
    font-size: 14px;
    margin-left: 10px;
}

.product-more {
    float: right;
    line-height: 138px;
    font-size: 14px;
    color: #505266;
    text-align: right;
    margin-right: 10px;
}

.product-more .more-arrow {
    position: absolute;
    right: 15px;
    top: 65px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #505266;
    border-bottom: 1px solid #505266;
    transform: rotate(-45deg);
}

.ticode-product-item {
    margin-bottom: 30px;
    position: relative;
}

.ticode-product-item .product-img {
    background: url('../image/product_image_bg.png') no-repeat;
    display: block;
    text-align: center;
    overflow: hidden;
    background-size: cover;
}
#productList .product-img img{
width:80%;
margin:10%;
}
.product-img img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: all 0.6s;
}

.product-text {
    padding: 20px 30px;
    background: #171717;
    position: relative;
    bottom: 0;
    display: block;
}

.product-textd {
    display: none;
    transition: all .6s ease-in-out;
    position: absolute;
    z-index: 99;
    bottom: 0;
    padding: 10px 30px;
    background: #126ace;
    width: 100%;
}

.product-name {
    line-height: 30px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.product-describe {
    line-height: 18px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding-right: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product-details {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
}

.product-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.prpduct-line {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 18px;
    height: 2px;
    background: #fff;
}

/* 首页产品hover效果 */
.ticode-product-item:hover .product-text {
    background: #126ace;
}

.ticode-product-item:hover .product-img img {
    transform: scale(1.3);
}
.ticode-about-culture .ticode-product-item:hover .product-img img {
    transform: scale(1.1);
}

.ticode-product-item:hover .product-textd {
    display: block;
}


/* 首页钛码愿景样式 */
.vision-img {
    width: 100%;
}

.vision-img img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* 行业应用 */
.ticode-product-box{
    padding-bottom: 40px;
}
.newsContent {
    display: inline-block;
    width: 100%;
}

.industry-text {
    padding: 20px 0 0;
}

.industry-name {
    line-height: 30px;
    color: #000002;
    text-align: left;
    font-size: 20px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.industry-name span {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
}

/* 合作伙伴 */
.ticode-partner {
    padding: 20px 0 15px;
    background: url('../image/partner-bg.jpg') no-repeat;
    background-size: cover;
}

.partner-title {
    line-height: 88px;
    font-size: 38px;
    color: #fff;
    text-align: left;
}

.partner-title span {
    color: #838594;
    font-size: 14px;
    margin-left: 10px;
}

.partner-img {
    width: 100%;
}

.partner-box {
    height: 324px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ticode-partner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: none;
    opacity: 1;
    margin: 0 10px;
    border: 2px solid none;
    position: relative;
}

.ticode-partner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin-top: -2px;
    margin-left: -2px;
    background: #fff;
    border-radius: 50%;
}

.ticode-partner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #fff;
}


/* 行业应用二级页面 */
.ticode-induxtry-box {
    padding: 80px 0 50px;
}

/* 产品应用二级页面 */
.product-class {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 20px;
}

.product-class li {
    min-width:120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #162146;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
padding:0 10px;
}

.product-class a{
    color: #162146;
    display: block;
    text-decoration: none;
}
.product-class .product-active,
.product-class li:hover{
    background: #136ACE;
    color: #fff;
}
.product-class li:hover a{
    color: #fff;
}
.product-active a{
    color: #fff;
}

.product-search {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-direction: row;
}

.product-search-input {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 20%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    border: 2px solid #136ACE;
    height: 40px;
    padding-left: 16px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    text-align: left;
}

.product-search-btn {
    padding: 0 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #136ACE;
    height: 40px;
}

.search-title {
    text-align: left;
    color: #162146;
    font-size: 28px;
    line-height: 40px;
}

.search-text {
    font-size: 13px;
    color: #162146;
    text-align: left;
    line-height: 18px;
}

.search-result {
    margin-bottom: 10px;
}

.ticode-pagination {
    width: 100%;
    float: left;
    font: 14px/24px 'Poppins', Arial, Helvetica, sans-serif;
}

.ticode-pagination ul {
    float: left;
}

.ticode-pagination ul {
    padding: 0;
    float: right;
    text-align: center;
    line-height: inherit;
}

.ticode-pagination ul li.ticode-prevpage {
    margin-left: 0;
}

.ticode-pagination ul li {
    float: left;
    margin: 0 6px;
    line-height: inherit;
    border-radius: 0px;
}

.ticode-pagination ul li.ticode-prevpage a {
    padding: 0;
    width: 74px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    cursor: pointer;

}

.ticode-pagination ul li a {
    color: #000000;
}

.ticode-prevpage-active {
    background: #136ACE;
    border: 1px solid #136ACE !important;
}

.ticode-prevpage-active a {
    color: #fff !important;
}

.ticode-pagination-center {
    float: right;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #136ACE;
    border-color: #136ACE;
}

.pagination li a:hover {
    color: #fff;
    cursor: default;
    background-color: #136ACE;
    border-color: #136ACE;
}

.pagination li a {
    border: 1px solid #162146;
}


/* 走进钛码二级页面 */
.ticode-about-header {
    text-align: center;
    padding: 80px 0 40px;
}

.ticode-about-content p {
    line-height: 32px;
    font-size: 16px;
    color: #162146;
}

.ticode-about-name {
    font-size: 100px;
    text-align: center;
    color: #162146;
    font-weight: bold;
    line-height: 100px;
}

.ticode-about-decorate {
    width: 256px;
    height: 5px;
    position: relative;
    left: 50%;
    margin-left: -128px;
    background: #E9EBED;
    margin-top: 10px;
}

.decorate-center {
    width: 42px;
    height: 5px;
    background: #136ACE;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -21px;
}

.ticode-about-title-box {
    padding: 0 0 60px;
}

.ticode-about-title {
    font-size: 36px;
    color: #1D1F24;
    text-align: center;
    margin-top: 60px;
}

.ticode-about-introduction .container,
.ticode-about-picture .container {
    padding: 0;
}

.ticode-about-culture .col-md-4,
.ticode-about-culture .col-lg-4,
.ticode-about-culture .col-sm-6,
.ticode-about-culture .col-xs-6 {
    padding: 0;
}


.ticode-about-cooperation {
    padding-bottom: 80px;
}

.ticode-about-cooperation .swiper-slide {
    border: 1px solid rgba(36, 49, 85, 0.2);
overflow: hidden;
}

.ticode-about-cooperation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.ticode-about-certificate .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: none;
    opacity: 1;
    margin: 0 10px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.ticode-about-cooperation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before,
.ticode-about-certificate .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin-top: -2px;
    margin-left: -2px;
    background: #000;
    border-radius: 50%;
}

.ticode-about-cooperation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.ticode-about-certificate .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #136ACE;
}

.certificate-box {
    height: 616px;
    position: relative;
}

.certificate-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc(100% - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ticode-course-box {
    padding: 70px 0;
    background: #fff url(../image/news_bg_line.png) repeat-y center center;
}


.ticode-course-item-left {
    display: flex;
    position: relative;
    width: 50%;
}

.course-item-left-image {
    flex: 0 0 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.course-item-left-image img {
    width: 100%;
    height: 100%;
}

.course-item-left {
    flex: 1;
    margin: 0 60px 0 40px;
}

.course-item-year-left {
    color: #162146;
    font-size: 40px;
    text-align: right;
    line-height: 50px;
    font-weight: bold;
}

.course-item-month-left {
    color: #162146;
    font-size: 20px;
    text-align: right;
    line-height: 24px;
    opacity: 0.4;
    margin-bottom: 4px;
font-weight: bold;
}

.course-item-text-left {
    font-size: 18px;
    text-align: left;
    color: #162146;
    line-height: 28px;
}

.course-item-circular-left {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 9px solid #E9EBED;
    top: 10px;
    right: -15px;
    background: #162146;
    border-radius: 50%;
}

.course-item-circular-right {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 9px solid #E9EBED;
    top: 10px;
    left: -15px;
    background: #162146;
    border-radius: 50%;
}

.course-margin-bottom {
    margin-bottom: 15px;
}

.course-item-circular-opct4-left {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    top: 4px;
    right: -6px;
    background: #D0D3DA;
    border-radius: 50%;
}

.course-item-circular-opct4-right {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    top: 4px;
    left: -6px;
    background: #D0D3DA;
    border-radius: 50%;
}

.ticode-course-item-right {
    display: flex;
    position: relative;
    width: 50%;
    margin-left: 50%;
}

.course-item-right {
    flex: 1;
    margin: 0 70px 0 60px;
}

.course-item-year-right {
    color: #162146;
    font-size: 40px;
    text-align: left;
    line-height: 50px;
    font-weight: bold;
}

.course-item-month-right {
    color: #162146;
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    opacity: 0.3;
    margin-bottom: 4px;
font-weight: bold;
}

.course-item-text-right {
    font-size: 18px;
    text-align: left;
    color: #162146;
    line-height: 28px;
}


/* 资讯中心二级页面 */
.news-class {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.news-class li {
    min-width:110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #162146;
    font-size: 15px;
    cursor: pointer;
    margin-right:15px;
padding:0 10px;
}

.news-class .news-active,
.news-class li:hover {
    background: #136ACE;
    color: #fff;
}

.ticode-news-list {
    display: flex;
    padding: 40px 0;
    border-top: 2px solid #E9EBED;
    position: relative;
cursor:pointer
}

.news-list-left {
    flex: 0 0 40%;
    overflow: hidden;
}

.news-list-left img {
    height: 100%;
    width: 100%;
}

.news-list-right {
    flex: 1;
    margin: 0 40px;
    overflow: hidden;
}

.news-list-time {
    position: relative;
    display: inline-block;
}

.news-list-time-month {
    font-size: 28px;
    color: #162146;
    opacity: 0.6;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
}

.news-list-time-year {
    font-size: 16px;
    color: #162146;
    opacity: 0.4;
    text-align: left;
    line-height: 24px;
}

.news-list-time-line {
    height: 0px;
    border: 0.5px solid #DADADA;
    width: 32px;
    transform: rotate(125deg);
    -o-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -webkit-transform: rotate(125deg);
    position: absolute;
    bottom: 12px;
    right: -20px;
}

.news-list-title {
    font-size: 20px;
    color: #162146;
    text-align: left;
    margin-top: 15px;
    line-height: 42px;
    font-family: PingFangSC-Medium, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 18px;
    color: #162146;
    text-align: left;
    opacity: 0.8;
    line-height: 30px;
    font-family: PingFangSC-Medium, sans-serif;
}

.ticode-news-box .container {
    max-width: 1200px;
}

.news-list-right-line {
    top: -2px;
    position: absolute;
    width: 120px;
    height: 4px;
    background: #136ACE;
    left: 50%;
    margin-left: 20px;
}
.ticode-news-box .product_toggle{
    display: block;
}




/* 联系我们 */
.contact_background {
    background: #f4f4f4;
}

.box_position {
    position: relative;
    top: -60px;
}
.ticode-about-culture .ticode-product-item{
    margin-bottom: 0;
}
.contact_message {
    padding: 50px 50px 80px 30px;
    background: #fff;
    margin-bottom: 20px;
}

.contact_title {
    text-align: left;
    font-size: 34px;
    line-height: 50px;
    color: #000000;
}

.contact_name {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_list {
    display: flex;
    padding: 5px 0;
}

.contact_list_left {
    flex: 0 0 160px;
    font-size: 15px;
    text-align: right;
    color: #000;
    line-height: 26px;
}

.contact_list_leftd {
    flex: 0 0 160px;
    font-size: 15px;
    text-align: right;
    color: #000;
    line-height: 26px;
}

.contact_list_right {
    flex: 1;
    font-size: 15px;
    text-align: left;
    color: #000;
    line-height: 26px;
}

.contact_map {
    padding: 20px;
    background: #fff;
}


/* 资讯详情 */
.news-details-title {
    font-size: 50px;
    color: #162146;
    line-height: 68px;
    text-align: left;
    padding-top: 50px;
    font-family: PingFangScRegular;
    font-weight: bold;
}

.news-details-description {
    font-size: 18px;
    color: #162146;
    line-height: 24px;
    text-align: left;
    font-family: PingFangScRegular;
    margin: 10px 0;
}

.news-details-content img {
    width:80%;
	display:block;
	margin:0 auto;
}

.news-details-editTime {
    font-size: 16px;
    color: #162146;
    line-height: 24px;
    text-align: left;
    font-family: PingFangScRegular;
    opacity: 0.4;
    margin-bottom: 30px;
}

.news-details-content p {
    color: #162146;
    text-align: left;
    padding: 10px 0;
}

.ticode-news-details-prov {
    font-size: 20px;
    color: #162146;
    line-height: 24px;
    text-align: left;
    padding: 40px 0;
    margin-top: 30px;
    display: flex;
}

.ticode-news-details-next {
    font-size: 22px;
    color: #162146;
    line-height: 30px;
    text-align: right;
    padding: 40px 0;
    margin-top: 30px;
    display: flex;
}

.ticode-news-details-next a,
.ticode-news-details-prov a {
    color: #162146;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangScRegular;
flex:1;
}

.ticode-news-details-next a {
    right: 48px;
}

.ticode-news-details-prov .news-details-icon {
    flex: 0 0 28px;
    height: 28px;
    background: #f0f0f1;
    border: 1px solid rgba(22, 33, 70, 0.20);
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 20px;
}

.ticode-news-details-next .news-details-icon {
    flex:0 0 28px;
    height: 28px;
    background: #f0f0f1;
    border: 1px solid rgba(22, 33, 70, 0.20);
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 20px;
}

.indoustry-content img {
    width: 100%;
}

.news-arrow {
    width: 6px;
    height: 6px;
    border-right: 1px solid #152146;
    border-bottom: 1px solid #152146;
    transform: rotate(-45deg);
    margin-top: 10px;
    margin-left: 9px;
    display: block;
}

/* 行业应用详情 */
.introuds-title {
    font-size: 28px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;

}

.indrous-content {
    padding: 40px 0;
}

.showResult {
    display: none;
}

.productDetailsTitle {
    text-align: left;
    color: #000000;
    font-size: 20px;
    margin: 30px 0 20px;
    font-weight: bold;
}

.indrous-contentd {
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.productParameter {
    border: 1px solid rgba(19, 104, 201, 0.20);
    border-bottom: none;
}

.productItem {
    display: flex;
}

.itemLeft {
    padding: 15px 15px;
    border-right: 1px solid rgba(19, 104, 201, 0.20);
    border-bottom: 1px solid rgba(19, 104, 201, 0.20);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    flex: 0 0 120px;
}

.itemRight {
    flex: 1;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(19, 104, 201, 0.20);
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.dataListName {
    line-height: 32px;
    font-size: 14px;
    text-align: left;
    color: #136ACE;

}

.dataListIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 10px;
}

.dataListIcon img {
    width: 100%;
}
.indrous-content img{

max-width:100%;
}
.productImgChange .product-img img{
	width:80%;
margin:10%;
}
.ticode-news-box .product-img img{
	width:80%;
margin:10%;
}
.ticode-news-box{
	min-height:1200px;
}
.contact_sendmessage{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.contact_sendmessage h3{
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.controls span{
    line-height: 40px;
}
.controls .form-control{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}
.sendMessageButton{
    padding: 10px 30px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    width: 140px;
    background: #126ace;
    color: #fff;
    text-align: center;
    border-radius: 6px;
	cursor:pointer;
}
.contact_sendmessage_phone{
    background: #fff;
    padding: 20px;
}
.contact_sendmessage_phone h3{
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    margin-top: 20px;
}

