<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner .item {
    display: block;
}

#banner em {
    display: block;
    padding-top: 37%;
    -webkit-background-size: cover;
    background-size: cover;
}
.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}
#banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100%;
    text-align: center;
}

#banner .slick-dots li {
    display: inline-block;
    margin: 0 21px;
    vertical-align: middle;
}

#banner .slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #707070;
    font-size: 0;
}

#banner .slick-dots li.slick-active button {
    background: #fff;
}

#banner .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 21px;
    height: 37px;
    background: url(../images/arr.png) no-repeat;
    font-size: 0;
    background-size: cover;
    /* -webkit-background-size: cover; */
}

#banner .slick-arrow:hover {
    background-image: url(../images/arr_on.png);
}

#banner .slick-prev {
    left: 70px;
}

#banner .slick-next {
    right: 70px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.idx_m2 {
    -webkit-background-size: cover;
    background-size: cover;
}

.idx_video {
    padding: 80px 0;
    background: #f4f4f4;
}

.idx_video .bg {
    position: relative;
    padding-top: 56%;
    -webkit-background-size: cover;
    background-size: cover;
}

.idx_video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
    display: none;
}

.idx_video .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.idx_video .bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
    -webkit-transition:.3s;
    transition:.3s;
}

.idx_video .bg:hover:after{
    background: rgba(0,0,0,.7);
} 

.idx_video.on .bg:after {
    display: none;
}

#map,#map0 {
    height: 660px;
}

#map img {
}

.idx_map .m_tit {
    padding-top: 50px;
}

.idx_map .m_tab {
    padding-bottom: 30px;
}

.idx_form {
    padding: 55px 0;
    background: url(../images/form_bg.jpg) no-repeat center;
    background-size: cover;
}

.idx_form .wp {
    overflow: hidden;
}

.idx_form .txt {
    margin-top: 20px;
    float: left;
    width: 544px;
    color: #fff;
    font-size: 24px;
    /* font-family: 'SourceHanSansCN-Regular'; */
}

.idx_form .txt li {
    line-height: 45px;
}

.idx_form .txt p {
    margin: 12px 0;
    padding-left: 45px;
    background-position: left 2px;
    background-repeat: no-repeat;
}

.idx_form .txt .s1 {
    background-image: url(../images/fd_icon1.png);
}

.idx_form .txt .s2 {
    background-image: url(../images/fd_icon2.png);
}

.idx_form .form {
    float: right;
    width: 544px;
}

.idx_form .item {
    display: flex;
    padding: 20px 0 2px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

.idx_form .item:first-of-type {
    padding-top: 0;
}

.idx_form .tit {
    /*float: left;*/
    /*width: 120px;*/
    color: #fff;
    font-size: 24px;
    /* font-family: 'SourceHanSansCN-Regular'; */
}

.idx_form .inp {
    /*margin-left: 125px;*/
    flex:1;
}

.idx_form .inp input {
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    background: none;
    color: #fff;
    border: 0;
}

.idx_form button {
    margin-top: 30px;
    width: 122px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    font-size: 22px;
    background: none;
    color: #fff;
    /* font-family: 'SourceHanSansCN-Regular'; */
    -webkit-transition: .3s;
    transition: .3s;
}

.idx_form button:hover {
    background: #2a4b87;
    border-color: #2a4b87;
}

.idx_fiexd {
    position: fixed;
    right: 0;
    /*top: 50%;*/
    bottom: 20%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    border-radius: 8px;
    background: #fff;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.idx_fiexd em {
    margin-top: 5px;
    width: 87px;
    height: 92px;
    background: url(../images/hd_icon3.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.idx_fiexd.on em {
    background-image: url(../images/hd_icon3_on.png);
}

.idx_fiexd p {
    font-size: 30px;
    /* font-family: 'SourceHanSansCN-Bold'; */
    color: #024c92;
}

.idx_fiexd.on {
    background: #193c6f;
}

.idx_fiexd.on p {
    color: #fff;
}

.jjwl {
    background: url(../images/bg1.png) no-repeat right 32%;
}

.service_introduction .m_tit,
.service_characteristic .m_tit{
    margin: 80px 0 0 0;
}

.service_introduction .m_txt{
    padding: 41px 0 214px;
}

.service_introduction .m_txt p{
    margin-bottom: 0;
}

.service_characteristic .m_txt{
    padding: 0;
}

.service_introduction{
    overflow: hidden;

}

.service_characteristic{
    background:#f4f4f4;
    overflow: hidden;
}


.service_characteristic .m_txt{
    margin-top: 69px;
    /*padding-bottom: 0;*/
}

.service_characteristic p{
    margin-bottom: 0;
    padding-left: 71px;
    line-height: 60px;
    /* background: url(../images/icon_yuan.png) no-repeat 17px 16px; */
}

.service_characteristic .m_btn{
    padding: 104px 0;
}

.service_characteristic .m_slide{
    margin-top: 155px;
}



.list_pic{
    overflow: hidden;
    margin:138px 0 0 -64px;
    border-top: 2px solid #d7bb80;
}

.list_pic li{
    float: left;
    width: 50%;
}

.list_pic .item{
    position: relative;
    display: block;
    margin:72px 0 0 64px;
}

.list_pic .img{
    position: relative;
    overflow: hidden;
    padding-top: 65%;
}

.list_pic .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition:.3s;
    transition:.3s;
}

.list_pic a:hover .img img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.list_pic .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 134px;
    background:rgba(44,84,144,.6);    
    color:#fff;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    /* font-family: 'SourceHanSansCN-Bold'; */
    text-align: center;
}


.list_pic .txt h3{
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
}

.list_pic .txt em{
    margin:5px 0 ;
    width: 55px;
    height: 4px;
    background:#fff;
}

.list_pic .txt div{
    max-height: 56px;
    overflow: hidden;
}

.list_pic .txt p{
    height:auto;
    line-height: 28px;
    overflow: hidden;
    font-size: 24px;
}
/*
.list_pic .txt2 p{
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 20px;
}

.list_pic .txt2 div{
    max-height: 66px;
}*/

.m_row_r .g_tit{
    padding:50px 0 13px;
}

/* list_renwu */
.list_renwu li{
    padding: 38px 0;
    /* overflow: hidden; 20200423鏀�*/
    border-bottom: 2px solid #d7bb80;
    /* height: 356px; 20200423鏀�*/
    min-height: 356px;
}

.list_renwu .img{
    float: left;
    width: 216px;
    height: 278px;
}

.list_renwu .img img{
    width: 216px;
    height: 278px;
}

.list_renwu .txt {
    position: relative;
    margin-left: 260px;
    height: 278px;
}

.list_renwu .flex{
    display: flex;
    /* height: 100%; 20200423鏀�*/
    justify-content: space-between;
}

.list_renwu h3{
    height: 40px;
    line-height: 40px;
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-size: 30px;
    color:#204c8d;
    overflow: hidden;
    text-overflow:ellipsis;
}

.list_renwu .txt_let_flex {
    margin-top: 10px;
    display: flex;
    flex:1;
    overflow: hidden;
    min-height: 228px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.list_renwu .txt_let_flex p{
    height: auto;
    line-height: 38px;
    font-size: 28px;
    overflow: hidden;
}

.list_renwu .txt_let{
    /* overflow: hidden; 20200423鏀�*/
    flex:1;
}

.list_renwu .txt_rig{
    margin-left: 40px;
    width: 315px;
    text-align: center;
    overflow: hidden;
}

.list_renwu .team_btn{
    position: relative;
    height: 44px;
    line-height: 44px;
    background:#2a4b87;
    text-align: center;
    color:#fff;
    font-size: 28px;
    cursor: pointer;
}

.list_renwu .team_btn em{
    display: inline-block;
    padding-right: 40px;
    background: url(../images/icon_bottom_on.png) no-repeat right center;
    -wekit-background-size: 22px auto;
    background-size: 22px auto;
}

.list_renwu .team_btn:after{
    content:'';
    position: absolute;
    top: 100%;
    right: 87px;
    border-right:9px solid transparent;
    border-left:9px solid transparent;
    border-top:9px solid #2a4b87;
}

.list_renwu .txt_rig strong{
    display: inline-block;
    margin-top: 32px;
    font-weight: normal;
    color:#2a4b87;
    font-size: 24px;
}

.list_renwu .txt_rig p,.list_renwu .txt_rig .s1{
    overflow: hidden;
    height: auto;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 24px;
    color:#3d3d3c;
}

.list_renwu .txt_rig .s1{
    margin-top: 0;
}

.list_renwu .scroll{
    position: absolute;
    left: 0;
    top: 56px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 262px;
    background: #fff;
    border-top: 2px solid #d7bb80;
    border-bottom: 2px solid #d7bb80;
    overflow-y: auto;
    line-height: 34px;
    font-size: 22px;
    display: none;
}

.list_renwu .scroll::-webkit-scrollbar {/*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 8px;     /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}
.list_renwu .scroll::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    background: #d7bb80;
    border-radius: 12px;
}
.list_renwu .scroll::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬�*/
    background: #ccc;
}

.list_video{
    overflow: hidden;
    margin:-73px 0 0 -76px;
}

.list_video li{
    float: left;
    width: 50%;
}

.list_video a{
    display: block;
    margin:73px 0 0 76px;
}

.list_video .img{
    position: relative;
    overflow: hidden;
    padding-top: 56%;
}

.list_video .img em{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.list_video .img:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background:rgba(0,0,0,.2);
    -webkit-transition:.3s;
    transition:.3s;
}

.list_video a:hover .img:after{
    background:rgba(0,0,0,.5);
}

.list_video .img img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin:auto;
    width: 59px;
}

.list_video .txt{
    overflow: hidden;
    padding: 0 48px;
    line-height: 100px;
    height: 100px;
    font-size: 30px;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    background:#f4f4f4;
}

.idx_video2 {
    padding: 0;
}

.video_xq{
    padding: 20px 72px;
    background:#f4f4f4;
}

.video_xq h3{
    font-size: 34px;
    color:#3c3c3c;
}

.video_xq p{
    line-height: 50px;
    font-size: 30px;
    color:#7f7f7f;
}

.price_list{
    padding-bottom: 40px;
    border-bottom: 2px solid #d7bb80;
}

.list_news{
    margin-top: 143px;
    padding-top: 20px;
    border-top: 2px solid #d7bb80;
    border-bottom: 2px solid #d7bb80;
}

.list_news li{
    overflow: hidden;
    padding: 60px 0;
}

.list_news .img{
    float: left;
    overflow: hidden;
    width: 501px;
    height: 321px;
}

.list_news .img img{
    display: block;
    width: 501px;
    height: 321px;
    -webkit-transition:.3s;
    transition:.3s;
}

.list_news a:hover .img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.list_news .txt{
    margin-left: 590px;
}

.list_news h3{
    margin-bottom: 20px;
    font-size: 32px;
    color:#2a4b87;
    line-height: 51px;
    height: 102px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    /* font-family: 'SourceHanSansCN-Bold'; */
}

.list_news p{
    line-height: 51px;
    height: 204px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 30px;
    color:#7f7f7f;
}

.list_news a:hover p{
    color:#2a4b87;
}


.story_xq h1{
    text-align: center;
    font-size: 44px;
    color:#2a4b87;
    /* font-family: 'SourceHanSansCN-Bold'; */
}

.story_xq strong{
    /* font-family: 'SourceHanSansCN-Bold'; */
}

.story_xq i{
    font-style: italic;
    color:#7f7f7f;
}

.m_row2.bt{
    margin-top: 144px;
    padding-top: 84px;
    border-top: 2px solid #d7bb80;
}

.story_xq .box{
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin:50px auto;
    width: 714px;
    height: 207px;
    border:2px solid #39578e;
}

.story_xq .box p{
    margin:5px 0;
    font-style: italic;
    font-size: 30px;
}

.story_xq .box i{
    padding-bottom: 6px;
    color:#39578e;
    border-bottom:3px solid #39578e;
    /* font-family: 'SourceHanSansCN-Bold'; */
}

.story_xq .box:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 715px;
    height: 207px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    border:2px solid #39578e;
    -webkit-transform: translateX(-12px) translateY(5px);
    transform: translateX(-12px) translateY(5px);
}

.story_xq .m_txt{
    padding: 0;
}

.common_problem{
    padding-top: 150px;
}

.common_problem li{
    margin-bottom: 80px;
}

.common_problem .a1{
    position: relative;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 60px;
    min-height: 92px;
    background:#eee;
    color:#2a4b87;
    font-size: 30px;
}

.common_problem .a1:hover,
.common_problem .on .a1{
    background:#2a4b87;
    color:#fff;
}

.common_problem .tit{
    flex:1;
    overflow: hidden;
}

.common_problem .more{
    position: relative;
    margin-left: 20px;
    padding-right: 50px;
    background: url(../images/icon_bottom.png) no-repeat right center;
}

.common_problem .a1:hover .more,
.common_problem .on .a1 .more{
    background-image: url(../images/icon_bottom_on.png);
}

.common_problem .a1:hover:after,
.common_problem .on .a1:after{
    border-top-color: #2a4b87;
}

.common_problem .a1:after{
    content:'';
    position: absolute;
    top: 100%;
    right: 57px;
    z-index: 3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid #eee;
}

.common_problem .a1:before{
    content:'';
    position: absolute;
    right: 57px;
    top: 100%;
    margin-top: 20px;
    width: 32px;
    height: 20px;
    background:#fff;
    display: none;
}

.common_problem .on .a1:before{
    display: block;
}

.common_problem .pop{
    margin-top: 24px;
    padding: 0 62px;
    border-top: 3px solid #2a4b87;
    border-bottom: 3px solid #2a4b87;
    line-height: 63px;
    font-size: 34px;
    color:#3c3c3c;
    display: none;
}

.ul_news{
    overflow: hidden;
    margin:142px 0 0 -67px;
    border-top: 2px solid #d7bb80;
    border-bottom: 2px solid #d7bb80;
}

.ul_news li{
    float: left;
    width: 50%;
}

.ul_news a{
    display: block;
    margin:67px 0 0 67px;
}

.ul_news .img{
    position: relative;
    overflow: hidden;
}

.ul_news .img em{
    display: block;
    padding-top:51%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition:.3s;
    transition:.3s;
}

.ul_news .txt{
    padding: 30px;
    background:#f4f4f4;
}

.ul_news .txt *{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.ul_news h3{
    font-size: 34px;
}

.ul_news p{
    font-size: 24px;
    color:#7c7c7c;
}

.ul_news a:hover em{
    opacity: .8;
}

.activity_xq .tit{
    margin-bottom: 10px;
    text-align: center;
    background: url(../images/tit_bg.png) no-repeat center;
}

.activity_xq .tit strong{
    font-size: 38px;
    color:#204c8d;
    /* font-family: 'SourceHanSansCN-Bold'; */
}

.activity_xq p{
    margin-bottom: 50px;
    font-size: 34px;
    line-height: 60px;
    color:#3c3c3c;
}


.activity_xq .con p,
.activity_xq li p{
    margin-bottom: 0;
}

.activity_xq .con{
    position: relative;
    margin-bottom: 70px;
    padding: 20px 0;
    text-align: center;
}

.activity_xq .con:after,
.activity_xq .con:before{
    content:'';
    position: absolute;
    left: 50%;
    margin-left: -31px;
    width: 62px;
    height: 5px;
    background:#d7bb80;
}

.activity_xq .con:before{
    top: 0;
}

.activity_xq .con:after{
    bottom: 0;
}

.activity_xq li .con{
    margin:20px 0;
}

.activity_xq li{
    margin-bottom: 50px;
    text-align: center;
}

.activity_xq li h3{
    color:#2a4b87;
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-size: 34px;
} 

.activity_xq li strong{
    font-weight: bold;
}

.activity_xq dd {
    overflow: hidden;
}

.activity_xq dd em{
    float: left;
    margin:22px 13px 0 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background:#d7bb80;
}

.activity_xq dd p{
    margin-bottom: 0;
}

.ul_news2{
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
}

.ul_news2 li{
    width: 33.33%;
}

.ul_news2 .img em{
    padding-top: 60%;
    -webkit-transition:.3s;
    transition:.3s;
}


.ul_news2 a:hover .img em{
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.ul_news2 .txt{
    padding: 20px 25px;
}

.ul_news2 .txt h3{
    line-height: 50px;
    height: 100px;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.list_news .fd{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.list_news2{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.list_news2 li{
    border-bottom: 2px solid #e7d6b3;
}

.list_news2 .img,
.list_news2 .img img{
    width: 500px;
    height: 340px;
}

.list_news2 .fd span{
    font-size: 24px;
    color:#7f7f7f;
}

.list_news2 .more{
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 24px;
    border:2px solid #d7bb80;
    color:#2a4b87;
}

.list_news2 .txt p{
    -webkit-line-clamp: 3;
    height: 159px;
}

.imgBox{
    margin-bottom: 50px;
}

.story_xq .tc em{
    display: inline-block;
    margin-top: 15px;
    font-size: 24px;
    color:#7c7c7c;
}

.left_guanzhu{
    text-align: center;
}

.left_guanzhu img{
    margin:0 auto;
}

.left_guanzhu .box{
    margin-top: 30px;
    padding: 20px 0;
    border-top: 3px solid #2a4b87;
    border-bottom: 3px solid #2a4b87;
    line-height: 37px;
    color:#3c3c3c;
    font-size: 22px;
}

.m_row_l .select2{
    margin-bottom: 83px;
}

.ul_news3{
    border-top: 0;
    border-bottom: 0;
}

.ul_news3 li{
    width: 50%;
}

.ul_news3 .img em{
    padding-top: 59%;
}

.ul_news3 .txt{
    position: relative;
}

.ul_news3 .txt h3{
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 126px;
    line-height: 63px;
}

.ul_news3 .txt em{
    position: absolute;
    right: 30px;
    bottom: 13px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border:2px solid #b9b9b9;
    border-radius: 16px;
    font-size: 16px;
    color:#b9b9b9;
}

.ul_news3 {
    border-top: 2px solid #d7bb80;
    margin:60px 0 0 -53px;
}

.ul_news3 a{
    margin:46px 0 0 53px;
}

.contact_form{
    overflow: hidden;
    padding: 70px 77px 0;
    background:#f4f4f4;
}

.contact_form .inp{
    float: left;
    width: 33.33%;
}

.contact_form .box{
    margin:0 0 54px 95px;
}

.contact_form .itemBox{
    margin-left: -95px;
    overflow: hidden;
}

.contact_form input{
    width: 100%;
    height: 64px;
    padding: 0 25px;
    border:0;
    font-size: 30px;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
   color:#bfbfbf;
}

.contact_form input::-moz-placeholder ,
.contact_form textarea::-moz-placeholder { 
   color:#bfbfbf;  
}

.contact_form input::-ms-input-placeholder ,
.contact_form textarea::-ms-input-placeholder {  
   color:#bfbfbf;  
}

.contact_form .textBox{
    position: relative;
    background:#fff;
    width: 100%;
    overflow: hidden;
}

.contact_form textarea{
    padding: 20px 27px;
    width: 100%;
    height: 184px;
    resize:none;
    font-size: 30px;
    border:0;
}

.contact_form button{
    float: right;
    margin:0 48px 40px 0;
    width: 156px;
    height: 60px;
    background:#2a4b87;
    color:#fff;
    font-size: 34px;
}

.contact_form p{
    padding: 10px 25px 58px;
    font-size: 28px;
    color:#7f7f7f;
}

.contact_form p em{
    color:#2a4b87;
}


.contact_list{
    padding: 80px 0;
    overflow: hidden;
}

.contact_list .box{
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
}

.contact_list img{
    margin:0 auto;
    display: block;
    width: 120px;
    height: 120px;
}

.contact_list h3{
    margin:12px 0 17px;
    font-size: 28px;
    color:#2a4b87;
    /* font-family: 'SourceHanSansCN-Bold'; */
}

.contact_list p{
    font-size: 22px;
    color:#2a4b87;
}

.m_mobile_dn{
    display: block;
}

.m_mobile_db{
    padding-top: 20px;
    display: none;
}
.shoujiewm{
    display: none !important;
}
.pcewm{
    display: block !important;
}
@media only screen and (max-width: 1199px){
    .shoujiewm{
        display: block !important;
    }
    .pcewm{
        display: none !important;
    }
}

.serch-input{
    padding: 100px 0;
    background: #ebebeb;
    overflow: hidden;
}
.serch-input-main{
    overflow: hidden;
    width: 820px;
    box-sizing: border-box;
    padding-right: 160px;
    position: relative;
    height: 60px;
    margin: 0 auto;
}
.serch-input-main input{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: navajowhite;
    outline: none;
    padding: 0 20px;
    font-size: 18px;
}
.serch-input-main span{
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    background: #2c5490;
    height: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 59px;
    cursor: pointer;
}
.serch-main{
    overflow: hidden;
    padding:60px 0;
}
.serch-main ul{
    overflow: hidden;
}
.serch-main li{
    overflow: hidden;
    border-bottom: 2px solid #d7bb80;
    padding: 60px 0;
}
.serch-main li a{
    display: flex;
    height: 278px;
}
.serch-main li .img{
    width: 216px;
    height: 100%;
    margin-right: 55px;
    background: no-repeat center center;
    background-size: cover;
}
.serch-main li .text{
    flex:1;
    position: relative;
}
.serch-main li .text h1{
    font-weight: bold;
    font-size: 28px;
    color: #2f5895;
    height: 90px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.serch-main li .text p{
    font-size: 24px;
    color: #7f7f7f;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}
.serch-main li .fun{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.serch-main li .fun span{
    float: left;
    font-size: 20px;
    color: #7f7f7f;
    margin-top: 10px;
}
.serch-main li .fun i{
    font-style: normal;
    float: right;
    border:1px solid #d7bb80;
    color: #2a4b87;
    font-size: 20px;
    padding: 8px 30px;
}
@media only screen and (max-width: 1630px){
    .serch-input{
        padding: 70px 0;
    }
    .serch-input-main{
        width: 600px;
        height: 45px;
    }
    .serch-input-main span{
        font-size: 18px;
        line-height: 45px;
        width: 120px;
    }
    .serch-main li{
        padding: 40px 0;
    }
/*    .serch-main li a{
        height: 290px;
    }
    .serch-main li .img{
        width: 430px;
        margin-right: 40px;
    }*/
    .serch-main li .text h1{
        font-size: 26px;
        margin-bottom: 10px;
        height: 86px;
    }
    .serch-main li .text p{
        font-size: 20px;
        height: 98px;
    }
    .serch-main li .fun i,.serch-main li .fun span{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px){
    .serch-input{
        padding: 30px 0;
    }
    .serch-input-main{
        width: 98%;
        height: 32px;
        padding-right: 120px;
    }
    .serch-input-main input{
        font-size: 14px;
    }
    .serch-input-main span{
        font-size: 14px;
        line-height: 32px;
        width: 100px;
    }
    .serch-main li{
        padding: 15px 0;
    }
    .serch-main li a{
        height: auto;
        display: block;
    }
    .serch-main li .img{
        max-width: 100%;
        width:100%;
        margin:0 auto;
    }
    .serch-main li .text h1{
        font-size: 16px;
        margin-bottom: 10px;
        height: 47px;
    }
    .serch-main li .text p{
        font-size: 14px;
        height: 66px;
        margin-bottom: 10px;
    }
    .serch-main li .fun i,.serch-main li .fun span{
        font-size: 13px;
    }
    .serch-main li .fun{
        position: relative;
    }
    .serch-main li .fun i{
        padding: 5px 15px;
    }
}
</pre></body></html>