﻿/*
    header
*/

.header-hd {
    height: 19px;
    line-height: 19px;
    background: linear-gradient(to right, #2e2e2d 80%, #01a7a7 80%);
    color: #ffffff;
    font-size: 14px;
}

.header-hd .w>.right {
    width: 256px;
    height: 19px;
    text-align: right;
    background: url('../image/header_hdbg.png') no-repeat right center;
}

.header-hd a {
    color: #ffffff;
    padding: 0 8px;
}

.header-hd a:hover {
    color: #fc7305;
}

.header-bd {
    height: 131px;
}

.logo {
    height: 131px;
    max-width: 900px;
}

.logo a {
    display: block;
    height: 100%;
}

.logo img {
    max-height: 100%;
    display: block;
}

.header-tel {
    margin-top: 35px;
    padding-left: 70px;
    background: url('../image/tell.jpg') no-repeat left top;
    padding-bottom: 10px;
}

.header-tel h5 {
    font-size: 14px;
    color: #0dadbc;
    line-height: 24px;
}

.header-tel h5 a {
    display: inline-block;
    height: 24px;
    color: #fff;
    padding: 0 25px;
    text-align: center;
    background: radial-gradient(#00e1ee, #01aebd);
}

.header-tel h5 a:hover {
    color: #fc7305;
}

.header-tel p {
    color: #fc7305;
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
}


/*
    顶部导航
*/

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.nav {
    height: 52px;
    background: url('../image/navbg.jpg') repeat-x left;
}

.nav>ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.nav>ul>li {
    flex: 1 1 auto;
    position: relative;
    background: url('../image/navli_bg.png') no-repeat right center;
}

.nav>ul>li>a {
    height: 48px;
    line-height: 48px;
    padding-top: 4px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.nav ul li:hover ul {
    display: block;
    width: 100%;
}

.nav ul li ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 52px;
    background-color: #01a7a7;
}

.nav ul li ul a {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.nav ul li ul a:hover {
    background-color: #fc7305;
}

.nav ul>li>a:hover,
.nav ul li.on>a {
    background: url('../image/nav_onbg.png') no-repeat center;
}


/*
    搜索
*/

.i-search {
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e0dfdf;
}

.i-search-hd {
    max-width: 900px;
    font-size: 12px;
    color: #000;
    position: relative;
}

.i-search-hd a {
    color: #000;
}

.i-search-bd {
    height: 20px;
    border: 4px solid #e8e8e8;
    border-radius: 14px;
    line-height: 20px;
    position: relative;
    margin-top: 7px;
}

.i-search-hd:after {
    content: "";
    width: 47px;
    height: 2px;
    position: absolute;
    background-color: #e36602;
    left: 0;
    bottom: -1px;
}

.i-search-bd .search-button {
    width: 29px;
    text-align: center;
    background: #e36602 url('../image/search.png') no-repeat center;
    color: #fff;
    height: 20px;
    line-height: 20px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    border-radius: 0 10px 10px 0;
    vertical-align: -1px;
    padding: 0;
}

.i-search-bd .search-button:hover {
    background-color: #0066c8;
}

.i-search-bd .search-key {
    width: 194px;
    color: #999;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    outline: none;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 0 0 10px;
    position: relative;
    top: -1px;
}


/*
    盒子模型最外层
*/

.i-box {
    padding: 50px 0;
    min-height: 500px;
}


/*
    通用头部
*/

.i-box-hd {
    border-bottom: 1px solid #bfbfbf;
    padding: 0 0 10px 0;
}

.i-box-hd .tit {}

.i-box-hd .tit p {
    font-family: Arial;
    font-size: 48px;
    color: #999;
    text-transform: uppercase;
    line-height: 1;
}

.i-box-hd .tit h4 {
    font-size: 30px;
    line-height: 1.2;
    position: relative;
}

.i-box-hd .tit h4:after {
    content: '';
    display: block;
    width: 43px;
    height: 7px;
    background: #0066c8;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.i-box-hd a {
    color: #fff;
    width: 68px;
    height: 22px;
    background: #0066c8;
    font-family: 宋体;
    border-radius: 20px;
    text-align: center;
    line-height: 22px;
    margin: 60px 0 0 0;
}


/*
        首页栏目分类
    */

.i-box-hd_menu {
    text-align: center;
}

.i-box-hd_menu li {
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    border: #eee solid 1px;
    border-radius: 20px;
    overflow: hidden;
}

.i-box-hd_menu li a {
    display: block;
    padding: 8px 25px;
}

.i-box-hd_menu li a:hover {
    background: #f00;
    color: #fff;
}

.i-content {
    line-height: 1;
}


/*
* 关于我们
*/

.i-about {
    background-color: #fbfafa;
    padding: 40px 0 75px;
}

.i-about-tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fc7305;
    text-align: center;
}

.i-about-tit h3 span {
    color: #01a7a7;
}

.i-about-tit {
    padding-bottom: 36px;
    margin-bottom: 35px;
    background: url('../image/about_titbg.png') no-repeat center bottom;
}

.i-about-hd img {
}

.i-about-hd {
    width: 540px;
    height: 392px;
    background: url(../image/about_hdbg.png) no-repeat center;
    position: relative;
    background-size: auto 100%;
}

.i-about-hd .img {
    position: absolute;
}

.i-about-bd {
    width: 580px;
}

.i-about-bd h2 {
    padding-left: 32px;
    background: url('../image/about_hbg.png') no-repeat left center;
    font-size: 30px;
    font-weight: bold;
    color: #01a7a7;
}

.i-about-desc {
    font-size: 12px;
    font-family: '宋体';
    line-height: 24px;
    color: rgba(62, 62, 62, .8);
    height: 144px;
    overflow: hidden;
    margin-top: 25px;
}

.i-about-more {
    font-size: 12px;
    color: #3e3e3e;
}

.i-about-more:hover {
    color: #01a7a7;
}

.i-about-bdimg {
    margin: 32px 0 22px;
}

.i-about-bd ul li {
    float: left;
    width: 95px;
    margin-right: 65px;
}

.i-about-bd ul li:last-child {
    margin-right: 0;
}

.i-about-bd ul li .img {
    position: relative;
    border-radius: 50%;
    background-color: #01a7a7;
    width: 95px;
    height: 95px;
}

.i-about-bd ul li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i-about-bd ul li p {
    font-size: 18px;
    color: #01a7a7;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}


/*
    图片左右排列
*/

.items-img_inline {
    position: relative;
    overflow: hidden;
}

.items-img_inline dt {
    float: left;
    margin-right: 20px;
}

.items-img_inline dt img {
    width: 100%;
}

.items-img_inline dd {}

.items-img_inline dd .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.items-img_inline dd p {
    line-height: 1.3;
    color: #666;
}

.items-img_inline .more {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*
    新闻内容盒子
*/

.i-news-panel {
    float: left;
    width: 50%;
    min-height: 350px;
    margin-bottom: 20px;
    padding: 0 20px 0;
    box-sizing: border-box;
}

.i-news-panel:nth-child(2) {
    padding: 0 0 0 20px;
}

.i-news-panel_hd {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
}

.i-news-panel_hd a {
    padding: 0 0 0 15px;
    border-left: #ccc solid 3px;
}


/*
    图片默认排列
*/

.items-img {
    overflow: hidden;
}

.items-img li {
    float: left;
    margin: 0 17px 0 0;
    width: 310px;
}

.items-img li .item-hd {}

.items-img li .item-hd a {
    display: block;
}

.items-img li .item-hd img {
    display: block;
}

.items-img li .item-bd {
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}


/*
*产品
*/

.i-product {
    background: url('../image/product_bg.jpg') no-repeat center top;
}

.i-product-tit h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.i-product-tit h3:before {
    content: "";
    position: absolute;
    left: -132px;
    top: 12px;
    width: 116px;
    height: 1px;
    background-color: #fff;
}

.i-product-tit {
    padding: 50px 0 30px;
}

.i-product-tit h3:after {
    content: "";
    position: absolute;
    right: -132px;
    top: 12px;
    width: 116px;
    height: 1px;
    background-color: #fff;
}

.i-product-tit h4 {
    color: #fc7305;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.i-product-tit p {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    line-height: 16px;
    text-transform: uppercase;
}

.i-product-hd {
    width: 250px;
    margin-top: 33px;
}

.i-product-hd .item-hd {
    background-color: #fc7305;
    color: #fff;
    padding: 25px 0;
}

.i-product-hd .item-hd h4 {
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
}

.i-product-hd .item-hd h4:after {
    content: "";
    width: 103px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 9px;
    left: 73px;
}

.i-product-hd .item-hd h3 {
    font-size: 30px;
}

.i-pro-list li {
    border-bottom: 1px solid #f1f1f1;
}

.i-pro-list>li>a {
    display: block;
    height: 42px;
    line-height: 42px;
    background-color: #01a7a7;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.i-pro-list>li>a:hover {
    background-color: #fc7305;
}

.i-pro-item {
    padding-bottom: 5px;
    background-color: #f1f1f1;
}

.i-pro-item li {
    padding: 0 16px;
}

.i-pro-item li a {
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px dashed #c0c0c0;
    padding-left: 33px;
    color: #565458;
    font-size: 14px;
}

.i-pro-item li a:hover {
    color: #01a7a7;
}

.i-product-hd .item-ft {
    position: relative;
}

.i-product-hd .item-ft .text {
    position: absolute;
    height: 46px;
    width: 100%;
    line-height: 46px;
    text-align: center;
    color: #fc7305;
    font-size: 24px;
    font-weight: bold;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.i-product-bd {
    width: 950px;
    box-sizing: border-box;
    padding-left: 50px;
}

.i-product-bd * {
    box-sizing: border-box;
}

.i-pro-con {
    margin-top: 34px;
}

.i-pro-con ul li {
    width: 284px;
    float: left;
    margin-right: 24px;
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc;
    position: relative;
}

.i-pro-con ul li:hover h5 {
    background-color: #fc7305;
}

.i-pro-con ul li h5 {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.i-pro-con ul li:nth-of-type(3n) {
    margin-right: 0;
}

.i-pro-con ul li:nth-of-type(n+4) {
    margin-top: 26px;
}

.i-pro-img {
    border: 1px solid #e3e3e3;
    width: 265px;
    margin: 7px auto;
}

.i-pro-img img {
    display: block;
}


/*服务*/

.i-service {
    padding: 45px 0 90px;
    margin-top: 60px;
    border-top: 2px solid #c9ecec;
}

.i-service-tit {
    background: url('../image/service_titbg.png') no-repeat center 15px;
}

.i-service-tit h2 {
    font-size: 36px;
    color: #fc7305;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
}

.i-service-tit h2:after {
    content: "";
    width: 77px;
    height: 1px;
    background-color: #b8b1a8;
    position: absolute;
    left: calc(50% - 38px);
    bottom: -13px;
}

.i-service-tit p {
    font-size: 16px;
    color: #01a7a7;
}

.i-service-tit p span {
    font-size: 14px;
    color: #fc7305;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

.i-service-hd,
.i-service-bd {
    width: 430px;
}

.i-service-con {
    margin-top: 50px;
    background: url('../image/service_img.jpg') no-repeat center;
}

.service-box .desc h3 {
    font-size: 30px;
    color: #01a7a7;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}

.service-box .desc h3:after {
    content: "";
    width: 122px;
    height: 1px;
    background-color: #fc7305;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.service-box .desc p {
    width: 290px;
    font-size: 12px;
    color: rgba(0, 0, 0, .72);
    line-height: 20px;
}

.service-box .xh {
    width: 113px;
    height: 93px;
    background: url('../image/xhbg.png') no-repeat center;
    text-align: center;
    line-height: 93px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.i-service-bd .service-box:nth-of-type(2),
.i-service-hd .service-box:nth-of-type(2) {
    margin-top: 40px;
}

.i-service-bd .service-box h3 {
    text-align: right;
}

.i-service-bd .service-box h3:after {
    left: 168px;
}


/*问题*/

.i-question {
    background: url('../image/que_bg.jpg') no-repeat center top;
}

.i-que-tit span {
    display: block;
    width: 59px;
    height: 69px;
    margin: 0 auto;
    position: relative;
    top: -33px;
    background: url('../image/que_ico.png') no-repeat center;
}

.i-que-tit h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.i-que-tit p {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
}

.i-que-con {
    position: relative;
    height: 568px;
    margin-top: 30px;
}

.i-que-con ul li {
    position: absolute;
    width: 217px;
}

.i-que-con ul li .img {
    height: 103px;
    width: 103px;
    padding: 7px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #eee;
    box-sizing: border-box;
}

.i-que-con ul li .img img {
    display: block;
    border-radius: 50%;
}

.i-que-con ul li .text {
    padding: 20px 18px 15px 16px;
    background: url('../image/que_textbg.png') no-repeat center;
}

.i-que-con ul li .text h4 {
    font-size: 24px;
    color: #01a7a7;
    font-weight: bold;
    margin-bottom: 3px;
}

.i-que-con ul li .text p {
    font-size: 12px;
    color: rgba(0, 0, 0, .83);
    line-height: 21px;
}

.i-que-con ul li:nth-of-type(1) {
    top: 10px;
    right: 150px;
}

.i-que-con ul li:nth-of-type(2) {
    top: 116px;
    right: 324px;
}

.i-que-con ul li:nth-of-type(3) {
    top: 223px;
    right: 497px;
}

.i-que-con ul li:nth-of-type(4) {
    top: 329px;
    right: 671px;
}

.i-que-con .desc {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    background-color: #01a7a7;
    position: absolute;
    right: 371px;
    bottom: 42px;
}

.i-que-tel {
    position: absolute;
    width: 175px;
    right: 95px;
    bottom: 44px;
}

.i-que-tel h2 {
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 36px;
    background: url('../image/que_telbg.png') no-repeat center;
}

.i-que-tel p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 18px;
    text-align: center;
}


/*优势*/

.i-superiority {
    padding-top: 49px;
}

.i-sup-tit {
    height: 83px;
    background: url('../image/sup_titbg.png') no-repeat center;
}

.i-sup-con {
    margin: 50px 0 70px;
}

.i-sup-con .bg {
    float: left;
    width: 100%;
    background: url('../image/sup_bg.jpg') no-repeat center;
}

.i-sup-con .box {
    float: left;
    width: 600px;
    height: 300px;
    height: 515px;
    padding: 10px 50px;
    box-sizing: border-box;
}

.i-sup-con .box h3 {
    color: #01a7a7;
    font-size: 27px;
    font-weight: bold;
    margin: 20px 0;
}

.i-sup-con .box p {
    font-size: 12px;
    color: #343434;
    line-height: 24px;
    margin: 20px 0 10px 0;
}

.i-sup-con .box span {
    color: #fc7305;
}

.i-sup-con .box em {
    margin: 0 5px 0 0;
    font-style: normal;
    color: #01a7a7;
}

.i-sup-con .box img {
    display: block;
}

.i-sup-con .one {
    padding: 20px 20px 0 100px;
}

.i-sup-con .two {
    padding: 20px 90px 0 40px;
}

.i-sup-con .two img {
    margin-left: -38px;
}

.i-sup-con .three {
    padding: 20px 20px 0 100px;
}

.i-sup-con .four {
    padding: 20px 90px 0 40px;
}


/*
    案例滚动按钮
*/

.i-case {
    background-color: #f4f3f3;
    padding-bottom: 70px;
}

.i-case-tit {
    background: url('../image/case_titbg.png') no-repeat center top;
    padding-bottom: 6px;
    position: relative;
    top: -5px;
}

.i-case-tit h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, .6);
    height: 46px;
    line-height: 46px;
}

.i-case-con {
    background-color: #fff;
    padding: 0 18px 25px;
    position: relative;
}

.i-case-con h3 {
    font-size: 18px;
    color: #fc7305;
    font-weight: bold;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

.i-case-con ul li {
    width: 282px;
    float: left;
    margin-right: 10px;
}

.i-case-con ul li .img {
    border: 1px solid #01a7a7;
}

.i-case-con ul li .img img {
    display: block;
}

.i-case-con ul li:hover h4 {
    background-color: #01a7a7;
    color: #fff;
}

.i-case-con ul li h4 {
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #01a7a7;
    border: 1px solid #01a7a7;
    margin-top: 18px;
}

.i-case-left,
.i-case-right {
    width: 25px;
    height: 25px;
    background-color: #01a7a7;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.i-case-left:hover,
.i-case-right:hover {
    background-color: #fc7305;
}

.i-case-left {
    background-image: url('../image/case_left.png');
    left: -34px;
}

.i-case-right {
    background-image: url('../image/case_right.png');
    right: -34px;
}

.i-case-con .bd {
    overflow: hidden;
}


/*流程*/

.i-process {
    padding-bottom: 30px;
}

.i-process-tit {
    background: url('../image/process_titbg.png') no-repeat center bottom;
}

.i-process-tit h2 {
    font-size: 36px;
    color: #01a7a7;
    font-weight: bold;
    padding: 48px 0 15px;
}

.i-process-tit h4 {
    font-size: 24px;
    color: #646464;
    font-weight: normal;
}

.i-process-tit p {
    color: #646464;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0 15px;
}

.i-process-con {
    padding: 50px 0 70px;
    background: url('../image/process_bg.png') no-repeat center bottom;
}

.i-process-con ul li {
    float: left;
    width: 99px;
    margin-right: 84px;
}

.i-process-con ul li:last-child {
    margin-right: 0;
}

.i-process-con ul li .img {
    width: 95px;
    height: 95px;
    border: 2px solid #01a7a7;
    border-radius: 50%;
    position: relative;
}

.i-process-con ul li .img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i-process-con ul li p {
    color: #2e2e2e;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}


/*
*新闻中心
*/

.i-news-tit {
    margin-bottom: 50px;
    background: url('../image/news_titbg.jpg') no-repeat center 88px;
}

.i-news-tit h2 {
    font-size: 36px;
    color: #01a7a7;
    font-weight: bold;
}

.i-news-tit h3 {
    color: #d4b36e;
    font-size: 18px;
    font-weight: normal;
    margin: 16px 0 39px;
    text-transform: uppercase;
}

.i-news-tit p {
    text-transform: uppercase;
    color: #bababa;
    font-size: 12px;
}

.i-news-hd {
    width: 374px;
    height: 425px;
    background-color: #01a7a7;
    padding: 50px 30px;
    box-sizing: border-box;
}

.i-news-hd h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 28px;
    font-weight: bold;
}

.i-news-hd .input-text {
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    width: 289px;
    margin-bottom: 15px;
    background: none;
    padding-left: 6px;
    font-size: 12px;
    color: #fff;
}

.i-news-hd textarea {
    border: 1px solid #fff;
    width: 284px;
    background: none;
    padding-left: 6px;
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 15px;
}

.i-news-hd .button {
    width: 297px;
    height: 32px;
    line-height: 32px;
    color: #01a7a7;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 0;
    font-weight: bold;
    margin: 0;
}

.i-news-hd .button:hover {
    color: #fc7305;
    background-color: #fff;
}

.i-news-bd {
    width: 802px;
}

.i-news-bd ul li {
    background-color: #f0f0f1;
    position: relative;
}

.i-news-bd ul li:first-child {
    margin-bottom: 18px;
}

.i-news-bd ul li img {
    display: block;
}

.i-news-bd ul li:hover .item-hd h3,
.i-news-bd ul li:hover .item-hd h4 {
    color: #01a7a7;
}

.i-news-bd .item-hd {
    width: 505px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 28px 10px 25px 34px;
    box-sizing: border-box;
}

.i-news-bd .item-hd h3 {
    font-weight: normal;
    color: #4a4136;
    font-size: 18px;
}

.i-news-bd .item-hd h3 span {
    font-size: 28px;
}

.i-news-bd .item-hd h4 {
    font-size: 16px;
    color: #696259;
    margin: 30px 0 15px;
}

.i-news-bd .item-hd p {
    color: #adb0b1;
    font-size: 12px;
}


/**/

.um_cell_box {
    padding: 10px 0 0;
}

.um_cell_box li {
    display: flex;
    width: 580px;
    float: left;
    height: 34px;
    line-height: 34px;
}

.um_cell_box li:nth-child(odd) {
    margin-right: 40px;
}

.um_cell_title {
    flex: 1;
    font-size: 14px;
}

.um_cell_time {
    color: #666;
    font-family: Arial;
}


/*
    地区分站&友情链接
*/

.i-link {
    height: 42px;
    line-height: 42px;
    color: #7a7a7a;
    margin: 43px 0 37px;
}

.i-link .city {
    border: 5px solid #01a7a7;
}

.i-link span,
.i-link a {
    font-size: 12px;
}

.i-link a {
    color: #7a7a7a;
    display: inline-block;
    padding: 0 9px;
}

.i-link a:hover {
    color: #01a7a7;
}

.i-link span {
    color: #000;
    font-weight: bold;
    margin-left: 12px;
}

.icol-l {
    float: left;
    width: 575px;
    padding-right: 90px;
}

.icol-c {
    float: left;
    width: 10px;
    height: 400px;
    background: url(../image/col-line.png) no-repeat
}

.icol-r {
    float: right;
    width: 485px;
    padding-left: 40px;
}

.col-l {
    width: 240px;
    float: left;
}

.col-r {
    width: 908px;
    float: right;
}


/*
    footer
*/

.footer {
    padding: 65px 0 32px;
    color: #fff;
    background: #343434;
}

.footer a {
    color: #9d9d9d;
    display: inline-block;
}

.footer-nav {
    width: 230px;
    margin: 0 180px 0 0;
}

.footer-tit {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.footer-nav>a {
    font-size: 12px;
    color: #fff;
    margin: 0 25px 10px 0;
    display: inline-block;
    position: relative;
}

.footer-nav>a:hover {
    color: #01a7a7;
}

.footer-nav>a:after {
    content: "-";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -1px;
}

.footer-nav>a:last-child:after {
    content: "";
}

.footer-nav>a:nth-of-type(3n):after {
    content: "";
}

.friend-link {
    width: 680px;
}

.friend-link a {
    color: #fff;
    padding-right: 8px;
    display: inline-block;
}

.friend-link a:hover {
    color: #01a7a7;
}

.footer__keywords a {
    font-size: 14px;
}

.footer-hd img {
    display: block;
    width: 151px;
    height: 151px;
}

.footer-hd {
    width: 151px;
}

.footer-ft {
    margin-right: 52px;
    margin-top: 2px;
}

.footer-ft a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-style: normal;
    display: block;
    padding-left: 72px;
    box-sizing: border-box;
    position: relative;
    right: -145px;
    background: #01a7a7 url('../image/footer_ico.png') no-repeat 35px center;
}

.footer-ft span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: right;
    margin: 20px 0 6px;
}

.footer-ft p {
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    line-height: 39px;
}

.copyright {
    height: 69px;
    line-height: 69px;
    border-top: 1px solid #717171;
    background-color: #343434;
    font-size: 12px;
    color: rgba(255, 255, 255, .58);
}

.copyright a {
    font-size: 12px;
    color: rgba(255, 255, 255, .58);
}

.copyright span {
    margin-left: 5px;
}


/*npage*/

.main {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 20px;
}

.main_con {
    padding: 20px 50px 50px 50px;
    min-height: 500px;
}

.um-hd {
    float: left;
    width: 240px;
}

.um-bd {
    float: right;
    width: 920px;
}

.main_nei .ml {
    float: right;
}

.main_nei .mr {
    float: left;
}

.sider {}

.sider__hd {
    height: 50px;
    padding: 8px;
    background-color: #F18B16;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
}

.sider__hd .en {
    display: block;
    font-size: 14px;
}

.sider__bd li {
    position: relative;
}

.sider__bd li i {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 36px;
    height: 40px;
    background: url(../image/img.png) no-repeat 0 -169px;
    cursor: pointer;
}

.sider__bd li a:hover {
    background: inherit;
}

.sider__bd dl {
    display: none;
}

.sider__bd li.on dl {
    display: block;
}

.sider__bd li.on i {
    background-position: 0 -209px;
}

.um-items-img li {
    width: 197px;
    margin: 0 20px 20px 0;
}

.um-items-img li .item-hd {
    width: 193px;
    height: 193px
}


/*
    新闻列表页左右排列
*/

.items-text_desc li {
    margin: 0 0 30px 0;
}

.items-text_desc .item-hd img {
    width: 200px;
    height: 120px;
    display: block;
}

.items-text_desc .item-bd {
    width: 705px;
}

.items-text_desc .item-bd .tit {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    height: 38px;
    line-height: 36px;
    color: #333;
}

.items-text_desc .item-bd span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.items-text_desc .item-bd .desc {
    font-size: 13px;
    color: #666;
    margin: 6px 0 0 0;
    line-height: 1.7;
}


/*
        内页左侧
    */

.um-hd-panel {}

.um-hd-panel_tit {
    padding: 20px 0 20px 20px;
    background: #01a7a7;
    font-size: 20px;
    color: #fff;
}

.um-menu_hd img {
    max-width: 100%;
}

.um-hd-menu_con {
    width: 240px;
    background: #f1f1f1;
}

.um-hd-menu_con li {}

.um-hd-menu_con li a {
    display: block;
    border-left: 2px solid #ccc;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #333;
    font-size: 14px;
    background: url(../image/ico3.png) 210px 0px no-repeat;
}

.um-hd-menu_con li a:hover {
    border-left: 2px solid #01a7a7;
    color: #01a7a7;
    background: url(../image/ico3.png) 210px -40px no-repeat;
}

.um-hd-menu_con p {
    padding: 0 30px;
    line-height: 1.8;
    border-left: 2px solid #ccc;
}

.um_submenu p:first-child {
    padding-top: 5px;
}

.um_submenu p:last-child {
    border-bottom: 1px solid #ddd;
}

.um-hd-menu_con p em {
    width: 4px;
    height: 4px;
    background: #01a7a7;
    display: inline-block;
    vertical-align: 8px;
}

.um-hd-menu_con p a {
    display: inline-block;
    padding: 0 0 0 5px;
    color: #666;
}

.um-hd-contact_con {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
}

.um-bd_hd {
    height: 40px;
    line-height: 38px;
    margin-bottom: 20px;
    background: url("../image/line1.jpg") no-repeat left bottom;
}

.um-bd_bd {
    font-size: 16px;
}

.um-bd_hd .tit {
    float: left;
    font-size: 16px;
    color: #333;
}

.pos {
    float: right;
}

.pos,
.pos a {
    color: #333;
}

.detail {}

.um-page_tit {
    padding: 20px 0;
    border-bottom: #ccc solid 1px;
    text-align: center;
    font-size: 30px;
}

.detail .imgs {
    text-align: center;
}

.inner_banner {
    height: 300px;
}

.um_sitepath {
    font-size: 14px;
    line-height: 1;
    color: #666;
}


/*-------------------------------------------------*/


/*detail*/

.about {}

.about h1 {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #f1f1f1;
    font-size: 14px;
}

.detail img {
    max-width: 860px;
    _width: expression(this.width>860?860: true);
}

.detail .cont {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
}

*html .detail img {
    width: expression(this.width > 860 ? "860": this.width);
}


/*新闻详细页*/

.news h1 {
    text-align: center;
}


/*about*/

.about_detail h1 {
    padding: 15px 0;
    border-bottom: #c2d9ea solid 1px;
}

.about_detail .artInfo {
    display: none;
}

.page_list_img li {
    float: left;
    margin: 10px;
    display: inline;
    zoom: 1;
    width: 228px;
    height: 190px;
    overflow: hidden;
}

.page_list_img li img {
    width: 220px;
    height: 165px;
    padding: 4px;
    background: #fff3d0;
    border: #fc6800 solid 1px;
}

.page_list_img li .list_title {
    text-align: center;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** 产品列表
**/

.um-img_pro {
    width: auto;
}

.um-img_pro li {
    width: 295px;
}

.um-imgDetail {}

.um-imgDetail .tag {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: #ddd solid 1px;
    border-bottom: #054dd6 solid 2px;
    background: #f8f8f8;
}

.um-imgDetail .tag b {
    display: block;
    color: #054dd6;
    font-size: 14px;
}

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
}

.pagenav a {
    color: #054dd6;
}

.um-bd_imgShow_ft .items-img li {}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}


/*
** 图片
**/

.photo_box {
    overflow: hidden;
}

.photo_box .photo {
    position: relative;
    float: left;
    width: 625px;
    margin-left: 40px;
    overflow: hidden;
}

.photo_box .btn_left,
.photo_box .btn_right {
    display: block;
    width: 8px;
    height: 30px;
    margin-top: 195px;
    background: url(../image/roll.jpg) no-repeat;
}

.photo_box .btn_left {
    float: left;
}

.photo_box .btn_right {
    float: right;
    background-position: -8px 0;
}

.photo_view li {
    float: left;
    width: 625px;
}

.photo_desc h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: #eee solid 1px;
}


/*
** 下载
**/

.down_list dl.img {
    margin: 5px 10px;
}

.down_list dl.img dt {
    font-size: 14px;
    background: #EFEFEF;
    line-height: 28px;
    padding-left: 5px;
}

.down_list dl.img dt a {
    color: #855352
}

.down_list dl.img dd.ext {
    line-height: 22px;
    text-align: right;
    color: #333;
}

.down_list dl.img dd.desc {
    line-height: 22px;
    color: #9E9E9E
}

.down_info {
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
}

.down_info ul li label {
    float: left;
    width: 65px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    margin-right: 5px;
}

.down_info ul li {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
}

.down_info ul li a {
    font-weight: bold;
    color: #F30;
}

#content {
    line-height: 30px;
    font-size: 14px;
}

#content h1.tit {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: #333;
    text-align: center;
    margin: 20px 0;
}

#content h1.tit span {
    font-size: 14px;
    font-weight: normal;
}

#content .content p {
    font-size: 12px;
}

#content .content img {
    max-width: 590px;
    _width: expression(this.width > 590 && this.width > this.height ? 590: true);
}

#content .content strong {
    color: #000;
}

#content .content ol {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul li {
    list-style-type: disc;
}

#content .content ol li {
    list-style-type: decimal;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#pages {
    padding: 20px 0 10px;
    text-align: center;
    font: 12px '宋体';
}

#pages a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 5px 10px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 5px 10px;
    background: #01a7a7;
    border: 1px solid #01a7a7;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}


/*留言反馈*/

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #01a7a7;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #0d43b4;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*宋体宋体*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #314E8C
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/


/*sitemap*/

.mapbox {
    border: 1px solid #ccc;
    background: #fff;
}

.mapbox h4 {
    margin: 10px 0;
    padding: 6px;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    border-bottom: 1px solid #eee;
}

.smallcat ul {
    overflow: hidden;
}

.smallcat ul li {
    float: left;
    line-height: 24px;
}

.smallcat ul li a {
    margin: 0 8px;
}

.um-newsShow {
    width: 900px;
    background: #fff;
}

.um-newsDetail .tit h3 {
    font-size: 24px;
    line-height: 1.3;
}

.um-newsDetail .meta {
    margin-top: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.um-newsDetail .meta p {
    display: inline-block;
    margin-right: 20px;
}

.um-newsDetail .meta p em {
    color: #ff3434;
}

.um-newsDetail .meta p:first-child {
    margin-right: 0;
}

.um-newsDetail .meta p span {
    color: #888;
}

.um-newsDetail .cont {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.um-newsDetail .cont p {
    margin: 0 0 15px 0;
}

.um-newsDetail .cont a {
    display: inline-block;
    color: #ff3434;
    font-weight: bold;
}


/*产品详情页*/

.site-add {
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.inner-img-show {
    padding: 30px 0 0 0;
}

.inner-img-show-header .item-hd {
    width: 350px;
}

.inner-img-show-header .item-bd {
    width: 535px;
}

.inner-img-show_left {
    width: 900px;
    background: #fff;
}

#zoom_box {
    background: #eee;
    text-align: center;
    border: 1px solid #eee;
}

#zoom_box img {
    max-width: 100%;
    cursor: pointer;
}

#zoom_list {
    width: 350px;
    height: 60px;
    background: #eee;
}

#zoom_list>a {
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}

#zoom_list .next {
    float: right;
    background: url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list .pre {
    float: left;
    background: url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 90%;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist li {
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 4px;
}

#thumblist li.on {}

#thumblist li span {
    height: 52px;
    width: 220px;
    line-height: 30px;
}

#thumblist li span a {
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
}

#thumblist li.on span a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
}

.img__info {
    padding: 10px 0 0 0;
}

.img__info .tit {
    line-height: 1.1;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.img__info .list {
    background: #f7f7f7;
    margin: 10px 0 0 0;
    padding: 5px 10px;
}

.img__info .list li {
    line-height: 1.8;
    padding: 4px 0;
}

.img__info .list li em {
    color: #777;
    display: inline-block;
}

.img__info .list li a,
.img__info .list li span {
    font-size: 13px;
    padding: 0 0 0 10px;
}

.img__info .list li span b {
    color: #eb2e09;
    padding: 0 3px;
}

.img__info .list li div.bshare-custom {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
}

.img__info .list li div.bshare-custom a {
    padding: 0 0 0 19px;
}

.img__info .tel {
    font-size: 16px;
    top: 10px;
    left: 10px;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: url("../image/ico-tel.png") no-repeat left;
    background-size: 20px;
    padding: 0 0 0 26px;
}

.img__info .tel em {
    font-size: 24px;
    font-family: Arial;
    position: absolute;
    font-weight: 700;
    color: #f44900;
}

.img__info .ico {
    padding: 50px 0 0 10px;
}

.img__info .ico a {
    border-radius: 0;
    width: 100px;
    display: inline-block;
    margin: 0 10px 0 0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.img__info .ico .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.img__info .ico .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.inner-img-show-body {}

.iisb-tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    background: #eee;
    color: #333;
}

.iisb-tit span {
    display: inline-block;
    padding: 0 20px;
    background: #01a7a7;
    color: #fff;
}

.iisb-box-js .con {
    font-size: 14px!important;
    line-height: 26px;
}

.iisb-box-js .con img {
    max-width: 100%;
    height: auto;
}

.iisb-box-js .con p {
    padding: 10px 0 0 0;
}

.iisb-box-fx {
    margin-bottom: 20px;
}

.iisb-box-fx li {
    float: left;
    margin: 0 30px 0 0;
}

.iisb-box-fx li a {
    font-size: 13px;
    display: block;
    line-height: 30px;
}

.iisb-box-tj .con li {
    margin: 0 0 10px 0;
}

.iisb-box-tj .con li img {
    max-width: 100%;
}

.iisb-box-tj .con li span a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.relevant__info {
    width: 270px;
}

.relevant__info_img {
    background: #fff;
    margin-top: 10px;
}

.relevant__info_img .con {
    padding-top: 10px;
}

.relevant__info_img .con li {
    padding: 10px 0 0;
}

.relevant__info .con li img {
    max-width: 100%;
    display: block;
}

.relevant__info_img .con li span a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.relevant__info .tit {
    height: 36px;
    line-height: 36px;
    color: #01a7a7;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: bold;
}

.relevant__info .tit:after {
    display: inline-block;
    content: '';
    width: 60px;
    position: absolute;
    background: #01a7a7;
    opacity: .5;
    height: 1px;
    left: 0;
    bottom: -1px;
}

.relevant__info_article {
    background: #fff;
}

.relevant__info_article li {
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.relevant__info_article li .img {
    width: 70px;
}

.relevant__info_article li .con {
    width: 190px;
    margin-top: 3px;
}

.relevant__info_article li .con a {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    display: block;
    height: 38px;
    overflow: hidden;
}

.relevant__info_article li .con a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #999;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin-right: 4px;
    font-family: Arial;
    color: #fff;
    border-radius: 2px;
}

.relevant__info_article li .con p {
    font-family: Arial;
    color: #999;
    line-height: 1;
    margin-top: 6px;
    height: auto;
}

.relevant__info_article p {
    display: flex;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.relevant__info_article p a {
    flex: 1;
    font-size: 14px;
}

.relevant__info_article p a em {
    display: inline-block;
    height: 3px;
    width: 3px;
    margin-right: 6px;
    background: #075cbc;
    vertical-align: middle;
}

.relevant__info_article p span {
    color: #999;
    font-family: Arial;
}

.relevant__info_article li:nth-child(-n+3) .con {
    height: 36px;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
}

.relevant__info_article li:nth-child(-n+3) .con a {
    padding: 0 10px;
    color: #fff;
    display: block;
    line-height: 36px;
    text-align: center;
}

.relevant__info_article li:nth-child(-n+3) .img {
    width: 100%;
}

.relevant__info_article li:nth-child(-n+3) {
    position: relative;
}

.relevant__info_article li:nth-child(-n+3) .num {
    position: absolute;
    left: 10px;
    top: 12px;
    display: inline-block;
    width: 55px;
    height: 20px;
    background-color: #ff4343;
    background-size: cover;
    z-index: 10;
}

.relevant__info_article li:nth-child(-n+3) .num:before {
    position: absolute;
    top: 20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ff4343;
    border-right: 27.5px solid transparent;
    border-left: 0 solid transparent;
}

.relevant__info_article li:nth-child(-n+3) .num:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ff4343;
    border-left: 24.5px solid transparent;
    border-right: 0 solid transparent;
}

.relevant__info_article li:nth-child(-n+3) .num i {
    text-align: center;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 55px;
}

.relevant__info_article li:nth-child(2) .num {
    background: #ff9035;
}

.relevant__info_article li:nth-child(2) .num:before,
.relevant__info_article li:nth-child(2) .num:after {
    border-top-color: #ff9035;
}

.relevant__info_article li:nth-child(3) .num {
    background: #0963d9;
}

.relevant__info_article li:nth-child(3) .num:before,
.relevant__info_article li:nth-child(3) .num:after {
    border-top-color: #0963d9;
}

.relevant__info_keyword {
    background: #01a7a7;
    padding: 10px 15px 20px;
    margin: 10px 0;
}

.relevant__info_keyword .tit {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.relevant__info_keyword a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 10px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
    margin-right: 10px;
}

.flip {
    padding: 20px 0;
}

.flip p {
    font-size: 14px;
    margin-top: 5px;
}

.flip p a {
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    background: #f8fbff;
    border: 1px solid #01a7a7;
    color: #01a7a7;
    margin-right: 10px;
}

.h-img ul {
    display: flex;
    padding: 10px 0 0 0;
}

.h-img ul li {
    flex: 1;
    padding: 5px;
}

.h-img ul li span a {
    display: block;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
}

.h-news ul {
    padding-top: 10px;
}

.h-news li {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.h-news li .img img {
    display: block;
}

.h-news li .con {
    flex: 1;
    padding: 0 0 0 20px;
}

.h-news li .con a {
    font-size: 18px;
    font-weight: bold;
}

.h-news li .con p {
    font-size: 14px;
    color: #666;
}

.h-menu {
    background: #01a7a7;
    margin-top: 10px;
}

.h-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.h-menu li a {
    color: #fff;
    line-height: 36px;
    padding: 0 20px;
    display: block;
}