/*header*/
body{font-family: "microsoft yahei"}
header {
}

#logo {
    width: 100%;
    height: 90px;
    margin: auto;
    position: relative;
}
#logo .container {
    position: relative;
    padding-left: 100px;
}
.t_logo{
    position: absolute;
    top: 20px;
    left: 0;
}
.header-search{
    position: absolute;
    top: 20px;
    right: 0;
}
.t_logo img {
    height: 50px;
}

.logo-text {
    line-height: 40px;
    padding-top: 15px;
    padding-left: 40px;
    font-family: "microsoft yahei"
}

.logo-text1{
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.logo-text-en{
    color: #aaa;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
}
#navi {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #035587
}

#navi .container > ul {
    width: 100%;
    height: 100%;
    margin: auto;
}

#navi .container > ul > li {
    float: left;
    height: 100%;
    width: 12.5%;
    text-align: center;
    position: relative;
}

#navi .container > ul > li:after {
    position: absolute;
    content: '|';
    right: -4px;
    top: 0;
    color: #fff;
}

#navi .container > ul > li > a {
    font-size: 14px;
    height: 100%;
    display: block;
    color: #fff;
    font-weight: 200;
    padding-left: 4px;
}

#navi .container > ul > li.active > a {
    background: #f7b413;
    color: #fff;
    font-size: 16px;
}

#navi .container > ul > li:last-child::after, #navi .container > ul > li.active:after {
    content: "";
}

#navi .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    min-width: auto;
    top:48px;
}

#navi .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
    border-color: transparent transparent white transparent;
    left: 50%;
    margin-left: -10px;
    top: -20px
}

#navi .dropdown-menu li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

#navi .dropdown-menu li a:hover {
    background: #f7b413;
    color: #fff;
}

/*slider*/
.carousel-indicators li {
    width: 46px;
    height: 6px;
    border-radius: 0;
    border: 0;
    margin: 0 8px;
    background: rgba(255, 255, 255, .3)
}

.carousel-indicators li.active {
    width: 46px;
    height: 6px;
    border-radius: 0;
    background: rgba(255, 255, 255, .8);
    border: 0;
    margin: 0 8px;
}

/*container*/
.inner-container {
    padding-bottom: 150px;
}

/*section2*/
.seciton1 {
    padding: 70px 0;
}

.news-item {
    width: 560px;
}

.news-title {
    width: 100%;
    height: 100%;
    line-height: 40px;
    border-bottom: 3px solid #ae191f;
}

.news-title span {
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.news-title i {
    font-size: 12px;
    color: #ae191f;
}

.news-title a {
    font-size: 12px;
    color: #777;
    position: relative;
    top: 2px;
}

.news-content .tab-title {
    position: absolute;
    width: 170px;
    padding: 30px 0;
    font-size: 15px;
    margin-left: -20px;
}

.news-content .tab-title li {
    line-height: 46px;
    color: #777;
}

.news-content .tab-title li a {
    display: block;
    padding-left: 40px;
}

.news-content .tab-title li.active {
    color: #fff;
    background: url("../img/news-nav.png") no-repeat;
}

.news-content .tab-content {
    float: right;
    width: 420px;
    padding: 20px 10px;
}

.news-list {
    line-height: 36px;
    color: #e8c119;
    margin-top: 60px;
}

.news-list li {
    border-bottom: 1px dashed #bbb;
    line-height: 50px;
}

.news-list li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.news-list li a:hover {
    color: #f0ad4e;
}

.news-list li:last-child {
    border-bottom: none;
}

.video-item {
    width: 560px;
    float: right;
    height: 364px;
    background: #010001;
    margin-top: 20px;
}

.video-item video {
    width: 100%;
    height: 100%;
    outline: none;
}

/*section2*/
.section2 {
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, .22);
}

.news-block-tabs .tab-title li {
    float: left;
    line-height: 46px;
}

.news-block-tabs .tab-title li.active {
    background: #e8c119;
    color: #fff;
}

.news-block-tabs .tab-title li a {
    padding: 0 40px;
    display: block;
}

.intro-text {
    width: 560px;
    height: 394px;
    background: #fff;
    line-height: 30px;
    padding: 20px 30px;
    text-indent: 2em;
}

.intro-text img {
    float: left;
    margin-right: 20px;
    position: relative;
    top: 10px;
}

.intro-pic {
    width: 560px;
}

.intro-pic img {
    width: 560px;
}

/*seciton3*/
.seciton3 {
    padding: 80px 0;
}

.seciton3 .news-content .tab-title {
    margin: 0;
    background: rgba(0, 0, 0, .05);
    padding: 20px 0;
    width: 150px;
    padding-right: 20px;
    position: static;
    float: left;
    height: 310px;
    margin-top: 30px;
}

.tab-title li a {
    cursor: pointer;
}

.seciton3 .news-content .tab-title li.active {
    background: #ae191f;
}

.seciton3 .news-content .tab-content {
    width: 360px;
}

.seciton3 .extra-title {
    width: 700px;
    padding-right: 150px;
    position: relative;
}

/*honour*/
.honour-box {
    box-shadow: 1px 1px 5px #ccc;
    width: 100%;
    position: relative;
}

.honour-title {
    position: absolute;
    right: -80px;
    z-index: 20;
    top: 50px;
}

.honour-box .honour-left {
    width: 50%;
    float: left;
}

.honour-box .honour-right {
    width: 50%;
    float: left;
}

.honour-box .honour-left ul li {
    width: 50%;
    height: 250px;
    float: left;
    background: #fff;
}

.honour-box h3 {
    padding: 50px 30px 10px 30px;
    font-size: 15px;
    line-height: 26px;
}

.honour-box p {
    font-size: 12px;
    padding: 0 30px;
    line-height: 24px;
}

.honour-box .honour-left ul li:nth-child(2) {
    background: #ae191f;
    color: #fff
}

.honour-box ul li img {
    width: 100%;
    height: 100%;
}

.honour-right {
    position: relative;
    height: 500px;
}

.honour-right img {
    width: 100%;
    height: 100%;
}

.honour-right ul {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 250px;
}

.honour-right ul li {
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
}

.honour-text {
    position: relative;
}

.honour-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: dashed solid dashed dashed;
    border-width: 14px;
    border-color: transparent white transparent transparent;
    top: 50%;
    margin-top: -14px;
    left: -28px
}

.honour-left .honour-text:nth-child(2):before {
    border-color: transparent #e8c119 transparent transparent;
}

.honour-left .honour-text:nth-child(3):before {
    border-style: dashed dashed dashed solid;
    border-width: 14px;
    border-color: transparent transparent transparent white;
    top: 50%;
    margin-top: -14px;
    right: -28px;
    left: auto;
}

/*footer*/
footer {
    background: #1e2225;
    color: #7f8080;
    padding: 20px 0 0 0;
}

.footer-left {
    width: 660px;
    padding-top: 20px;
}

.footer-code {
    margin: 60px 40px 0 0;
}

.footer-code img {
    margin-bottom: 10px;
}

.footer-right {
    width: 300px;
    padding-top: 80px;
}

.footer-right ul {
    list-style: inside;
    line-height: 30px;
    margin-top: 30px
}

.footer-nav {
    margin-top: 10px
}

.footer-nav > ul {
    border-bottom: 1px solid #555;
    text-align: center;
}

.footer-nav > ul > li {
    float: left;
    width: 14.2857%;
    font-size: 14px;
    line-height: 50px;
    position: relative
}

.footer-nav > ul > li::after {
    content: '|';
    margin-left: 15px;
}

.footer-nav > ul > li:last-child::after {
    content: "";
}

.footer-nav > ul > li > ul {
    color: #eee;
    font-size: 14px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.footer-contact {
    line-height: 30px;
    padding-top: 30px;
    font-size: 13px
}

.footer-copyright {
    background: #171a1d;
    font-size: 13px;
    margin-top: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 13px
}

.image-show-box {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    display: none
}

.image-show-box img {
    width: 100%;
    height: 100%;
}

.t_top {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    color: #999;
}

.t_top .right > ul{
    width: 300px;
}
.t_top .right > ul > li{
    float: right; padding: 0 15px;
}
.t_top .right > ul > li:first-child{padding-right: 0; position: relative}
.t_top .right > ul > li:first-child:before{
    content: "|";
    left: 0;
    top:0;
    position: absolute;
    color: #ccc;
}
.t_top .right > ul > li img{
    margin-right: 5px;
    position: relative;
    top:-2px;
}
.t_top .right > ul ul a{
    padding: 10px 15px;
}
.t_top .right > ul ul{
    left: -30px;
}
.t_top .right > ul ul a:hover{
    background: #fff;
}
.t_top .right > ul ul img{
    width: 140px;
    margin-right: 0;
}
.t_title {
    padding: 5px 10px;
    border-bottom: 3px solid #e8c119;
    display: inline;
    font-size: 16px;
}


.header-search input {
    position: absolute;
    right: 48px;
    height: 30px;
    top: 12px;
    width: 120px;
    font-size: 13px;
}

.header-search button {
    position: absolute;
    right: 0;
    height: 30px;
    top: 13px;
    width: 60px;
    font-size: 13px;
}

.margin_t50 {
    margin-top: 50px;
}

.t_body img {
    width: 100%;
}

.t_about .about_title1 {
    margin: 60px 0 0;
    font-size: 16px;
    color: #333;
}

.t_about .about_title2 {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

.t_about p {
    color: #666;
    line-height: 24px;
}

.t_about button {
    background: #0187d4;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 18px;
    margin-top: 10px;
    font-size: 12px;
    box-shadow: none;
}

.t_news {
    background: #ebebeb;
    padding: 40px 0;
}

.news_tab .tab-title {
    width: 220px;
    line-height: 30px;
    margin: auto;
}

.news_tab .tab-title li {
    float: left;
    width: 50%;
    text-align: center;
    height: 30px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 3px;
    background: #fff;
}

.news_tab .tab-title li.active {
    background: #0187d4;
    color: #fff;
    height: 36px;
    line-height: 36px;
    box-shadow: none;
    margin: 0;
}

.news-list1 {
    margin-top: 20px;
}

.news-list1 li a {
    padding: 20px 0;
    border-bottom: 1px dashed #bbb;
    display: block;
    margin: 0;
}

.news-list1 li:last-child a {
    border-bottom: 0;
}

.news-list1 li:last-child {
    border-bottom: none;
}

.news-list1 .news-list1-title {
    margin-bottom: 5px;
}

.news-list1 p {
    font-size: 13px;
    color: #666;
    text-indent: 2em;
    line-height: 22px;
}

.news-list1-pic {
    width: 185px;
    height: 110px;
}

.news-list1-pic img {
    width: 100%;
    height: 100%
}

.news-list1 button {
    margin-top: -15px;
    border-radius: 22px;
    font-size: 12px;
    padding: 1px 5px;
}

.t_news .tab-content .col-md-4, .t_news .tab-content .col-md-9 {
    padding-left: 0;
}

.t_news .tab-content .col-md-8, .t_news .tab-content .col-md-3 {
    padding-right: 0;
}

.tab-content .col-md-3 {
    color: #999;
}

.t_case {
    height: 510px;
    background: url("../img/case-bg.png") no-repeat center;
    background-size: auto 100%;
    color: #fff;
    overflow: hidden;
}

.t_case ul {
    display: block;
    height: 100%;
}

.t_case ul li {
    width: 33.33%;
    float: left;
    background: url('../img/case-li-bg.png') 100% 100%;
    padding: 50px 0 0;
    height: 510px;
}

.t_case a {
    display: block;
}

.t_case .case-pic {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin: auto;
    background: #fff;
    overflow: hidden;
    border: 5px solid #eee;
    margin-bottom: 40px;
}

.t_case .case-pic img{
    width: 100%;
    height: 100%;
}

.case-title {
    text-align: center;
    font-size: 18px;
    position: relative;
    margin: 15px 0 0;
    position: relative;
}

.case-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #e8c119;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -10px;
}

.case-desc {
    padding: 20px;
    line-height: 24px;
    font-size: 12px;
}

.t_product {
    padding: 50px 0 80px;
    background: url('../img/product_bg.png') 100% 100%;
}

.product-title {
    margin-bottom: 30px;
}

.product_pic .product_img {
    border: 7px solid #0072b8;
    text-align: center;
    height: 224px;
    line-height: 200px;
    background: rgba(255, 255, 255, .65);
}

.product_img img {
    width: 100%;
    height: 100%;
}

.product_pic .product_name {
    background: #0072b8;
    color: #fff;
    text-align: center;
    padding-bottom: 7px;
    line-height: 36px;
    font-weight: 700;
}

.product_detail {
    background: rgba(221, 221, 221, .65);
    height: 267px;
}

.product_detail .product_title {
    text-align: center;
    margin: 25px 0 8px;
    font-size: 15px;
    font-weight: 700;
}

.product_detail .product_desc {
    font-size: 13px;
    color: #666;
    text-indent: 2em;
    line-height: 22px;
}

.product_detail .product_btn button {
    float: right;
    margin-top: 10px;
    border: 0;
    padding: 4px 8px;
}

.t_product .tab-title {
    margin: 0 auto 30px;
    width: 650px;
    font-weight: 700;
    box-shadow: 0px 0px 10px #ccc;
    height: 30px;
}

.t_product .tab-title li {
    float: left;
    line-height: 30px;
    padding: 0 10px 0 16px;
    position: relative;
    width: 14.28%;
}

.t_product .tab-title li:last-child::after {
    content: '';
}

.t_product .tab-title li::after {
    content: '|';
    position: absolute;
    right: -4px;
}

.t_product .tab-title li.active {
    background: #0187d4;
    color: #fff;
    font-size: 15px;
    height: 36px;
    position: relative;
    top:-3px;
    line-height: 36px;
}

.t_product .tab-title li.active::after {
    content: "";
}

.product-row > div:first-child,.product-row > div:nth-child(2){ margin-bottom: 40px}
.product-row > div:first-child,.product-row > div:nth-child(3){ padding-right: 0}
.product-row > div:nth-child(4),.product-row > div:nth-child(2){padding-left: 0}