﻿@charset "utf-8";

/* more */
.more {
    display: inline-block;
    padding: 10px 30px;
    background: #ffab00;
    color: #fff;
    font-size: 16px;
}

/* yzgx_about */
.yzgx_about {
    background: url(../images/a_bg.gif) no-repeat center top;
    text-align: center;
}

.yzgx_about .yzgx_about_con {
    width: 1200px;
    margin: 0 auto 40px;
}

.yzgx_about .yzgx_about_con p {
    line-height: 2.3;
    font-size: 15px;
    text-indent: 50px;
    text-align: left;
}

.yzgx_about .yzgx_about_list {
    background: url(../images/a_bg2.gif) center;
    height: 220px;
    margin-top: 40px;
    padding: 30px;
    box-sizing: border-box;
}

.yzgx_about_list .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.yzgx_about_list .content dl {
    width: 20%;
    border-right: 1px solid #2086d4;
    box-sizing: border-box;
    padding: 0 0;
    color: #fff;
}

.yzgx_about_list .content dl:last-child {
    border-right: 0
}

.yzgx_about_list .content dl dt em {
    font-size: 60px;
    font-family: 'Impact';
    position: relative;
    color: #fff
}

.yzgx_about_list .content dl dt span {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px
}

.yzgx_about_list .content dl dd {
    font-size: 16px;
    line-height: 240%
}

.yzgx_about_list .content dl dt em {
    font-style: normal;
}

.yzgx_about_team {
    margin-bottom: 30px;
}

.yzgx_about_team .bd {
    box-sizing: border-box;
    position: relative;
}

.yzgx_about_team .bd .next,
.yzgx_about_team .bd .prev {
    background: url(../images/prevnex.png);
    width: 27px;
    height: 49px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.yzgx_about_team .bd .next {
    left: -35px;
}

.yzgx_about_team .bd .prev {
    right: -35px;
    background-position: -27px 0;
}

.yzgx_about_team .bd .next:hover {
    background-position: 0 -49px;
}

.yzgx_about_team .bd .prev:hover {
    background-position: -27px -49px;
}

.yzgx_about_team .bd ul {
    padding: 10px 0;
}

.yzgx_about_team .bd ul li {
    margin: 10px 10px;
    width: 400px;
    height: 400px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px #888888;
    box-sizing: border-box;
}

.yzgx_about_team .bd ul li .people {
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.yzgx_about_team .bd ul li .people .p {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    border: 1px solid #efefef;
    display: inline-block;
    padding: 5px;
}

.yzgx_about_team .bd ul li .people .p img {
    height: 102px;
    width: 102px;
    border-radius: 50%;
}

.yzgx_about_team .bd ul li .people .name {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #444;
    padding: 20px 0 0 10px;
    box-sizing: border-box;
}


.yzgx_about_team .bd ul li .people .name span {
    color: #ffab00;
    display: block;
}

.yzgx_about_team .bd ul li .people .name .e {
    font-family: Arial,
        Helvetica,
        sans-serif;
    color: #999;
    font-weight: normal;
    font-size: 14px;
}

.yzgx_about_team .bd ul li .description {
    text-align: left;
    margin: 0 15px 15px 15px;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}

.yzgx_about_team .bd ul li .description p {
    line-height: 2;
    padding-left: 20px;
    position: relative;
    color: #666;
}

.yzgx_about_team .bd ul li .description p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #1168ab;
    border-radius: 50%;
    left: 4px;
    top: 10px;
}

/* yzgx_product */

.yzgx_product {
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    background: url(../images/product_bg.gif) no-repeat top;
    height: 914px;
}

.yzgx_product .nav_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.yzgx_product .nav_list li {
    width: 100%;
    border-right: 1px solid #fff;
}

.yzgx_product .nav_list li:nth-child(5) {
    border: none;
}

.yzgx_product .nav_list li a {
    display: block;
    height: 50px;
    background: #1168ab;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.yzgx_product .nav_list li a:hover {
    background: #ffab00
}

.yzgx_product_con {
    padding: 40px 0;
}

.yzgx_product_con .left {
    width: 600px;
    height: 606px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 15px;
    box-sizing: border-box;
}


.yzgx_product_con .left img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 500px;
}

.yzgx_product_con .left .title {
    line-height: 55px;
    color: #333;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    text-indent: 5px;
    font-size: 16px;
    margin-top: 10px;
    background: #efefef;
    height: 55px;
    box-sizing: border-box;
}

.yzgx_product_con .left .title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 75%;
}

.yzgx_product_con .left .title em {
    width: 108px;
    height: 55px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: #1168ab url(../images/jt_hover.png) no-repeat center;
}


.yzgx_product_con .left a:hover .title em {
    width: 108px;
    height: 55px;
    position: absolute;
    right: 0;
    background: #fdb812 url(../images/jt_hover.png) no-repeat center;
}

.yzgx_product_con .left a:hover .title {
    background: #1168ab;
    color: #fff;
}

.yzgx_product_con .right {
    text-align: left;
    width: 640px;
    margin-left: 40px;
}

.yzgx_product_con .right dl {
    width: 300px;
    float: left;
    text-align: center;
    margin-right: 40px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 10px;
}

.yzgx_product_con .right dl img {
    width: 100%;
    height: 209px;
    border-bottom: 1px solid #efefef;
}

.yzgx_product_con .right dl dt {
    line-height: 55px;
    text-align: left;
}

.yzgx_product_con .right dl dt {
    line-height: 55px;
    color: #333;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    font-size: 16px;
    height: 55px;
    box-sizing: border-box;
}

.yzgx_product_con .right dl dt span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 70%;
}

.yzgx_product_con .right dl dt em {
    width: 92px;
    height: 55px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: url(../images/jt.png) no-repeat center;
}

.yzgx_product_con .right dl:hover {
    background: #1168ab;
    color: #fff;
}

.yzgx_product_con .right dl:hover span {
    color: #fff;
}

.yzgx_product_con .right dl:hover dt em {
    width: 92px;
    height: 55px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: url(../images/jt_hover.png) no-repeat center;
}

.yzgx_product_con .right dl a {
    font-size: 16px;
}

.yzgx_product_con .right dl:nth-child(2n+0) {
    margin-right: 0;
}

/*优势*/
.yzgx_advantage {
    border-top: 4px solid #1168ab;
}

.yzgx_advantage .content>div {
    width: 640px;
}

.yzgx_advantage dl {
    padding: 20px;
    box-sizing: border-box;
}



.yzgx_advantage dl dt strong {
    font-size: 54px;
    color: #fdb812;
    font-weight: bold;
    position: relative;
    left: 0;
    margin-right: 10px
}

.yzgx_advantage dl dt:before {
    content: "";
    width: 38px;
    height: 1px;
    background: #f2f0f0;
    position: absolute;
    display: inline-block;
    left: -50px;
    top: 40px
}

.yzgx_advantage dl dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2f0f0;
    position: absolute;
    display: inline-block;
    left: -15px;
    top: 36px
}

.yzgx_advantage dl dt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 0 0 0 0;
    position: relative;
    left: 30px;
}

.yzgx_advantage dl dt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
}

.yzgx_advantage dl dt em {
    font-size: 24px;
    margin-top: 5px;
}

.yzgx_advantage dl dt span {
    font-size: 24px;
    color: #007cc2;
    display: block;
}

.yzgx_advantage dl dd {
    font-size: 15px;
    line-height: 35px;
    margin: 0 0 0 140px;
    color: #666;
    position: relative;
    border-bottom: 1px dashed #efefef;
    padding-left: 20px;
    text-align: left;
}

.yzgx_advantage dl dd::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 2px solid #007cc2;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px;
}



.yzgx_solution {
    position: relative;
}

.yzgx_solution ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yzgx_solution li {
    list-style: none;
    width: 24%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.yzgx_solution li a {
    display: block;
    background: #f2f2f2;
    color: #666;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-top: 30px;
    height: 200px;
}

.yzgx_solution li a h2 {
    color: #333;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.yzgx_solution li a:hover {
    background: #005197;
    color: #fff;
}

.yzgx_solution li a:hover h2 {
    color: #fff;
}

.yzgx_solution .sysimg,
.yzgx_solution .sysimg img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.yzgx_solution li:hover .sysimg p {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.yzgx_solution .sysimg p img:nth-of-type(1) {
    display: none;
}

.yzgx_solution .sysimg p img:nth-of-type(1) {
    display: inline-block;
}

.yzgx_solution .sysimg p {
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.yzgx_solution {}

.yzgx_solution li a {
    padding-top: 44px;
    height: 200px;
}

.yzgx_solution li h2 {
    padding-top: 19px;
}

.yzgx_solution .sysimg p img:nth-of-type(1) {
    display: inline-block;
}

/* yzgx_honor */
.yzgx_honor {
    padding: 20px 0 0;
    position: relative;
    height: 650px;
}

.yzgx_honor::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 300px;
    background: #1168ab;
    width: 100%;
    z-index: 0;
}

.yzgx_honor_con {
    margin: 30px auto;
    position: relative;
    z-index: 1;
}

.yzgx_honor_con .bd {
    box-sizing: border-box;
    width: 1280px;
    overflow: hidden;
}

.yzgx_honor_con .bd ul li {
    margin: 0 12.5px;
    width: 295px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.yzgx_honor_con .bd ul li .pic {
    overflow: hidden;
    width: 295px;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.yzgx_honor_con .bd ul li img {
    width: 295px;
    background-color: #fff;
    height: 415px;
    box-sizing: border-box;
}

.yzgx_honor_con .bd ul li h4 {
    line-height: 3.5;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* yzgx_news */

.yzgx_news {
    box-sizing: border-box;
    padding: 0 0 30px;
}

.yzgx_news .t {
    margin-bottom: 30px;
}

.yzgx_news .t_n {
    text-align: left;
    color: #fff;
    font-size: 28px;
    position: relative;
}

.yzgx_news .t_n i {
    display: block;
    color: #fff;
    text-transform: capitalize;
}

.yzgx_news .t_n a {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ffab00;
    color: #fff;
    right: 0;
    top: 10px;
    line-height: 30px;
    text-align: center;
}

.yzgx_news .left {
    width: 430px;
    height: 598px;
    overflow: hidden;
    background: url(../images/n_l.jpg) 0 0 no-repeat #f5f5f5;
    padding: 20px 35px;
    box-sizing: border-box;
}

.yzgx_news .left dl {
    padding-top: 30px;
    position: relative;
}

.yzgx_news .left dt {
    width: 100%;
}

.yzgx_news .left dt img {
    width: 360px;
    height: 240px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.yzgx_news .left dl {
    width: 100%;
    position: relative;
}

.yzgx_news .left dd {
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    color: #333;
}

.yzgx_news .left dd h3 {
    width: 100%;
    font-size: 18px;
    line-height: 2.5;
    font-weight: normal;
}

.yzgx_news .left dd p {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    color: #999;
}

.yzgx_news .left dl .date {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #999999;
    position: relative;
}

.yzgx_news .left dl .date:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    top: 10px;
}

.yzgx_news .right {
    width: 830px;
    box-sizing: border-box;
}

.yzgx_news .right .top,
.yzgx_news .right .bottom {
    border: 1px solid #dedede;
    padding: 20px 35px;
}

.yzgx_news .right .top {
    margin-bottom: 20px;
}

.yzgx_news .right .t_n {
    color: #333;
}

.yzgx_news .right .t_n span {
    color: #c4151c;
    font-weight: bold;
}

.yzgx_news .right .t_n i {
    color: #999;
}

.txtScroll-left {
    position: relative;
}

.txtScroll-left .hd {
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 0;
}

.txtScroll-left .hd .next {
    background-position: 0 -50px;
}

.txtScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.txtScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.txtScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.txtScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dbdbdb;
    border-radius: 10px;
}

.txtScroll-left .hd ul li.on {
    width: 20px;
    background-color: #ffab00;
}

.txtScroll-left .bd {
    overflow: hidden;
}

.txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    _display: inline;
}

.txtScroll-left .bd ul li span {
    color: #999;
}

.yzgx_news .right .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yzgx_news .right .list dl {
    position: relative;
    width: 369px;
    box-sizing: border-box;
    margin-right: 20px;
}

.yzgx_news .right .list dt {
    width: 100%;
}

.yzgx_news .right .list dd {
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    color: #333;
}

.yzgx_news .right .list dd h3 {
    width: 100%;
    font-size: 18px;
    line-height: 2.5;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yzgx_news .right .list dd p {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    color: #999;
}

.yzgx_news .right .list dl .date {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-right: 20px;
}

.yzgx_news .right .list dl .date:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    top: 10px;
}

.yzgx_news .right .bottom .fl {
    width: 330px;
    height: 250px;
}

.yzgx_news .right .bottom .fr {
    text-align: left;
    width: 400px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
}

.yzgx_news .right .bottom .fr .t_n {
    margin-bottom: 20px;
}

.yzgx_news .right .bottom .fr dl {
    margin-bottom: 10px;
}

.yzgx_news .right .bottom .fr dt {
    position: relative;
    font-size: 16px;
    line-height: 2;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yzgx_news .right .bottom .fr dt::before {
    content: "问";
    width: 25px;
    height: 25px;
    background-color: #c4151c;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}

.yzgx_news .right .bottom .fr dd {
    position: relative;
    font-size: 16px;
    padding-left: 40px;
    line-height: 2;
    color: #999;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yzgx_news .right .bottom .fr dd::before {
    content: "答";
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 50%;
    display: inline-block;
    color: #999;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
}

.txtScroll-top {
    position: relative;
}

.txtScroll-top .hd {
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: -45px;
    right: 0;
}

.txtScroll-top .hd .next {
    background-position: 0 -50px;
}

.txtScroll-top .hd .prevStop {
    background-position: -60px 0;
}

.txtScroll-top .hd .nextStop {
    background-position: -60px -50px;
}

.txtScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.txtScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dbdbdb;
    border-radius: 10px;
}

.txtScroll-top .hd ul li.on {
    width: 20px;
    background-color: #ffab00;
}

.txtScroll-top .bd {
    overflow: hidden;
}

.txtScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-top .bd ul li {
    margin-right: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    _display: inline;
}

.txtScroll-top .bd ul li span {
    color: #999;
}