﻿/* public */
* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 "微软雅黑";
}
a,
img {
    border: none;
}
a {
    text-decoration: none;
    color: #333;
}
ul li,
ol li {
    list-style: none;
}
/*
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    display: block;
}
:focus {
    outline: 0;
}
.w {
    width: 1200px;
    margin: 0 auto;
}

.column-frame {
    overflow: hidden;
}
.AA {
    color: #0062a7;
}
.AA:hover {
    color: #fe8900 !important;
    text-decoration: underline;
    cursor: pointer;
}
.AAa {
    color: #0062a7;
    float: left;
}
.AAa:hover {
    color: #fe8900 !important;
    text-decoration: underline;
    cursor: pointer;
}
.language .AA {
    color: #fff !important;
    cursor: pointer;
}
.language .AA:hover {
    color: #fe8900 !important;
    text-decoration: underline;
    cursor: pointer;
}
.meun .AA {
    color: #0063a7 !important;
    cursor: pointer;
}
.meun .AA:hover {
    color: #fff !important;
    text-decoration: underline;
    cursor: pointer;
}
.title-h3 {
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    font-size: 24px;
    padding-left: 45px;
    background: url(../images/slogo.png) no-repeat 5px center;
    color: #0063a7;
    border-bottom: 2px solid #0063a7;
    margin-bottom: 30px;
    clear: both;
}
.title-h3 .more {
    float: right;
    font-size: 16px;
    line-height: 55px;
    padding-right: 10px;
}

.shadow {
    box-shadow: -3px 10px 20px rgb(199, 199, 199);
    -moz-box-shadow: -3px 10px 20px rgb(199, 199, 199);
    -webkit-box-shadow: -3px 10px 20px rgb(199, 199, 199);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color='#rgb(199 199 199)')";
}

/* header */
.header {
    width: 100%;
}
.head-intro {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: rgb(78, 78, 78);
}
.intro_con i {
    float: left;
    color: #fff;
    font-style: normal;
}
.intro_con span {
    float: right;
}
/* logo and search */
.header-top {
    height: 104px;
}
.logo {
    width: 449px;
    height: 104px;
    float: left;
    background: url(../images/logo.jpg) no-repeat center center;
    margin-right: 193px;
}
.logo span {
    display: none;
}
.head-top-right {
    float: left;
    margin-top: 38px;
}
.search {
    border: 1px solid #0063a7;
    height: 30px;
    float: left;
}
.search .inputs {
    width: 257px;
    height: 29px;
    float: left;
    border: medium none;
    padding-left: 5px;
    font-size: 12px;
    color: #ccc;
    line-height: 27px;
}
.search .btn {
    float: left;
    width: 30px;
    height: 30px;
    background: transparent url(../images/btn-search.jpg) repeat-y left 0;
    border: none;
}
.search .btn {
    cursor: pointer;
}
.language {
    background: transparent url(../images/english.jpg) no-repeat left center;
    padding-left: 35px;
}
.lang {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #000;
    margin-left: 35px;
    padding-left: 35px;
}
/* navigation */
.head-center {
    width: 100%;
    background-color: #f7f7f7;
    height: 50px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.navigation {
    background-color: #f7f7f7;
    height: 50px;
    line-height: 50px;
}
.navigation li {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    float: left;
    width: 130px;
    position: relative;
    z-index: 9999;
}
.navigation li a {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}
.navigation li:hover {
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.navigation > li:hover > nav-list,
.navigation > li:hover > .nav-list {
    display: block;
}
.nav-list {
    text-align: left;
    left: 0;
    position: absolute;
    top: 49px;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    display: none;
    width: 495px;
    height: 167px;
    border-top: 3px solid #0063a7;
}
.nav-list-nav {
    float: left;
    padding-right: 55px;
    width: 92px;
}
.nav-list-nav a {
    color: #0062a7;
    display: block;
    font-size: 14px !important;
    height: 25px;
    line-height: 25px;
    z-index: 100;
    padding-left: 15px;
    text-align: left !important;
}
.nav-list-nav a:hover {
    color: #fe8900;
    text-decoration: underline;
}
.nav-list-img {
    margin-top: 4px;
    width: 320px;
    height: 155px;
    overflow: hidden;
}
.nav-list-img img {
    width: 320px;
}
/* banner */
.head-footer {
    width: 100%;
    height: 460px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.banner {
    width: 1920px;
    height: 460px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner ul {
    height: 460px;
    position: absolute;
    overflow: hidden;
}
.banner ul li {
    height: 460px;
    overflow: hidden;
    float: left;
    width: 1920px;
    text-align: center;
}
.banner .btnBg {
    position: absolute;
    width: 800px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}
.banner .btn {
    position: absolute;
    width: 960px;
    height: 23px;
    padding: 0px 47% 0px 10px;
    right: 0;
    bottom: 6px;
    text-align: right;
}
.banner .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}
.banner .btn span.on {
    background: #fff;
}
.banner .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 150px;
    background: url(../../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}
.banner .pre {
    left: 0;
}
.banner .next {
    right: 0;
    background-position: right top;
}
/* footer */
.footer {
    background-color: rgb(48, 48, 48);
    width: 100%;
}
/* footer-navigation */
/* .footer-navigation{background-color:#454545;height:60px; line-height:60px;}
.footer-navigation li{border-left:1px solid #454545; border-right:1px solid #454545;float:left;width:105px;text-align:center;}
.footer-navigation li a{font-size:16px;text-align:center;color:#e6e6e6;}
.footer-navigation li:hover > a{color:#ff8900;} */
.footer-bottom {
    width: 100%;
    height: 92px;
    line-height: 92px;
    background: rgb(25, 29, 32);
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer-bottom,
.footer-bottom a {
    color: #fff;
    font-size: 14px;
}
.footer-bottom i {
    color: #fe8900;
    font-style: normal;
}
.footer-bottom a:hover {
    color: #fe8900;
}

/* left */
.left {
    width: 240px;
    margin-left: 50%;
    left: -585px;
    position: absolute;
    min-height: 600px;
    padding-bottom: 40px;
}
.title-h1-short {
    height: 75px;
    background-color: #0063a7;
    font-size: 24px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.meun {
    margin: 10px 0px;
    border-top: 1px solid #d4d4d4;
}
.meun > li {
    position: relative;
}
.meun li {
    height: 50px;
    line-height: 50px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
}
.meun li a {
    display: block;
    width: 100%;
}
.meun li a:before {
    content: "O";
    margin-left: 40px;
    margin-right: 25px;
    color: #bbb;
}
.meun li a:after {
    content: ">";
    color: #0063a7;
    position: absolute;
    right: 20px;
}
.meun li > ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 240px;
    width: 240px;
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    z-index: 9999;
}
.meun > li:hover ul {
    display: block;
}
.meun li:hover > a {
    background-color: #fe8900;
    color: #fff !important;
}
.meun li:hover > a:after,
.meun li:hover > a:before {
    text-decoration: none !important;
    color: #fff;
}
.title-product-search {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: #0063a7;
    color: #fff;
}
.title-product-search:before {
    content: "O";
    margin-left: 40px;
    margin-right: 25px;
}
.title-product-search:after {
    content: "SEARCH";
    font-weight: normal;
    font-size: 12px;
    margin-left: 30px;
}
.box-search {
    height: 100px;
    background-color: #f1f1f1;
    padding: 10px 15px;
}
.box-search input {
    width: 185px;
    font-size: 14px;
    height: 30px;
    padding: 0px 10px;
    color: #999;
    margin-bottom: 10px;
    line-height: 30px;
}
.box-search select {
    width: 210px;
    padding: 0px;
    font-size: 14px;
    height: 30px;
    color: #999;
    margin-bottom: 15px;
}
.box-search select option {
    height: 30px;
}
.box-search button {
    background: url(../images/btn_search.jpg) no-repeat left center;
    width: 81px;
    height: 29px;
    float: right;
    border: none;
}
.box-search button:hover {
    cursor: pointer;
}
/* right */
.right {
    width: 900px;
    min-height: 600px;
    margin-left: 50%;
    left: -315px;
    position: absolute;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.right-head {
    height: 70px;
    line-height: 70px;
    background-color: #f7f7f7;
    border-bottom: 7px solid #0063a7;
    background: #f7f7f7 url(../images/slogo.png) no-repeat 20px center;
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}
.right-head:before {
    content: "当前位置：";
    margin-left: 60px;
}
.right-head:after {
    content: "WWW.TENGLONGCN.COM";
    color: #999;
    position: absolute;
    right: 20px;
    top: 0px;
}
.right-head span {
    color: #ff8900;
    text-decoration: underline;
}
.page {
    width: 100%;
    padding: 20px 0px 20px;
    text-align: center;
}
.page ul {
    display: inline-block;
}
.page ul li {
    float: left;
    margin-left: 1px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.page ul li > a,
.page ul li > span {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0px 8px;
}
.page ul li > span {
    color: #999;
    cursor: pointer;
}
.page ul li > a:hover {
    background-color: #105ec0;
    color: #fff;
}
.page ul li:last-child span {
    color: #000;
    cursor: text;
}
/* content */
.content {
    overflow: hidden;
    min-height: 500px;
    width: 950px;
}

/********************************************************˽��*********************************************************************************/
/* index */
.title-h1 {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: rgb(1, 97, 181);
    font-weight: bold;
    margin-top: 10px;
    clear: both;
}
.title-h1:before {
    content: "";
    display: block;
    width: 41%;
    position: absolute;
    left: 0;
    bottom: 16px;
    border: 1px solid rgb(2, 92, 180);
}
.title-h1:after {
    content: "";
    display: block;
    width: 41%;
    position: absolute;
    right: 0;
    bottom: 16px;
    border: 1px solid rgb(2, 92, 180);
}
.title-p1 {
    text-align: center;
    color: #999999;
    font-family: Arial;
    margin-bottom: 5px;
    font-size: 20px;
}
.title-h2 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
    padding-left: 60px;
    background: #f1f1f1 url(../images/title-head.jpg) no-repeat left center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.title-h2 .more {
    float: right;
    font-size: 16px;
    line-height: 50px;
    padding-right: 10px;
}

.ul-core-business {
    width: 1200px;
    overflow: hidden;
    max-height: 560px;
    padding-bottom: 30px;
} /*���li*/
.ul-core-business li:first-child {
    margin-left: 0;
}
.ul-core-business li {
    float: left;
    width: 370px;
    height: 300px;
    margin-left: 45px;
    overflow: hidden;
}
.ul-core-business li:hover a > img {
    transform: scale(1.1);
}
.ul-core-business li a {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.ul-core-business li a img {
    width: 370px;
    height: 230px;
    margin-bottom: 20px;
    overflow: hidden;
}
.ul-core-business li a .ul-content {
    width: 100%;
    overflow: hidden;
}
.ul-core-business li a .ul-content img {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.ul-core-business li a .ul-content .con-right {
    font-size: 14px;
    color: #999;
    width: 80%;
    float: right;
    padding-right: 10px;
}
.ul-core-business li a .ul-content .con-right div {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.ul-core-business li a .ul-content .con-right div:first-child {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
/* .ul-core-business li .AA{line-height:50px;padding-left:5px;display: block;text-align:left;font-size: 14px;height: 25px;text-align: center;} */

.info {
    width: 100%;
    background: url(../images/tp/index_21.png) no-repeat center center;
    overflow: hidden;
    height: 670px;
    background-size: cover;
}
.info .w {
    padding-top: 38px;
}
.info-content {
    width: 100%;
    height: 360px;
    margin-top: 10px;
    position: relative;
}
.info-content > a {
    display: block;
}
.mask {
    width: 575px;
    height: 106px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 2;
    background: rgba(11, 11, 12, 0.7);
    overflow: hidden;
}
.mask .title {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.mask-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ul-consult {
    margin: 10px 0px 20px 30px;
    float: left;
    width: 570px;
    height: 350px;
    overflow: hidden;
}
.ul-consult li {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
/* .ul-consult li a{margin-right:10px;} */
.ul-consult .first-li {
    border-bottom: 1px dashed #dcdcdc;
    height: 88px;
    line-height: 1;
}
.ul-consult .first-li > span {
    padding-top: 8px;
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: rgb(1, 92, 181);
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 20px;
}
.ul-consult .first-li > span i {
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
}
.ul-consult .first-li > span i:first-child {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 6px;
}
.ul-consult .first-li > strong {
    font-weight: normal;
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
}
.ul-consult .first-li > strong a,
.ul-consult .first-li > strong b {
    display: block;
    width: 100%;
}
.ul-consult .first-li > strong a {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.ul-consult .first-li > strong a:hover {
    color: #fe8900 !important;
    text-decoration: underline;
    cursor: pointer;
}
.ul-consult .first-li > strong b {
    font-weight: normal;
    line-height: 2;
    color: #666;
    height: 56px;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ul-consult li .consult-title {
    color: #666;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
/* .ul-consult li img{line-height:37px;margin-left:25px;width:23px;height:9px;} */
.ul-consult li .date {
    float: right;
    margin-right: 5px;
    font-size: 14px;
    color: #666;
}
.ul-consult .AA {
    color: rgb(1, 92, 185);
    float: left;
    margin-right: 5px;
}
.ul-consult .AA:hover {
    color: #fe8900 !important;
    text-decoration: underline;
    cursor: pointer;
}
.info .w > a {
    display: block;
    width: 117px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: url(../images/tp/more.png) no-repeat center center;
    margin: 38px auto 0;
}

.introduce {
    width: 100%;
    height: 560px;
    background: url(../images/tp/index_21.png) no-repeat center center;
}
.introduce .w {
    padding-top: 38px;
}
/* .tl-content{overflow: hidden;} */
.tl-left {
    float: left;
    width: 48%;
    font-size: 14px;
    line-height: 2.4;
    padding-top: 16px;
    overflow: hidden;
}
.tl-left p {
    width: 100%;
    height: 100%;
    max-height: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tl-left a {
    display: block;
    width: 117px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: url(../images/tp/more.png) no-repeat center center;
    margin-top: 10px;
}
.tl-right {
    float: right;
    width: 48%;
}

.ul-group {
    width: 1200px;
    overflow: hidden;
}
.ul-group li {
    float: left;
    width: 370px;
    height: 720px;
    margin-right: 29px;
    margin-top: 10px;
}
.ul-group li img {
    width: 370px;
    height: 420px;
}
.ul-group li h3 span {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}
.ul-group li h3 {
    font-size: 24px;
    text-align: center;
    background: transparent url(../images/title-backline.jpg) no-repeat left center;
    font-weight: normal;
    color: #0063a7;
    padding-top: 10px;
    margin-bottom: -10px;
}
.ul-group li p {
    text-indent: 2em;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 32px;
    border-left: 1px solid #0063a7;
    border-right: 1px solid #0063a7;
    padding: 20px 10px 0 20px;
    height: 160px;
}
.ul-group li .img-bottom {
    width: 370px;
    height: 85px;
    margin-top: -2px;
    background: transparent url(../images/diamond-white.jpg) no-repeat left center;
    display: block;
}
.ul-group li:hover h3,
.ul-group li:hover h3 span,
.ul-group li:hover p {
    color: #fff;
    background: #0063a7;
}
.ul-group li a:hover > span[class="img-bottom"] {
    background: transparent url(../images/diamond-black.jpg) no-repeat left center;
}

.tl-group {
    width: 100%;
    overflow: hidden;
}
.ul-group2 {
    width: 1200px;
    height: 348px;
    margin: 27px 0 61px;
}
.ul-group2 li {
    float: left;
    width: 280px;
    margin: 0px 0px 0px 26px;
    height: 348px;
}
.ul-group2 li:first-child {
    float: left;
    width: 280px;
    margin: 0px 0px 0px 0px;
}
.default,
.hover-show {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.de-bottom {
    width: 100%;
    padding: 0 20px 10px;
    background: rgb(9, 78, 147);
    box-sizing: border-box;
}
.ul-group2 li img {
    width: 280px;
    height: 189px;
}
.ul-group2 li .de-bottom .zc {
    width: 100%;
    display: block;
    height: 50px;
    border-bottom: 1px solid rgb(30, 101, 180);
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
}
.ul-group2 li .de-bottom .zc:after {
    content: "";
    background: transparent url(../images/b.png) no-repeat left center;
    height: 20px;
    width: 20px;
    float: right;
    margin-top: 15px;
}
.ul-group2 li .de-bottom p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    height: 88px;
    overflow: hidden;
    margin: 10px 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hover-show {
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: center;
    background: rgb(31, 62, 91);
}
.hover-show .title {
    font-size: 30px;
}
.hover-show > p + p {
    line-height: 1.8;
    height: 150px;
    overflow: hidden;
}
.hover-show a {
    color: #fff;
    width: 117px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 28px;
    font-size: 16px;
}

.ul-group2 li:hover .default {
    display: none;
}
.ul-group2 li:hover .hover-show {
    display: block;
}

/*  */
.other {
    width: 100%;
    overflow: hidden;
}
.other .other_content {
    height: 358px;
}
.other .other_content ul {
    width: 100%;
    height: 100%;
    padding-top: 26px;
}
.other .other_content ul li {
    width: 370px;
    height: 100%;
    margin-left: 45px;
    text-align: center;
    float: left;
}
.other .other_content ul li:first-child {
    width: 370px;
    height: 100%;
    margin-left: 0;
}
.other .other_content ul li img {
    width: 100%;
    height: 230px;
    margin-bottom: 35px;
}
.other .other_content ul li a {
    color: rgb(1, 92, 181);
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.other .other_content ul li:hover a {
    color: #fe8900 !important;
    text-decoration: underline;
    cursor: pointer;
}
.other .other_content ul li:hover img {
    transform: scale(1.1);
}

/* .ul-group2 li:hover a{background-color:#fe8900;}
.ul-group2 li:hover img{ -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;} */
/* product & explore */
.ul-showpic {
    min-height: 500px;
}
.ul-showpic li {
    width: 280px;
    height: 255px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    float: left;
    margin-right: 30px;
}
.ul-showpic li a {
    width: 278px;
    height: 208px;
    display: block;
    overflow: hidden;
    border: 1px solid #d4d4d4;
}
.ul-showpic li img {
    width: 278px;
}
.ul-showpic li:hover a {
    border: 1px solid #fe8900;
}
/*.ul-showpic li:hover img{width:290px;}�������ͻ��ͼƬ*/
/* consult & cultrue */
.ul-showlist {
    width: 850px;
    margin: auto 25px;
    margin-top: 15px;
}
.ul-showlist li {
    background: url(../images/right_arrow.jpg) no-repeat 5px center;
    padding-left: 25px;
    height: 37px;
    border-bottom: 1px dashed #c7c7c7;
    line-height: 37px;
    font-size: 14px;
}
.ul-showlist li a {
    color: #696969;
}
.ul-showlist li img {
    margin: 0px 10px 0px 5px;
}
.ul-showlist li span {
    float: right;
    margin-right: 5px;
    color: #676767;
}
/* box-article */
.box-article {
    padding: 0 20px;
    width: 860px;
}
.box-article > h6 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #0063a7;
    margin: 10px 0px 20px 0px;
}
.box-article > span {
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
    margin: 0px auto 20px;
}
.box-article > .next {
    background: url(../images/right_arrow.jpg) no-repeat 5px center;
    display: block;
    margin: 20px 0px;
    padding-left: 25px;
    text-align: left;
    color: #0032a7;
}
.box-article > .next a {
    text-decoration: underline;
    color: #666;
}
.box-article > .next a:hover {
    color: #ff8900;
}
.box-article .article {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    min-height: 520px;
}
/* recurid */
.ul-table {
    width: 850px;
    margin: auto 25px;
    margin-top: 15px;
}
.ul-table li {
    height: 37px;
    border-bottom: 1px dashed #c7c7c7;
    line-height: 37px;
    font-size: 14px;
}
.ul-table li span {
    text-align: center;
    display: inline-block;
}
.ul-table li h6 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #0063a7;
}
.ul-table .table-title,
.ul-table .table-header {
    border-bottom: none;
}
.ul-table .table-header {
    background-color: #0063a7;
    color: #fff;
    font-weight: bold;
}
.ul-table li .col1 {
    width: 380px;
    text-align: left;
}
.ul-table li .col2 {
    width: 90px;
    text-align: center;
}
.ul-table li .col3 {
    width: 240px;
    text-align: center;
}
.ul-table li .col4 {
    width: 140px;
    text-align: center;
}
.ul-table li .col1 a {
    background: url(../images/right_arrow.jpg) no-repeat 10px center;
    padding-left: 45px;
}
.ul-table .table-header .col1 {
    width: 335px;
    padding-left: 45px;
} /*�����޸�*/
/* recurid-text */
.box-recurid {
    padding: 0 35px;
    width: 830px;
}
.box-recurid > h6 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #0063a7;
    margin: 10px 0px 40px 0px;
}
.box-recurid > .next {
    background: url(../images/right_arrow.jpg) no-repeat 5px center;
    display: block;
    margin: 20px 0px;
    padding-left: 25px;
    text-align: left;
    color: #0032a7;
}
.box-recurid > .next a {
    text-decoration: underline;
    color: #666;
}
.box-recurid > .next a:hover {
    color: #ff8900;
}
.box-recurid .recurid {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    min-height: 520px;
}
.box-recurid .recurid .recurid-class {
    font-weight: bold;
    color: #0063a7;
}
/* tenglong-business*/
.ul-business {
    width: 1200px;
}
.ul-business li {
    float: left;
    width: 340px;
    height: 398px;
    padding: 0px 14px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    margin-right: 28px;
    overflow: hidden;
}
.ul-business li img {
    margin: 15px 0px;
    width: 338px;
    height: 155px;
}
.ul-business li > a {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: left;
    border-bottom: 2px solid #0063a7;
    display: block;
    margin-bottom: 15px;
}
.ul-business li p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    width: 338px;
    overflow: hidden;
    max-height: 60px;
}
.ul-business li p span {
    color: #0063a7;
}
.ul-business li p .AA {
    display: inline;
    font-size: 14px;
    color: #666;
}
/* cultrue */
.ul-cultruebottom {
    width: 1200px;
}
.ul-cultruebottom li {
    float: left;
    width: 370px;
    height: 195px;
    margin-right: 30px;
    margin-bottom: 40px;
    position: relative;
}
.ul-cultruebottom li a {
    display: bolck;
    width: 370px;
    height: 195px;
    overflow: hidden;
}
.ul-cultruebottom li img {
    width: 370px;
    height: 195px;
}
.ul-cultruebottom li p {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    display: none;
    background: #55abef;
    width: 370px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.ul-cultruebottom li:hover p,
.ul-cultruebottom li p:hover {
    display: block;
}

#box {
    height: 1250px;
}
.WX {
    background: url(../../resources/images/weixin.png) no-repeat left center;
    padding-left: 25px;
    height: 25px;
    line-height: 25px;
    background-size: contain;
    position: relative;
    color: #666;
    margin-left: 10px;
}
.WX > img {
    position: absolute;
    left: 0;
    top: 15px;
    padding: 3px;
    padding-top: 10px;
    display: none;
    z-index: 10000;
}
.WX:hover {
    color: #000;
}
.WX:hover > img,
.WX > img:hover {
    display: block;
}
.foot-wx {
    display: inline-block;
    /* float: left; */
    width: 100%;
    margin-bottom: 10px;
}
.foot-center {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    height: 275px;
}
.foot-center dl {
    float: left;
    margin-left: 55px;
}
.foot-center dl:first-child {
    /* width: 100%; */
    height: 100%;
}
.foot-center dl:first-child {
    margin-left: 0;
    width: 20%;
}
.foot-center > dl:first-child + dl {
    width: 30%;
}
.foot-center > dl:first-child + dl + dl {
    width: 40%;
}
.foot-center dl,
.foot-center dl a {
    color: #fff;
    font-size: 14px;
}
.foot-center dl dt {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(97, 97, 97);
}
.foot-center dl dd {
    padding-top: 20px;
}
.foot-center dl:first-child dd,
.foot-center dl:first-child + dl dd {
    height: 14px;
    line-height: 14px;
}
.foot-center dl:first-child dd a {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}
.foot-center dl:first-child dd a:first-child {
    padding-left: 0px;
    border-left: none;
    margin-left: 0;
}

.foot-center > dl + dl dd a {
    display: inline-block;
    margin-left: 63px;
}
.foot-center > dl + dl dd a:first-child {
    padding-left: 0px;
    margin-left: 0;
}

.foot-center dl dd a:hover {
    color: #fe8900 !important;
    cursor: pointer;
}

.footer .foot-center .concat .concat-left {
    width: 110px !important;
    height: 100%;
    text-align: center;
    float: left;
    margin-right: 32px;
}
.footer .foot-center .concat dd i {
    display: block;
    font-style: normal;
    margin-bottom: 8px;
    color: rgb(214, 214, 214);
}
.footer .foot-center .concat dd i:first-child {
    color: #fe8900;
}
/* .footer-navigation li:after {
    content: "|";
    color: #fff;
    font-weight: bold;
    float: right;
}
.footer-navigation li:last-child:after {
    display: none;
} */
.WX > .arrow-down {
    display: inline-block;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    height: 0px;
    margin-bottom: 3px;
    margin-left: 4px;
}
.WX:hover > .arrow-down {
    border-bottom: 6px solid #666;
    border-top: none;
}
