/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;

}

body {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    line-height: 27px;
}

a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: normal;
    font-size: 15px;
}

a:hover {
    color: #e62129;
}

.clear {
    clear: both;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
    line-height: 27px;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.hz {
    width: 1600px;
    margin: 0 auto;
}

.hz:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.hza {
    width: 1600px;
    margin: 45px auto;
}

.hza:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.top-bj {
    width: 100%;
    background: #f2f2f2;
    border-bottom: 1px solid #e9e8e8;
    line-height: 39px;
    overflow: hidden;
}

.top-left {
    font-size: 14px;
    color: #666;
}


.yyl {
    margin-top: 5px;
}

.yyl li {
    margin-left: 10px;
    float: left;
}

.yyl li a {
    color: #666;
}

.yyl li a:hover,
.yyl li a.dj {
    color: #e62129;
}

.logo {
    float: left;
    margin: 15px 0;
}

.logo img {
    height: 120px;
}

.logo-wb {
    font-size: 42px;
    line-height: 28px;
    margin-top: 40px;
    font-weight: bold;
    letter-spacing: -1px;
}

.logo-wb2 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 25px;
}

.fw-hz {
    margin-top: 25px;
}

.tel a{
    font-size: 30px;
    color: #e62129;
    margin-top: 10px;
}

.tel-title {
    margin-top: 10px;
    font-size: 16px;
}



.nav {
    width: 100%;
    background: #0156a7;
    float: left;
}

.xt {
    border-right: 1px solid #3171ad;
    float: left;
    height: 20px;
    margin: 23px 0;
}

.mainbav li {
    float: left;
    position: relative;
}

.mainbav li a {
    color: #fff;
    font-size: 18px;
    padding: 0 75px;
    display: block;
}

.mainbav .memu {
    float: left;
    line-height: 72px;
    height: 72px;
    text-align: center;
}

.mainbav .memu:hover,
.mainbav .memu.active {
    color: #e62129;
    display: block;
    background: #c9020d;
}

.mainbav .memu:hover a,
.mainbav .memu.active a {}

.mainbav ul li ul {
    display: none;
    position: absolute;
    width: 220px;
    left: 0;
    top: 66px;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.9);
}

.mainbav ul li ul li {
    float: none;
    border-right: none;
    padding: 0;
    line-height: 60px;
    position: relative;
    text-align: left;
}

.mainbav ul li ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    font-weight: normal;
}

.mainbav ul li ul li a:hover {
    color: #fff;
    background: #e50000;
}

.mainbav ul li ul li ul {
    position: absolute;
    left: 220px;
    top: 0;
}

.index-serach-bj {
    padding: 8px 0;
}

.index-serach-left {
    color: #666;
}

.index-serach-left li {
    float: left;
    margin-right: 15px;
}

.index-serach-left li a {
    color: #666;
}

.index-serach-left li a:hover {
    color: #e62129;
}

input {
    outline: none;
}

.sok {
    width: 196px;
    padding-left: 10px;
    background: url(../image/index_11.jpg)no-repeat;
    border: none;
    height: 30px;
    float: left;

}

/*banner*/

.block_home_slider {
    height: auto;
    position: relative;
    line-height: 0px;
    text-align: center;
}

/*底部小图标*/
.block_home_slider .slide {
    position: relative;
    overflow: hidden;
}

.block_home_slider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    display: block;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-indent: -9000px;
    display: none;
}

.block_home_slider .flex-direction-nav a.flex-prev {
    left: 0;
    background: url(../images/jt1.png) no-repeat;
}

.block_home_slider .flex-direction-nav a.flex-next {
    right: 0;
    background: url(../images/jt2.png) no-repeat;
}

.block_home_slider .flex-control-paging {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.block_home_slider .flex-control-paging li {
    margin: 0px;
    padding: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #999;
    text-indent: -9000px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.5s;
}

.block_home_slider .flex-control-paging li a.flex-active {
    width: 34px;
    background: #e62129;
}

.flexslider {
    margin: 0;
    padding: 0;
    height: 100%;
}

.flex-viewport {
    height: 100%;
}

.flexslider .slides {
    height: 100%;
}

.flexslider .slides li {
    height: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
    position: relative;
}

.flexslider .slides img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

#home_slider2 {
    display: none;
}


.top_sj {
    display: none;
}


.index-title {
    font-size: 36PX;
    line-height: 36px;
    font-weight: bold;
    background: url(../image/index_18.png)no-repeat bottom;
    padding-bottom: 25px;
    text-align: center;
    margin-top: 75px;
}

.index-title-ms {
    font-size: 18px;
    color: #353535;
    text-align: center;
    margin-top: 20px;
    font-weight:700;
}

.index-about-hz {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.index-about-pic {
    float: right;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.index-about-pic img {
    display: none;
}

.index-about-content-hz {
    width: 50%;
    float: left;
    background: #fff;
    padding: 4%;
}

.index-about-content-title {
    font-weight: bold;
    font-size: 30px;
}

.index-about-content-title-yy {
    font-size: 15px;
    font-family: Arial;
    letter-spacing: 2px;
}

.index-about-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 38px 0;
    line-height: 30px;
    margin-bottom: 120px;
}

.index-about-more a {
    float: left;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    border: 1px solid #dedede;
    width: 35%;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}

.index-about-more a:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    background: #e62129;
    color: #fff;
}

.index-about-dh {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    background: #f2f2f2;
    width: 52%;
    text-align: center;
    color: #333;
    line-height: 40px;
    border-radius: 20px;
}

.index-about-dh:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.index-about-hm {
    font-size: 18px;
    font-weight: bold;
    color: #e62129;
}


.index-ryzz-hz {
    background: #f0f0f0;
    overflow: hidden;
    padding-bottom: 50px;
}

.index-ryzz-bj {
    width: 1600px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 40px;
}

.index-ryzs-title-hz {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.index-ryzs-title {
    font-size: 30px;
    padding-bottom: 20px;
}

.index-ryzz-mome {
    font-size: 16px;
}

.index-ryzz-pic-hz {
    width: 31%;
    margin: 20px 1% 0 1%;
    float: left;
}

.index-ryzz-title {
    text-align: center;
    line-height: 65px;
}

.index-ryzz-pic-hz a {
    background: #0156a7;
    display: block;
    color: #fff;
}

.index-ryzz-pic-hz a:hover {
    background: #c9020d;
    display: block;
    color: #fff;
}

.index-ryzz-pic {
    text-align: center;
    display: block;
    overflow: hidden;
}

.index-ryzz-pic img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.index-ryzz-pic img {
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}



.index-product-bj {
    background: #f0f0f0;
    padding: 10px 0 50px 0;
}

.ny-product-left {
    width: 20%;
    float: left;
}

.fdh-01-tit {
    background: #1b46ac;
    height: 95px;
}

.fdh-01-tit h3 {
    height: 95px;
    font-size: 36px;
    font-weight: bold;
    line-height: 95px;
    color: #fff;
    text-align: center;
}

.fdh-01-tit h3 span {
    font-size: 14px;
    text-transform: uppercase;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}

.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(../images/p14-icon2.png) no-repeat right center #0045a4;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
    color: #fff;
}

.menu_head {
    width: 100%;
    padding: 18px 10px 18px 25px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #dedede;
    position: relative;
    margin: 0px;
    font-size: 16px;
    background: #f1f1f1 url(../image/pro_left.png) center right no-repeat;
}

.menu_head a {
    font-size: 16px;
}

.menu_list .current {
    background: #f1f1f1 url(../image/pro_down.png) center right no-repeat;
}

.menu_body {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.menu_body a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
    color: #666;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #cacaca;
}

.menu_body a:hover {
    text-decoration: none;
    color: #e62129;
}

.cbgg-01 {
    background: #e62129;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}

.ny-product-right {
    width: 100%;
    float: right;
}

.index-p-list>div {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 3%;
    border: 1px solid #e7e7e7;
}

.index-p-list>div a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease .4s;
}

.index-p-list>div a.a1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    transform: translate(0%, 110%);
    transition: all .4s;
}

.index-p-list>div a.a1:hover:after {
    content: "";
    transform: translate(0%, 0%);
    transition: all .4s;
}

.index-cp-mz {
    text-align: center;
}

.index-cp-mz a {
    color: #333;
    font-size: 16px;
    padding: 10px;
    background: #fff;
}

.index-cp-mz a:hover {
    background: #e62129;
    color: #fff;
}

.index-p-list>div a img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.5s;
}

.index-p-list>div a:hover img {
    transform: scale(1.1);
}

.index-p-list>div a p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0px;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translate(0%, -50%);
    transition: all ease 0.5s;
}

.index-p-list>div a:hover p {
    opacity: 1;
    transition-delay: 0.4s;

}

.index-p-list>div a p:before,
.index-p-list>div a p:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .4s;
}

.index-p-list>div a p:before {
    content: "";
    top: 0px;
}

.index-p-list>div a p:after {
    content: "";
    bottom: 0px;
}

.index-p-list>div a:hover p:before,
.index-p-list>div a:hover p:after {
    content: "";
    z-index: -1;
    margin-left: -30px;
    width: 60px;
    transition-delay: 0.8s;
}

.index-product-more {
    text-align: center;
}

.index-product-more a {
    color: #df0000;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    width: 180px;
    border: 1px solid #df0000;
}

.index-product-more:hover a {
    color: #fff;
    background: #e62129;
    display: block;
    border: 1px solid #e62129;
}



.sheb {
    width: 100%;
    margin-top: 40px;
}

.sheb li {
    float: left;
    background: #000;
    height: 270px;
    width: 25%;
    overflow: hidden;
}

.sheb li:nth-child(2),
.sheb li:nth-child(4),
.sheb li:nth-child(5),
.sheb li:nth-child(7) {
    background: #f2f6f7;
}

.sheb li span {
    display: block;
    font-size: 30px;
    text-align: center;
    padding-top: 52px;
    line-height: 40px;
    font-weight: bold;
}

.sheb li p {
    padding: 20px 35px 0;
    color: #fff;
    text-align: center;
}

.sheb li:nth-child(2) i,
.sheb li:nth-child(4) i,
.sheb li:nth-child(5) span,
.sheb li:nth-child(7) span {
    color: #333333;
}

.sheb li:nth-child(2) p,
.sheb li:nth-child(4) p,
.sheb li:nth-child(5) p,
.sheb li:nth-child(7) p {
    color: #6f6f6f;
}




/*优势*/

.index-ys-title {
    FONT-SIZE: 36PX;
    line-height: 36px;
    font-weight: bold;
    background: url(../image/index_18.png)no-repeat bottom;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
}

.w1200 {
    max-width: 1600px;
    margin: 0 auto;
}

.w1200:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.ys_bjj {
    width: 100%;
    padding: 100px 0;
    background: url(../image/index_32.jpg)repeat-y #010101;
}

.ys_bj {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.ys_bj:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ys {
    position: relative;
    z-index: 1;
    background: #fff;
}

.ys .ys_dh {
    width: 240px;
    float: left;
}

.ys .ys_dh ul {
    background: #e6e6e6;
}

.ys .ys_dh ul li {
    width: 100%;
    padding: 25px 30px;
    border: 1px #143d9c solid;
    background: #1b46ac;
    cursor: pointer;
}

.ys .ys_dh ul li .ys_dh_t {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.ys .ys_dh ul li .ys_dh_b {
    color: #fff;
    font-size: 14px;
    margin-top: 2px;
    line-height: 20px;
}

.ys .ys_dh ul li .ys_dh_sz {
    display: none;
    font-size: 20px;
}

.ys .ys_dh ul li.s {
    color: #fff;
    border: 1px #c00a0a solid;
    background: #e62129;
    color: #fff;
}

.ys .ys_dh ul li.s .ys_dh_b {
    color: #fff;
}

.ys .ys_r {
    width: calc(100% - 240px);
    height: 505px;
    float: right;
    padding: 50px;
    padding-right: 0;
}

.ys .ys_r .ys_kj {
    width: 100%;
    display: none;
    padding-right: 50px;
}

.ys .ys_r .ys_kj::-webkit-scrollbar {
    width: 8px;
    background: #ddd;
}

.ys .ys_r .ys_kj::-webkit-scrollbar-thumb {
    background: #777;
}

.ys .ys_r .ys_kj .ys_kj_t {
    overflow: hidden;
}

.ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l {
    width: 290px;
    float: left;
}

.ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l .ys_kj_t_l_t {
    color: #e62129;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}

.ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l .ys_kj_t_l_b {
    font-size: 24px;
    padding-left: 32px;
    position: relative;
}

.ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l .ys_kj_t_l_b:after {
    content: "";
    width: 22px;
    height: 4px;
    margin-top: -2px;
    background: #444;
    position: absolute;
    top: 50%;
    left: 0;
}

.ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_r {
    width: calc(100% - 290px);
    float: right;
    line-height: 26px;
}

.ys .ys_r .ys_kj .ys_kj_b_img {
    width: 100%;
    height: 420px;
    margin-top: 38px;
}



.index-product-title-ms {
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.index-xp-bj {
    background: #f1f1f1;
    overflow: hidden;
    padding: 30px 0;
}

.case-pic-hz {
    width: 310px;
    margin-right: 20px;
    float: left;
}

.case-pic-hz a {
    background: #fff;
    display: block;
}

.case-pic-hz a:hover {
    background: #e62129;
    display: block;
    color: #fff;
}

.case-wb {
    padding: 13px 0;
    text-align: center;
    font-size: 18px;
}

.case-pic {
    display: block;
    overflow: hidden;
}

.case-pic img {
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}

.case-pic img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}





.index-news-hz {
    margin-top: 60px;
}

.index-news-left-pic {
    display: block;
    overflow: hidden;
    width: 45%;
    float: left;
}

.index-news-left-pic img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.index-news-left-pic img {
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}

.index-news-left-tilte {
    margin-top: 40px;
}

.index-news-left-bt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-left-bt a {
    font-size: 24px;
}

.index-news-left-nr {
    color: #666;
    font-size: 15px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 100%;
}



.index-news-right {
    float: right;
    width: 52%;
}

.index-news-rq {
    width: 15%;
    float: left;
    border: 1px solid #c1c1c1;
    text-align: center;
    color: #999;
    padding: 2%;
}

.index-new-r {
    font-size: 36px;
    color: #e62129;
    line-height: 36px;
}

.index-news-right-hz {
    float: left;
    width: 75%;
    margin-left: 5%;
}

.index-news-right-a {
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
    overflow: hidden;
}

.index-news-right-title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-right-title a {
    font-size: 24px;
}

.index-news-right-content {
    margin: 15px 0 40px 0;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.index-hzhb-pic {
    width: 200px;
    margin-right: 5px;
    float: left;
}



.foot-bj {
    background: #282828;
    padding-top: 40px;
    overflow: hidden;
    color: #999;
    font-size: 15px;
}

.foot-logo {
    float: left;
    width: 15%;
}

.foot-lxfs {
    float: left;
    width: 50%;
}

.foot-hz-nav {
    float: left;
    margin-right: 15%;
}

.foot-hz-cd {
    font-size: 20px;
    color: #fff;
}

.foot-hz-menu {
    margin-top: 20px;
}

.foot-hz-menu li {
    line-height: 24px;
}

.foot-hz-menu a {
    color: #999;
    line-height: 27px;
    font-size: 15px;
}

.foot-hz-menu a:hover {
    color: #e62129;
}


.foot-contact {
    width: 30%;
    float: left;
    padding-left: 5%;
}

.foot-hz-lxwm {
    margin-top: 15px;
}

.foot-hz-lxwm a {
    color: #999;
}

.foot-hz-lxwm a:hover {
    color: #e62129;
}

.foot-right {
    float: right;
}

.foot-right-fwrx {
    font-size: 18px;
    color: #fff;
}

.foot-right-hm {
    font-size: 26px;
    color: #e62129;
}

.foot-left-tb {
    margin-top: 30px;
}


.index-copy {
    border-top: 1px solid #414141;
    padding: 10px 0;
}

.index-copy a,
.index-flink a {
    color: #999;
}

.index-copy a:hover,
.index-flink a:hover {
    color: #e62129;
}

.foot-bq-pc {
    margin: 5px 0 10px 0;
    overflow: hidden;
}

.foot-bq-pc li {
    color: #999;
    float: left;
    margin: 0 5px;
}

.foot-bq-pc li a {
    color: #999;
}

.foot-bq-pc li a:hover {
    color: #e62129;
}

/*内页样式开始*/
.ny-banner-sj {
    display: none;
}

.ny-banner {
    height: 350px;
    background-position: center;
    background-size: cover;
}

.ul-txt1 {
    overflow: hidden;
    float: right;
    margin-top: 35px;
}

.ul-txt1 li {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    width: 169px;
    height: 46px;
    padding: 0 5px;
    line-height: 46px;
}

.ul-txt1 li a {
    display: block;
    border: 1px #c6c6c6 solid;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-txt1 li:hover a,
.ul-txt1 li.on a {
    background-color: #e62129;
    border-color: #e62129;
    color: #fff;
}

.about-menu-top h3 {
    overflow: hidden;
    font-size: 36px;
    color: #000;
    float: left;
    line-height: 1.3em;
}

.about-menu-top h3 em {
    display: block;
    font-size: 48px;
    color: rgba(0, 0, 0, .08);
    line-height: 1.3em;
    font-family: Bold, "Arial";
    margin-bottom: -31px;
}

.about-menu-hz {
    background: #f9f9f9;
    padding: 35px 0 45px 0;
    overflow: hidden;
}

.about-menu-top-wz {
    color: #666;
    float: right;
    font-size: 16px;
}

.about-menu-top-wz a {
    color: #666;
    font-size: 16px;
}

.about-menu-top-wz a:hover {
    color: #e62129;
}

.js {
    color: #333;
}

.about-hz {
    padding-top: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 1600px;
    margin: 0 auto 60px auto;
}



.about-service-left {
    float: left;
    width: 45%;
}

.about-service-pic {
    float: right;
    width: 45%;
}

.download-hz li {
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 25px;
    line-height: 35px;
}

.download-rq {
    color: #999;
}


.cjwt-hz {
    border-bottom: 1px dashed #eaeaea;
    padding: 30px 0;
    overflow: hidden;
    cursor: pointer;
}

.cjwt-pic {
    width: 20px;
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}

.cjwt-title {
    margin: 0 0 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cjwt-nr-title a {
    font-size: 22px;
}

.cjwt-nr-title a:hover {
    color: #e62129;
}

.cjwt-nr-ms {
    margin-top: 10px;
    color: #666;
}

.cjwt-hd {
    margin-top: 10px;
}

.cjwt-hz-tb {
    padding-top: 3px;
}

.cjwt-nr {
    width: 80%;
}

.cjwt-hz-bottom {
    padding: 20px 0 10px 0;
    overflow: hidden;
    display: none;
}

.cjwt-hz-bottom.active {
    display: block;
}

.cjwt-hz-bottom-pic {
    margin-top: 8px;
}

.cjwt-hz-bottom-wz {
    font-size: 15px;
}

.cjwt-hz-bottom-zw {
    height: 20px;
    line-height: 20px;
    margin-top: 35px;
    padding-left: 10px;
    border-left: 4px solid #e62129;
    font-size: 18px;
    font-weight: bold;
}

.cjwt-hz-bottom-fl li {
    border: 1px dashed #F60;
    float: left;
    margin: 0 0.5%;
    width: 80px;
    text-align: center;
    color: #F60;
}

.cjwt-hz-bottom-nt {
    margin-top: 20px;
}

.cjwt-fl {
    margin-top: 30px;
}

.about-team li {
    border: 1px solid #e7e7e7;
    float: left;
    width: 31.2%;
    margin-right: 3%;
    margin-bottom: 4%;
    display: block;
    overflow: hidden;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    text-align: center;
}

.about-team li:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.ny-ryzz-title {
    background: #f5f5f5;
    line-height: 55px;
    font-size: 18px;
}


.ny-case li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block;
    overflow: hidden;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    text-align: center;
}

.ny-case li:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.xy {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
    overflow: hidden;
}

.xy li {
    margin: 0 10px;
    display: inline-block;
    font-size: 0px;
}

.xy li a {}

.xy li a:hover,
.xy li a.sbjg {
    color: #e62129;
    font-weight: bold;
}

.about-content {
    margin-bottom: 30px;
}

.product-title {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
}


.product-top {
    width: 100%
}

.product-top .l {
    width: 50%;
    float: left;
}

.pro-right {
    width: 45%;
    float: right;
}

.product-ny-title {
    width: 100%;
    border-bottom: 1px dashed #CCCCCC;
    font-size: 24px;
    padding-bottom: 10px;
}

.product-ny-fwrx {
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    float: left;
    margin-top: 50px;
}
.product-ny-fwrx a{
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    float: left;
    margin-top: 20px;
    color: #c9020d;
}

.product-ny-hm {
    font-size: 24px;
    color: #e62129;
}

.pro-js {
    width: 100%;
    margin-top: 30px;
}

#demo {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

#demo1 {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.product-xq-sj {
    display: none;
}

.ny-product-xbt {
    color: #999;
}

.ny-product-hz {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding-bottom: 20px;
}

.ny-product-dy {
    width: 350px;
    margin-top: 15px;
    background: #666;
    border-radius: 5px;
    display: block;
    line-height: 45px;
    text-align: center;
    color: #e60012;
    font-size: 16px;
}

.ny-product-dy a {
    color: #fff;
}

.ny-product-ms-hz {
    border-top: 1px solid #e9e9e9;
}

.ny-product-ms {
    width: 480px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    background: #0156a7;
    font-size: 20px;
    margin-top: 40px;
    border-left: 2px solid #c9020d;
}

.ny-product-content {
    margin: 25px 0;
}

.ny-product-jj {
    display: none;
}

.tj-product {
    border-top: 1px solid #e4e4e4;
    padding-top: 40px;
    margin: 40px auto 0 auto;
    width: 100%;
}

.tj-product-title {
    font-size: 36px;
    text-align: center;
}

.tj-product-cp {
    margin: 50px 0 15px 0;
}

.tj-product-hz {
    width: 280px;
    margin-right: 25px;
    float: left;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.tj-product-hz:hover {
    text-decoration: underline;
    border: 1px solid #e62129;
}

.tj-product-pic {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.tj-product-pic img {
    width: 100%;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}

.tj-product-pic img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.zzmc {
    text-align: center;
    font-size: 16px;
}


.product-ny-zx {
    background: #e62129;
    width: 160px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

.product-ny-zx a {
    color: #fff;
    font-size: 18px;
}


.ny-products-sjfl {
    margin-bottom: 40px;
    overflow: hidden;
    background: #f6f6f6;
}

.ny-products-sjfl li {
    float: left;
    padding: 15px 1.5%;
}

.ny-products-sjfl a {
    font-size: 16px;
}

.ny-products-sjfl li:hover,
.ny-products-sjfl li a.an {
    color: #e62129;
}



.news-nr-hz {
    background: #efefef;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.news-nr-hz:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    box-shadow: #e0e0e0 0px 1px 1px 1px;
}

.news-nr-tu img {
    width: 287px;
    height: 208px;
}

.news-xw {
    width: 800px;
    margin-left: 30px;
    color: #666;
}

.news-xw-title {
    margin: 20px 0;
}

.news-xw-title a {
    color: #333;
    font-size: 20px;
}

.news-xw-title a:hover {
    color: #e62129;
}

.news-nr {
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-more {
    margin-top: 40px;
    border: 1px solid #d3d3d3;
    width: 120px;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
}

.news-more a {
    color: #666;
}

.news-more a:hover {
    color: #e62129;
}




.news-hz {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.news-hz:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.news-rq {
    text-align: center;
    width: 163px;
    margin: 0 auto;
    font-size: 20px;
    color: #999;
}

.rqsz {
    font-size: 70px;
    line-height: 70px;
}

.news-centent {
    width: 100%;
    float: left;
    color: #666;
    margin-bototm: 15px;
}

.news-centent-title {
    margin-bottom: 10px;
}

.news-centent-title a {
    font-size: 22px;
}

.news-nr {
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-ll {
    width: 70px;
    height: 52px;
    float: right;
    text-align: center;
    border: 1px solid #d6d7d6;
    border-radius: 5px;
    padding-top: 18px;
    margin-right: 30px;
}

.news-ti {
    border-bottom: 1px dashed #D0D0D0;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.time {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


.map {
    padding: 5px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.contact-hz {
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-nr {
    float: left;
}

.contact-nr h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
}

.contact-nr-lxfs {
    margin-top: 20px;
}

.contact-nr-lxfs a:hover {
    color: #e62129;
}

.contact-feedback {
    float: right;
    width: 50%;
}

.contact-feedback-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.soka {
    width: 47.2%;
    margin-right: 1%;
    border: 1px solid #D8D8D8;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 1%;
    font-size: 15px;
    font-family: "Microsoft YaHei", verdant, tahoma;
}

.sokb {
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 1%;
    font-size: 15px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 96%;
}

.tj {
    width: 160px;
    border: 1px solid #e62129;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #e62129;
    cursor: pointer;
    font-family: Arial, Microsoft YaHei;
    font-size: 16px;
    border-radius: 25px;
}

.ansu-footer-fix {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: #337AB7;

    z-index: 10;

    display: none;

}

.ansu-footer-fix li {

    float: left;

    width: 25%;

}

.ansu-footer-fix li a {

    display: block;

    text-align: center;

    color: #fff;

    padding: 7px 0;

    font-size: 12px;

    line-height: 1;

}



.ansu-footer-fix li i {

    display: block;

    height: 20px;

    background: no-repeat center;

    background-size: contain;

    margin-bottom: 4px;

}

.ansu-footer-fix li i.i1 {

    background-image: url(../image/f_01.png);

}

.ansu-footer-fix li i.i2 {

    background-image: url(../image/f_02.png);

}

.ansu-footer-fix li i.i3 {

    background-image: url(../image/f_03.png);

}

.ansu-footer-fix li i.i4 {

    background-image: url(../image/f_04.png);

}

@media only screen and (max-width:767px) {

    .ansu-footer-fix {
        display: block;
    }
    .index-title-ms {
       text-align: left;
       text-indent: 2em;
    }

}