.banners1 {
    position: relative;
}

.banners1 .lzg_banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    height: 70px;
    background: rgba(0, 0, 0, .8);
}

.lzg_banner li {
    position: relative;
}

.lzg_banner li.star:after {
    content: '*';
    display: block;
    font-size: 15px;
    color: #f00;
    position: absolute;
    top: 8px;
    z-index: 5;
    left: 5px;
}

.lzg_banner li {
    width: 18%;
    margin: 15px 2% 15px 0;
    float: left;
}

.lzg_banner li:last-child {
    float: left;
    margin: 15px 0;
}

.lzg_banner .text1 {
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}

.lzg_banner .sub {
    line-height: 40px;
    height: 40px;
    background: #2c5ba4;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
}

.lzg_banner .titles {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #2c5ba4;
    border-radius: 0 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}

.lzg_banner ul {
    float: right;
    width: 78%;
    margin-right: 3.5%;
}

h2 {
    color: #3e3e3f;
    font-size: 30px;
    /* font-weight: bold; */
    text-align: center;
    padding: 50px 0 20px 0;
}

.section2 {
    padding: 1px 0 0;
}

.h2_tips {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.jieshao {
    color: #3e3e3f;
    font-size: 15px;
    line-height: 2;
    padding: 0 0 30px 0;
    text-align: center;
}

.jieshao_list li {
    width: 110px;
    position: relative;
    margin: 0 2%;
    display: inline-block;
}

.jieshao_list img {
    opacity: .8;
}

.jieshao_list .lans {
    text-align: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;

}

.jieshao_list .no {
    width: 30px;
    background: #3e3e3f;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 2;
    height: 30px;
    color: #fff;
}

.fangan_list .lans {
    width: 100%;
    text-align: center;
}

.jieshao_list {
    text-align: center;
    margin-bottom: 100px;
}

.fangan_list {

    height: 300px;

    position: relative;

    width: 100%;

    margin: 30px 0;
}

.fangan_list li {
    width: 16%;
    float: left;
}

.fangan_list .no {
    width: 40px;
    position: relative;
    line-height: 40px;
    font-size: 20px;
    background: #e94f25;
    border-radius: 50%;
    color: #FFFFFF;
    margin: 10px auto;
    text-align: center;
}

.fangan_list .no:after {
    content: '';
    width: 150px;
    height: 150px;
    background: url('../images/lines1.png');
    display: block;
    position: absolute;
    left: 100%;
    top: 20px;
    background-size: 100% 100%;
}

.fangan_list li:nth-child(even) .no:after {
    content: '';
    width: 150px;
    height: 150px;
    background: url('../images/lines2.png');
    display: block;
    position: absolute;
    left: 95%;
    top: auto;
    background-size: 100% 100%;
    bottom: 30px;
}

.fangan_list li:nth-child(even) {
    margin-top: 160px;
}

.fangan_list li:nth-child(even) .no {
    background: #3e3e3f;
}

.fangan_list li:last-child .no:after {
    display: none;
}

.fangan_list li:last-child .no {
    /* float: right; */
}

.fangan_list li:last-child {
    /* position: absolute; */
    /* top: 0px; */
    /* right:0; */
    /* text-align: right; */
}

.pro_lists {

    padding: 5px 0 30px 0;
}

.pro_lists li {
    width: 22.75%;
    margin: 20px 3% 0px 0;
    float: left;
    height: 250px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 25px;
    background:url("../images/bg3.png") left bottom #fff no-repeat;
}

.pro_lists li:nth-child(4n) {
    margin-right: 0;
}

.pro_lists .t1 {
    margin: 30px auto 15px auto;
    width: 40px;
}

.pro_lists .t2 {
    color: #2c5ba4;
    font-size: 18px;
    font-weight: bold;
}

.pro_lists .t3 {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    text-align: left;
    line-height: 2;
}

.val-data {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin: 30px 0 60px 0;
    padding: 30px 42px;
    background: #fff;
}

.grow_flex_box {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grow_flex_box .item {
    width: 280px;
    height: 200px;
    background: url(../images/highlight.png) center center no-repeat;
    background-size: contain;
}

.grow_flex_box .item > .num {
    height: 200px;
    line-height: 200px;
    font-size: 70px;
    color: #3e3e3f;
    text-align: center;
}

.grow_flex_box .item > .num img {
    max-width: 100%;
}

.grow_flex_box .item .detail {
    font-size: 16px;
    color: #2c5ba4;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.grow_flex_box .item .per {
    font-size: 20px;
}

.show_list {
    padding: 20px 0;
}

.show_list li {
    width: 22%;
    float: left;
    margin: 15px 2%;
    position: relative;
    height: 160px;
    overflow: hidden;
    z-index: 0;
}

.show_list .lans {
    position: absolute;
    bottom: 0;
    height: 45px;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
}

.show_list .t1 {
    line-height: 45px;
    font-size: 16px;
    color: #FFFFFF;
}

.show_list li:nth-child(4n) {
    margin-right: 0;
}

.show_list li:nth-child(4n - 3) {
    margin-left: 0;
}

.main {
    overflow: hidden;
}

.ques_list .t2_1 {
    /* color: #2f318b; */
}

.jianjie {
    text-align: center;
    position: relative;
    margin: 10px 0 70px 0;
}

.jianjie .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
}

.jianjie .radius {
    width: 500px;
    height: 500px;
    display: inline-block;
    border-radius: 50%;
    border: 1px dashed #dddddd;
    box-sizing: border-box;
    padding: 9% 4%;
    vertical-align: top;
    margin: 0 15px;
}

.jianjie .radius1 {
    background: #F9F9F9;
    border: 0;
}

.radius .t1 {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    font-weight: bold;
    margin: 0px 0 20px 0;
}

.radius .t2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
    background: #e94f25;
    display: inline-block;
    padding: 5px;
    text-shadow: 0 0 0px rgba(0, 0, 0, 1);
}

.xcgl_center {
    font-size: 16px;
    line-height: 1.8;
    color: #3e3e3f;
    text-align: center;
    margin: 20px 0 30px 0;
}

.xcgl_fangan {
    padding: 100px 0 50px 0;
}

.xcgl_fangan .left {
    width: 30%;
    float: left;
}

.xcgl_fangan .left .t1 {
    font-size: 28px;
    font-weight: bold;
    color: #3e3e3f;
}

.xcgl_fangan .left .t2 {
    margin: 10px 0;
}

.xcgl_fangan .left .t3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 200px;
    line-height: 30px;
    font-family: 'arial';
    color: #3e3e3f;
}

.xcgl_fangan .left .t3 img {
    vertical-align: top;
}

.xcgl_fangan .left .t4 {

    margin-top: 40px;
}

.xcgl_fangan .left a {
    float: left;
    width: 40%;
    line-height: 45px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.xcgl_fangan .left .l2 {
    background: #2c5ba4;
}

.xcgl_fangan .right {
    width: 60%;
    float: right;
    margin-top: -40px;
}

.xcgl_fangan .right li {
    width: 48%;
    float: left;
    height: 210px;
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    box-sizing: border-box;
}

.xcgl_fangan .right li:nth-child(even) {
    margin-left: 4%;
}

.xcgl_fangan .right .t1 {
    display: block;
    width: 40px;
}

.xcgl_fangan .right .t2 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto 10px auto;
    color: #222;
}

.xcgl_fangan .right .t3 {
    font-size: 14px;
    line-height: 2;
}

.footer_fixed .text1:focus {
    box-shadow: 0 0 12px #fff;
}

.tel-box {
    display: none;
}

.show_list .picture {
    height: 160px;
}

.select {

    line-height: 40px;

    height: 40px;

    width: 100%;
}

.pro2_details {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    /* margin: 30px 0 60px 0; */
}

.content_wrapper {
    float: right;
    width: 90%;
    height: auto;
    padding: 0px 0 40px 0;
}

.content_wrapper h2 {
    color: #fff;
    padding-top: 47px;
    /* text-align: center; */
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content_wrapper .item {
}

.content_wrapper .item:before {
    content: '';
    display: block;
    float: left;
    width: 33.3%;
    height: 100px;
    margin: -1px -1px 0 0px;
}

.content_wrapper .item li {
    position: relative;
    float: left;
    width: 33.3%;
    height: 200px;
    margin: -1px 0px 0 -1px;
    border: 1px solid rgba(170, 170, 170, .6);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .2);
}

.item .lans {
    position: relative;
    z-index: 5;
    width: 85%;
    margin: 20px auto 20px auto;
    line-height: 1.8;
}
.item .t1{

    font-size: 17px;

    color: rgba(255,255,255,.9);

    line-height: 2;

    margin-bottom: 5px;
}
.item .heng{
    width:20px;
    height:1px;
    background:rgba(255,255,255,.9);;
    display:block;
    margin:20px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.content_wrapper .item li:hover .heng {
    width: 60px;
}
.item .t2 {
    color: #fff;
    font-size: 13px;
    line-height: 2;
}

.item .t2 img {
    margin-right: 5px;
}

.item .hengs {
    display: block;
    background: rgba(170, 170, 170, .6);
    height: 1px;
    width: 50px;
    margin: 20px 0;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

.item li:hover .hengs {
    width: 100%;
}

.item .t3 {
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.5;
}

.item li:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;

}

.item li:hover:after {
    content: '';
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background: #2c5ba4;
}

@media screen and (max-width: 1200px) {
    .tel-box {
        position: fixed;
        bottom: 75px;
        right: 15px;
        z-index: 9999;
        display: block;

    }

    .tel-box a {
        display: block;
        width: 40px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        background: #ed464d;
        border-radius: 50%;
        text-align: center;
        border: 1px #e52830 solid;
        border-width: 0.5px;
    }

    .tel-box i {
        font-size: 20px;
        color: #fff;

    }

    .tel-box i img {
        vertical-align: top;
        margin-top: 5px;
    }

    .show_list {
        padding: 0 0 100px 0;
    }

    .iphones img {
        width: 25px;
    }

    .iphones {
        background: #ac1717;
        line-height: 45px;
        color: #fff !important;
        width: 120px;
        margin: 10px auto;
        text-align: center;
        border-radius: 10px;
    }
}

/*ctpm*/
.about-home .fir-wrap {
    background: url("../images/bg11.png") bottom left #f6f6f6 no-repeat;
    background-size: auto 50%;
    margin: 30px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.mginb-16 {
    margin-bottom: 16px;
}

.f-cb {
    zoom: 1;
}

.about-home .fir-wrap .left-cont {
    padding: 0px 0 40px 0;
    width: 100%;
    margin-left: 5.7%;
    float: left;
}

.about-home1 .fir-wrap .left-cont {
    width: 100%;
}

.about-home .fir-wrap h4 {
    padding-top: 47px;
    color: #333;
    /* text-align: center; */
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 10px;
}

.about-home .fir-wrap .left-cont p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.about-home .fir-wrap .link-box {
    margin-top: 50px;
}

.ins-link-box a {
    display: inline-block;
    border: 1px solid #aaa;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    float: left;
    margin-right: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    padding: 5px;
}

.ins-link-box a:hover {
    border-color: transparent;
}

.ins-link-box a img {
    vertical-align: top;
    margin-top: -4px;
}

.ins-link-box .bg {
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
}

.about-home .fir-wrap .right-cont {
    padding-top: 40px;
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    background:url('../images/bg2.png') right bottom #fff no-repeat;
    min-height: 320px;
    float: right;
    color: #888;
    font-size: 16px;
    line-height: 2;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.about-home1 .fir-wrap .right-cont {
    width: 100%;
    min-height: auto;
}

.about-home .fir-wrap .right-cont li {
    width: 100%;
    /* float: left; */
    margin-bottom: 20px;
}
.about-home .fir-wrap .right-cont .t1{

    color: #333;

    font-size: 16px;

    line-height: 2;
}
.about-home .fir-wrap .right-cont .t2{

    color: #666;

    font-size: 12px;

    line-height: 2;

    text-indent: 2em;
}
.about-home .fir-wrap .right-cont li:nth-child(2) {
    /* width: 40%; */
    /* margin-left: 10%; */
}

.about-home .fir-wrap .right-cont li:last-child {
    width: 100%;
}

.i-column-wrap.black .stit {
    color: #2c5ba4;
    font-size: 20px;
    font-weight: bold;
}

.i-column-wrap .line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #9a9a9a;
    margin-top: 20px;
}

.i-column-wrap .mtit {
    display: block;
    margin-top: 18px;
    line-height: 1.8;
    color: #444;
    font-size: 15px;
    margin-bottom: 10px;
}

.link-box a.link2:hover i {
    background: url(../images/icon2_on.png) no-repeat center;
    background-size: cover;
}

.link-box i {
    position: relative;
    z-index: 2;
}

.link-box .link2 i {
    background: url(../images/icon2.png) no-repeat center;
    width: 90%;
    display: block;
    margin: auto;
    height: 90%;
    background-size: cover;
}

.ins-link-box a:hover .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e94f25;
    opacity: .6;
    z-index: 0
}

.link-box a.link1:hover i {
    background: url(../images/icon1_on.png) no-repeat center;
    background-size: cover;
}

.link-box .link1 i {
    background: url(../images/icon1.png) no-repeat center;
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
}

.tips {
    color: #2c5ba4;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 70px;
}

section {
    padding: 1PX 0;
}

.cost_mess {
    font-size: 14px;
    line-height: 2;
    color: #666;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .15);
    margin-bottom: 50px;
}

.star_list1 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.star_list1 li {
    /*box-shadow: 0px 0px 3px 1px rgba(0,0,0,.3);*/
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 25px;
    width: 22.6%;
    float: left;
    height: 160px;
    box-sizing: border-box;
    margin-right: 3.2%;
}

.star_list1 li:nth-child(4n) {
    margin-right: 0;
}

.star_list1 .t1 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.pro1_details {
    padding: 20px 0 0px;
}

.pro1_details li {
    float: left;
    width: 18%;
    height: 250px;
    margin: 20px 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 25px 1.5%;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #fff;
    margin-left: 2%;
    position: relative;
    transition: all ease .3s;
    box-shadow: 0 2px 8px 0 rgba(18, 26, 42, .08);
}
.pro1_details li:hover{
    margin-top: 10px;
}
.pro1_details li:after{
    content:'';
    width:0px;
    height:2px;
    background:#2c5ba4;
    position: absolute;
    bottom: 0;
    left:0;
    transition: all ease .3s;
}
.pro1_details li:hover:after{
    width:100%;
}
.pro1_details li:nth-child(6) {
    /* margin-left: 3.5%; */
    /* margin-right: 3.5%; */
}

.pro1_details .t1 {
    font-size: 35px;
    /* color: #2c5ba4; */
    /* font-weight: bold; */
    font-family: 'arial';
}

.pro1_details .t2_1 {
    font-size: 15px;
    line-height: 20px;
    padding: 22px 0 10px 0;
    /* height: 40px; */
    font-weight: 700;
    /* margin-top: 30px; */
    color: #333;
}

.pro1_details .t2_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    /* max-height: 101px; */
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.section3 .t4 {
    margin: 10px 0px;
}

.section3 .t4 p {
    font-size: 15px;
}

.x_table {
    padding-bottom: 20px;
}

.bg_tongdian {
    padding-bottom: 60px;
    overflow: hidden;
    background-image: url(../images/02-hybg.png);
    background-repeat: repeat;
}

.six-bg {
    text-align: center;
}
.six-bg .img{
    width: 500px;
    display: inline-block;
    margin: 0 30px;
    vertical-align: top;
}
.six_list{
    display: inline-block;
    vertical-align: top;
}
.six_list li{
    background: url('../images/textbg-1.png') center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 20px;
    width: 250px;
    margin-top: 30px;
    text-align: left;
}
.six_list .t1{
    color: rgba(255,255,255,.8);
    font-size: 15px;
    margin-bottom: 10px;
}
.six_list .t2{
    color: rgba(255,255,255,.36);
    font-size: 12px;
    line-height: 1.8;
}
.tips11{
    max-width: 800px;
    margin: auto;
    font-size: 13px;
    line-height: 2;
    color: #666666;
    text-align: center;
    margin: 20px auto 10px auto;
}
@media screen and (max-width: 1450px) {
    .box {
        max-width: 1000px;
    }

    .ques_list .t1 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    .ques_list li {
        padding: 25px 0 15px 0;
        height: 120px;
    }

    .ques_list .t2_2 {
        font-size: 12px;
    }

    .lzg_banner .titles {
        line-height: 40px;
    }

    .banners1 .lzg_banner {
        height: 50px;
    }

    .lzg_banner .text1, .select, .lzg_banner .sub {
        line-height: 30px;
        height: 30px;
    }

    .lzg_banner li, .lzg_banner li:last-child {
        margin-top: 10px;
    }

    .nd_title, .about-home .fir-wrap h4, h2 {
        font-size: 25px;
    }

    .nd_title p {
        font-size: 16px;
    }

    .ques_list .t2_1, .about-home .fir-wrap .left-cont p {
        font-size: 15px;
    }

    .ques_list .t2 {
        margin-top: 0;
        width: calc(100% - 70px);
    }

    .about-home .fir-wrap .left-cont, .about-home .fir-wrap .right-cont {
        padding-top: 30px;
        min-height: 220px;
    }

    .i-column-wrap.black .stit {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.5;
    }

    .i-column-wrap .mtit {
        font-size: 14px;
    }

    .xcgl_fangan .left .t4 {
        margin-top: 20px;
    }

    .xcgl_fangan .left .t3 {
        margin-top: 240px;
    }

    .xcgl_fangan .right .t2 {
        font-size: 16px;
    }

    .xcgl_fangan .right .t3 {
        font-size: 13px;
    }

    .pro_lists .t1 {
        width: 35px;
        margin: 35px auto 15px auto;
    }

    .pro_lists li {
        padding: 0 20px;
        background: #fff;
    }

    .pro_lists .t3 {
        font-size: 12px;
        margin-top: 10px;
    }

    .pro_lists li {
        height: 250px;
        margin: 20px 1.55% 0px 0;
    }

    .footer_fixed .house {
        width: 370px;
    }

    .show_list li {
        margin: 15px auto 0 auto;
    }

    .show_list li:nth-child(3n-1) {
        margin: 15px 2% 0 2%;
    }

    .ques_list .t3_2 {
        font-size: 16px;
    }

    .xcgl_fangan .right li {
        height: 220px;
    }

    .xcgl_fangan .right .t1 {
        width: 30px;
    }

    .pro_lists .t2 {
        font-size: 16px;
    }

    .xcgl_fangan {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1200px) {

    .content_wrapper .item li {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .content_wrapper .item:before {
        display: none;
    }

    .content_wrapper h2 {
        margin-bottom: 20px;
    }

    .content_wrapper {
        width: 100%;
        padding: 40px 0 20px 0;
    }

    .about-home .fir-wrap .right-cont li:nth-child(2), .about-home .fir-wrap .right-cont li {
        width: 100%;
        margin: 20px 0;
        float: none;
    }

    .six-bg .img{
        display: none;
    }
    .six_list{
        display:block;
    }
    .six_list li{
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    .x_table {
        overflow: scroll;
    }

    .x_table img {
        width: 200%;
    }

    .pro1_details li, .pro1_details li:nth-child(3n -1) {
        width: 100%;
        float: none;
        padding: 5%;
        height: auto;
        margin-bottom: 10px;
        margin-top: 0;
        margin-left: 0;
    }

    .pro1_details {
        padding: 0px;
    }

    .pro1_details .t1 {

        font-size: 28px;

    }

    .pro1_details .t2_1 {

        font-size: 16px;

    }

    .pro1_details .t2_2 {

        font-size: 13px;
    }

    .star_list1 li {
        width: 48%;
        margin: 10px 0;
        padding: 10px;
        height: 100px;
    }

    .star_list1 li:nth-child(even) {
        margin-left: 4%;
    }

    .star_list1 .t1 {
        font-size: 15px;
        line-height: 1.6;
    }

    .show_list .picture, .show_list li {
        height: 100px;
    }

    .nd_title {
        font-size: 20px;
    }

    .lzg_banner .titles {
        display: none;
    }

    .lzg_banner ul {
        width: 100%;
        float: none;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .lzg_banner li, .lzg_banner li:last-child {
        width: 48%;
        margin: 5px 0 0;
    }

    .lzg_banner li:last-child {
        width: 100%
    }

    .lzg_banner li:nth-child(even) {
        margin-left: 4%;
    }

    .lzg_banner .text1, .lzg_banner .sub, .select {
        line-height: 25px;
        height: 25px;
        font-size: 12px;
    }

    .banners1 .lzg_banner {
        height: 94px;
    }

    h2, .xcgl_fangan .left .t1 {
        font-size: 18px;
        padding: 25px 0 10px 0;
    }

    .xcgl_center {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 1.5;
    }

    .jianjie .radius {
        width: 45%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 5px;
        border-radius: 0;
    }

    .radius .t1 {
        font-size: 12px;
    }

    .radius .t2 {
        font-size: 15px;
    }

    .jianjie .center img {
        width: 50px;
    }

    .jianjie {
        margin: 10px 0 30px 0;
    }

    .xcgl_fangan .left .t3, .xcgl_fangan .left a {
        display: none;
    }

    .xcgl_fangan .left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .xcgl_fangan .left .t2 {
        margin: 0 0 10px 0;
    }

    .xcgl_fangan .right {
        margin: 0;
        width: 100%;
        float: none;
    }

    .xcgl_fangan {
        padding: 10px 0 30px 0;
    }

    .xcgl_fangan .right li {
        padding-top: 30px;
        height: 200px;
    }

    .xcgl_fangan .right li:nth-child(3), .xcgl_fangan .right li:nth-child(4) {
        border-bottom: 0;
    }

    .xcgl_fangan .right .t2 {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }

    .xcgl_fangan .right .t1 {
        width: 35px;
    }

    .xcgl_fangan .right .t3 {
        line-height: 1.5;
        font-size: 13px;
        color: #777;
    }

    .xcgl_fangan .left .t4 {
        margin: 0;
    }

    .pro_lists li, .pro_lists li:last-child {
        width: 100%;
        margin: 5px 0;
        padding: 0 15px;
        height: auto;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .pro_lists li:nth-child(even) {
        margin-left: 0;
    }

    .pro_lists .t1 {
        width: 7%;
        margin: 15px 0;
        max-width: 45px;
    }

    .pro_lists .t3 {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 1.8;
        margin-top: 10px;
    }

    .pro_lists .t2 {
        font-size: 14px;
    }

    .val-data {
        height: auto;
        padding: 5px 10px 80px 10px;
        margin: 5px 0 30px 0;
    }

    .grow_flex_box .item > .num {
        font-size: 20px;
        line-height: 100px;
        height: 80px;
    }

    .grow_flex_box {
        height: auto;
    }

    .grow_flex_box .item {
        height: 100px;
    }

    .grow_flex_box .item .detail {
        font-size: 12px;
        margin-top: 10px;
    }

    .grow_flex_box .arrow img {
        height: 5px;
    }

    .grow_flex_box .item .per {
        font-size: 13px;
    }

    .show_list {
        padding: 0 0 80px 0;
    }

    .show_list li, .show_list li:nth-child(3n - 1) {
        width: 48%;
        margin: 8px 0;
    }

    .show_list li:nth-child(even) {
        margin-left: 4%;
    }

    .show_list .t1, .show_list .lans {
        font-size: 14px;
        line-height: 2;
        height: 28px;
    }

    .show_list .t2 {
        display: none;
    }

    .about-home .fir-wrap .left-cont {
        width: 100%;
        float: none;
        padding: 5%;
        box-sizing: border-box;
        margin-left: 0;
        min-height: auto;
    }

    .about-home .fir-wrap .right-cont {
        float: none;
        width: 100%;
        margin: auto;
        padding: 10px 5%;
        box-sizing: border-box;
        min-height: 0;
        font-size: 13px;
        line-height: 1.8;
    }

    .about-home .fir-wrap h4 {
        font-size: 20px;
        line-height: 2;
        padding: 0;
    }

    .about-home .fir-wrap .left-cont p {
        font-size: 14px;
    }

    .about-home .fir-wrap .link-box {
        margin-top: 20px;
    }

    .i-column-wrap .mtit {
        font-size: 14px;
        line-height: 1.8;
    }

    .item .t2 {
        font-size: 15px;
    }
}
