@charset "utf-8";

/* yzgx_about */
.yzgx_about {
    text-align: center;
}

.yzgx_about .more {
    padding: 0.5rem 1rem;
    display: block;
    background-color: #ffab00;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

.yzgx_about .yzgx_about_con {
    width: 100%;
    margin: 0 auto 1rem;
}

.yzgx_about .yzgx_about_con p {
    line-height: 2.3;
    font-size: 1.2rem;
    text-indent: 2rem;
    text-align: left;
}

.yzgx_about .yzgx_about_list {
    background: #1168ab;
    margin-top: 1rem;
    box-sizing: border-box;
    padding-bottom: 1rem;
}

.yzgx_about_list .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.yzgx_about_list .content dl:first-child {
    width: 100%;
    border-left: none;
    border-right: none;
}

.yzgx_about_list .content dl {
    margin: 1rem auto;
    width: 50%;
    box-sizing: border-box;
    padding: 1rem 0;
    color: #fff;
}


.yzgx_about_list .content dl dt em {
    font-size: 3rem;
    font-family: 'Impact';
    position: relative;
    color: #fff
}

.yzgx_about_list .content dl dt span {
    width: 2rem;
    height: 2rem;
    background: #ffab00;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 1.2rem;
    line-height: 2rem
}

.yzgx_about_list .content dl dd {
    font-size: 1.2rem;
    line-height: 240%
}

.yzgx_about_list .content dl dt em {
    font-style: normal;
}

.yzgx_about_team {
    margin-bottom: 1rem;
    height: auto;
}

.yzgx_about_team_con {
    position: relative;
}

.yzgx_about_team_con dl {
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

.yzgx_about_team_con dl .people {
    padding: 1rem;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.yzgx_about_team_con dl .people .p {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    border: 1px solid #efefef;
    display: inline-block;
    padding: 5px;
}

.yzgx_about_team_con dl .people .p img {
    height: 102px;
    width: 102px;
    border-radius: 50%;
}

.yzgx_about_team_con dl .people .name {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #444;
    padding: 40px 0 0 10px;
    box-sizing: border-box;
}


.yzgx_about_team_con dl .people .name span {
    color: #ffab00;
}

.yzgx_about_team_con dl .people .name .e {
    font-family: Arial, Helvetica, sans-serif;
}

.yzgx_about_team_con dl .description {
    text-align: left;
    margin: 0 15px 15px 15px;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}

.yzgx_about_team_con dl .description p {
    line-height: 2;
    padding-left: 20px;
    position: relative;
    color: #666;
    font-size: 1.3rem;
}

.yzgx_about_team_con dl .description p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #1168ab;
    border-radius: 50%;
    left: 4px;
    top: 10px;
}

.yzgx_about_team_con .prev {
    position: absolute;
    left: -2.5rem;
    top: 9rem;
    width: 1.3rem;
    height: 2.4rem;
    background: url(../images/prev.png) no-repeat center;
    z-index: 100;
    background-size: 1.3rem 2.4rem;
}

.yzgx_about_team_con .next {
    position: absolute;
    right: -2.5rem;
    top: 9rem;
    width: 1.3rem;
    height: 2.4rem;
    background: url(../images/next.png) no-repeat center;
    z-index: 100;
    background-size: 1.3rem 2.4rem;
}

/* yzgx_product */

.yzgx_product {
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    background: #fafafa;
}

.yzgx_product_con {
    padding: 0 0;
}

.yzgx_product_con dl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.yzgx_product_con li {
    width: 48%;
    text-align: center;
    background: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 1%;
    margin-bottom: 1rem;
    float: left;
}

.yzgx_product_con li img {
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.yzgx_product_con ul dt {
    line-height: 55px;
    text-align: left;
}

.yzgx_product_con ul 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 ul dt span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.yzgx_product_con ul dt em {
    display: none;
    width: 92px;
    height: 55px;
    position: absolute;
    right: 0;
    background: url(../../images/jt.png) no-repeat center;
}

.yzgx_product_con ul:hover {
    background: #1168ab;
    color: #fff;
}

.yzgx_product_con ul:hover span {
    color: #fff;
}

.yzgx_product_con ul: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 ul a {
    font-size: 16px;
}

.yzgx_product_con ul:nth-child(2n+0) {
    margin-right: 0;
}

/*优势*/
.yzgx_advantage {
    border-top: 4px solid #1168ab;
    overflow: hidden;
}

.yzgx_advantage .content>div {
    width: 100%;
}

.yzgx_advantage dl {
    padding: 1rem;
}

.yzgx_advantage div img {
    width: 100%;
}

.yzgx_advantage dl dt strong {
    font-size: 4rem;
    color: #fdb812;
    font-weight: bold;
    position: relative;
    left: 0;
    margin-right: 10px
}

.yzgx_advantage dl dt:before {
    content: "";
    width: 1rem;
    height: 1px;
    background: #f2f0f0;
    position: absolute;
    display: inline-block;
    left: -2rem;
    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: 2rem;
    color: #333;
    font-weight: bold;
    padding: 0 0 0 0;
    position: relative;
    left: 2rem;
}

.yzgx_advantage dl dt span {
    font-size: 2.4rem;
    color: #007cc2
}

.yzgx_advantage dl dd {
    font-size: 1.3rem;
    line-height: 2.4;
    margin: 0 0 0 2rem;
    color: #666;
    position: relative;
    border-bottom: 1px dashed #efefef;
    padding-left: 20px;
}

.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: 48%;
    box-sizing: border-box;
    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;
    padding-bottom: 1rem;
}

.yzgx_solution li a h2 {
    color: #333;
    font-size: 1.2rem;
    -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 .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 li a {
    padding-top: 1rem;
}

.yzgx_solution li h2 {
    padding-top: 19px;
}

.yzgx_solution .sysimg p img:nth-of-type(1) {
    display: inline-block;
}

/*yzgx_honor*/

.yzgx_honor {
    overflow: hidden;
}

.yzgx_honor_con {
    margin: 1rem 11.3% 0;
    position: relative;
    overflow: visible;
}

.yzgx_honor_con dt img {
    display: block;
    width: 100%;
}

.yzgx_honor_con dd p {
    font-size: 1.2rem;
    line-height: 2;
    color: #333333;
    text-align: center;
}

.yzgx_honor_con dd p img {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5rem;
}

.yzgx_honor_con dd h3 {
    line-height: 2.5;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center
}

.yzgx_honor .prev {
    position: absolute;
    left: -2.5rem;
    top: 40%;
    width: 1.3rem;
    height: 2.4rem;
    background: url(../images/prev.png) no-repeat center;
    z-index: 100;
    background-size: 1.3rem 2.4rem;
}

.yzgx_honor .next {
    position: absolute;
    right: -2.5rem;
    top: 40%;
    width: 1.3rem;
    height: 2.4rem;
    background: url(../images/next.png) no-repeat center;
    z-index: 100;
    background-size: 1.3rem 2.4rem;
}


/*yzgx_case*/

.yzgx_cases {
    background-size: 100% 35.8rem;
    padding-bottom: 2rem;
    overflow: hidden;
    ;
}

.yzgx_cases_con {
    margin: 1rem 11.3% 0;
    position: relative;
    overflow: visible;
}

.yzgx_cases_con dt img {
    display: block;
    width: 100%;
}

.yzgx_cases_con dd p {
    font-size: 1.2rem;
    line-height: 2;
    color: #333333;
    text-align: center;
}

.yzgx_cases_con dd p img {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5rem;
}

.yzgx_cases_con dd h3 {
    line-height: 2.5;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center
}

.yzgx_cases .prev {
    position: absolute;
    left: -2.5rem;
    top: 9rem;
    width: 1.3rem;
    height: 2.4rem;
    background: url(../images/prev.png) no-repeat center;
    z-index: 100;
    background-size: 1.3rem 2.4rem;
}

.yzgx_cases .next {
    position: absolute;
    right: -2.5rem;
    top: 9rem;
    width: 1.3rem;
    height: 2.4rem;
    background: url(../images/next.png) no-repeat center;
    z-index: 100;
    background-size: 1.3rem 2.4rem;
}



/*news*/

.yzgx_news {
    padding: 1rem 0;
    position: relative;
}

/* 本例子css -------------------------------------- */
.yzgx_news_con .hd {
    position: relative;
}

.yzgx_news_con .hd ul {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.yzgx_news_con .hd ul li a {
    padding: 0 2rem;
    color: #666;
    line-height: 2;
    font-size: 1.4rem;
}

.yzgx_news_con .hd ul .on a {
    background: #1168ab;
    color: #fff;
    line-height: 2;
}

.yzgx_news_con .hd ul .on a {
    display: block;
    /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.yzgx_news_con .bd ul {
    padding: 10px 0 10px 10px;
}


.yzgx_news_con .bd ul dl {
    width: 100%;
    margin-bottom: 20px;
}

.yzgx_news_con .bd ul dl dt {
    width: 30%;
    float: left;
}

.yzgx_news_con .bd ul dl dt img {
    width: 100%;
    min-height: 8rem
}

.yzgx_news_con .bd ul dl dd {
    width: 68%;
    float: right;
}

.yzgx_news_con .bd ul dl .data {
    color: #999;
    line-height: 2;
}

.yzgx_news_con .bd ul dl h3 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yzgx_news_con .bd ul dl p {
    color: #999;
    line-height: 2;
    font-size: 1rem;
}