﻿@charset "utf-8";

@font-face {
    font-family: 'DIN';
    src: url('img/DIN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ziti {
    font-family: 'DIN' !important;
}


.wrap1600 {
    width: 1600px;
    margin: 0 auto;
}

.wrap1400 {
    width: 1400px;
    margin: 0 auto;
}

.wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.m {
    margin: 0 auto;
}

.head_top .logo {
    line-height: 90px;
}

.head_top_one h4 {
    font-size: 24px;
    height: 90px;
    line-height: 90px;
    margin-right: 105px;
    color: #3d5ea3;
    padding-left: 55px;
    background: url(img/top_tell.png) no-repeat left center;
}

.head_top {
    width: 100%;
    height: 90px;
    line-height: 90px;
}

.head_top_p {
    height: 90px;
    padding-left: 15px;
    border-left: 1px solid #dcdcdc;
    font-size: 16px;
    color: #333333;
}

.head_top_p a {
    display: inline-block;
    position: relative;
    height: 90px;
    padding: 0 25px;
    font-size: 16px;
    color: #333333;
}

.head_top_p a:hover {
    color: #3d5ea3;
}

.head_top_p a:before {
    transition: 0.3s;
    content: "";
    width: 18px;
    height: 0px;
    background-color: #3d5ea3;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -9px;
}

.head_top_p a:hover:before {
    height: 11px;
}

.head_top_p a.on:before {
    height: 11px;
}

.head_top_p a.on {
    color: #3d5ea3;
}

.head_top .logo img {
    padding-left: 40px;
    margin-right: 43px;
}

.head_top .nav {
    line-height: 90px;
    height: 90px;
    margin-right: 120px;
}

.head_top .nav li {
    transition: 0.3s;
    float: left;
    line-height: 90px;
    position: relative;
}

.head_top .nav li span {
    display: block;
    width: 0;
    background-color: #d21010;
    height: 1px;
    transition: 0.3s;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.head_top .nav li:hover span {
    width: 100%;
}

.head_top .nav li a {
    padding: 0 20px;
    transition: 0.3s;
    font-size: 16px;
    color: #333;
    display: inline-block;
    line-height: 36px;
    background-color: #fff;
    border-radius: 20px;
}

.head_top .nav li:before {
    transition: 0.3s;
    content: "";
    width: 18px;
    height: 0px;
    background-color: #3d5ea3;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -9px;
}

.head_top .nav li:hover:before {
    height: 11px;
}

.head_top .nav li:hover a {
    color: #3d5ea3;
}

.head_top .nav li.on a {
    color: #3d5ea3;
}

.head_top .nav li.on:before {
    height: 11px;
}

.page_ding {
    height: 74px;
    position: relative;
}

.banner_ding {
    position: absolute;
    top: -74px;
    left: 0px;
    z-index: 2;
    width: 484px;
    text-align: center;
    height: 147px;
    line-height: 147px;
    background: url(img/page_img.jpg) no-repeat center;
}

.banner_ding h5 {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
}


.head_top .fours img {
    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.08);
}

.head_top p .wx {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 28px;
    height: 28px;
    background: url(../images/top_xian2.jpg) no-repeat right center;
    display: table;
    margin-left: 40px;
}

.head_top p .wx .qr {
    position: absolute;
    left: 50%;
    bottom: -85px;
    width: 105px;
    height: 105px;
    margin-left: -48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 9999;
}

.head_top p .wx:hover .qr {
    opacity: 1;
    visibility: visible;


    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.head_top p .wx .icon-wx {
    width: 28px;
    height: 100%;
    background: url(../images/top_ico2.png) no-repeat center;
    vertical-align: top;
}

.head_top p .wx:hover .icon-wx {
    background: url(../images/top_ico2_on.png) no-repeat center;
}


/* 3d5ea3 */

/* 首页banner */

.idx_bannerbox {
    width: 100%;
}

.idx_bannerbox .master-slider {
    width: 100% !important;
}

.footer_m{ float:left; width:200px; text-align:center; font-size:16px; line-height:2; margin-left:30px;}
.footer_m img{ width:100%;}

.footer {
    width: 100%;
    height: 320px;
    padding-top: 55px;
    background-color: #1d1d1d;
    border-top: 3px solid #e71f19;
}

.footer_center {
    padding-bottom: 20px;
    background-color: #1d1d1d;
}

.footer_bottom {
    height: 60px;
    line-height: 60px;
    background-color: #262424;
}

.footer_l h2 {
    line-height: 1;
    padding-bottom: 35px;
    font-size: 28px;
    color: #bbbbbb;
}

.mian_xian {
    height: 1px;
    width: 300px;
    margin-top: 22px;
    margin-bottom: 25px;
    background-color: #4a4a4a;
}

.footer_l p {
    margin-bottom: 12px;
    padding-left: 38px;
    line-height: 25px;
    font-size: 16px;
    color: #999999;
}

.p_ico1 {
    background: url(img/index_ico8.png) no-repeat left center;
}

.p_ico2 {
    background: url(img/index_ico9.png) no-repeat left center;
}

.p_ico3 {
    background: url(img/index_ico10.png) no-repeat left center;
}

.p_ico4 {
    background: url(img/index_ico11.png) no-repeat left center;
}

.p_ico5 {
    background: url(img/index_ico12.png) no-repeat left center;
}

.footer_l p span {
    font-size: 26px;
    color: #e71f19;
}

.foot_ul {
    margin-left: 50px;
}

.foot_ul h2 {
    font-size: 18px;
    color: #a8a8a8;
    padding-bottom: 25px;
}

.foot_ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #4a4a4a;
}

.foot_ul li a:hover {
    color: #e71f19;
}

.footer_r_con a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 100px;
    border: 1px solid #3f3f3f;
    background-color: #0e0e0e;
    margin-right: 28px;
    transition: 0.3s;
}

.footer_r_con a:hover {
    border: 1px solid #fff;
}

.footer_r_con .wx {
    background: #0e0e0e url(../images/weixin.png) no-repeat center;
    transition: 0.3s;
    position: relative;
}

.footer_r_con .wx:hover {
    background: #0e0e0e url(../images/weixin_on.png) no-repeat center;
}

.footer_r_con .wb {
    background: #0e0e0e url(../images/weibo.png) no-repeat center;
    transition: 0.3s;
    position: relative;
}

.footer_r_con .wb:hover {
    background: #0e0e0e url(../images/weibo_on.png) no-repeat center;
}

.footer_r_con .wx:hover .qr {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.footer_r_con .wx .qr {
    position: absolute;
    left: 50%;
    bottom: -95px;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 9999;
}



/* 荣誉认证 */

.picScroll-left {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.picScroll-left .hd {}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -12px;
    text-align: center;
}

.picScroll-left .hd .next {
    background: url(img/xq_right.jpg) no-repeat right;
}

.picScroll-left .hd .prev {
    background: url(img/xq_left.jpg) no-repeat;
}

.picScroll-left .hd .next:hover {
    background: url(img/xq_right_on.jpg) no-repeat right;
}

.picScroll-left .hd .prev:hover {
    background: url(img/xq_left_on.jpg) no-repeat;
}

.picScroll-left .hd .next {
    right: 0px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.picScroll-left .hd .prev {
    left: 0px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 20px;
    width: 310px;
    text-align: center;
    background-color: #f3f3f3;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    width: 310px;
    height: 427px;
    line-height: 427px;
    background-color: #fff;
}

.picScroll-left .bd ul li .pic img {
    width: 100%;
}

.picScroll-left .bd ul li p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.picScroll-left .bd ul li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 15px;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}




/* 系统架构 */

.picScroll-left3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.picScroll-left3 .hd {}

.picScroll-left3 .hd .prev,
.picScroll-left3 .hd .next {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -12px;
    text-align: center;
}

.picScroll-left3 .hd .next {
    background: url(img/xq_right2.jpg) no-repeat right;
}

.picScroll-left3 .hd .prev {
    background: url(img/xq_left2.jpg) no-repeat;
}

.picScroll-left3 .hd .next:hover {
    background: url(img/xq_right_on.jpg) no-repeat right;
}

.picScroll-left3 .hd .prev:hover {
    background: url(img/xq_left_on.jpg) no-repeat;
}

.picScroll-left3 .hd .next {
    right: 0px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.picScroll-left3 .hd .prev {
    left: 0px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.picScroll-left3 .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left3 .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left3 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left3 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left3 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left3 .bd {}

.picScroll-left3 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left3 .bd ul li {
    
  
    text-align: center;
    background-color: #f3f3f3;
        _display: inline;
    overflow: hidden; width:100%;
    text-align: center;
}

.picScroll-left3 .bd ul li .pic {
    text-align: center;
   
    height: 436px;
    line-height: 436px;
    background-color: #fff;
}

.picScroll-left3 .bd ul li .pic img {
   
    height: 100%; display:inline-block;
}

.picScroll-left3 .bd ul li p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.picScroll-left3 .bd ul li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 15px;
}

.picScroll-left3 .bd ul li .title {
    line-height: 24px;
}


/* 相关案例 */

.picScroll-left4 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.picScroll-left4 .hd {}

.picScroll-left4 .hd .prev,
.picScroll-left4 .hd .next {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -12px;
    text-align: center;
}

.picScroll-left4 .hd .next {
    background: url(img/xq_right2.jpg) no-repeat right;
}

.picScroll-left4 .hd .prev {
    background: url(img/xq_left2.jpg) no-repeat;
}

.picScroll-left4 .hd .next:hover {
    background: url(img/xq_right_on.jpg) no-repeat right;
}

.picScroll-left4 .hd .prev:hover {
    background: url(img/xq_left_on.jpg) no-repeat;
}

.picScroll-left4 .hd .next {
    right: 0px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.picScroll-left4 .hd .prev {
    left: 0px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.picScroll-left4 .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left4 .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left4 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left4 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left4 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left4 .bd {}

.picScroll-left4 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left4 .bd ul li {
    margin: 0 15px;
    width: 437px;
    text-align: center;
    background-color: #f3f3f3;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left4 .bd ul li .pic {
    text-align: center;
    width: 437px;
    height: 436px;
    line-height: 436px;
    background-color: #fff;
}

.picScroll-left4 .bd ul li .pic img {
    width: 100%;
}

.picScroll-left4 .bd ul li p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.picScroll-left4 .bd ul li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 15px;
}

.picScroll-left4 .bd ul li .title {
    line-height: 24px;
}



.index_main5 {
    height: 600px;
    background: url(../images/index_main5_bg.jpg) no-repeat center;
}

.xxk li a {
    font-size: 14px;
    color: #cccccc;
    display: inline-block;
    padding: 0 20px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #cccccc;
    margin: 0 12px;
    border-radius: 20px;
    transition: 0.3s;
}

.xxk li a:hover {
    background-color: #3d5ea3;
    border: 1px solid #3d5ea3;
    color: #fff;
}

.xxk li.on a {
    background-color: #3d5ea3;
    border: 1px solid #3d5ea3;
    color: #fff;
}

.xxk {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.xxk li {
    display: inline-block;
}

.nei_banner_tit {
    position: absolute;
    padding-bottom: 40px;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 0;
    height: 100%;
}

.nei_banner_tit h3 {
    font-size: 42px;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 11%;
    line-height: 1;
}

.nei_banner_tit h4 {
    text-transform: uppercase;
    padding-bottom: 50px;
    font-size: 12px;
    color: #fff;
}

.nei_banner_tit h6 {
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    margin-top: 50px;
    line-height: 40px;
    text-align: center;
}

/* .nei_banner_tit i */
    {
    display: block;
    width: 395px;
    height: 1px;
    background-color: #fff;
}

.yfzz_banner h6 {
    margin-top: 20px;
    font-size: 22px;
}

.news_banner h3 {
    margin-top: 14%;
}

.news_banner h6 {
    margin-top: 20px;
    font-size: 22px;
}




.title_h3 {
    font-size: 36px;
    padding-top: 65px;
    padding-bottom: 22px;
    color: #000;
    text-align: center;
    line-height: 1;
}

.title_h3 i {
    display: inline-block;
    width: 50px;
    height: 22px;
}

.title_h3 i:nth-child(1) {
    background: url(img/h3_bg1.png) no-repeat center;
}

.title_h3 i:nth-child(2) {
    background: url(img/h3_bg2.png) no-repeat center;
}

.title_h4 {
    font-size: 16px;
    color: #666;
    text-align: center;
    text-transform: uppercase;
}

.index_main1 {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

.index_main1 .wrap1400 {
    
}

.index-nav{ float:left; width:330px; text-align:center; margin-top:40px;}
.index-nav li{ background:#fff; overflow:hidden; height:107px; border-bottom:#e2e2e2 3px solid;}
.index-nav li.on{ background:#6eb1c1;}
.index-nav li big,.index-nav li small{ display:block;}
.index-nav li big{ margin-top:32px; font-size:20px;}
.index-nav li.on a{ color:#fff;}
.index_main1 .index-pro {
    width: 1000px;
    height: 100%;
    float: right;
    box-sizing: border-box; margin-top:40px;
 
 
}

.index_main1 .index-pro h3 {
    font-size: 24px;
    color: #333;
    padding-left: 25px;
    background: url(img/index-pro-icon.png) no-repeat 3px center;
}

.index-pro-main {
    width: 100%;
    height: 450px;
    overflow: hidden;
  
}

.index-pro-slide {
    width: 830px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.index-pro-slide .bd li {
    width: 830px;
    height: 100%;
}

.index-pro-slide .bd li a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-pro-slide .bd li .img {
    width: 100%;
    height: 388px;
}

.index-pro-slide .bd li .img img {
    max-width: 100%;
}

.index-pro-slide .bd li h4 {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-top: 40px;
}

.index-pro-slide .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 65px;
    text-align: center;
}

.index-pro-slide .hd li {
    text-indent: 9999px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d2d2d2;
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
}

.index-pro-slide .hd li.on {
    background: #3d5ea3;
}

.index-pro-tab {
    position: absolute;
    top: 175px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background:  url(img/index-pro-left.png) no-repeat center;
    cursor: pointer;
}

.index-pro-left {
    left: -70px;
}

.index-pro-right {
    right: -70px;
    background-image: url(img/index-pro-right.png);
}

.index-news {
    width: 434px;
    height: 100%;
    background: url(img/index-news-bg.jpg) no-repeat;
    background-size: auto 100%;
    float: right;
    box-sizing: border-box;
    padding: 40px 25px;
}

.index-news h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
}

.index-news-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
}

.index-news-main {
    width: 100%;
    height: 340px;
    margin-top: 50px;
}

.txtScroll-top {
    height: 100%;
    width: 100%;
}

.txtScroll-top .bd li {
    line-height: 35px;
}

.txtScroll-top .bd li a {
    width: 300px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    transition: auto;
}

.txtScroll-top .bd li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #aaa;
    border-radius: 50%;
}

.txtScroll-top .bd li a:hover {
    color: #3d5ea3;
}

.txtScroll-top .bd li a:hover:before {
    background: #3d5ea3;
}

.txtScroll-top .bd li span {
    color: #fff;
    font-size: 14px;
    float: right;
    display: inline-block;
}

.txtScroll-top .hd {
    display: none;
}










.tdz_ul li h5 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 18px;
    line-height: 1;
}

.tdz_ul li p {
    height: 118px;
}

.tdz_ul li p a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #787878;
}

.tdz_ul li p a:hover {
    color: #3d5ea3;
}

.more {
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    width: 71px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #6e6c60;
    display: inline-block;
    margin-top: 22px;
    position: relative;
}

.more span {
    position: relative;
    z-index: 2;
}

.more:before {
    content: "";
    background-color: #3d5ea3;
    height: 0%;
    width: 100%;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.more:hover:before {
    height: 100%;
}

.more:hover {
    color: #fff;
    border: 1px solid #3d5ea3;
}

.index_main2 .title_h4 {
    padding-bottom: 20px;
}

.index_main2 {
    height: 905px;
}

.index_main2_l {
    text-align: center;
    margin-top: 100px;
    width: 264px;
    height: 442px;
    background: url(img/index_img1.jpg) no-repeat;
}

.index_main2_c {
    display: none;
    width: 1020px;
    margin-left: 115px;
    padding-top: 100px;
}
.index_main2_c .main_pic{
	height: 442px;
}
.index_main2_c .main_pic img{
	height: 100%
}

.index_main2_con {
    width: 515px;
    
}

.index_main2_c h5 {
    font-size: 24px;
    color: #333;
    padding-bottom: 35px;
    padding-top: 20px;
    line-height: 1;
}

.index_main2_c p {
    font-size: 14px;
    color: #666;
    padding-bottom: 45px;
    line-height: 27px;
}

.index_main2_l h5 {
    font-size: 30px;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}

.index_main2_l a {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 10px;
    width: 170px;
    border-radius: 20px;
}

.index_main2_l a:hover {
    background-color: #3d5ea3;
}

.index_main2_l a.on {
    background-color: #3d5ea3;
}

.yyal_ul .xiangqing {
    margin-top: 30px;
}

.xiangqing {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #6e6c60;
    display: inline-block;
    position: relative;
}

.xiangqing span {
    position: relative;
    z-index: 2;
}

.xiangqing:before {
    content: "";
    background-color: #3d5ea3;
    height: 0%;
    width: 100%;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.xiangqing:hover:before {
    height: 100%;
}

.xiangqing:hover {
    color: #fff;
    border: 1px solid #3d5ea3;
}

.index_main2 .wrap1400 {
    position: relative;
}

.index_main2_ul {
    clear: both;
    left: 25%;
    top: 390px;
    position: absolute;
    z-index: 2;
    width: 550px;
    height: 170px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .3s;
}

.index_main2_ul.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.index_main2_ul li {
    width: 25%;
    text-align: center;
    height: 170px;
    float: left;
    transition: 0.3s;
}

.index_main2_ul li h5 {
    padding-top: 110px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.index_main2_ul1 li:nth-child(1) {
    background: url(img/index_ico1.png) no-repeat center 38px;
}

.index_main2_ul1 li:nth-child(2) {
    background: url(img/index_ico2.png) no-repeat center 45px;
}

.index_main2_ul1 li:nth-child(3) {
    background: url(img/index_ico3.png) no-repeat center 45px;
}

.index_main2_ul1 li:nth-child(4) {
    background: url(img/index_ico4.png) no-repeat center 45px;
}

.index_main2_ul1 li:nth-child(1):hover {
    background: url(img/index_ico1.png) no-repeat center 28px;
}

.index_main2_ul1 li:nth-child(2):hover {
    background: url(img/index_ico2.png) no-repeat center 35px;
}

.index_main2_ul1 li:nth-child(3):hover {
    background: url(img/index_ico3.png) no-repeat center 35px;
}

.index_main2_ul1 li:nth-child(4):hover {
    background: url(img/index_ico4.png) no-repeat center 35px;
}

.index_main2_ul2 li:nth-child(1) {
    background: url(img/index-solu-icon1.png) no-repeat center 38px;
}

.index_main2_ul2 li:nth-child(2) {
    background: url(img/index-solu-icon2.png) no-repeat center 38px;
}

.index_main2_ul2 li:nth-child(3) {
    background: url(img/index-solu-icon3.png) no-repeat center 38px;
}

.index_main2_ul2 li:nth-child(4) {
    background: url(img/index-solu-icon4.png) no-repeat center 38px;
}

.index_main2_ul2 li:nth-child(1):hover {
    background: url(img/index-solu-icon1.png) no-repeat center 35px;
}

.index_main2_ul2 li:nth-child(2):hover {
    background: url(img/index-solu-icon2.png) no-repeat center 35px;
}

.index_main2_ul2 li:nth-child(3):hover {
    background: url(img/index-solu-icon3.png) no-repeat center 35px;
}

.index_main2_ul2 li:nth-child(4):hover {
    background: url(img/index-solu-icon4.png) no-repeat center 35px;
}

.index_main2_ul3 li:nth-child(1) {
    background: url(img/index-solu-icon5.png) no-repeat center 38px;
}

.index_main2_ul3 li:nth-child(2) {
    background: url(img/index-solu-icon6.png) no-repeat center 38px;
}

.index_main2_ul3 li:nth-child(3) {
    background: url(img/index-solu-icon7.png) no-repeat center 38px;
}

.index_main2_ul3 li:nth-child(4) {
    background: url(img/index-solu-icon8.png) no-repeat center 38px;
}

.index_main2_ul3 li:nth-child(1):hover {
    background: url(img/index-solu-icon5.png) no-repeat center 35px;
}

.index_main2_ul3 li:nth-child(2):hover {
    background: url(img/index-solu-icon6.png) no-repeat center 35px;
}

.index_main2_ul3 li:nth-child(3):hover {
    background: url(img/index-solu-icon7.png) no-repeat center 35px;
}

.index_main2_ul3 li:nth-child(4):hover {
    background: url(img/index-solu-icon8.png) no-repeat center 35px;
}

.index_main2_ul4 li:nth-child(1) {
    background: url(img/index-solu-icon9.png) no-repeat center 38px;
}

.index_main2_ul4 li:nth-child(2) {
    background: url(img/index-solu-icon10.png) no-repeat center 38px;
}

.index_main2_ul4 li:nth-child(3) {
    background: url(img/index-solu-icon11.png) no-repeat center 38px;
}

.index_main2_ul4 li:nth-child(4) {
    background: url(img/index-solu-icon12.png) no-repeat center 38px;
}

.index_main2_ul4 li:nth-child(1):hover {
    background: url(img/index-solu-icon9.png) no-repeat center 35px;
}

.index_main2_ul4 li:nth-child(2):hover {
    background: url(img/index-solu-icon10.png) no-repeat center 35px;
}

.index_main2_ul4 li:nth-child(3):hover {
    background: url(img/index-solu-icon11.png) no-repeat center 35px;
}

.index_main2_ul4 li:nth-child(4):hover {
    background: url(img/index-solu-icon12.png) no-repeat center 35px;
}


.yyal_xxk {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.yyal_xxk li {
    margin: 0 5px;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 5px;
}

.yyal_xxk li.on {
    background-color: #3d5ea3;
}

.yyal_xxk li.on a {
    color: #fff;
}

.yyal_xxk li:hover {
    background-color: #3d5ea3;
}

.yyal_xxk li:hover a {
    color: #fff;
}

.yyal_xxk li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
}

.yyal_ul {
    display: none;
}

.yyal_ul li {
    width: 32%;
    float: left;

    margin-right: 2%;
}

.yyal_ul li .main_pic img {
    width: 100%;
    height: 290px;
}

.yyal_ul li:nth-child(3n) {
    margin-right: 0px;
}

.yyal_ul li p {
    font-size: 18px;
    transition: 0.3s;
    color: #666;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 28px;
}

.yyal_ul li:hover p {
    color: #3d5ea3;
}

.yyal_ul li:hover .main_pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index_main3 {
    width: 100%;
    height: 1152px;
    background: url(img/index_bg1.jpg) no-repeat center;
    background: #f2f2fa;
}

.xq_div {
    text-align: center;
    margin-top: 35px;
    overflow: hidden;
    width: 100%;
}

.index_main4_l {
    width: 50%;
}

.index_main4_l h3 {
    margin-left: -40px;
    padding-left: 40px;
    background: url(img/h3_bg1.png) no-repeat center left;
    margin-top: 140px;
    line-height: 1;
    font-size: 36px;
    color: #333;
}

.index_main4 .wrap1400 {
    overflow: inherit;
}

.index_main4_l h4 {
    padding-top: 15px;
    font-size: 20px;
    color: #333;
    padding-bottom: 50px;
}

.index_main4_l img {
    padding-bottom: 30px;
}

.index_main4_l p {
    width: 80%;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-bottom: 30px;
}

.index_main4_ul {
    width: 80%;
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px dashed #797979;
}

.index_main4_ul li {
    text-align: center;
    transition: 0.3s;
    float: left;
    padding: 0 20px;
    padding-top: 65px;
    margin-right: 70px;
}

.index_main4_ul li:nth-child(1) {
    background: url(img/index_ico5.png) no-repeat top center;
}

.index_main4_ul li:nth-child(1):hover {
    background: url(img/index_ico5_on.png) no-repeat top center;
}

.index_main4_ul li:nth-child(2) {
    background: url(img/index_ico6.png) no-repeat top center;
}

.index_main4_ul li:nth-child(2):hover {
    background: url(img/index_ico6_on.png) no-repeat top center;
}

.index_main4_ul li:nth-child(3) {
    margin-right: 0px;
    background: url(img/index_ico7.png) no-repeat top center;
}

.index_main4_ul li:nth-child(3):hover {
    background: url(img/index_ico7_on.png) no-repeat top center;
}

.index_main4_ul li a {
    font-size: 18px;
    color: #333;
}

.index_main4_ul li a:hover {
    color: #3d5ea3;
}

.index_main4_ul li h5 {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
}

.index_main4 {
    height: 880px;
    position: relative;
}

.index_main4 .main_pic {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    width: 50%;
}

.hzkh_ul {
    padding-top: 55px;
}

.hzkh_ul li {
    position: relative;
    float: left;
    width: 231px;
    height: 164px;
    line-height: 164px;
    background-color: #fff;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
}

.hzkh_ul li:nth-child(6n) {
    margin-right: 0px;
}

.index_main5 {
    height: 630px;
    background-color: #ededed;
}

.hzkh_ul li img {
    transition: 0.3s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.hzkh_ul li:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.hzkh_ding {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    transition: 0.3s;
}

.hzkh_ul li:hover .hzkh_ding {
    opacity: 0;
}

.news_ul li {
    transition: 0.5s;
    float: left;
    width: 24.6%;
    margin-right: 0.5%;
}

.news_ul li:nth-child(4n) {
    margin-right: 0px;
}

.news_main {
    width: 89.6%;
    border: 1px solid #eeeeee;
    border-top: 0px;
    padding: 0 5%;
    padding-bottom: 70px;
    transition: 0.3s;
}

.news_ul li span {
    display: block;
    padding-top: 25px;
    font-size: 16px;
    transition: 0.3s;
    color: #666;
}

.news_ul li h5 {
    transition: 0.5s;
    padding-top: 13px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_ul li p {
    padding-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    min-height: 42px;
}

.news_ul li:hover .main_pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news_ul li:hover h5 {
    color: #3d5ea3;
}

.news_ul li:hover span {
    padding-top: 35px;
}

.news_ul li .main_pic {
    width: 100%;
    overflow: hidden;
}

.news_ul li .main_pic img {
    width: 100%;
    transition: 0.5s;
    height: 217px;
}

.index_main6 {
    height: 855px;
}

.news_ul li:hover .news_main {
    padding-bottom: 60px;
}

.news_xxk {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.news_xxk li {
    margin: 0 5px;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 5px;
}

.news_xxk li.on {
    background-color: #3d5ea3;
}

.news_xxk li.on a {
    color: #fff;
}

.news_xxk li:hover {
    background-color: #3d5ea3;
}

.news_xxk li:hover a {
    color: #fff;
}

.news_xxk li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
}

.news_ul {
    display: none;
}

.index_main6 .xiangqing {
    border: 1px solid #eeeeee;
}

.page_nav {
  
    text-align: center;
    padding-top: 24px;
}

.page_nav li {
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.page_nav li a {
    padding: 0 20px;
    transition: 0.3s;
    font-size: 16px;
    color: #333;
    display: inline-block;
    line-height: 50px;
}

.page_nav li:before {
    transition: 0.3s;
    content: "";
    width: 22px;
    height: 0px;
    background-color: #3d5ea3;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -9px;
}

.page_nav li:hover a {
    color: #3d5ea3;
}

.page_nav li:hover:before {
    height: 5px;
}

.page_nav li.on a {
    color: #3d5ea3;
}

.page_nav li.on:before {
    height: 5px;
}

.gsgk_main_r_con {
    padding: 55px 60px 0px 40px;
}

.gsgk_main_r_con p {
    width: 520px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.gsgk_main_r {
    width: 940px;
    height: 344px;
    background-color: #ececec;
}

.gsgk_main1 {
    padding-top: 155px;
    padding-bottom: 175px;
}

.gsgk_main1_l {
    padding-top: 20px;
}

.gsgk_main1_l h3 {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    color: #000;
    padding-right: 30px;
    background: url(img/h3_bg1.png) no-repeat right center;
    margin-bottom: 25px;
}

.gsgk_main1_l h4 {
    font-size: 22px;
    color: #333;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.bai {
    color: #fff;
}

.gsgk_main2 {
    width: 100%;
    height: 716px;
    background: url(img/zjtj_img2.jpg) no-repeat center;
}

.gsgk_main2 .title_h3 {
    padding-top: 80px;
}

.gsgk_main2_one {
    width: 295px;
    height: 190px;
    margin-left: 105px;
    margin-top: 125px;
}

.gsgk_main2_one h5 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-bottom: 45px;
}

.gsgk_main2_one p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 25px;
}

.gsgk_main2 .wrap1200 {
    height: 463px;
    margin-top: 25px;
    background: url(img/zjtj_img1.png) no-repeat center;
}

.gsgk_main2_one2 {
    width: 355px;
    height: 190px;
    margin-top: 125px;
    margin-right: 65px;
}

.gsgk_main2_one2 h5 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-bottom: 45px;
}

.gsgk_main2_one2 p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 25px;
}

.gsgk_main3 {
    height: 790px;
    background: url(img/zjtj_img6.jpg) no-repeat center;
}

.gsgk_main3 .wrap1400 {
    padding-top: 125px;
}

.gsgk_main3_l {
    padding-top: 20px;
    margin-right: 220px;
}

.gsgk_main3_l h3 {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    color: #000;
    padding-right: 30px;
    background: url(img/h3_bg1.png) no-repeat right center;
    margin-bottom: 25px;
}

.gsgk_main3_l h4 {
    font-size: 22px;
    color: #333;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.gsgk_main3_l {
    padding-top: 55px;
}

.gsgk_main3_r li {
    float: left;
    margin-right: 110px;
    width: 185px;
}

.gsgk_main3_r li h5 {
    vertical-align: top;
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-top: 40px;
}

.gsgk_main3_con {
    width: 185px;
    height: 206px;
    background-color: #797979;
    text-align: center;
}

.gsgk_main3_r li p {
    font-size: 14px;
    color: #000;
    padding-top: 50px;
    line-height: 30px;
}

.gsgk_main3_r li:nth-child(3) p {
    width: 210px;
}

.gsgk_main4 p {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    padding-top: 40px;
    padding-bottom: 75px;
}

.gsgk_main5 {
    width: 100%;
    height: 716px;
    background: url(img/zjtj_img8.jpg) no-repeat;
}

.gsgk_main5_l h3 {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding-right: 30px;
    background: url(img/h3_bg1.png) no-repeat right center;
    margin-bottom: 15px;
}

.gsgk_main5_l h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.gsgk_main5_l {
    width: 400px;
    padding-top: 175px;
}

.gsgk_main5_l p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding-top: 60px;
}


.gsgk_main5 .swiper-container {
    width: 928px;
    margin-top: 108px;
    padding-bottom: 40px;
}

.gsgk_main5 .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gsgk_main5 .swiper-pagination {
    text-align: center;
    bottom: 0px;
    position: absolute;
    z-index: 99;
}

.gsgk_main5 .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 100px;
    margin: 0 7px !important;
    background-color: #e5e5e5;
    width: 14px;
    height: 14px;
}

.gsgk_main5 .swiper-pagination-bullet-active {
    background-color: #f30208;
}

.hzkh_ul2 li {
    width: 231px;
    position: relative;
    height: 164px;
    text-align: center;
    line-height: 164px;
    float: left;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-top: 0px;
}

.hzkh_ul2 li img {
    transition: 0.3s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.hzkh_ul2 li:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.hzkh_ding {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    transition: 0.3s;
}

.hzkh_ul2 li:hover .hzkh_ding {
    opacity: 0;
}

.gsgk_main6 .title_h3 {
    padding-top: 100px;
}

.gsgk_main6 .title_h4 {
    padding-bottom: 75px;
}

.gsgk_main6 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.gsgk_main6 .swiper-container .swiper-slide {
    text-align: center;
    position: relative;
    font-size: 18px;

    padding-bottom: 50px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gsgk_main6 .swiper-container .swiper-slide img {
    width: 98%;
}

.gsgk_main6 .swiper-pagination-bullet {
    border-radius: 100px;
    opacity: 1 !important;
    background-color: #999999;
    width: 14px;
    height: 14px;
}

.gsgk_main6 .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #142a47;
}

.gsgk_main6 {
    height: 715px;
}

.yfzz_main1 {
    padding-top: 35px;
    padding-bottom: 55px;
}

.yfzz_main1 .wrap1400 {
    position: relative;
}

.yfzz_main1_l {
    width: 660px;
    padding-left: 35px;
}

.yfzz_main1_l h3 {
    font-size: 36px;
    color: #333;
    padding-top: 30px;
    line-height: 1;
    padding-bottom: 20px;
}

.yfzz_main1_l h4 {
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    padding-bottom: 35px;
}

.yfzz_main1_l p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.yfzz_main1 .main_pic {
    margin-right: 60px;
}




/*数字滚动 风格2*/
.num-scroll-two {
    position: absolute;
    top: 365px;
    left: 0px;
    z-index: 2;
    background-color: #3d5ea3;
    width: 880px;
    height: 220px;
}

.num-scroll-two li {
    text-align: left;
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    font-size: 18px;
}

.num-scroll-two li .num-cont {
    font-size: 24px;
}

.num-scroll-two li .num-tit {
    font-size: 22px;
    color: #fff;
    padding-left: 10px;
    padding-top: 5px;
}

.num-scroll-two li .num {
    margin-bottom: 5px;
    font-size: 60px;
    font-family: "Impact", "Microsoft Yahei";
    line-height: 1;
    color: #fff;
}

.num-scroll-two.bmt li {
    width: 33%;
    text-align: center;
    padding: 0;
    padding-top: 60px;
    font-size: 18px;
    line-height: 1.5;
}

.num-scroll-two.bmt li .num {
    font-size: 60px;
    font-family: Arial;
}

.num-scroll-two.bmt li .m {
    position: relative;
    top: -8px;
    left: 10px;
}

.com-breadcrumb {
    height: 60px;
    line-height: 60px;
    color: #949494;
}

.com-breadcrumb a {
    color: #949494;
}

.com-breadcrumb a:hover {
    color: #3890ff;
}

.com-breadcrumb .cur {
    color: #333;
}

.com-back-btn {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff !important;
    background: #1890ff;
    text-align: center;
    border-radius: 16px;
    margin-top: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-back-btn:hover {
    opacity: .9;
}

.yfzz_main2 h3 {
    text-align: center;
    font-size: 36px;
    color: #333;
    padding-top: 60px;
    line-height: 1;
    padding-bottom: 20px;
}

.yfzz_main2 h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #999999;
    padding-bottom: 60px;
}

.yfzz_main2 {
    width: 100%;
    height: 680px;
    background-color: #ebebeb;
}

.yfzz_main3 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.yfzz_main3_top {
    margin-bottom: 80px;
}

.yfzz_main3_con {
    width: 480px;
    margin-right: 60px;
}

.yfzz_main3_con h3 {
    font-size: 36px;
    color: #333;
    padding-top: 60px;
    line-height: 1;
    padding-bottom: 30px;
}

.yfzz_main3_con h4 {
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    padding-bottom: 50px;
}

.yfzz_main3_con h5 {
    font-size: 14px;
    color: #333;
    padding-bottom: 40px;
}

.yfzz_main3_con p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.yfzz_main3_list {
    width: 100%;
    border-top: 1px solid #666666;
}

.yfzz_main3_list h3 {
    text-align: center;
    font-size: 36px;
    color: #333;
    padding-top: 60px;
    line-height: 1;
    padding-bottom: 20px;
}

.yfzz_main3_list h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #666;
    padding-bottom: 45px;
}

.yfzz_main3_ul li {
    position: relative;
    float: left;
    width: 30.3%;
    margin-right: 4.5%;
    margin-bottom: 25px;
}

.yfzz_main3_ul li span {
    transition: 0.3s;
    position: absolute;
    left: 50%;
    margin-top: -50px;
    margin-left: -33px;
    top: 50%;
    display: block;
    z-index: 2;
    width: 66px;
    height: 66px;
    background: url(img/video.png) no-repeat center;
}

.yfzz_main3_ul li:hover span {
    background: url(img/video_on.png) no-repeat center;
}

.yfzz_main3_ul li p {
    transition: 0.3s;
    line-height: 55px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.yfzz_main3_ul li:hover p {
    color: #3d5ea3;
}

.yfzz_main3_ul li:nth-child(3n) {
    margin-right: 0px;
}

.yfzz_main3_ul li:hover .main_pic img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.jsfw_ul1 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.jsfw_ul1 li {
    float: left;
    width: 220px;
    margin-left: 50px;
    margin-right: 75px;
}

.jsfw_ul1 li:nth-child(4n) {
    margin-right: 0px;
}

.jsfw_ul1 li .i {
    display: block;
    transition: 0.3s;
}

.jsfw_ul1 li:nth-child(1) .i {
    width: 88px;
    height: 108px;
    background: url(img/jsfw_ico1.png) no-repeat -88px center;
}

.jsfw_ul1 li:nth-child(1):hover .i {
    background: url(img/jsfw_ico1.png) no-repeat 0px center;
}

.jsfw_ul1 li:nth-child(2) .i {
    width: 97px;
    height: 108px;
    background: url(img/jsfw_ico2.png) no-repeat -97px center;
}

.jsfw_ul1 li:nth-child(2):hover .i {
    background: url(img/jsfw_ico2.png) no-repeat 0px center;
}

.jsfw_ul1 li:nth-child(3) .i {
    width: 96px;
    height: 108px;
    background: url(img/jsfw_ico3.png) no-repeat -96px center;
}

.jsfw_ul1 li:nth-child(3):hover .i {
    background: url(img/jsfw_ico3.png) no-repeat 0px center;
}

.jsfw_ul1 li:nth-child(4) .i {
    width: 70px;
    height: 108px;
    background: url(img/jsfw_ico4.png) no-repeat -70px center;
}

.jsfw_ul1 li:nth-child(4):hover .i {
    background: url(img/jsfw_ico4.png) no-repeat 0px center;
}



.jsfw_ul1_con {
    margin-left: 32px;
    width: 90px;
    padding-top: 15px;
}

.jsfw_ul1_con h3 a {
    font-size: 22px;
    color: #333;
}

.jsfw_ul1 li:hover a {
    color: #3d5ea3;
}

.jsfw_ul1_con h3 span {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

.page_title_h3 {
    text-align: center;
    font-size: 36px;
    color: #333;
    padding-top: 90px;
    line-height: 1;
    padding-bottom: 10px;
}

.page_title_h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    padding-bottom: 75px;
}

.jszc_con {
    border-top: 1px solid #aaaaaa;
}

.jszc_con li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 80px;
}

.jszc_con li .main_pic img {
    width: 100%;
}

.jszc_con li:nth-child(2n) {
    margin-right: 0px;
}

.jszc_con li h5 {
    font-size: 28px;
    color: #333;
    padding-left: 50px;
    padding-top: 40px;
}

.jszc_con li p {
    width: 335px;
    font-size: 14px;
    color: #666;
    padding-right: 75px;
    padding-top: 33px;
    line-height: 25px;
}


.gr-employ {
    width: 100%;
    border-top: 1px solid #aaa;
    padding-bottom: 85px;
    padding-top: 45px;
}

.gr-employ .page_title_h3 {
    padding-top: 0px;
    padding-bottom: 13px;
    text-align: left;
}

.gr-employ .page_title_h4 {
    padding-bottom: 40px;
    font-size: 16px;
    text-align: left;
}

.gr-employ .tit-bar {
    line-height: 68px;
    border-bottom: 1px dashed #979797;
    font-size: 0;
}

.gr-employ .tit-header {
    line-height: 60px;
}

.gr-employ .tit-bar li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    line-height: 68px;
}

.gr-employ .tit-header li {
    color: #333;
    font-size: 16px;
}

.gr-employ .tit-bar li.middle {
    text-align: center;
}

.gr-employ-list .item~.item .cont {
    display: none;
}

.gr-employ-list .item .cont {
    padding: 30px 100px;
    display: none;
    line-height: 25px;
}

.gr-employ-list .item .cont p {
    line-height: 30px;
}

.gr-employ-list .item .tit-bar {
    position: relative;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gr-employ-list .item .tit-bar:before {
    transition: 0.3s;
    content: "";
    background: url(img/jsfw_faq.png) no-repeat center;
    position: absolute;
    right: 1%;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 11px;
}

.gr-employ-list .item .tit-bar.on:before {
    content: "";
    transform: rotate(180deg);
    background: url(img/jsfw_faq.png) no-repeat center;
}

.gr-employ-list .item .cont .email strong {
    color: #acbc4b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cjwd_more {
    padding-top: 15px;
}

.list_article {
    padding-top: 50px;
}

.list_article li {
    height: 196px;
    padding: 40px 0px;
    border-bottom: 1px dashed #e5e5e5;
}

.list_article li .main_pic img {
    width: 276px;
    max-height: 196px;
}

.list_article li .news_con {
    margin-left: 75px;
    width: 58%;
}

.list_article li .news_con h3 {
    font-size: 18px;
    padding-top: 30px;
    color: #333;
}

.list_article li .news_con p {
    font-size: 14px;
    padding-top: 30px;
    color: #666;
    line-height: 25px;
}

.list_article li span {
    font-size: 48px;
    color: #3d5ea3;
    padding-top: 65px;
    line-height: 1;
}

.contact_main1 {
    padding-bottom: 85px;
}

.contact_main1_h3 {
    font-size: 36px;
    padding-top: 90px;
    line-height: 1;
    color: #333;
    padding-bottom: 55px;
    border-bottom: 1px solid #aaaaaa;
}

.contact_main1_con {
    padding-top: 55px;
    padding-bottom: 85px;
    border-bottom: 1px solid #aaa;
}

.contact_main1_l {
    width: 44%;
}

.contact_main1_con .main_pic {
    width: 50%;
    overflow: hidden;
}

.contact_main1_l h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-left: 90px;
    background: url(img/contact_ico1.png) no-repeat left 13px;
    padding-bottom: 55px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 60px;
}

.contact_main1_l h4 span {
    font-size: 48px;
    color: #3d5ea3;
}

.contact_main1_l p {
    font-size: 18px;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    padding-left: 45px;
    transition: 0.3s;
}

.contact_main1_l p:hover {
    padding-left: 55px;
}

.contact_p1 {
    background: url(img/contact_ico2.png) no-repeat 5px center;
}

.contact_p2 {
    background: url(img/contact_ico3.png) no-repeat 7px center;
}

.contact_p3 {
    background: url(img/contact_ico4.png) no-repeat left center;
}

.contact_p4 {
    background: url(img/contact_ico5.png) no-repeat left center;
}

.contact_form .title_h3 {
    padding-bottom: 15px;
}

.contact_form .title_h4 {
    padding-bottom: 60px;
    font-size: 22px;
    color: #8d8d8d;
}


.list_top_product_ul {
    width: 1440px;
    margin: 0 auto;
    margin-top: 30px;
}

.list_top_product_ul li {
    float: left;
    width: 12%;
    text-align: center;
}

.list_top_product_ul li a {
    display: block;
}

.list_top_product_ul li i {
    text-align: center;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 18px;
    display: inline-block;
    width: 61px;
}

.list_top_product_ul li.ic32 i {
    height: 48px;
    background: url(../img/ic/i32.png) no-repeat center  ;
}

.list_top_product_ul li.ic32:hover i {
    height: 48px;
    background: url(../img/ic/i32_h.png)  no-repeat center  ;
}
 

.list_top_product_ul li.ic33 i {
    height: 48px;
    background: url(../img/ic/i33.png) no-repeat center  ;
}

.list_top_product_ul li.ic33:hover i {
    height: 48px;
    background: url(../img/ic/i33_h.png)  no-repeat center  ;
}
 
 
.list_top_product_ul li.ic34 i {
    height: 48px;
    background: url(../img/ic/i34.png) no-repeat center  ;
}

.list_top_product_ul li.ic34:hover i {
    height: 48px;
    background: url(../img/ic/i34_h.png)  no-repeat center  ;
}
 
  
.list_top_product_ul li.ic35 i {
    height: 48px;
    background: url(../img/ic/i35.png) no-repeat center  ;
}

.list_top_product_ul li.ic35:hover i {
    height: 48px;
    background: url(../img/ic/i35_h.png)  no-repeat center  ;
}
 
  
.list_top_product_ul li.ic36 i {
    height: 48px;
    background: url(../img/ic/i36.png) no-repeat center  ;
}

.list_top_product_ul li.ic36:hover i {
    height: 48px;
    background: url(../img/ic/i36_h.png)  no-repeat center  ;
}
 
  
.list_top_product_ul li.ic37 i {
    height: 48px;
    background: url(../img/ic/i37.png) no-repeat center  ;
}

.list_top_product_ul li.ic37:hover i {
    height: 48px;
    background: url(../img/ic/i37_h.png)  no-repeat center  ;
}
 
  
.list_top_product_ul li.ic38 i {
    height: 48px;
    background: url(../img/ic/i38.png) no-repeat center  ;
}

.list_top_product_ul li.ic38:hover i {
    height: 48px;
    background: url(../img/ic/i38_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic39 i {
    height: 48px;
    background: url(../img/ic/i39.png) no-repeat center  ;
}

.list_top_product_ul li.ic39:hover i {
    height: 48px;
    background: url(../img/ic/i39_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic25 i {
    height: 48px;
    background: url(../img/ic/i25.png) no-repeat center  ;
}

.list_top_product_ul li.ic25:hover i {
    height: 48px;
    background: url(../img/ic/i25_h.png)  no-repeat center  ;
}
 
 
   
.list_top_product_ul li.ic26 i {
    height: 48px;
    background: url(../img/ic/i26.png) no-repeat center  ;
}

.list_top_product_ul li.ic26:hover i {
    height: 48px;
    background: url(../img/ic/i26_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic27 i {
    height: 48px;
    background: url(../img/ic/i27.png) no-repeat center  ;
}

.list_top_product_ul li.ic27:hover i {
    height: 48px;
    background: url(../img/ic/i27_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic28 i {
    height: 48px;
    background: url(../img/ic/i28.png) no-repeat center  ;
}

.list_top_product_ul li.ic28:hover i {
    height: 48px;
    background: url(../img/ic/i28_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic29 i {
    height: 48px;
    background: url(../img/ic/i29.png) no-repeat center  ;
}

.list_top_product_ul li.ic29:hover i {
    height: 48px;
    background: url(../img/ic/i29_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic30 i {
    height: 48px;
    background: url(../img/ic/i30.png) no-repeat center  ;
}

.list_top_product_ul li.ic30:hover i {
    height: 48px;
    background: url(../img/ic/i30_h.png)  no-repeat center  ;
}
 
   
.list_top_product_ul li.ic31 i {
    height: 48px;
    background: url(../img/ic/i31.png) no-repeat center  ;
}


.list_top_product_ul li.ic31:hover i {
    height: 48px;
    background: url(../img/ic/i31_h.png)  no-repeat center  ;
}
 
 


.list_top_product_ul li p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 18px;
    line-height: 1;
    transition: 0.3s;
}

.list_top_product_ul li:hover p {
    color: #00b4c5;
}

.list_top_product_ul li.on p {
    color: #00b4c5;
}

.list_product li {
    float: left;
    margin-bottom: 43px;
    width: 23%;
    margin-right: 2.5%;
    transition: 0.5s;
}

.list_product li .main_pic {
    background-color: #f5f5f5;
}

.list_product li a {
    display: block;
    transition: 0.5s;
}

.list_product li .main_pic img {
    transition: 0.5s;
    max-height: 327px;
}

.list_product li:nth-child(4n) {
    margin-right: 0px;
}

.list_product h4 {
    position: relative;
    transition: 0.5s;
    line-height: 55px;
    border-bottom: 1px solid #959595;
    font-size: 18px;
    color: #333;
    padding: 0 28px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_main h1 {
    font-size: 24px;
    color: #333;
    padding-top: 50px;
    padding-bottom: 35px;
}

.list_product li:hover h4 {
    color: #e71f19;
}

.list_product li span {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 1px;
    width: 0px;
    background-color: #e71f19;
    z-index: 2;
    transition: 0.5s;
}

.list_product li:hover h4 span {
    width: 100%;
}

.list_product li:hover .main_pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.list_product li h4 i {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 18px;
    background: url(img/jia2.png) no-repeat center;
    opacity: 0;
    transition: 0.5s;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    transform: rotate(0deg);
}

.list_product li:hover h4 i {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transform: rotate(180deg);
}

.list_product li:hover h4 {
    padding-left: 33px;
}

.list_product li .main_pic i {
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.6);
}

.list_product li .main_pic {
    position: relative;
}

.list_product li:hover .main_pic i {
    opacity: 1;
    height: 100%;
}

.position {
    width: 100%;
    height: 88px;
    line-height: 88px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.position a {
    font-size: 14px;
    color: #333;
}

.position a:hover {
    color: #3d5ea3;
}

.show_product_main {
    padding-top: 75px;
}

.show_product_r {
    width: 655px;
}

.show_product_r h1 {
    font-size: 28px;
    color: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1px;
}

.show_product_r h4 {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    color: #999;
    padding-bottom: 25px;
}

.show_product_r p {
    font-size: 16px;
    color: #999;
    line-height: 35px;
}

.show_product_r p em {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.show_product_r .show_product_gy {
    padding-top: 50px;
    padding-bottom: 50px;
}

.show_zixun a:nth-child(1) {
    margin-right: 30px;
}

.show_zixun a {
    margin-top: 20px;
}

.show_product_r_con h6 {
    margin-left: 65px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-left: 48px;
    background: url(img/show_tell.png) no-repeat left 29px;
}

.show_product_r_con h6 span {
    color: #e71f19;
    font-size: 34px;
}

.show_product_con {
    clear: both;
    width: 100%;
}

.show_product_con_l {
    padding-top: 50px;
    width: 1033px;
    background-color: #f5f5f5;
}

.show_product_con_r {
    width: 325px;
}

.show_product_con_r h4 {
    font-size: 22px;
    color: #333;
    padding-top: 9px;
    padding-bottom: 25px;
}

.show_product_con_r .list_product li {
    width: 100%;
}

.show_product_xxk {
    margin-left: 60px;
    height: 80px;
    line-height: 80px;
}

.show_product_xxk li {
    margin-right: 9px;
    float: left;
}

.show_product_xxk li a {
    display: block;
    padding: 0 40px;
    line-height: 40px;
    border: 1px solid #959595;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}

.show_product_xxk li.on a {
    background-color: #e71f19;
    border: 1px solid #e71f19;
    color: #fff;
}

.show_product_cont {
    padding-top: 15px;
    padding-bottom: 50px;
    margin: 0 60px;
}

.show_product_cont p {
    font-size: 14px;
    color: #666 !important;
    line-height: 30px;
    background: none !important;
    font-family: '微软雅黑' !important;
}

.show_product_cont p span {
    font-size: 14px;
    color: #666 !important;
    line-height: 30px;
    background: none !important;
    font-family: '微软雅黑' !important;
}

.show_product_cont p span strong {
    font-size: 18px !important;
}

.show_product_cont p strong span {
    font-size: 18px !important;
}

.show_fwys {
    width: 100%;
    padding-top: 45px;
    background-color: #fff;
}

.show_fwys h3 {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    color: #000;
    padding-left: 30px;
    background: url(img/h3_bg1.png) no-repeat left center;
    margin-bottom: 25px;
    margin-bottom: 40px;
}

.show_fwys_con {
    width: 100%;
    height: 310px;
    background-color: #f5f5f5;
}

.show_fwys_one h4 {
    font-size: 24px;
    color: #333;
    padding-left: 45px;
    padding-top: 50px;
}

.show_fwys_one p {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    padding-left: 45px;
    padding-top: 40px;
}

.show_fwys_one {
    width: 400px;
}

.show_yyal {
    width: 100%;
    padding-top: 48px;
    background-color: #fff;
}

.show_yyal h3 {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    color: #000;
    padding-left: 30px;
    background: url(img/h3_bg1.png) no-repeat left center;
    margin-bottom: 25px;
    margin-bottom: 40px;
    margin-bottom: 40px;
}

.show_yyal .list_case_ul li .main_pic img {
    width: 100%;
    max-height: 247px;
}

.show_yyal .list_case_ul li {
    width: 32%;
}

.show_yyal .list_case_ul li .list_con {
    width: 65%;
    padding-left: 20px;
}

.show_yyal .list_case_ul li .list_con h4 {
    font-size: 14px;
}


.list_case_ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 55px;
    position: relative;
}

.list_case_ul li:nth-child(3n) {
    margin-right: 0px;
}

.list_case_ul li .main_pic {
    height: 311px;
}

.list_case_ul li .main_pic img {
    transition: 0.5s;
    width: 100%;
    height: 311px;
}

.list_con {
    padding-left: 35px;
    width: 75%;
}

.list_con h4 {
    transition: 0.5s;
    font-size: 16px;
    color: #333;
    /* padding-top: 25px; */
    padding-top: 37px;
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_con p {
    font-size: 14px;
    color: #999;
    padding-top: 13px;
}

.list_case_cen i {
    transition: 0.5s;
    display: block;
    margin-right: 33px;
    margin-top: 36px;
    width: 24px;
    height: 26px;
    background: url(img/jiahao.png) no-repeat center;
    transform: rotate(0deg);
}

.list_case_ul li:hover i {
    background: url(img/jiahao_on.png) no-repeat center;
    transform: rotate(180deg);
}

.list_case_ul li:hover h4 {
    color: #3d5ea3;
}

.list_case_cen {
    border: 1px solid #c9c9c9;
    border-top: 0px;
    height: 93px;
}

.list_case_ul li:hover .main_pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.list_case {
    padding-top: 85px;
}

.show_case_main_top {
    padding-top: 85px;
    padding-bottom: 80px;
    background-color: #fff;
}

.show_case_main_top_l h3 {
    font-size: 32px;
    color: #333;
    padding-top: 65px;
    padding-bottom: 30px;
}

.show_case_main_top_l i {
    display: block;
    width: 37px;
    height: 5px;
    background-color: #333;
    margin-bottom: 40px;
}

.show_case_main_top_l_con p {
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.show_case_main_top_l_con {
    padding-left: 45px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.show_case_main_top .xiangqing {
    margin-top: 60px;
}

.show_case_main_top .main_pic:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.show_case_main_cont_l {
    width: 860px;
}

.show_case_main_cont_xiangguan {
    width: 447px;
}

.show_case_main_cont_xiangguan .list_case_ul li {
    width: 100%;
    margin-bottom: 30px;
}

.show_case_h3 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #e71f19;
    text-align: center;
    line-height: 52px;
    width: 185px;
}

.show_case_main_cont {
    width: 100%;
    background-color: #f8f8f8;
    padding: 60px 0px;
}

.show_case_main_content p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    background: none !important;
}

.show_case_main_content {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.show_case_main_content p img {
    max-width: 100%;
}

.show_case_main_content img {
    max-width: 100%;
}

.list_solution_ul li {
    float: left;
    width: 100%;
    margin-bottom: 65px;
}

.list_solution {
    padding-bottom: 80px;
}

.list_solution_ul li .list_solution_con {
    width: 44%;
}

.list_solution_ul li .main_pic {
    width: 50%;
}

.list_solution_ul li .main_pic img {
    width: 100%;
}

.list_solution_con h3 {
    font-size: 28px;
    color: #333;
    padding-top: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}

.list_solution_con p {
    height: 175px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.list_solution_ul li:nth-of-type(odd) .list_solution_con {
    float: left;
}

.list_solution_ul li:nth-of-type(odd) .main_pic {
    float: right;
}

.list_solution_ul li:nth-of-type(even) .list_solution_con {
    float: right;
}

.list_solution_ul li:nth-of-type(even) .main_pic {
    float: left;
}

.position .page_nav {
    padding-top: 0px;
}

.show_solution_main1 {
    padding-top: 70px;
    padding-bottom: 120px;
}

.show_solution_main1_con {
    width: 31.5%;
    padding: 0 5%;
    background-color: #444856;
    margin-top: 45px;
    height: 520px;
}

.show_solution_main1_con h3 {
    font-size: 32px;
    padding-bottom: 50px;
    color: #fff;
    padding-top: 90px;
    line-height: 1;
}

.show_solution_main1_con p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.show_solution_main1_con .xiangqing {
    margin-top: 65px;
    color: #fff;
    border: 1px solid #fff;
}

.show_solution_main1_con .xiangqing:hover {
    border: 1px solid #3d5ea3;
}

.show_solution_main1 .main_pic {
    width: 58.5%;
}

.show_solution_main1 .main_pic:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.show_solution_main2 {
    width: 100%;
    height: 720px;
    background: url(img/show_fa_bg.jpg) no-repeat center;
}

.show_solution_main2 .wrap1400 {
    overflow: inherit;
}

.show_solution_main2_l {
    width: 310px;
    height: 470px;
    background-color: #6eb1c1;
    margin-top: -50px;
    z-index: 2;
}

.show_solution_main2_l h4 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 35px;
    padding-top: 60px;
    padding-left: 50px;
}

.show_solution_main2_l h3 {
    font-size: 36px;
    color: #fff;
    padding-top: 30px;
    padding-left: 50px;
}

.show_solution_main2_l i {
    display: block;
    width: 26px;
    margin-left: 50px;
    height: 4px;
    background-color: #fff;
}

.dingzhi {
    font-size: 14px;
    color: #333;
    display: block;
    margin-left: 50px;
    margin-top: 120px;
    width: 144px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    text-align: center;
}

.show_solution_main2_ul {
    padding-top: 145px;
}

.show_solution_main2_ul li {
    float: left;
    margin-right: 17px;
    margin-bottom: 19px;
    width: 160px;
    height: 208px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.show_solution_main2_ul li h3 {
    transition: 0.3s;
    font-size: 16px;
    color: #333;
    padding-top: 33px;
    padding-left: 20px;
}

.show_solution_main2_ul li h4 {
    transition: 0.3s;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 20px;
}

.show_solution_main2_ul li:nth-child(6n) {
    margin-right: 0px;
}

.show_solution_main2_ul {
    width: 75%;
}

.show_solution_main2_ul li:nth-child(1) {
    background: #fff url(img/show_ico1.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(1):hover {
    background: #3d5ea3 url(img/show_ico1_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(2) {
    background: #fff url(img/show_ico2.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(2):hover {
    background: #3d5ea3 url(img/show_ico2_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(3) {
    background: #fff url(img/show_ico3.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(3):hover {
    background: #3d5ea3 url(img/show_ico3_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(4) {
    background: #fff url(img/show_ico4.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(4):hover {
    background: #3d5ea3 url(img/show_ico4_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(5) {
    background: #fff url(img/show_ico5.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(5):hover {
    background: #3d5ea3 url(img/show_ico5_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(6) {
    background: #fff url(img/show_ico6.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(6):hover {
    background: #3d5ea3 url(img/show_ico6_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(7) {
    background: #fff url(img/show_ico7.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(7):hover {
    background: #3d5ea3 url(img/show_ico7_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(8) {
    background: #fff url(img/show_ico8.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(8):hover {
    background: #3d5ea3 url(img/show_ico8_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(9) {
    background: #fff url(img/show_ico9.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(9):hover {
    background: #3d5ea3 url(img/show_ico9_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(10) {
    background: #fff url(img/show_ico10.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(10):hover {
    background: #3d5ea3 url(img/show_ico10_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(11) {
    background: #fff url(img/show_ico11.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(11):hover {
    background: #3d5ea3 url(img/show_ico11_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(12) {
    background: #fff url(img/show_ico12.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:nth-child(12):hover {
    background: #3d5ea3 url(img/show_ico12_on.png) no-repeat 70px 122px;
}

.show_solution_main2_ul li:hover h3 {
    color: #fff;
}

.show_solution_main2_ul li:hover h4 {
    color: #fff;
}


.show_solution_main3 {
    padding-bottom: 40px;
}

.show_solution_main3 .title_h4 {
    font-size: 24px;
    color: #666;
}

.gntd_ul {
    padding-top: 45px;
    width: 100% !important;
}

.gntd_ul li {
    padding-left: 12%;
    float: left;
    width: 18%;
    height: 129px;
    margin-bottom: 70px;
    margin-right: 5%;
}

.gntd_ul li:nth-child(3n) {
    margin-right: 0px;
}

.gntd_ul li:nth-child(1) {
    background: url(img/show_ico13.png) no-repeat left center;
}

.gntd_ul li:nth-child(2) {
    background: url(img/show_ico14.png) no-repeat left center;
}

.gntd_ul li:nth-child(3) {
    background: url(img/show_ico15.png) no-repeat left center;
}

.gntd_ul li:nth-child(4) {
    background: url(img/show_ico16.png) no-repeat left center;
}

.gntd_ul li:nth-child(5) {
    background: url(img/show_ico17.png?v=4) no-repeat left center;
}

.gntd_ul li:nth-child(6) {
    background: url(img/show_ico18.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(7) {
    background: url(img/show_ico19.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(8) {
    background: url(img/show_ico20.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(9) {
    background: url(img/show_ico21.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(10) {
    background: url(img/show_ico22.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(11) {
    background: url(img/show_ico23.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(12) {
    background: url(img/show_ico24.png?v=3) no-repeat left center;
}

.gntd_ul li:nth-child(13) {
    background: url(img/show_icon13.png) no-repeat left center;
}

.gntd_ul li:nth-child(14) {
    background: url(img/show_icon14.png) no-repeat left center;
}

.gntd_ul li:nth-child(15) {
    background: url(img/show_icon15.png) no-repeat left center;
}

.gntd_ul li:nth-child(16) {
    background: url(img/show_icon16.png) no-repeat left center;
}

.gntd_ul li:nth-child(17) {
    background: url(img/show_icon17.png) no-repeat left center;
}

.gntd_ul li:nth-child(18) {
    background: url(img/show_icon18.png) no-repeat left center;
}

.gntd_ul li:nth-child(19) {
    background: url(img/show_icon19.png) no-repeat left center;
}

.gntd_ul li:nth-child(20) {
    background: url(img/show_icon20.png) no-repeat left center;
}

.gntd_ul li h5 {
    font-size: 20px;
    color: #333;
    padding-top: 17px;
    padding-bottom: 25px;
    line-height: 1;
}

.gntd_ul li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.show_solution_main4 {
    width: 100%;
    height: 740px;
    background-color: #f2f2f2;
}

.show_solution_main4 .title_h4 {
    font-size: 24px;
    color: #666;
}

.show_solution_main4 .dingzhi {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #3d5ea3;
    color: #fff;
}

.show_solution_main4 .dingzhi:hover {
    background: #3d5ea3;
    color: #fff;
}

.show_solution_main5 .title_h4 {
    font-size: 24px;
    color: #666;
}

.show_solution_main5 {
    padding-bottom: 95px;
}


/* 服务--资源下载 视频中心 常见问题 */
.cate-position {
    height: 50px;
    color: #999;
    line-height: 50px;
}

.cate-position .ep {
    padding: 0 5px;
}

.cate-position a {
    color: #999;
}

.cate-position a:hover {
    color: #3d5ea3;
}

.cate-position-detail {
    height: 80px;
    line-height: 80px;
}

.com-page {
    padding-bottom: 60px;
}

.com-sidebar {
    width: 235px;
    background: #fff;
    padding: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-sidebar.fixed {
    position: fixed;
    top: 0;
}

.com-sidebar .tit {
    color: #333;
    font-size: 20px;
    line-height: 46px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.com-sidebar .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    border-bottom: 4px solid #3d5ea3;
}

.com-sidebar ul li a {
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    width: 100%;
    color: #484a4c;
}

.com-sidebar ul li.on a,
.com-sidebar ul dl dd a.on {
    color: #3d5ea3;
}

.com-sidebar ul dl {
    display: none;
}

.com-sidebar ul dl dd {
    padding-left: 10px;
}

.com-sidebar ul dl dd a {
    line-height: 30px;
    display: inline-block;
}

.com-content {
    padding: 35px 40px 40px;
    width: 950px;
    min-height: 420px;
    background: #fff;
}

.com-content>.tit {
    border-bottom: 1px solid #dbdbdb;
    font-size: 24px;
    line-height: 70px;
    margin-bottom: 30px;
}

.com-content .box {
    line-height: 1.8;
    font-size: 16px;
}

.com-content .box h4 {
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
}

.com-content .box hr {
    border: none;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
    margin-bottom: 20px;
}


.video_ul li {
    float: left;
    position: relative;
    width: 32%;
    margin-right: 2%;
}

.video_ul li:nth-child(3n) {
    margin-right: 0px;
}

.video_ul li i {
    position: absolute;
    transition: 0.3s;
    display: block;
    width: 47px;
    height: 47px;
    left: 50%;
    top: 35%;
    z-index: 2;
    margin-left: -23px;
    background: url(img/fuwu_video.png) no-repeat;
}

.video_ul li:hover i {
    background: url(img/fuwu_video_on.png) no-repeat;
}

.video_ul li:hover .main_pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.video_ul li .main_pic {
    max-height: 293px;
}

.video_ul li p {
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #333;
}

.video_ul li .main_pic img {
    max-width: 100%;
}


.page-down-list li {
    line-height: 30px;
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}

.page-down-list li .icon-down {
    float: right;
    margin-top: 6px;
    width: 18px;
    height: 18px;
    background: url(img/icon_down.png) no-repeat center;
}

.page-down-list li .icon-down:hover {
    background: url(img/icon_down_on.png) no-repeat center;
}

.page-faq-list li {
    padding: 0 20px;
    margin-bottom: 5px;
    background: #f4f4f4;
}

.page-faq-list .question {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-faq-list li .question.on {
    color: #db9d67;
}

.page-faq-list .question .icon-q,
.faq-content .faq-list li a .icon-q {
    margin-right: 15px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #db9d67;
    color: #fff;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.faq-content .faq-list li a .icon-q {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.page-faq-list .question .icon-q:before,
.faq-content .faq-list li a .icon-q:before {
    content: "?";
}

.page-faq-list .question .icon-dropdown {
    float: right;
    margin-top: 20px;
    width: 19px;
    height: 10px;
    background: url(../images/icon-faq-open.png) no-repeat center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-faq-list .question.on .icon-dropdown {
    background: url(../images/icon-faq-close.png) no-repeat center;
}

.page-faq-list .answer {
    padding-bottom: 15px;
    font-size: 14px;
    color: #999;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.7;
    display: none;
}

.page-faq-list .answer p {
    line-height: 2;
}






/* 主题颜色  #3d5ea3 */
























































/* 计数器 */

.jishuqi {
    clear: both;
    padding-top: 45px;
}

.jishuqi li {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-right: 73px;
    width: 112px;
    height: 132px;
}

.jishuqi li:nth-child(1) {
    background: url(../images/sbzl_ico1.png) no-repeat top center;
}

.jishuqi li:nth-child(2) {
    background: url(../images/sbzl_ico2.png) no-repeat top center;
}

.jishuqi li:nth-child(3) {
    background: url(../images/sbzl_ico3.png) no-repeat top center;
}

.jishuqi li:nth-child(4) {
    margin-right: 0px;
    background: url(../images/sbzl_ico4.png) no-repeat top center;
}

.jishuqi li>i {
    height: 86px;
    font-size: 50px;
    padding-top: 25px;
    font-weight: bold;
    color: #e30119;
    font-family: arial;
}

.jishuqi li p {
    padding-top: 10px;
    font-size: 14px;
    color: #56595e;
}

.jishuqi {
    width: 100%;
    margin-bottom: 5px;
}

.jishuqi li span {
    display: inline-block;
    position: absolute;
}

.jishuqi li:nth-child(1)>i {
    margin-left: -9px;
}

.jishuqi li:nth-child(2)>i {
    margin-left: -4px;
}

.jishuqi li:nth-child(3)>i {
    margin-left: -4px;
}

.jishuqi li:nth-child(4)>i {
    margin-left: -9px;
}


/* 详情 */


/*  */
.picScroll-left2 {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.picScroll-left2 .hd {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 10px;
    background: none;
    padding: 0 10px;
}

.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next {
    display: inline-block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left2 .hd .next {
    width: 42px;
    height: 42px;
    position: absolute;
    right: -44px;
    top: 160px;
    background: url(../images/honour_right.jpg) no-repeat;
}

.picScroll-left2 .hd .prev {
    width: 42px;
    height: 42px;
    position: absolute;
    left: -44px;
    top: 160px;
    background: url(../images/honour_left.jpg) no-repeat;
}

.picScroll-left2 .hd .next:hover {
    background: url(../images/honour_right_on.jpg) no-repeat;
}

.picScroll-left2 .hd .prev:hover {
    background: url(../images/honour_left_on.jpg) no-repeat;
}

.picScroll-left2 .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left2 .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left2 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left2 .hd ul li {
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left2 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left2 .bd ul li {
    margin: 0 4px;
    float: left;
    _display: inline;
    overflow: hidden;
}

.picScroll-left2 .bd ul li p {
    font-size: 14px;
    color: #333;
    line-height: 80px;
    text-align: center;
}



.gsgk_main4 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 45px;
}

.gsgk_main4 .swiper-container .swiper-slide {
    text-align: center;
    position: relative;
    font-size: 18px;

    padding-bottom: 50px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gsgk_main4 .swiper-container .swiper-slide img {
    width: 98%;
}

.gsgk_main4 .swiper-pagination-bullet {
    border-radius: 100px;
    opacity: 1 !important;
    background-color: #e5e5e5;
    width: 14px;
    height: 14px;
}

.gsgk_main4 .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #324360;
}

.gsgk_main4 {
    height: 750px;
}

.gsgk_main4 .title_h3 {
    padding-top: 100px;
}

/*  */
.com-slider {
    position: relative;
    width: 600px;
    height: 600px;
}

.com-slider .bd li {
    text-align: center;
}

.com-slider .bd li img {
    width: auto;
}

.com-slider .hd {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.com-slider .hd ul li {
    display: inline-block;
    margin: 0 8px;
    width: 16px;
    height: 16px;
    background-color: #6b6b6b;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}

.com-slider .hd.hd2 {
    position: relative;
    left: 0;
    bottom: -100px;
    width: 600px;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

.com-slider .hd ul li.on {
    background-color: #fff;
    border-color: #fff;
}

.com-slider .com-btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-family: serif, "??ì?";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.com-slider .com-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    width: 50px;
}

.com-slider .com-btn.next {
    right: 0;
}

.com-block-list li {
    float: left;
    width: 286px;
    height: 368px;
    background: #fff;
    text-align: center;
    padding: 65px 40px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-block-list li:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.com-block-list li~li {
    margin-left: 18px;
}

.com-block-list li .tit {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #bb3e46;
}

.com-block-list li .des {
    line-height: 1.75;
}

.show_product_right {
    width: 600px;
}

.show_product_right_top {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

.show_product_right_top h6 {
    font-size: 28px;
    color: #fff;
}

.show_product_right_top span {
    font-size: 16px;
    color: #aaa;
}

.show_product_right_con {
    padding-top: 20px;
}

.show_product_right_con p {
    padding: 0;
    line-height: 33px;
    font-size: 14px;
    color: #949494;
}

.show_product_right_con p span {
    color: #eee;
    display: inline-block;
    padding-left: 5px;
}

.show_product_right_con p i {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 5px;
}

.show_product_right_con p i:nth-child(1) {
    background-color: #fff;
    color: #333;
}

.show_product_right_con p i:nth-child(2) {
    background-color: #3d5ea3;
    color: #fff;
}

.show_product_right_bottom {
    padding-top: 60px;
}

.show_product_right_bottom a {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
    margin-right: 10px;
    border-radius: 3px;
}

.show_product_right_bottom a:nth-child(1) {
    padding-left: 80px;
    width: 140px;
    background: #686868 url(../images/zaixian.png) no-repeat 40px 13px;
}

.show_product_right_bottom a:nth-child(2) {
    padding-left: 55px;
    width: 165px;
    background: #686868 url(../images/dianhua.png) no-repeat 23px 13px;
}

.show_product_right_bottom a:nth-child(1):hover {
    background: #e1aa1d url(../images/zaixian.png) no-repeat 40px 13px;
}

.show_product_right_bottom a:nth-child(2):hover {
    background: #e1aa1d url(../images/dianhua.png) no-repeat 23px 13px;
}

.product_xiangqing {
    padding-top: 10px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 108px;
}

.product_xiangqing_one {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.product_xiangqing_one h6 {
    font-size: 20px;
    color: #6b6b6b;
    margin-right: 70px;
}

.product_xiangqing_right {
    color: #111;
    font-size: 16px;
}

.product_xiangqing_right li p {
    width: 120px;
    height: 80px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #111;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
    border-radius: 10px;
}

.product_xiangqing_right li span {
    font-size: 14px;
    color: #6b6b6b;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    width: 120px;
}

.product_xiangqing_right li {
    float: left;
    padding-right: 60px;
    background: url(../images/show_jian.png) no-repeat 143px 30px;
}

.product_xiangqing_right li:nth-child(5) {
    background: none;
}

.product_xiangqing_right li:nth-child(4) p {
    line-height: 60px;
}

/*  */

.com_width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.position h2 {
    font-size: 24px;
    color: #e12b1f;
    padding-top: 40px;
}

.container {
    clear: both;
}

.news-container {
    margin-bottom: 50px;
}

.com_width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mt50 {
    margin-top: 50px;
}

.clearfix {
    zoom: 1;
}

.news-title h2 {
    font-size: 20px;
    padding-bottom: 15px;
}

.news-show-left {
    float: left;
    width: 900px;
    background: #fff;
    margin: auto;
}

.news-show-left .news-title {
    padding: 40px 20px;
    padding-bottom: 20px;
    text-align: center;
}

.news-show-left .news-title h1 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    font-weight: normal;
}

.news-show-left .news-title p {
    font-size: 14px;
    color: #a3afb7;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F2F5;
}

.news-show-left .news-views {
    margin: 40px 20px 20px;
    margin-top: 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
}

.news-views iframe {
    width: 100% !important;
}

.news-views p {
    padding: 0 20px;
    line-height: 30px;
    font-family: '微软雅黑' !important;
}

.news-views p span {
    font-family: '微软雅黑' !important;
}

.news-views img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-views p img {
    height: auto !important;
    max-width: 100%;
}

.news-show-left .news-title p a {
    color: #a3afb7;
}

/* .news-show-left .news-title p a:hover {color:#E12B1F;}
*/
.news-show-left .share-bar {
    padding: 20px;
}

.fl {
    float: left;
}

.news-show-left .news-other {
    padding: 10px 15px;
    border-top: 1px #ddd solid;
}

.gr-back-btn {
    float: right;
    margin-top: 6px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #353535;
    font-size: 14px;
    color: #fff !important;
}

.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e12b1f;
    font-size: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.gr-back-btn:hover {
    background-color: #3d5ea3;
}

.news-show-left .news-other p {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;

}

.news-show-left .news-other p {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
}

.news-show-right {
    float: right;
    width: 280px;
    border: 0 !important;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    border: 0 !important;
}

.news-show-right dl.tab dt {
    height: 55px;
    line-height: 55px;
    color: #1d1d1d;
    font-size: 18px;
}

.news-show-right dl dt {
    margin: 0 20px;
    display: block;
    height: 55px;
    line-height: 55px;
    position: relative;
}

.news-show-right dl.tab dd {
    /* height:520px;*/
    position: relative;
}

.news-show-right dl.tab dd ul {
    display: block;
    padding: 0 20px;
    /* height:520px;*/
}

.news-show-right dl.tab dd ul li {
    display: block;
    padding: 10px 0 10px;
    border-bottom: 1px #eee solid;
}

.news-show-right dl.tab dd ul li:nth-child(7) {
    border-bottom: 0;
}

.news-show-right dl.tab dd ul li h5 {
    padding-top: 4px;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-show-right dl.tab dd ul li i {
    float: left;
    font-size: 12px;
    color: #999;
}

.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    width: 30px;
    font-size: 12px;
    color: #999;
    background: url(img/eye.png) no-repeat left center;
    font-style: normal;
}

.news-show-right dl.tab dd .more_r {
    color: #333;
    height: 45px;
    line-height: 45px;
    border-top: 1px #ddd solid;
    position: relative;
    top: -1px;
    text-align: center;
}

.news-show-right dl.tab dd .more_r a {
    display: inline-block;
    position: relative;
    color: #333;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
}

.news-show-right dl.list dt {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.news-show-right dl dt {
    display: block;
    height: 55px;
    line-height: 55px;
    position: relative;
    border-bottom: 1px #dedede solid;
}

.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #353535;
    font-size: 14px;
    color: #fff !important;
}

.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition-duration: 0.3s;
    background-color: #696969;
    font-size: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
}

.news-show-right dl.list dd ul li a {
    color: #666;
    font-size: 12px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news-show-right dl.list dd ul li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #666;
    margin-right: 10px;
    margin-bottom: 2px;
    border-radius: 100px;
}

.news-show-right dl.list dd ul li {
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.news-show-right dl.tab dd ul li .pic {
    line-height: 51px;
    margin-right: 14px;
    width: 86px;
    height: 51px;
    overflow: hidden;
    position: relative;
}

.news-show-right dl.tab dd ul li .pic img {
    width: 100%;
}

.list-cont {
    font-size: 12px;
    padding: 0 20px;
    line-height: 20px;
    color: #999;
    padding-bottom: 10px;
}





.page_top {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
}

.page_top_lanmu li {
    float: left;
    padding: 0;
    margin: 0;
}

.page_top_lanmu li a {
    display: inline-block;
    padding: 0 25px;
    line-height: 70px;
    font-size: 20px;
    color: #333;
    transition: 0.3s;
}

/*  */
.slider {
    width: 100%;
    min-width: 1200px;
    height: 615px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.slider .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.slider .bd li {
    width: 1200px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 615px;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1200px !important;
    /*????????*/
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    background: url(images/slider-btn.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .hd li.on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 615px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 615px;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slider .pnBtn .arrow {
    display: block !important;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 81px;
    height: 615px;
    opacity: 1;
}

.slider .prev:hover .arrow {
    background: url(../images/h.png) no-repeat center;
}

.slider .next:hover .arrow {
    background: url(../images/h2.png) no-repeat center;
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider .prev .arrow {
    right: -40px;
    background: url(../images/left.png) no-repeat center;
}

.slider .next .arrow {
    left: -40px;
    background: url(../images/right.png) no-repeat center;
}


.pages {
    height: 35px;
    line-height: 35px;
    margin-top: 70px;
    margin-bottom: 110px;
    text-align: center;
    clear: both;
}

.pages a {
    font-size: 14px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #333;
    background-color: #d6d6d6;
    margin: 0 7px;
}

.pages span,
.pages a:hover {
    background: #e71f19;
    color: #fff;
}

.pages span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 7px;
    font-size: 14px;
}

.pages a.prev:before,
.pages a.prev_disabled:before {
    content: "上一页";
    font-family: 微软雅黑
}

.pages a.next:before,
.pages a.next_disabled:before {
    content: "下一页";
    font-family: 微软雅黑
}

.pages a.prev_disabled {
    width: 60px;
}

.pages a.next {
    width: 60px;
}

.pages a.prev {
    width: 60px;
}

.pages a.next_disabled {
    width: 60px;
}

/*  */


.faq-list {
    border-top: 1px solid #E4E4E4;
}

.faq-list li {
    border-bottom: 1px solid #E4E4E4;
}

.faq-list .question {
    font-size: 16px;
    height: 62px;
    line-height: 62px;
    color: #666;
    cursor: pointer;
    padding-left: 20px;
    background: url(../images/zhengfangxing2.jpg) no-repeat 8px center;
    background-size: 0.4%;
}

.faq-list li .question.on {
    color: #fff;
    background: #0ca7c5 url(../images/zhengfangxing.jpg) no-repeat 8px center;
    background-size: 0.4%;
}

.faq-list .question .fa-dropdown {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    width: 31px;
    height: 31px;
    background: url(../images/icon-faq-open.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.faq-list .question.on .fa-dropdown {
    background: url(../images/icon-faq-close.png) no-repeat center;
}

.faq-list .answer {
    padding: 15px 20px 20px;
    line-height: 1.7;
    display: none;
    background-color: #f5f5f5;
}

.faq-list .answer p {
    line-height: 2;
    font-family: '微软雅黑' !important;
    font-size: 14px;
}

.faq-list .answer p span {
    font-family: '微软雅黑' !important;
    font-size: 14px;
    background: none !important;
}

/*  */
.search {
    width: 283px;
    height: 38px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    transition: 0.3s;
}

.search .key {
    border: 0;
    height: 38px;
    line-height: 38px;
    background: none;
    color: #666;
    width: 228px;
    padding-left: 13px;
    font-size: 12px;
    transition: 0.3s;
    font-family: '微软雅黑';
}

.search .key:focus {
    outline: none;
    border: 0;
}

.search .sub:focus {
    outline: none;
    border: 0;
}

.search .sub {
    width: 38px;
    height: 38px;
    background: url(../images/sousuo.png) no-repeat center;
    background-size: 50%;
}

.sou {
    display: block;
    margin-top: 21px;
    margin-left: 28px;
}

.anniu {
    width: 190px;
    height: 40px;
    border: 1px solid #d21010;
    padding: 2px;
    margin-right: 20px;
}

.anniu_nei {
    width: 188px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #d21010;
    color: #d21010;
    display: block;
    transition: 0.3s;
}

.anniu:hover .anniu_nei {
    background-color: #d21010;
    color: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* Search */


.head_search {
    position: relative;
    margin-left: 18px;
    font-size: 0;
    text-align: center;
}

.head_search a {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 100px;
    line-height: 100px;
}

.head_search a .icon-search {
    display: inline-block;
    width: 100%;
    width: 36px;
    height: 36px;
    background: url(../images/sousuo2.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.head_search a:hover .icon-search {
    background: url(../images/sousuo2.png) no-repeat center;
    background-size: contain;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.head_search:hover .search_box {
    display: block;
    opacity: .9;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.search_box {
    position: absolute;
    right: -88%;
    top: 100px;
    width: 260px;
    background: #fff;
    padding: 0px 0;
    z-index: 999;
    opacity: 0;
    text-align: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search_box .searchi_a {
    font-family: '微软雅黑';
    line-height: 35px;
    padding: 0 12px;
    outline: none;
    font-size: 14px;
    width: 72%;
}

.search_box .searchi_s {
    font-family: '微软雅黑';
    height: 36px;
    padding: 0 10px;
    background: #3d5ea3;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search_box .searchi_s:hover {
    opacity: 1;
}

/*  */

.search {
    width: 283px;
    height: 38px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    transition: 0.3s;
}

.search .key {
    border: 0;
    height: 38px;
    line-height: 38px;
    background: none;
    color: #666;
    width: 228px;
    padding-left: 13px;
    font-size: 12px;
    transition: 0.3s;
    font-family: '微软雅黑';
}

.search .key:focus {
    outline: none;
    border: 0;
}

.search .sub:focus {
    outline: none;
    border: 0;
}

.search .sub {
    width: 38px;
    height: 38px;
    background: url(../images/sousuo.png) no-repeat center;
    background-size: 50%;
}

.sou {
    display: block;
    margin-top: 21px;
    margin-left: 28px;
}


.anniu {
    width: 190px;
    height: 40px;
    border: 1px solid #1b1b1b;
    padding: 2px;
    margin-right: 20px;
}

.anniu_nei {
    width: 188px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    display: block;
    transition: 0.3s;
}

.anniu:hover .anniu_nei {
    background-color: #1b1b1b;
    color: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}



/*  */
#map {
    width: 100%;
    height: 580px;
}

#map img {
    width: auto !important;
    height: auto !important;
}

.BMapLib_SearchInfoWindow {
    left: 127px;
    bottom: -266px;
}

.anniu {
    width: 190px;
    height: 40px;
    border: 1px solid #3d5ea3;
    padding: 2px;
    margin-right: 20px;
}

.anniu_nei {
    width: 188px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #3d5ea3;
    color: #3d5ea3;
    display: block;
    transition: 0.3s;
}

.anniu:hover .anniu_nei {
    background-color: #3d5ea3;
    color: #fff;
}

/* 友情链接 */

.link {
    position: relative;
    width: 100%;
}

.link i {
    width: 10px;
    height: 7px;
    position: absolute;
    right: 2px;
    top: 7px;
    transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -webkit-transition: 300ms linear;
}

.link:hover b i {
    transform: rotate(180deg);
}

.link-list {
    z-index: 9999;
    float: left;
    width: 95%;
    overflow: hidden;
}

.link-list li a {
    height: 36px;
    color: #787878;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.link-list li a:hover {
    color: #da251d;
    padding-left: 0px;
}

.link-list li {
    float: left;
}

.link-list li a {
    color: #666;
    margin: 0 8px;
}

.link-list li a:hover {
    color: #3d5ea3;
}

.link h6 {
    width: 5%;
    float: left;
    font-size: 12px;
    color: #666;
    padding-top: 2px;
}




/* */
.qqkefu {
    position: fixed;
    bottom: 200px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 999;
    right: 0;
    width: 53px
}

.qqkefu ul li {
    height: 47px;
    margin-bottom: 1px;
    float: right;
    background: #999;
    line-height: 47px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.9;
    position: relative
}

.qqkefu ul li:hover {
    background: #e9af1b;
}

.qqkefu ul li.top2 {
    color: #1c1c1c;
    font-weight: 800;
    text-align: center;
    background: #999 url(img/top_icon.png) no-repeat center;
    position: relative;
    width: 53px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qqkefu ul li.top2:hover {
    background-color: #3d5ea3;
}

/**/
#to-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #666 url(../images/gotop.png) no-repeat center;
    background-size: 80%;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    z-index: 999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#to-top:hover {
    background-color: #333;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

.textarea::-webkit-input-placeholder {
    color: #000;
}

/*  */
.kacont2 {
    width: 200px;
    height: 50px;
    margin-right: 20px;
}

.ka2 {
    width: 200px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.ka2 div {
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.25s;
}

.ka2:hover div {
    transform: rotateX(-90deg);
}

.ka2 span {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.ka2 span:nth-child(1) {
    color: #fff;
    background-color: #3d5ea3;
    opacity: 0.6;
    transform: translate3d(0, 0, 25px);
}

.ka2 span:nth-child(2) {
    color: #3d5ea3;
    border: 1px solid #3d5ea3;
    opacity: 0.6;
    transform: rotateX(90deg) translate3d(0, 0, 25px);
}

.ka2 span i {
    display: inline-block;
    font-family: '??ì?';
    padding-left: 20px;
}

/*  */

.nei_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* .nei_banner>img {width:100%;transform:matrix(1.05,0,0,1.05,0,0);-webkit-transform:matrix(1.05,0,0,1.05,0,0);-webkit-animation:minus 5s 0s ease both infinite;-moz-animation:minus 5s 0s ease both infinite;animation:minus 5s 0s ease both infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}
@-webkit-keyframes minus {from {-webkit-transform:matrix(1.05,0,0,1.05,0,0);transform:matrix(1.05,0,0,1.05,0,0);}
to {-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
}
@keyframes minus {from {-webkit-transform:matrix(1.05,0,0,1.05,0,0);transform:matrix(1.05,0,0,1.05,0,0);}
to {-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
} */

.nei_banner>img {
    -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1.5s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1.5s;
}

@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}



/*  */
input {
    outline: none;
}

textarea {
    outline: none;
}


/*  */
.guest_box {
    width: 100%;
    margin: 0 auto;
}

li.error {
    position: relative;
}

.guest_box li {
    width: 540px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    float: left;
    margin-bottom: 10px;
}

.guest_box li .input {
    font-size: 12px;
    border: 1px solid #aaa;
    width: 510px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #666;
    background: #fff;
    background-color: #eee;
}

.guest_box li.error {}

span.error {
    position: absolute;
    top: 72px;
    left: 0;
    color: #ff0000;
    font-size: 12px;
}

.guest_box li .textarea {
    font-size: 12px;
    width: 510px;
    height: 230px;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-top: 10px;
    color: #666;
    line-height: 20px;
    background-color: #eee;
    font-family: 微软雅黑;
}

textarea {
    overflow: auto;
}

.guest_box .submit {
    width: 198px;
    height: 57px;
    margin: 0 auto;
    margin-top: 67px;
    background: none;
    display: block;
    color: #a8673f;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #a8673f;
    font-family: 微软雅黑;
}

/* .guest_box .submit:hover {color:#fff;background-color:#a8673f;} */
.zxly .list_title2 {
    margin-bottom: 65px;
}

.guest_box2 li {
    width: 386px;
    margin-bottom: 15px;
}

.guest_box2 li.error {
    margin-right: 20px;
}

.guest_box2 .submit {
    width: 145px;
    height: 40px;
}


/*  */
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
    padding: 0 50px;
    width: 1100px;
    height: 660px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -330px;
    margin-left: -600px;
}

.vwrap .videobox #videobox1 {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -40px;
}

.vwrap .close i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#videobox_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
    display: none !important;
}

#videobox_controlbar {
    bottom: 5% !important;
}

.videobox .guest_box li {
    margin-top: 30px;
    width: 48%;
    margin-bottom: 0px;
}

.videobox .guest_box li.error {
    margin-right: 36px;
}

.videobox .guest_box li .textarea {
    width: 878px;
    padding-left: 20px;
}

.videobox .guest_box .submit {
    margin-top: 17px;
}

.videobox .guest_box {
    padding-top: 25px;
}

/*  */
.main_pic {
    overflow: hidden;
}

.main_pic img {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.main_pic img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*  */
.piao {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1s, opacity 1s;
}

.visible .piao {
    transform: none;
    opacity: 1;
}



/*  */
.vwrap2 {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.vwrap2 .videobtg2 {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}

.vwrap2 .videobox2 {
    z-index: 990;
    padding: 0 50px;
    width: 900px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -500px;
}

.vwrap2 .videobox2 #videobox2 {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #fff;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap2 .close2 {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -40px;
}

.vwrap2 .close2 i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap2 .close2:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#videobox_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
    display: none !important;
}

#videobox_controlbar {
    bottom: 5% !important;
}

.tc-message2 .guest_box li .input {
    width: 408px;
}

.tc-message2 .guest_box2 li {
    width: 32%;
    margin-right: 2%;
}

.tc-message2 .guest_box li .input {
    padding-left: 5%;
    width: 94%;
}

.tc-message2 .guest_box2 li.text_error {
    width: 100%;
}

.tc-message2 .guest_box li .textarea {
    width: 883px;
    padding-left: 14px;
}

.tc-message2 {
    padding-top: 20px;
}

.tc-message2 .guest_box .submit {
    margin-top: 0px;
    background-color: #666;
    color: #fff;
    border: 0;
}

.tc-message2 .guest_box .submit:hover {
    background-color: #e71f19;
    color: #fff;
    border: 0;
}

.tc-message2 h3 {
    font-size: 30px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


.biaodan_con2 {
    padding: 0 18px;
    width: 164px;
}

.biaodan_con2 li {
    width: 100%;
}

.biaodan_con2 li .input {
    border: 1px solid #fff;
    width: 125px;
    padding-left: 35px;
    background-color: #fff;
}

.biaodan_con2 .submit {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    /* background-color: #fff; */
}

.tc-message2 .guest_box li .input {
    border: 1px solid #eee;
}

.tc-message2 .guest_box li .textarea {
    border: 1px solid #eee;
}

/* 表单点击后的边框颜色 */
.tc-message2 .guest_box li input {
    outline-color: #eee;
    -moz-outline-color: #eee;
    -ms-outline-color: #eee;
    -webkit-outline-color: #eee;
}

.tc-message2 .guest_box li textarea {
    outline-color: #eee;
    -moz-outline-color: #eee;
    -ms-outline-color: #eee;
    -webkit-outline-color: #eee;
}




/* 联系我们表单 */
.biaodan li {
    width: 48.5%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 45px;
    line-height: 53px;
    height: 57px;
}

.biaodan li.m_r {
    margin-right: 0px;
}

.biaodan li .input {
    outline: none;
    padding-left: 5%;
    width: 94.8%;
    line-height: 55px;
    height: 55px;
    background-color: #f4f4f4;
}

.biaodan li.text_error {
    width: 99.5%;
    height: 285px;
}

.biaodan li.text_error textarea {
    outline: none;
    width: 97.4%;
    padding-left: 2.4%;
    padding-top: 20px;
    height: 263px;
    background-color: #f4f4f4;
    border: 1px solid #aaaaaa;
}

.biaodan .submit {
    font-size: 14px;
    background-color: #333333;
    width: 84px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    margin-top: 18px;
}

.biaodan .submit:hover {
    background-color: #e71f19;
}

.chongzhi {
    font-size: 14px;
    display: block;
    margin-left: 9px;
    width: 84px;
    height: 41px;
    background-color: #333333;
    color: #fff;
    line-height: 41px;
    text-align: center;
    margin-top: 18px;
}

.chongzhi:hover {
    background-color: #e71f19;
    color: #fff;
}

.div_form {
    text-align: center;
    margin-top: 20px;
}

.div_form .submit {
    display: inline-block;
    margin-top: -3px;
    margin-right: 30px;
    border: 0px;
}

.div_form .chongzhi {
    display: inline-block;
    margin-top: 0px;
}


.yls {
    display: none;
    position: absolute;
    left: 13%;
    top: 5%;
}

.pro_case_ul li .main_pic{
	height: 247px;
}



/*  */

@media(max-width:1900px) {}

@media(max-width:1800px) {
    .wrap1600 {
        width: 1400px;
    }



}

@media(max-width:1600px) {}

@media(max-width:1550px) {

    .wrap {
        width: 1200px;
        padding: 0 10px;
        overflow: hidden;
    }

    .wrap1600 {
        width: 1200px;
    }

    .wrap1400 {
        width: 1200px;
    }

    .page_banner .wrap1400 {
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -600px;
        z-index: 9;
    }

    .list_case_ul li .main_pic {
        height: 281px;
    }

    .list_case_ul li .main_pic img {
        height: 281px;
    }

    .head_top_one h2 {
        margin-right: 35px;
    }

    .head_top .nav {
        margin-right: 60px;
    }

    .index_main2_c {
        margin-left: 75px;
        width: 860px;
    }

    .index_main2_con {
        width: 380px;
    }

    .index_main4_ul li {
        margin-right: 35px;
    }

    .hzkh_ul li {
        width: 198px;
    }

    .nei_banner_tit {
        width: 1200px;
        margin-left: -600px;
    }

    .gsgk_main3_l {
        margin-right: 100px;
    }

    .gsgk_main5_l {
        width: 287px;
    }

    .gsgk_main5 .swiper-container {
        width: 880px;
    }

    .hzkh_ul2 li {
        width: 219px;
    }

    .yfzz_main1_l {
        width: 485px;
    }

    .yfzz_main3_top .main_pic {
        width: 50%;
    }

    .yfzz_main3_top .main_pic img {
        width: 100%;
    }

    .list_product li .main_pic img {
        width: 100%;
    }

    .picScroll-left .bd ul li {
        width: 260px;
    }

    .picScroll-left .bd ul li .pic {
        width: 100%;
        height: 360px;
        line-height: 360px;
    }

    .picScroll-left3 .bd ul li {
        
    }

    .picScroll-left3 .bd ul li .pic {
        width: 100%;
        height: 367px;
        line-height: 367px;
    }

    .picScroll-left4 .bd ul li {
        width: 368px;
    }

    .picScroll-left4 .bd ul li .main_pic {
        width: 100%;
    }

    .picScroll-left4 .bd ul li .main_pic img {
        width: 100%;
    }

    .show_solution_main4 {
        height: 680px;
    }

    .show_case_main_cont_l {
        width: 670px;
    }

    .jsfw_ul1 li {
        margin-right: 40px;
    }

    .show_product_r {
        width: 550px;
    }

    .show_zixun a {
        padding: 0 20px;
    }

    .show_zixun a:nth-child(1) {
        margin-right: 10px;
    }

    .show_product_r_con h6 {
        margin-left: 30px;
    }

    .show_product_con_l {
        width: 830px;
    }

    .show_fwys_one {
        width: 380px;
    }

    .show_solution_main2_l {
        width: 260px;
    }

    .show_solution_main2_l h4 {
        font-size: 24px;
    }

    .show_solution_main2_ul {
        width: 76%;
    }

    .show_solution_main2_ul li {
        width: 145px;
        margin-right: 8px;
    }

    .show_fwys_con .main_pic {
        width: 50%;
    }

    .list_case_ul li .main_pic img {
        max-height: 281px;
    }

    .show_yyal .list_case_ul li .main_pic img {
        max-height: 199px;
    }

    .gntd_ul li h5 {
        font-size: 18px;
    }

    .com-sidebar {
        width: 105px
    }

    .com-content {
        width: 905px;
    }

    .yls {
        left: 7%;
    }

    .list_top_product_ul {
        width: 1200px;
    }

    .index_main1 .index-pro {
        width: 735px;
    }

    .index-pro-right {
        right: 0;
    }

    .index-pro-left {
        left: 0;
    }
}

@media(max-width:1430px) {
    .head_top_p a {
        padding: 0 15px;
    }

    .head_top .nav li a {
        padding: 0 15px;
    }

    .head_top_one h2 {
        margin-right: 20px;
    }

    .head_top .nav {
        margin-right: 30px;
    }

    .index_main2_ul {
        width: 460px;
    }





}

@media(max-width:1360px) {}

@media(max-width:1280px) {}

@media(max-width:1200px) {
    .wrap {
        width: 94%;
        margin: 0 3%;
    }



}

@media screen and (max-width: 1199px) {}

.index-t-news {
    background-color: #f7f7f7;
    font-size: 24px;

}

.index-t-news .t {
    float: left;
    width: 120px;
    line-height: 50px;
}

.index-t-news .index-t-news-slide {
    float: left;
    width: calc(100% - 120px);
    height:50px;
    overflow: hidden;
}

.index-t-news .bd li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.index-t-news .bd li a {
    float: left;
    font-size: 18px;
    content: #333;
    display: block;
    height: 100%;
    width: calc(100% - 200px);
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.index-t-news .bd li span {
    float: right;
    color: #666;
    display: block;
    height: 100%;
    font-size: 16px;
}


/*新闻资讯*/
.xwfb{ padding-top:50px;}
.xwfb_bj{width:100%; padding:70px 0; background:#f5f5f5;}
.xwfb_l{width:47%; float:left; position:relative;}
.xwfb_l .xwfb_l_img{width:100%; height:289px;}
.xwfb_l .xwfb_l_wb{width:100%; line-height:50px; position:absolute; bottom:0; left:0;}
.xwfb_l .xwfb_l_wb .xwfb_l_wb_l{width:calc(100% - 110px); float:left; color:#fff; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; padding:0 24px; background:rgba(0,0,0,0.5);}
.xwfb_l .xwfb_l_wb .xwfb_l_wb_more{width:110px; float:right;}
.xwfb_l .xwfb_l_wb .xwfb_l_wb_more a{display:block; color:#fff; padding-left:16px; background:#01458e;}
.xwfb_l .xwfb_l_wb .xwfb_l_wb_more a span{padding-right:35px; background:url(img/xwfb_more.png) right bottom no-repeat;}

.xwfb_r{width:48.5%; float:right;}
.xwfb_r ul{overflow:hidden; margin-top:-3px;}
.xwfb_r ul li{overflow:hidden; margin-top:3px; margin-bottom:18px;}
.xwfb_r ul li .xwfb_wb{width:calc(100% - 125px); float:right; margin-top:5px;}
.xwfb_r ul li .xwfb_wb .xwfb_wb_t{font-size:17px; line-height:18px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.xwfb_r ul li .xwfb_wb .xwfb_wb_b{color:#777; line-height:24px; margin-top:10px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.xwfb_r ul li .xwfb_rq{float:left; color:#777; text-align:center;  transition:all 0.5s; border:#fff 3px solid;}
.xwfb_r ul li .xwfb_rq img{ width:108px; height:80px;}
.xwfb_r ul lij:hover .xwfb_rq{color:#01458e;}
.xwfb_r ul li:hover .xwfb_kj .xwfb_rq{color:#01458e;}
.xwfb_r ul li .xwfb_rq .xwfb_rq_t{font-size:36px; line-height:46px; font-weight:bold; transition:all 0.5s;}
.xwfb_r ul li:hover .xwfb_rq .xwfb_rq_t{color:#01458e;}
.xwfb_r ul li .xwfb_rq .xwfb_rq_b{font-size:16px; line-height:16px; transition:all 0.5s;}
.xwfb_r ul li:hover .xwfb_rq .xwfb_rq_b{color:#01458e;}


.xwfb_l_txt{ background:#fff; overflow:hidden; padding:3%;}
.xwfb_l_txt ul li .xwfb_wb{width:calc(100% - 110px); float:right;}
.xwfb_l_txt ul li .xwfb_wb .xwfb_wb_t{font-size:17px; line-height:18px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.xwfb_l_txt ul li .xwfb_wb .xwfb_wb_b{color:#777; line-height:24px; margin-top:10px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.xwfb_l_txt ul li .xwfb_rq{float:left; color:#777; text-align:center; padding:7px 0; padding-right:22px; border-right:1px #eaeaea solid; transition:all 0.5s;}
.xwfb_l_txt ul lij:hover .xwfb_rq{color:#997847;}
.xwfb_l_txt ul li:hover .xwfb_kj .xwfb_rq{color:#997847;}
.xwfb_l_txt ul li .xwfb_rq .xwfb_rq_t{font-size:36px; line-height:46px; font-weight:bold; transition:all 0.5s;}
.xwfb_l_txt ul li:hover .xwfb_rq .xwfb_rq_t{color:#997847;}
.xwfb_l_txt ul li .xwfb_rq .xwfb_rq_b{font-size:16px; line-height:16px; transition:all 0.5s;}
.xwfb_l_txt ul li:hover .xwfb_rq .xwfb_rq_b{color:#997847;}




/*关于我们*/

.gsjs_bj{width:100%; padding:70px 0; background:#f1f1f1;}
.gsjs_bj .sy_bt .sy_bt_t,.gsjs_bj .sy_bt .sy_bt_m span{ }
.gsjs_bj .sy_bt .sy_bt_b{ color:#000;}

.gsjs{ padding:40px;  }
.gsjs .gsjs_img{width:510px; height:370px; float:left;}
.gsjs .gsjs_img video{ width:100%; height:100%;}
.gsjs .gsjs_wb{width:calc(100% - 560px); float:right;}
.gsjs .gsjs_wb .gsjs_wb_t{  line-height:36px; }
.gsjs .gsjs_wb .gsjs_wb_dh{margin-top:40px;}
.gsjs .gsjs_wb .gsjs_wb_dh ul{margin-left:-20px;}
.gsjs .gsjs_wb .gsjs_wb_dh ul:after{content:""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.gsjs .gsjs_wb .gsjs_wb_dh ul li{float:left; margin-left:20px;}
.gsjs .gsjs_wb .gsjs_wb_dh ul li a{display:block;   line-height:20px; padding:14px 40px; border:2px #3bb3c3 solid;}

.gsjs_wb_btn{ text-align:right; margin-top:20px;}
.gsjs_wb_btn a{ display:inline-block; border-radius:10px; color:#fff; font-size:16px; padding:8px 30px; background:#3bb3c3}
.gsjs_btns{ text-align:center; margin-top:24px;}
.gsjs_btns a{ display:inline-block; margin:0 10px;}




.reasonbox {
  width: 100%;
  height: 679px;
  overflow: hidden;
  background: url('../img/reason_bg.png') right bottom no-repeat;
}
.reasonbox .leftnav {
  width: 316px;
  height: auto;
  float: left;
}
.reasonbox .leftnav .reasontitle {
  width: 100%;
  height: auto;
}
.reasonbox .leftnav .reasontitle .en {
  margin-top: 40px;
  font-size: 44px;
  font-weight: bold;
  color: #333;
  line-height: 46px;
}
.reasonbox .leftnav .reasontitle h3 {
  font-size: 22px;
  color: #333;
  line-height: 22px;
  margin-top: 28px;
  font-weight: bold;
}
.reasonbox .leftnav .reasontitle .tel {
  margin-top: 26px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.reasonbox .leftnav .reasontitle .tel span {
  font-weight: bold;
  color: #014fa1;
  font-size: 24px;
}
.reasonbox .leftnav .line {
  display: block;
  position: relative;
  width: 238px;
  height: 3px;
  margin-top: 38px;
  background-color: #f8a440;
}
.reasonbox .leftnav .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 59px;
  height: 3px;
  background-color: #014fa1;
}
.reasonbox .leftnav .reasonnav {
  width: 238px;
  height: auto;
  margin-top: 32px;
}
.reasonbox .leftnav .reasonnav li {
  position: relative;
  width: 238px;
  height: 68px;
  margin-bottom: 32px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 3px solid #e8ecef;
}
.reasonbox .leftnav .reasonnav li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 59px;
  height: 3px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #014fa1;
}
.reasonbox .leftnav .reasonnav li .lefttext {
  width: 200px;
  height: auto;
  float: left;
}
.reasonbox .leftnav .reasonnav li .lefttext .en {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.reasonbox .leftnav .reasonnav li .lefttext .cn {
  margin-top: 8px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.reasonbox .leftnav .reasonnav li .arrow {
  display: block;
  float: right;
  margin-top: 16px;
  margin-right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #e8ecef;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.reasonbox .leftnav .reasonnav li.active::after {
  width: 100%;
}
.reasonbox .leftnav .reasonnav li.active .lefttext .cn,
.reasonbox .leftnav .reasonnav li.active .lefttext .en {
  color: #014fa1;
}
.reasonbox .leftnav .reasonnav li.active .arrow {
  border-left-color: #014fa1;
}
.reasonbox .rightimgbox {
  width: 780px;
  height: auto;
  float: right;
  margin-top: 23px;
}
.reasonbox .rightimgbox .reasontextbox {
  display: none;
}
.reasonbox .rightimgbox .textbox {
  margin-top: 30px;
}
.reasonbox .rightimgbox .textbox .lefttitle {
  width: 186px;
  height: auto;
  float: left;
}
.reasonbox .rightimgbox .textbox .lefttitle h5 {
  font-size: 22px;
  line-height: 22px;
  color: #333;
}
.reasonbox .rightimgbox .textbox .lefttitle .num {
  line-height: 22px;
  font-size: 22px;
  color: #b9c2c9;
  margin-top: 34px;
}
.reasonbox .rightimgbox .textbox .rightinfo {
  width: 532px;
  height: auto;
  float: right;
}
.reasonbox .rightimgbox .textbox .rightinfo .line {
  display: block;
  width: 532px;
  height: 1px;
  margin-top: 12px;
  background-color: #b9c2c9;
}
.reasonbox .rightimgbox .textbox .rightinfo .info {
  margin-top: 32px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 30px;
}
.casebox {
  margin-top: 53px;
}