input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.max1800 {
    max-width: 1830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* box1 */

.box1 {
    position: relative;
    overflow: hidden;
    background: url(../images/c12_bg.png) no-repeat center;
    background-size: 1800px auto;
}

.aa_list {
    /*height: 100vh;*/
    height:795px;
    display: flex;
    justify-content: space-between;
}

.aa_list li {
    position: relative;
    width: 20%;
    text-align: center;
    height: 795px;
    /*height: 100vh;*/
    display: table;
    cursor: pointer;
    padding: 0 15px;
    transition: .5s;
    overflow: hidden;
}

.aa_list li:nth-child(3) {
    margin-left: 20%;
}

.middle {
    vertical-align: middle;
    display: table-cell;
    transition: .5s;
}
.aa_list .middle-li{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.aa_list li:nth-child(1) {
    background: url(../images/ll01.png) no-repeat center 132px / auto 49px;
} 
.aa_list li:nth-child(2) {
    background: url(../images/ll02.png) no-repeat center 132px / auto 49px;
} 
.aa_list li:nth-child(3) {
    background: url(../images/ll03.png) no-repeat center 133px / auto 49px;
} 
.aa_list li:nth-child(4) {
    background: url(../images/ll04.png) no-repeat center 133px / auto 49px;
} 

.aa_list li a.img {
    display: block;
   /*transition: .5s;*/
    margin-top: 0px;
}

.aa_list li .imgs {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 15px;
    background: url(../images/yun.png) no-repeat bottom;
transition: .5s;
}

.aa_list li .imgs img {
    max-width: 120px;
    margin: 0 auto;
}

.aa_list li .imgs .img_a {
    display: block;
    opacity: 1;
}

.aa_list li .imgs .img_b {
    display: none;
    opacity: 0;
    margin-top:60px;
}

.aa_list li h3 {
    width: 60%;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 0 auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.aa_list li .kks {
    display: none;
    opacity: 0;
    transition: .5s;
}

.aa_list li .kks span {
    display: block;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 1.7;
    padding-top: 15px;
    margin-top: 15px;
    background: url(../images/line01.png) no-repeat top center;
}

.aa_list li .kks i {
    display: inline-block;
    border-radius: 5px;
    line-height: 34px;
    background: #96d701;
    font-size: 16px;
    color: #fff;
    padding: 2px 25px;
    font-style: inherit;
    margin-top: 15px;
}

.aa_list li:hover {
    box-shadow: 0 0 20px #ccc;
    transition: .5s;
}

.aa_list li:hover a.img {
    margin-top: -30px;
}

.aa_list li:hover .img_a {
    display: none;
    opacity: 0;
}

.aa_list li:hover .img_b {
    display: block;
    opacity: 1;
}

.aa_list li:hover .kks {
    display: block;
    opacity: 1;
}

@media (max-width:992px) {
    .aa_list {
        flex-wrap: wrap;
        height: 100%;
    }
    .aa_list li {
        width: 40%;
        height: 50%;
        padding: 5.125% 30px;
    }
    .aa_list li:nth-child(3) {
        margin-left: 0px;
    }
}


/* 手机公司内容 */

.mob_box1 {
    position: relative;
    display: none;
}

.mob_aa_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100vh;
    background: url(../images/mob_box1_bg.png) no-repeat center;
    background-position: center center;
    background-size: contain;
}

.mob_aa_list:before{
    content:'';
    position: absolute;
    top:-100px;
    left:0;
    width: 100%;
    height: 50vh;
    background: url(../images/tt01.png) no-repeat center bottom / 50% auto;
}

.mob_aa_list:after{
    content:'';
    position: absolute;
    bottom:-80px;
    left:0;
    width: 100%;
    height: 50vh;
    background: url(../images/tt02.png) no-repeat center top / 50% auto;
    z-index: -1;
}


.mob_aa_list li {
    position: relative;
    width: 50%;
    text-align: center;
    display: table;
    cursor: pointer;
    height: 50vh;
}

.mob_aa_list li a.img {
    display: block;
    transition: .5s;
    margin-top: 0px;
}

.mob_aa_list li .imgs {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 10px;
    background: url(../images/yun.png) no-repeat bottom;
    transition: .5s;
}

.mob_aa_list li .imgs img {
    max-width: 60px;
    margin: 0 auto;
}

.mob_aa_list li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin: 0 auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



@media (max-width:768px){
    .box1{
        display:none;
    }
    .mob_box1{
        display:block;
    }
 
}


/* box2 */

.box2 {
    position: relative;
}

.c2_list {
    position: relative;
}

.list_img {
    position: relative;
}

.list_img img {
    width: 100%;
}

.c2_list .hd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.list_contt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_contt li {
    position: relative;
    width: 50%;
    height: 50%;
    display: table;
    text-align: center;
}

.big_show .bimg {
    position: relative;
    line-height: 90px;
}

.big_show .bimg img {
    max-width: 100%;
}

.big_show h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.small_show .sm_left {
    position: relative;
    padding: 5px 15px;
    text-align: center;
    width: 25%;
    border-right: 3px solid #fff;
}

.small_show .sm_left .simg {
    line-height: 100px;
}

.small_show .sm_left .simg img {
    vertical-align: middle;
    max-width: 100%;
}

.small_show .sm_left h3 {
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}

.small_show .sm_stext {
    width: 50%;
    padding: 0 30px;
}

.small_show .sm_stext .neir {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
}

.small_show .sm_stext .gend {
    display: block;
    line-height: 22px;
    width: 88px;
    background: #fff;
    border-radius: 20px;
    color: #0c2450;
    font-size: 12px;
    float: right;
    margin-top: 10px;
}

.list_contt li:nth-child(1):hover,
.list_contt li:nth-child(1).on {
    background: rgba(18, 118, 166, .8);
    border-bottom-left-radius: 2.5rem;
}

.list_contt li:nth-child(2):hover,
.list_contt li:nth-child(2).on {
    background: rgba(23, 190, 236, .8);
    border-bottom-right-radius: 2.5rem;
}

.list_contt li:nth-child(3):hover,
.list_contt li:nth-child(3).on {
    background: rgba(1, 35, 101, .8);
    border-top-left-radius: 2.5rem;
}

.list_contt li:nth-child(4):hover,
.list_contt li:nth-child(4).on {
    background: rgba(150, 215, 1, .8);
    border-top-right-radius: 2.5rem;
}

.big_show {
    display: block;
    opacity: 1;
    transition: .5s;
}

.small_show {
    display: none;
    opacity: 0;
    transition: .5s;
}

.list_contt li.on .big_show {
    display: none;
    opacity: 0;
}

.list_contt li.on .small_show {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_contt li.on .small_show > a{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1200px) {
    .big_show h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .small_show .sm_left {
        width: 40%;
    }
    .small_show .sm_left .simg {
        line-height: 60px;
    }
    .small_show .sm_left .simg img {
        width: 50%;
    }
    .small_show .sm_left h3 {
        font-size: 16px;
        padding: 5px 0;
    }
    .small_show .sm_stext {
        width: 55%;
    }
    .small_show .sm_stext .neir {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width:992px) {
    .small_show .sm_stext .neir {
        font-size: 12px;
    }
    .big_show .bimg {
        line-height: 80px;
    }
    .big_show .bimg img {
        max-width: 15%;
    }
    .big_show h3 {
        font-size: 14px;
    }
    
}


/* mob_hexin */

.mob_hexin {
    position: relative;
}

.mob_hexin_list {
    position: relative;
    width: 100%;
    height: 100%;
}

.mob_hexin_list li {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    overflow: hidden;
}

.mob_big_show {
    padding: 5.125% 0;
}

.mob_big_show .bimg {
    line-height: 80px;
}

.mob_big_show .bimg img {
    max-width: 60px;
}

.mob_big_show h3 {
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
}

.mob_small_show {
    display: flex;
    justify-content: center;
    padding: 5.125% 15px;
    align-items: center;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mob_hexin_list li:nth-child(1) .mob_small_show {
    background: rgba(18, 118, 166, .9);
}

.mob_hexin_list li:nth-child(2) .mob_small_show {
    background: rgba(23, 190, 236, .9);
}

.mob_hexin_list li:nth-child(3) .mob_small_show {
    background: rgba(1, 35, 101, .9);
}

.mob_hexin_list li:nth-child(4) .mob_small_show {
    background: rgba(150, 215, 1, .9);
}

.mob_small_show .sm_left {
    position: relative;
    padding: 5px 10px;
    text-align: center;
    width: 25%;
    border-right: 3px solid #fff;
}

.mob_small_show .sm_left .simg {
    line-height: 80px;
}

.mob_small_show .sm_left .simg img {
    vertical-align: middle;
    max-width: 60px;
}

.mob_small_show .sm_left h3 {
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}

.mob_small_show .sm_stext {
    width: 50%;
    padding: 0 30px;
}

.mob_small_show .sm_stext .neir {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
}

.mob_small_show .gend {
    display: inline-block;
    line-height: 1.7;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    color: #0c2450;
    font-size: 14px;
}

.mob_small_show.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media (max-width:500px) {
    .mob_big_show h3 {
        font-size: 18px;
    }
    .mob_small_show .sm_left {
        width: 35%;
    }
    .mob_small_show .sm_stext {
        padding: 0 15px;
    }
    .mob_small_show .sm_left h3 {
        font-size: 14px;
        font-weight: normal;
    }
    .mob_small_show .sm_stext .neir {
        font-size: 14px;
    }
    
}


/* box3 */

.box3 {
    position: relative;
    background: #f9f9f9;
    padding-bottom: 15px;
}

.ttt3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ttt3 h3 {
    font-size: 30px;
    color: #242424;
    background: url(../images/line02.png) no-repeat left bottom;
    padding-bottom: 15px;
    width: 32%;
}

.ttt3 .xian {
    width: 65%;
    margin-bottom: 25px;
}

.ttt3 .xian img {
    width: 100%;
}

.box3_contt {
    position: relative;
    margin-top: 3.125%;
}

.box3_img img {
    width: 100%;
}

.box3_nei {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: table;
}

.box3_nei h1 {
    color: #fff;
    font-size: 43px;
}

.box3_nei p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 8px;
}

.box3_nei a.fenx {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../images/tux.png) no-repeat center;
    line-height: 65px;
    margin-top: 3.125%;
    min-width: 234px;
}

.box3_nei a.fenx i {
    padding-right: 10px;
}

.box3_nei a.fenx::before {
    position: absolute;
    left: 3px;
    top: 8px;
    content: "";
    width: 0;
    height: 54px;
    background: #96d701;
    transition: .5s;
    z-index: -1;
}

.box3_nei a.fenx:hover::before {
    width: 223px;
}


/* mob_box3 */

.mob_box3 {
    position: relative;
    padding-bottom: 15px;
    background: #f9f9f9;
}

.mob_ttt3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mob_ttt3 h3 {
    font-size: 22px;
    color: #242424;
    background: url(../images/line02.png) no-repeat left bottom;
    padding-bottom: 15px;
    width: 45%;
}

.mob_ttt3 .mob_xian {
    width: 45%;
    margin-bottom: 25px;
}

.mob_ttt3 .mob_xian img {
    max-width: 80%;
}

.mob_box3_contt {
    position: relative;
    margin-top: 3.125%;
}

.mob_box3_img img {
    width: 100%;
}

.mob_box3_nei {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: table;
}

.mob_box3_nei h1 {
    color: #fff;
    font-size: 43px;
}

.mob_box3_nei p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 8px;
}

.mob_box3_nei a.fenx {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../images/tux.png) no-repeat center /100% auto;
    line-height: 60px;
    margin-top: 3.125%;
    min-width: 200px;
}

.mob_box3_nei a.fenx i {
    padding-right: 10px;
}

.mob_box3_nei a.fenx::before {
    position: absolute;
    left: 3px;
    top: 8px;
    content: "";
    width: 0;
    height: 48px;
    background: #96d701;
    transition: .5s;
    z-index: -1;
}

.mob_box3_nei a.fenx:hover::before {
    width: 192px;
}

@media (max-width:992px) {
    .ttt3 h3 {
        font-size: 22px;
    }
    
    .mob_box3_nei{
        display:flex;
        align-items:center;
    }
    .mob_box3_nei .middle{
        display:block;
        flex:1;
    }
}

@media (max-width:500px) {
    .mob_ttt3 h3 {
        font-size: 20px;
        width: 50%;
    }
    .mob_box3_nei h1 {
        font-size: 28px;
    }
    .mob_box3_nei p {
        font-size: 18px;
    }
}


/* box_news */

.box_news {
    position: relative;
    background: #f9f9f9;
}

.box_news_wap {
    position: relative;
    padding: 120px 0;
}

.box_news_wap::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 9px;
    height: 95px;
    background: url(../images/line03.png) no-repeat center;
}

.box_news_wap::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 101px;
    height: 90px;
    background: url(../images/line04.png) no-repeat center;
}

.ttt4 {
    position: relative;
}

.ttt4 h3 {
    font-size: 30px;
    color: #2b2b2b;
    background: url(../images/news_line.png) no-repeat left bottom;
    padding-bottom: 15px;
}

.ttt4 .newsmore {
    position: absolute;
    right: 0px;
    top: 18px;
    color: #96d701;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.news_list11 {
    position: relative;
    margin-top: 2.125%;
}

.news_list11 li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 30px;
    background: #fff;
    min-height: 163px;
}

.news_list11 li+li {
    border-left: 1px dashed #d2d2d2;
}

.news_list11 li .show_news a {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list11 li .show_news span {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
}

.show_news {
    display: block;
    transition: .5s;
}

.hidd_news {
    display: none;
    transition: .5s;
}

.news_list11 li:hover {
    padding: 0;
}

.news_list11 li:hover .show_news {
    display: none;
}

.news_list11 li:hover .hidd_news {
    display: block;
}

.hidd_news a.img {
    display: block;
}

.hidd_news a.img img {
    width: 100%;
    min-height: 163px;
}

.hidd_news .new_fu {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    background: rgba(12, 52, 128, .7);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
}

.hidd_news .new_fu h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 70%;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hidd_news .new_fu i {
    font-size: 16px;
    color: #fff;
    font-style: inherit;
}


/* .mob_box_news */

.mob_box_news {
    position: relative;
    background: #f9f9f9;
}

.mob_box_news_wap {
    position: relative;
    padding: 70px 0;
}

.mob_box_news_wap::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 9px;
    height: 65px;
    background: url(../images/mob_line03.png) no-repeat center;
    background-size: 75% 100%;
}

.mob_box_news_wap::after {
    position: absolute;
    left: 45%;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 49px;
    height: 65px;
    background: url(../images/mob_line04.png) no-repeat center;
    background-size: 75% 100%;
}

.mob_ttt4 {
    position: relative;
}

.mob_ttt4 h3 {
    font-size: 30px;
    color: #2b2b2b;
    background: url(../images/news_line.png) no-repeat left bottom;
    padding-bottom: 15px;
}

.mob_news_list {
    position: relative;
    margin-top: 30px;
}

.mob_news_list li {
    position: relative;
    margin-bottom: 15px;
}

.mob_news_list li a {
    display: block;
}

.mob_news_list li .nimg {
    overflow: hidden;
}

.mob_news_list li .nimg img {
    width: 100%;
}

.mob_news_list li .news_cc {
    padding: 25px 20px;
    background: #fff;
}

.mob_news_list li .news_cc h3 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mob_news_list li .news_cc span {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
}

.mob_newsmore {
    display: block;
    margin: 15px auto;
    color: #96d701;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}


/*  */


/*底部搜索*/

#formsearch2 {
    width: 290px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}


/* mob_foot_wap */

.mob_foot_wap {
    position: relative;
    padding: 30px 0;
    background: #0d1629;
    padding-bottom: 60px;
}

.mob_foot_logo {
    text-align: center;
    padding: 15px 0;
}

.mob_foot_logo img {
    max-width: 100%;
}

.mob_foot_contact {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.mob_foot_contact p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.7;
    padding-bottom: 5px;
}

.mob_foot_contact strong {
    display: block;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}


/* 手机底部导航 */

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000000;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.mob_footer ul li a {
    display: block;
    color: #ffffff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.icon-home2:before {
    background: url(../images/mob_f11.png) no-repeat center center;
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-size: 100% 100%;
    margin: 0 auto;
}

.icon-phone2:before {
    background: url(../images/mob_f22.png) no-repeat center center;
    content: "";
    width: 22px;
    height: 24px;
    display: block;
    background-size: 100% 100%;
    margin: 0 auto;
}

.icon-inquiry2:before {
    background: url(../images/mob_f33.png) no-repeat center center;
    content: "";
    width: 23px;
    height: 21px;
    display: block;
    background-size: 100% 100%;
    margin: 0 auto;
}

.icon-address2:before {
    background: url(../images/mob_f44.png) no-repeat center center;
    content: "";
    width: 19px;
    height: 26px;
    display: block;
    background-size: 100% 100%;
    margin: 0 auto;
}

.gajjbbs{
    border-radius: 6px;
    background: #96d1e3;
    overflow: hidden;
}
.hjha_ahgh{
  color: #fff;
  font:500 30px/2em "微软雅黑";
  background: #7ea6c0;
  padding: 0.2em 5%;
}
.hjha_ahgh img{
    height: 2em;
    padding-right: 0.6em;
}
.weggh_bj{
    background: #96d1e3;
    padding: 6% 5%;
}
.wehjjhb{
    padding: 1em 0;
    border-top:1px solid #7ea6c0;
    border-bottom:1px solid #7ea6c0;
    color:#fff;
    font:500 20px/1.4em "微软雅黑";
} 
.wehjjhc{
    padding-top: 2.5vw;
}
.wehjjhc h2{
    color: #ffffff;
    font:500 30px/2.5em "微软雅黑";
}
.hhghgha li{
    color: #ffffff;
    font:500 24px/1.8em "微软雅黑";
} 
.wehjjha{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  align-items: center;
    padding-bottom: 2vw;
}
.wehjjha .hha_ahh{
    width: 60%;
    color: #ffffff;
    font:500 22px/2em "微软雅黑";
}
.wehjjha .hha_ahh span{
    width: 8em;
    display: inline-block;
    text-align: right;
}
.ghhga_ah li +li{
    margin-top: 1em;
}
.ghhga_ah li input,.ghhga_ah li select{
    border-radius: 4px;
}
.ghhga_ah li input,.ghhga_ah li select,.ghhga_ah li select option{
    color: #666666;
    border:none;
    outline: none;
    width: calc(80% - 10em);
    line-height: 40px;
    font-size: 14px;height: 40px;
    padding-left: 15px;
}
.wehjjha a.jhhab{
    width: 30%;
    background: #7ea6c0;
    color: #fff;
    text-align: center;
    display: block;
    font:600 30px/1.4em "微软雅黑";
    padding: 1em 0;
    border-radius: 6px;
}
.hhghgha li span{
    font-weight: 600;
}
@media (max-width:1200px){
    .wehjjha .hha_ahh{
        font-size: 18px;
    }
    .wehjjha a.jhhab{
        font-size: 22px
    }
    .wehjjhb{
        font-size: 14px;
    }
    .wehjjhc h2{
        font-size: 25px
    }
    .hhghgha li{
        font-size: 18px;
    }
    .hjha_ahgh{
        font-size: 25px
    }
}
@media (max-width:640px){
.wehjjha .hha_ahh{
    width: 100%;
}
.wehjjha a.jhhab{
    width: 100%;
    margin-top: 1em; font-size: 18px
}
.wehjjha .hha_ahh{
        font-size: 14px;
    }
    .ghhga_ah li input, .ghhga_ah li select, .ghhga_ah li select option{
            width: calc(94% - 10em);
    }
    .hjha_ahgh{
        font-size: 20px;
    }
}