li {

    list-style: none;

}

@font-face {
  font-family: 'LingxunLight'; /* 你自定义的字体名字 */
  src: url('Lingxun-style-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lingxunbold'; /* 你自定义的字体名字 */
  src: url('Lingxun-style-bold.ttf.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
img{
    -webkit-transition:all 0.5s ; transition:all 0.5s;
}

ul {

    padding: 0;

    margin: 0;

}

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

        word-wrap: break-word;
}



input{

    outline: none;

    font-family: '微软雅黑';

}



.text-center{

    text-align: center;

}   

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0px;bor;/* border: 0; */f;/* font-size: 100%; */*/outline: none;}

caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;

    -moz-box-sizing: border-box;

　　-webkit-box-sizing: border-box;

　　box-sizing: border-box;

}

html {font-size: 14px;-ms-text-size-adjust: 100%;overflow-x: hidden;/* -webkit-tap-highlight-color: transparent; */    }


body {
    font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
    
     /*font-family: "LingxunLight";*/
    
    max-width: 2200px;
    /*LingxunLight*/
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    overflow: hidden;

    /*min-width: 1300px;*/
    /*background: #f8f8f8;*/

}



textarea{

    outline: none;

       font-family: '微软雅黑';

}

.inner {

    width: 100%;

    margin: 0px auto;

    position: relative;

}
.inner1 {

    width: 100%;

    margin: 0px auto;

    position: relative;

}

.inner2{
    width: 1400px;
     margin: 0px auto;

    position: relative;
}

.inner1200 {

    margin: 0px auto;

    width: 1200px;

    position: relative;

}

.inner1150{
    width: 1150px;
    margin: 0 auto;
}

.inner1250{

     margin: 0px auto;

    width: 1250px;

    position: relative; 

}

.inner1000{

    width: 1000px;

    margin: 0 auto;

}

.inner1100 {

    margin: 0px auto;

    width: 1100px;

}

.inner1080{width: 1080px;

margin: 0 auto;}

.inner1280{width: 1180px;margin: 0 auto;}

.inner1240{

   margin: 0px auto;

    width: 1240px; 

}
.inner1280{
    width: 1180px;
    margin: 0 auto;
}
.inner1720{
    width: 1720px;
    margin: 0 auto;
}

.inner1300{

   margin: 0px auto;

    width: 1300px; 

     position: relative;

}

.inner1400{

   margin: 0px auto;

    width: 1400px; 
    box-sizing: border-box;padding: 0 15px;

     position: relative;

}



.inner1380{

margin: 0px auto;

    width: 1380px;

}

.inner1440{

    margin: 0 auto;

    width: 1440px;

    position: relative;

}

.inner1536{

margin: 0px auto;

    width: 1536px;

    position: relative;

}

.fc {

    text-align: center;

}
.inner1600{

    margin: 0 auto;

    width: 83.33%;

    position: relative;

}


.center{

    text-align: center;

}

.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }

.clearfix:after { clear: both; }

.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

.fl{float:left; display:inline;}

.fr{float:right; display:inline;}

.clearboth{ clear:both;}



h1, h2, h3, h4, h5, h6, p {

    margin: 0;

    padding: 0px;

}

figure,section,li,dd,div{

    margin: 0;

    padding: 0px;

    border: 0;

    font-size: 100%;

    outline: none;

}

/*section{

    letter-spacing:1px; 



}*/





a{

    text-decoration: none;

    outline: none;

}

/*loding*/



.loading {

    position: fixed;

    width: 100%;

    height: 100%;

    background-color: #fff;

    z-index: 1000000;

}



.spinner {

    width: 150px;

    height: 30px;

    position: absolute;

    left: 47%;

    top: 50%;

    margin-left: -75px;

    margin-top: -15px;

}



.spinner>div {

    /* width: 30px;

    height: 30px;

    background-color: #67CF22;*/

    border-radius: 100%;

    /*  display: inline-block;*/

    -webkit-animation: bouncedelay 1.8s;

    animation: bouncedelay 1.8s;

    /* Prevent first frame from flickering when animation starts */

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}





@-webkit-keyframes bouncedelay {





    0% {

        -webkit-transform: scale(0.5)

    }

    ,

    30% {

        -webkit-transform: scale(0.8)

    }

    ,

    /*    60% {

        -webkit-transform: scale(1.2)

    },*/

    100% {

        -webkit-transform: scale(2)

    }

}

@-webkit-keyframes bouncedelay1 {





    0% {

        -webkit-transform: scale(0.5)

    }

    ,

    30% {

        -webkit-transform: scale(0.8)

    }

    ,



    100% {

        -webkit-transform: scale(1.5)

    }

}





.fl{

    float: left;

}

.ri{

    float: left;

}

.fr{

    float: right;

}





/*分页*/
.fanye{
    float: left;
    width: 100%;
    display: inline-block;width: 100%;
    margin: 30px 0;
}
.newdtitle{
    text-align: center;
    font-size: 32px;
    padding: 15px 0;
    padding-bottom: 30px;

    color: #fff;
}
.new-deta{
    color: #fff;
}
.moreye {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.moreye a {
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    margin-bottom: 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
/*.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-radius: 6px;
    border-radius: 6px;
}*/
.pagination-lg a, .pagination-lg span {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.3333333;
    margin: 0 3px;
    border: none;
    display: inline-block;
}
.pagination-lg a {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #fff;
}
.pagination-lg span {
    background: #dd2114;
    /*border: 1px solid #1c7bd7;*/
    color: #fff;
}
.pagination-lg a:hover{
   background: #dd2114;
   /* border: 1px solid #1c7bd7;*/
    color: #fff;
}
/*分页*/

.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }

.clearfix:after { clear: both; }

.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

.fl{float:left; display:inline;}

.fr{float:right; display:inline;}

.clearboth{ clear:both;}

.video_div{width:100%; height:100%; background:rgb(0,0,0,0.8); position:fixed; z-index:100011111111111; left:0px; top:-100%;}
.video_div_closebtv{width:50px; height:50px; position:absolute; right:30px; top:30px; cursor:pointer; z-index:100;}
.video_div_closebtv img{width:50px; height:50px;}
.video_div_center{width:100%; height:100%; vertical-align:middle; text-align:center;}
.video_div_center iframe{width:60%; margin-left:20%; margin-right:30%; height:600px; position:relative; top:50%; margin-top:-300px;}



/*******手机导航*******/



.a_zxlmenu{width:100%;/* margin-bottom:3%;*/ position:relative; display:none; z-index:100;background: linear-gradient(#95cd12,#09a23b);}

.a_zxlmenu_t{width:100%;height: 50px;line-height: 50px; font-size:14px; text-align:center; background-color:#ccaf82; color:#fff; cursor:pointer;}

.a_zxlmenu_c{width:100%; position:absolute; left:0px; top:100%; margin:0px; padding:0px; background-color: #fff;text-indent:0px; display:none;z-index: 1000;}

.a_zxlmenu_c li{width:100%;  float:left; text-align:center; border-bottom: 1px solid #ccc;margin: 1px 0;}

.a_zxlmenu_c li .aone{width:100%;padding:3% 0px; display:inline-block; color:#000000; font-size:14px; text-decoration:none; text-indent:0px;}

.a_zxlmenu_c li .aone:hover,.a_zxlmenu_c li .aone.activetwo{ color:#333; text-decoration:none;}

.a_zxlmenu_c li dl{width:100%; border-bottom:1px solid #ccc;display:none;}

.a_zxlmenu_c li dl dd{width:100%; float:left; text-align:center;}

.a_zxlmenu_c li dl dd a,.a_zxlmenu_c li dl dd a:hover{width:100%; padding:3% 0px; display:inline-block; color:#333; font-size:16px; text-decoration:none; text-indent:0px;}
.a_zxlmenu_t{background:#ccaf82 url("../image/lmfooter_bottom.png") center right 20px no-repeat; }
.a_zxlmenu_c1{

    display: none;

}

.a_zxlmenu_t i{

    margin: 0 10px;

}

.a_zxlmenu_c1 li{

 text-align: center;

 border: none;

 display: inline-block;

     background-color: rgba(255,255,255,0.8);

 border: none;

 margin: 0;

}

.a_zxlmenu_c1 li a{

    padding: 0 15px;

    position: relative;

    line-height: 30px;

    margin: 5px 0;

}

.a_zxlmenu_c li a i{

    float: right;

    right: 15px;

    top: 6px;

    position: relative;

}



/*******手机导航*******/



/*内页nenuy*/
.pc_amenu{width:100%;padding:0px 2%;text-align:left;width: 100%;max-height: 54px;overflow: hidden;}
/*.pc_amenu{position: absolute;left: 0; bottom: 0;width: 100%;}*/
.a_menu_bg{ background:#f8f8f8;max-height: 54px;overflow: hidden;}
.a_menu{width:100%; margin:0px; padding:0px; max-height: 54px;overflow: hidden;float: right;}
.a_menu .a_menu_a{ position: relative; margin:0 35px;padding: 0 5px; height:54px;  display:inline-block; overflow:hidden; text-align:center; line-height:54px; color:#424242; font-size:18px;}
.a_menu .a_menu_a:after{-webkit-transition:all 0.5s ; transition:all 0.5s;position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #f6ad2d;content: "";}
.a_menu .a_menu_a:hover:after,.a_menu .a_menu_a.active:after{width: 100%;}
.a_menu .a_menu_a:hover,.a_menu .a_menu_a.active{color: #f6ad2d;}
/*内页nenuy*/





/*手机导航*/

/* CSS Document */

.phone_nav{ display:none;height: 50px;}

.hided{ overflow:hidden; width:100%; height:100%; position:fixed;}

.phone_logo{ height:50px;  background:#fff;box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.2)}

/*.phone_logo .p1{ position:absolute; left:0; top:0; padding:20px; display:block;}*/

.phone_logo .p1 img{ height: 100%}



@media screen and (max-width:1200px) {

.phone_logo .p1 {padding-top: 15px; height: 40px; display: inline-block;}

.in_top .heard{ display:none;}

.phone_logo {width: 100%;padding: 0 20px;box-sizing: border-box;}



.phone_nav{display:block; position:fixed; width:100%; top:0;left:0; display:block; transition-delay:0.7s; -webkit-transition-delay:0.7s; z-index:9999; border-bottom: 2px solid #e4e4e4;background: }



/*导航按钮*/

.phone_nav .nav_but_box{ display:block; position:absolute; width:30px; height:30px; right:20px; top:10px; z-index:1;

transition:all 0.7s; -webkit-transition:all 0.7s;}

.phone_nav .nav_but { display:inline-block; position:relative;width:20px; height:2px; z-index:2; margin:13px 0 0 5px; background:#2e366c;

-webkit-transition-property: background-color, -webkit-transform;

transition-property: background-color, -webkit-transform;

transition-property: background-color, transform;

transition-property: background-color, transform, -webkit-transform;

-webkit-transition-duration: 300ms;

transition-duration: 300ms;}

.phone_nav .nav_but:before,.nav_but:after {content: ''; display:block; width:20px; height:2px; position:absolute; background:#2e366c;

transition-property: margin, -webkit-transform; -webkit-transition-property: margin, -webkit-transform;

transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;

transition-duration: 300ms; -webkit-transition-duration: 300ms;}

.phone_nav .nav_but:before{margin-top:-5px;}

.phone_nav .nav_but:after {margin-top:5px;}



/*栏目名称*/

.phone_nav .nav_main{z-index: 30000; height:100%; position:fixed;  left:0; opacity:0; width:0; transition:all 0.4s ease 0.3s; -webkit-transition:all 0.4s ease 0.3s; background:#ccaf82  ; overflow:hidden;}

.phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}

.phone_nav .nav_main li a{background-position:left; color:#fff; height:46px; line-height:46px; display:inline-block; background-size:32px; background-repeat:no-repeat; font-weight:bold;}

/*.phone_nav .nav_main .ss{border:1px solid #fff; margin-top:20px;}

.phone_nav .nav_main .ss .p2{ float:right;}

.phone_nav .nav_main .ss .p2 input{ border:0; background:url("../images/app_ss1.png") center no-repeat; width:34px; height:34px;}

.phone_nav .nav_main .ss .p1{ display:block; margin:0 34px 0 5px; }

.phone_nav .nav_main .ss .p1 input{ width:100%; height:34px; line-height:34px; background:none; border:0; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}

*/

.phone_nav .nav_main li b{ display:inline-block; position:absolute; right:10px; top:0px; width:50%; height:50px; background: url("../image/lmfooter_bottom.png") center right no-repeat; z-index:99;}

.phone_nav .nav_main .ul{padding:0 0 0px 40px; margin:0;  max-height:0; overflow:hidden; transition:max-height 0.4s; -webkit-transition:max-height 0.4s;}

.phone_nav .nav_main .ul li{ padding:0; border-bottom:0; transform:translateX(0px); -webkit-transform:translateX(0px);}

.phone_nav .nav_main .ul li a{ padding:0; height:auto; line-height:30px; font-weight:normal}



.phone_nav .nav_main .b_one .ul{ max-height:300px; padding:0 0 0px 40px; margin-bottom:10px;}





.phone_nav .nav_main li{ transform:translateX(100px); -webkit-transform:translateX(100px); transition:all 0.8s ease; -webkit-transition:all 0.8s ease; border-bottom:1px solid rgba(225,225,225,0.5); padding:0 20px; position:relative;}

.phone_nav .nav_main li:nth-of-type(1){ transition-delay:0.1s; -webkit-transition-delay:0.1s; }

.phone_nav .nav_main li:nth-of-type(2){ transition-delay:0.2s; -webkit-transition-delay:0.2s; }

.phone_nav .nav_main li:nth-of-type(3){ transition-delay:0.3s; -webkit-transition-delay:0.3s; }

.phone_nav .nav_main li:nth-of-type(4){ transition-delay:0.4s; -webkit-transition-delay:0.4s; }

.phone_nav .nav_main li:nth-of-type(5){ transition-delay:0.5s; -webkit-transition-delay:0.5s; }

.phone_nav .nav_main li:nth-of-type(6){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }

.phone_nav .nav_main li:nth-of-type(7){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }

.phone_nav .nav_main li:nth-of-type(8){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }

.phone_nav .nav_main li:nth-of-type(9){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }

.phone_nav .nav_main li:nth-of-type(10){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }





/*打开样式*/

.phone_nav_one{background:#ccaf82;  transition-delay:0s; -webkit-transition-delay:0s; }

.phone_nav_one .nav_main {opacity:1; width:100%; overflow:inherit;}

.phone_nav_one .nav_but{background: rgba(0, 0, 0, 0); }

.phone_nav_one .nav_but:before {margin-top: 0; transform:rotate(45deg); -webkit-transform:rotate(45deg);}

.phone_nav_one .nav_but:after {margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

.phone_nav_one .nav_but_box { opacity:0.8;}

.phone_nav_one .nav_main li{ transform:translateX(0); -webkit-transform:translateX(0);}

}





@media screen and (max-width:758px){/*--768-0--*/

/*.phone_logo .p1{ left:20px; padding:0; width:131px; margin-top:18px;}

.phone_logo .p1 img{ width:100%;}

.phone_logo{ height:77px;}

.phone_nav{ height:77px;}*/

/*.phone_nav .nav_main{ top:77px;}*/

.phone_nav .nav_but_box{ top:10px; right:10px;}

.phone_nav .nav_main ul{ margin-top:20px; height:350px; overflow-y:auto; box-sizing:border-box;}

.phone_nav .nav_main .b_one .ul{ height:auto;}



}



@media screen and (max-width:470px){/*--768-0--*/

.phone_logo {padding: 0 10px}

.phone_nav .nav_main ul{ height:410px;}

.phone_nav .nav_main .b_one .ul{ height:auto;}



}



.a_rlzydiv_c {display: inline-block;width: 100%;}
.a_rlzydiv_c dt{width:100%;  float:left; font-weight:normal;text-align: left;}
.a_rlzydiv_c dt .div{width:100%; padding:20px 0px; background-color:#2f3595;  color:#fff; font-size:16px; float: left;margin-bottom: 10px;}
.a_rlzydiv_c dt .div .s1{width:60%; text-indent:15%;}
/*.a_rlzydiv_c dt .div .s2{width:30%;text-align:center;}*/
.a_rlzydiv_c dt .div .s3{width:20%; text-align:center;}
.a_rlzydiv_c dt .div .s4{width:20%; text-align:center;}
.a_rlzydiv_c dt .div img{display: inline-block;margin-right: 5px;position: relative;top: 10px;}
.a_rlzydiv_c dd{width:100%; float:left; font-weight:normal;text-align: left;background: #fff; border-bottom: 2px solid #fff;}
.a_rlzydiv_c dd .div{ float: left;width:100%; padding:20px 0px; background: url(../image/r_jt1.png) right 20px center no-repeat; background-color:#fff; font-size:14px; color:#000; cursor:pointer;}
.a_rlzydiv_c dd .div:hover,.a_rlzydiv_c dd .div.activerc{ background:url(../image/r_jt2.png) right 20px center no-repeat; background-color:#fff; color: #333333 !important;}
.a_rlzydiv_c dd .div{border-bottom: 1px solid #e5e5e5;}
.a_rlzydiv_c dd .div .s1{width:60%; text-indent:15%;font-size: 16px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}

.a_rlzydiv_c dd .div .sp1{display: none}
.a_rlzydiv_c dd .div .s4{color: #2f3595}
.a_rlzydiv_c dd .div.activerc .sp1{display: block;}
.a_rlzydiv_c dd .div.activerc .sp2{display: none;}
/*.a_rlzydiv_c dd .div .s2{width:30%;text-align:center;}*/
.a_rlzydiv_c dd .div .s3{width:20%; text-align:center;}
.a_rlzydiv_c dd .div .s4{width:20%; text-align:center;}
.a_rlzydiv_c dd .div1{box-sizing: border-box; width:100%; display:none; float: left;}
.a_rlzydiv_c dd .div1_c{text-align: left; width:100%; padding: 25px; background: #fff;  color:#888888; font-size:14px; line-height:2.0; overflow-x:hidden;}
.a_rlzydiv_c dd .div1_b,.a_rlzydiv_c dd .div1_b:hover{width:150px; height:40px; line-height:40px; text-align:center; background-color:#6eba44; display:inline-block; overflow:hidden; color:#333; text-decoration:none; font-size:14px;}
.zhangp-box-tie{
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
}
.zp-box-bo{
             animation:fadeInUp 2s;
    -webkit-animation:fadeInUp 2s;

   /* background: #fff;*/
    float: left;
    width: 100%;
    margin: 25px 0;
}
.zp-box-to{
    padding: 30px 30px;
       animation:fadeInUp 2s;
    -webkit-animation:fadeInUp 2s;
    background: #fff;
}
.zhangp-box {
    background: #f1f2f3;
    padding: 50px 0;
}
.zp-box-to select {
    width: 243px;
    float: left;
    outline: none;
    margin-right: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.zp-bt-h3{
    color: #333;
    font-weight: 400;
    font-size: 18px;
}
.zp-bt-h4{
    color: #333;
        font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.sousuo-box{
    float: right;

}
.souss-con{
    width: 245px;
    float: left;
      padding: 10px 15px;
}
.soubtn{
padding:0 20px;
line-height: 41px;height: 41px;
color: #fff;
background: #3871c1;
border: none;
}
/*校园招聘*/



;}
.index-swiper .swiper-pagination{bottom: 20px;}
.inbanner .index-swiper img{display: block; width: 100%;}
.index-swiper .swiper-pagination-bullet{background: #fff;opacity: 0.6;width: 7px;height: 7px;border-radius: 10px;}
.index-swiper .swiper-pagination-bullet-active{background: #fff; width: 7px;height: 7px;opacity: 1;}


/*.index-swiper{height: 100%;}*/

/*内页banner*/
.nbanner img{display: block;width: 100%;height: 100%;}
.n_banner{width:100%; height:600px; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.n_banner1{width:100%; height:400px; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.n_banner2{ width:100%; height:480px; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.n_banner3{width:100%; height:300px; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.n_banner5{width:100%; height:450px; background-repeat:no-repeat !important; background-position:center center!important; background-size:cover!important; position:relative;overflow: hidden;}
.n_banner5 .n_banner_text{text-align: left;}
.n_banner5 img{display: none;}
.n_banner_text{width:100%; position:absolute; left:0px; width: 100%; bottom:80px;text-align: center;}
.n_banner55{height: 604px;}
.n_banner55 .n_banner_text p{color: #fff;}
.n_banner_text p{color: #bc1a21;text-align: center;font-weight: 550;}
.n_banner_text p{font-size: 36px;line-height: 60px;text-transform: uppercase;}
.n_banner_text .p2{font-size: 50px;line-height: 60px;text-transform: uppercase;}


/*.nbanner{background: none !important;height: auto;}*/
/*.nbanner img{display: block;width: 100%;}*/
.fixhead{position: fixed;width: 100%;top: 0;padding-top: 0;background:#fff; animation:fadeInDown 1s;
    -webkit-animation:fadeInDown 1s;z-index: 100;}

.fixhead2{background: #fff;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);-webkit-transition:all 0.5s ; transition:all 0.5s;}
.fixhead2 .nav li .a1{color: #333333;-webkit-transition:all 0.5s ; transition:all 0.5s;}

.fixhead2 .img1{display: none !important; -webkit-transition:all 0.5s ; transition:all 0.5s;}
.fixhead2 .img2{display: block !important;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.nbanner{
    position: relative;
}

.nbanner .text{text-align: left;position: absolute;bottom: 200px;}

.nbanner .text .inner1400{border-left: 5px solid #fff;padding-left: 30px;}
.weizhi{padding: 20px 0;display: flex;align-items: center;justify-content: flex-end;
background: #f5f5f5;

}
.weizhi .ic img{display: block;height: 20px;width: auto;}
.weizhi p{font-size: 16px;color: #606060;font-weight: 400;}
.weizhi a{color: #606060;}
.weizhi a:last-child{color: #606060;}
.weizhi2{border-bottom: 1px solid #e5e5e5;}

.topheader{background: #e5e5e5;}
.topheader p{font-size: 14px;color: #666666;line-height: 30px;}

/*.index-swiper .swiper-button-next{-webkit-transition:all 0.35s ; transition:all 0.35s;right: 40px; width: 80px;height: 80px;background: url(../image/prev.png) center center no-repeat; background-color: rgba(0,0,0,0.1);}
.index-swiper .swiper-button-prev{-webkit-transition:all 0.35s ; transition:all 0.35s;left: 40px; width: 80px;height: 80px;background: url(../image/next.png) center center no-repeat; background-color: rgba(0,0,0,0.1);}
.index-swiper .swiper-button-next:hover{background-color: rgb(215,22,31,0.56);}
.index-swiper .swiper-button-prev:hover{background-color: rgb(215,22,31,0.56);}
*/





.flex_bt{display: flex;justify-content: space-between;}
/*
.header .fl .search{float: right; width: 100%;display: flex;justify-content: flex-end;position: relative;top: 10px;}
.header .fl .search form{line-height: 39px;height: 39px;overflow: hidden;border-radius: 30px;display: flex; background: #EEEEEE url(../image/icon_sousuo.png) left 10px center no-repeat;box-sizing: border-box;padding-left: 40px;}

.header .fl .search .in1{flex: 1;background: transparent;border: none}
.header .fl .search .btn1{background: #E0E0E0;width: 91px;line-height: 39px;text-align: center;border-radius: 30px;border: none}
*/
.header .fr{display: flex;align-items: center;}
.top_mobile{display: flex;align-items: center;}
.ncontent_wbox{padding: 50px 0;}
li .image{position: relative;overflow: hidden;}
li .image img{-webkit-transition:all 0.5s ; transition:all 0.5s;display: block;width: 100%;}
li:hover .image img{transform: scale(1.1);}

a .image{position: relative;overflow: hidden;}
a .image img{-webkit-transition:all 0.5s ; transition:all 0.5s;display: block;width: 100%;}
a:hover .image img{transform: scale(1.1);}


.nav{display: flex;mposition: relative;top:5px;}
.nav li {text-align: center; padding: 0 23px; }
.nav li .a1{padding: 0 0;  line-height:90px; color: #333;font-size: 16px;position: relative;display: inline-block;white-space: nowrap;;}
.nav li .a1:after{position: absolute;content: "";bottom: 15px;width: 0;left: 0;height:3px; background: #ccaf82;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.nav li{position: relative;}

.nav li.active .a1::after,.nav li:hover .a1::after{width: 100%}
/*.nav li dl{position: absolute;left: -7%;width: 110%;top: 100%;display: none;z-index: 2000;padding: 5px 0;padding-top: 20px; background: rgba(255, 255, 255, 0.5);}
.nav li:hover dl{display: block;}
.nav li dl dd{}
.nav li dl dd a{color: #333;font-size: 14px;line-height: 40px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;display:block; }
.nav li dl dd a:hover{color: #C31D1D}*/
/*.nav li:hover a{background: #e6eff9;}*/
/*.nav li.active .a1:after,.nav li:hover .a1:after{display: block;}*/
/*.nav li.active .a1,.nav li:hover .a1{color: #fff}*/
.nav .li2{display: flex;align-items: center;cursor: pointer;}
.nav .li2:hover img{transform: scale(1.0);}
.form_search{width: 280px;border-radius: 30px;background: #f8f8f8;display: flex;height: 35px;align-items: center;box-sizing: border-box;padding: 0 30px;}
.form_search .in1{flex: 1;border: none;background: transparent;}
.form_search .se{background: url(../image/search.png) center center no-repeat;width: 20px;border: none;height: 20px;}





.ncontent_wbox{padding: 50px 0;}
li .image{position: relative;overflow: hidden;}
li a{position: relative;overflow: hidden;}
li .image img{-webkit-transition:all 0.5s ; transition:all 0.5s;display: block;width: 100%;}
li img{-webkit-transition:all 0.5s ; transition:all 0.5s;}
li:hover .image img{transform: scale(1.1);}






.show_detail .h1{font-size: 28px;color: #2ab5a2;padding-bottom: 20px;font-weight: 400;}



.show_detail .text{padding: 30px 0;border-top: 1px solid #cccccc;font-size: 16px;color: #808080;}
.show_detail .text img{max-width: 100%;}
.show_more{display: flex;justify-content: space-between;box-sizing: border-box;padding: 0 0;padding-bottom: 0;border-top: 1px solid #cccccc;}
.show_more a{width: 49%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;line-height: 60px;font-size: 14px;color: #33b294;}
/*.show_more a .img1{display: none;}
.show_more a:hover .img2{display: none;}
.show_more a:hover .img1{display: inline-block;}
.show_more a:hover {color: #0479ce;}*/
.show_more a img{vertical-align: middle;margin-right: 5px;}
.show_more .a1{text-align: left;}
.show_more .a2{text-align: right;}
.content_box{min-height: 400px;}
.a_link{display: flex;justify-content: space-between;}
.a_link a{width: 50%;line-height: 24px;text-align: center;font-size: 14px;color: #33b294;text-align: left;}
.a_link a:nth-child(2){text-align: right;}



.pagination li a, .pagination li span {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.3333333;
    margin: 0 3px;
    border: none;
}
.pagination li a {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #fff;
}
.pagination li.disabled span {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #fff;
}
.pagination li span {
    background: #199e9e;
    border: 1px solid #199e9e;
    color: #fff;
}
.pagination li a:hover{
   background: #199e9e;
    border: 1px solid #199e9e;
    color: #fff;
}


.mobile{display: none;}
.pc{display: block;}


/*

.cp_list{display: flex;flex-wrap: wrap;}

.cp_list li {
    margin: 0 1%;
    width: -webkit-calc((100% - 2%*3)/ 3);
    width: calc((100% - 2%*3)/ 3);
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    padding: 5px 0;
}
*/
.swiper-pagination-zhufu{text-align: right;padding-right: 20px;bottom: 20px !important;}
.swiper-pagination-zhufu .swiper-pagination-bullet{background: #fff;opacity: 1;}
.swiper-pagination-zhufu .swiper-pagination-bullet-active{background: #e30f41;opacity: 1;}



.ncontent{padding: 50px 0;}

.linkmore{display: flex;justify-content: space-between;padding-top: 10px;border-top: 1px solid #eeeeee;}
.linkmore a{color: #333;}


.nmenu_pc{position: absolute;left: 0;width: 100%;bottom: 0;background:linear-gradient(to right, #1d8c3d 30%, rgba(0, 0, 0, 0.3) 30%);}
.nmenu_pc img{height: auto;display: block;width: auto;}
.weizhi{display: flex;align-items: center;}
.weizhi img{margin-right: 5px;}
.pcmenuul{display: flex;}
.pcmenuul li a{color: #fff;font-size: 16px;line-height: 58px;padding: 0 30px;}
.pcmenuul li.active,.pcmenuul li:hover{background: #fff;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.pcmenuul li.active a,.pcmenuul li:hover a{color: #1d8c3d;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.nmenu_pc .inner1280{display: flex;}
.nmenu_pc .weizhi{padding-right: 40px;background: #1d8c3d}


/*.header{ z-index: 500;position: fixed;top: 0;left: 0;width: 100%}*/
.header{background: #fff;}
.header .logo{width: 188px; margin-right: 50px; display: flex;align-items: center;}
.header .logo img{display: block;width: 100%;height: auto;}

.header .con{display: flex;height: 90px;align-items: center; justify-content: space-between}

.header .con .fl{display: flex;}

.f_ul{display: flex;flex-wrap: wrap; width:50%; min-width: 1px;box-sizing: border-box;margin-left: 20px;margin-right: 40px}
.f_ul li{width: 33.3%;line-height: 28px;height: 28px;margin-bottom: 20px;border-right: 2px solid #3f81b6;text-align: center;}
.f_ul li a{color: #fff}
.f_ul li:nth-child(3){border-right: 0}

.nbanner{height: 600px;position: relative;}
.nbanner .text{position: absolute;left: 0;width: 100%;bottom: 200px;}
.nbanner .text .p1{font-size:18px;color: #fff;margin-bottom: 20px;}
.nbanner .text .p2{font-size:32px;color: #fff;}

.n_menu{width: 100%;}


.n_menuul{display: flex;justify-content: center;}
.n_menuul li{}
.n_menuul li a{font-size: 16px;line-height: 70px;color: #333;display: block;padding: 0 40px;}
.n_menuul li.active a,.n_menuul li:hover a{background: #0f93d9;color: #fff}

.nwcontent{position: relative;padding: 60px 0;}


/*css3*/
.Fillet
{
    -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */

}
.Rotation img
{
    transition:All 0.4s ease-in-out;
   -webkit-transition:All 0.4s ease-in-out;
   -moz-transition:All 0.4s ease-in-out;
   -o-transition:All 0.4s ease-in-out;
}
.Rotation:hover img
{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}
.Amplification img
{
    
    transition:400ms; 
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.Amplification:hover img
{
    filter: Alpha(Opacity=100); 
    opacity: 1; 
    -webkit-transform:scale(1.14); 
    transform:scale(1.14);
}
.Amplification1 .img1
{
    
    transition:400ms; 
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.Amplification1:hover .img1
{
    filter: Alpha(Opacity=100); 
    opacity: 1; 
    -webkit-transform:scale(1.14); 
    transform:scale(1.14);
}
    
    
.Color_change img
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.Color_change:hover img
{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:;
}
    
.Animation_moveDown
{
    -webkit-animation: moveDown 1s ease-in-out .2s backwards;
    -moz-animation: moveDown 1s ease-in-out .2s backwards;
    -ms-animation: moveDown 1s ease-in-out .2s backwards;
    -o-animation: moveDown 1s ease-in-out .2s backwards;
    animation: moveDown 1s ease-in-out .2s backwards;
}   

.arrowGo{
     animation: arrowGo 2.5s infinite; 
     -webkit-animation: arrowGo 2.5s infinite ; 
}

@-webkit-keyframes arrowGo {
    0%{ 
        -webkit-transform: translate(0, 30%);
    }
    50%{ 
        -webkit-transform: translate(0, 0%);
    }
    100%{
        -webkit-transform:translate(0, 30%);
    }
}
@keyframes arrowGo {
    0%{ 
        transform: translate(0, 30%);
    }
    50%{
        transform: translate(0, 0%);
    }
    100%{
        transform:translate(0, 30%);
    }
}

@-webkit-keyframes moveDown {
    from {
        -webkit-transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes moveDown {
    from {
        -moz-transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes moveDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes moveDown {
    from {
        -ms-transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes moveUp {
    from {
        -webkit-transform: translateY(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes moveUp {
    from {
        -moz-transform: translateY(100px);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes moveUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes moveUp {
    from {
        -ms-transform: translateY(100px);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}


@-webkit-keyframes moveLeft {
    from {
        -webkit-transform: translateX(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes moveLeft {
    from {
        -moz-transform: translateX(-100px);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes moveLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@-ms-keyframes moveLeft {
    from {
        -ms-transform: translateX(-100px);
        opacity: 0;
    }
    to {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes moveRight {
    from {
        -webkit-transform: translateX(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes moveRight {
    from {
        -moz-transform: translateX(100px);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes moveRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@-ms-keyframes moveRight {
    from {
        -ms-transform: translateX(100px);
        opacity: 0;
    }
    to {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1.08);
-webkit-transform: scale(1.08);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}

@keyframes hvr-bob {
  0% {
    transform: scale(1.08);
-webkit-transform: scale(1.08);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}




.header2{position: absolute;left: 0;top: 0;width: 100%;background: transparent;z-index: 2000}

.header .con{display: flex;justify-content: space-between;align-items: center;}
.header .con .fr{display: flex;align-items: center;}

.top_mobile{display: flex;align-items: center;font-size: 24px;color: #000;margin-left: 50px;}

.top_mobile .ic{display: flex;align-items: center;margin-right: 10px}
.top_search{height: 90px;display: flex;align-items: center;background: #dd2114;width: 90px;justify-content: center;}
.nbanner_box{position: relative;}

.nbanner_box{height: 400px;}
.nbanner_box img{width: 100%;height: 100%;object-fit: cover;}



/*.nbanner_box img{display: block;width: 100%}*/
.nbanner_box .w_text{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.nbanner_box .w_text .p1{font-size: 40px;color: #fff;}
.nbanner_box .w_text .p2{font-size: 48px;color: #fff;}

.show_news_detail{width: 100%;background: #fff;box-sizing: border-box;padding: 40px;}
.show_news_detail .div1{padding-bottom: 20px;border-bottom: 1px solid #eee;}
.show_news_detail .div1 .desc{display: flex;justify-content: center;}
.show_news_detail .div1 h4{text-align: center;font-weight: 400;font-size: 24px;margin-bottom: 10px;}
.show_news_detail .div1 .desc .item{display: flex;align-items: center;margin: 0 20px;color: #666666}
.show_news_detail .div1 .desc .item .ic{margin-right: 5px}

.show_news_detail .div2{box-sizing: border-box;padding: 30px 0}
.show_news_detail .div2 img{max-width:100%;}
.show_news_detail .div3{display: flex;justify-content: space-between;align-items: center;color: #333}
.show_news_detail .div3 a{color: #333;width: 50%;}
.show_news_detail .div3 a:nth-child(2){text-align: right;}

.show_news_detail .div4{box-sizing: border-box;border-top: 1px solid #eee;display: flex;justify-content: center;
margin-top: 20px;
box-sizing: border-box;
padding-top: 20px;

}

.show_news_detail .div4 a{display: flex;justify-content: center;border: 1px solid #eeeeee;border-radius: 30px;padding: 10px 30px;color: #000}
.show_news_detail .div4 a .ic{margin-left: 5px;}

.n_menu_box{display: flex;justify-content: center;margin-bottom: 40px}

.n_menu_box li{margin: 0 10px;}
.n_menu_box li a{color: #333;padding: 5px 15px;border-radius: 30px;display:block}
.n_menu_box li.active a{background: #dd2114;color: #fff}





.search_box{position: absolute;z-index: 2000;display: flex;align-items: center; left: 0;width: 100%;top: 100%}
.search_box{background: #fff;display: none}
.search_box .btn1{background:#dd2114;color:#fff;border:none;height: 40px;line-height:40px;padding:0 10px; }
.top_search:hover .search_box{display: block;}
.search_box form{display: flex;align-items: center;}
.search_box form .in1{border: none;height: 40px;padding: 0 10px;}

.header{padding-right: 5%}
.header2{border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header2 .fl{background: #fff;}
.header2 .nav li .a1{color: #fff;}
.header2 .top_mobile{color: #fff;}
.headerfix2{background: #fff;position: fixed;left: 0;top: 0;width: 100%;border-bottom: 0;z-index: 2000}
.header2::after{position: absolute;left: 0;top: 0;width: }

.headerfix2 .nav li .a1{color: #333;}
.headerfix2 .top_mobile{color: #333;}

 @keyframes shrinkToNormal {
    to {
      transform: scale(1);
    }
  }

/*.index-swiper .swiper-slide-active a img {
    transform: scale(1.2);
    animation: shrinkToNormal 4s ease-out forwards;
}
*/

/* 关于我们页面样式-修正版 */
.about_banner .banner_text {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ncontent_wbox{
    background: #f7f7f7;
}

.nbanner_box{position: relative;}

.nbanner_box .w_text .con{text-align: center;}
.about_nav_ul{display: flex;justify-content: center;}
.about_nav {
    background-color: #fff;

}

.about_nav a {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
    color: #333;
}
.about_nav a.active,
.about_nav a:hover {
    color: #fff;
    background: #ccaf82;

}
.about_content {
    padding: 60px 0;
    background-color: #fff;
}
.about_con {
    /*margin: 0 -15px;*/
    background: #fff;
}
.about_img {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.about_img img {
    width: 100%;
    height: auto;
}
.about_text {
    float: right;
    width: 50%;
    padding: 25px;
}
.about_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.about_text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.vision {
    background: url(../image/yuanjing.jpg) left top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.vision_list {
    margin: 0 -15px;
}
.vision_item {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
}
.vision_item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision_item .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.vision_item h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.vision_item p {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.9;
}
.plan {
    padding: 60px 0;
    background-color: #fff;
}
.plan h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.plan_list {
    display: flex;
}
.plan_item {
    
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
.plan_item .con{
    height: 100%;
    padding-bottom: 30px;
    position: relative;
    background: #ccaf82;
}
.plan_item .con .text{
    box-sizing: border-box;
    padding: 15px 15px;
}
.plan_item .image{
    height: 150px;
    overflow: hidden;
}
.plan_item:hover .image img{
    transform: scale(1.1);
}
.plan_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /*margin-bottom: 15px;*/
}
.plan_item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.plan_item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}
.plan_item span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    font-size: 32px;
    color: #b5986a;
    font-weight: bold;
}
/* 页脚样式-最终匹配版 */
.footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 20px 0;
}
.footer .inner2 {
    position: relative;
}
.footer_left {
    float: left;
    width: 30%;
}
.footer_logo img {
    height: 40px;
    margin-bottom: 10px;
}
.footer_left p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
}
.footer_mid {
    float: left;
    width: 40%;
}
.footer_mid h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4a6584;
    display: inline-block;
}
.service_list {
    margin: 0 -10px;
}
.service_list li {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.service_list li a {
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.service_list li a:hover {
    opacity: 1;
}
.footer_right {
    float: right;
    width: 30%;
    text-align: right;
}
.footer_right h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4a6584;
    display: inline-block;
}
.qr_code img {
    width: 80px;
    height: 80px;
}
.footer_bottom {
    background-color: #223042;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
.footer_bottom p {
    font-size: 12px;
    color: #ccc;
}



/* 联系我们中间内容样式 */
.contact_content {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.contact_con {
    margin-bottom: 50px;
}
.contact_left {
    float: left;
    width: 40%;
    padding-right: 30px;
}
.contact_left h2 {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #0066cc;*/
    display: inline-block;
}
.contact_left h2::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background: #ccaf82;
    border-radius: 3px;
    left: 0;
    bottom: 0;
}
.contact_info li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.contact_right {
    float: right;
    width: 50%;
}
.contact_right img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.contact_info p{line-height: 1.6}
.message_form {
    margin-top: 50px;
}
.message_form h2 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #0066cc;*/
    display: flex;
    justify-content: center;
}

.message_form h2 span{display: inline-block;position: relative;}
.message_form h2 span::after{
    position: absolute;
    content: "";
    width: 35%;
    height: 4px;
    background: #ccaf82;
    border-radius: 3px;
    left: 30%;
    bottom: -10px;
}

.form_row {
    margin-bottom: 20px;
}
.form_col {
    float: left;
    width: 48%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.form_col:first-child {
    margin-right: 4%;
}
textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    resize: vertical;
}
.form_btn {
    display: block;
    width: 200px;
    padding: 12px 0;
    background-color: #d4af86;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
    transition: background-color 0.3s;
}
.form_btn:hover {
    background-color: #c49f66;
}


/* 新闻列表页面样式 */
.news_list_page {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.news_tab {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.news_tab a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 3px solid transparent;
}
.news_tab a.active,
.news_tab a:hover {
    color: #0066cc;
    border-bottom-color: #0066cc;
}
.news_list {
    /*margin: 0 -15px;*/
}
li a .hover img{}
.news_list li{margin-bottom: 20px}
.news_list a{display: flex;background: #fff}
.news_list a .text{flex: 1;min-width: 1px;}
.news_item {
    padding: 0 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.news_img {
    float: left;
    width: 20%;

}
.news_img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.news_text {
    float: left;
    width: calc(100% - 200px);
    padding: 15px;
}
.news_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.news_text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}
.news_date {
    font-size: 12px;
    color: #999;
}
.page_nav {
    text-align: center;
    margin-top: 30px;
}
.page_nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
}
.page_nav a.active,
.page_nav a:hover {
    background-color: #0066cc;
    color: #fff;
    border-color: #0066cc;
}


/* 业务介绍页面样式 */
.business_detail {
    padding: 30px;
    background-color: #fff;
}
.business_title {
    text-align: center;
    margin-bottom: 40px;
}
.business_title h2 {
    font-size: 28px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.business_title h2 span{position: relative;}
.business_title h2 span::after{position: absolute;content: "";

height: 4px;
background: #ccaf82;
border-radius: 5px;
width: 30%;
left: 35%;
bottom: -10px;
}
.business_title p {
    font-size: 14px;
    color: #666;
}
.business_list {
    padding-top: 30px;
   display: flex;
   flex-wrap: wrap;
}
.business_item {

    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.business_item .con{
    background: #2d3d65;
    height: 100%;
}
.business_item:nth-child(2n) .con{
    background: #ccaf82;
}
.business_item .text{box-sizing: border-box;padding: 20px 40px}
.business_item .image{
  border-radius: 4px;
}
.business_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.business_item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.business_item p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}



/* 首页业务与服务模块样式 */
.business {
    padding: 80px 0;
    padding-bottom: 0;
    background-color: #fff;
}
.business h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
.business p {
    text-align: center;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.business_list {
    margin: 0 -15px;
}
.business_item {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.business_item.dark {
    background-color: #2c3e50;
    color: #fff;
}
.business_item.light {
    background-color: #d4af86;
    color: #333;
}
.business_item{margin-bottom: 80px;position: relative;}

.business_item .con{padding-top: 50px;}
.business_item  .icon_ic{
        position: absolute;
    top: -40px;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}
.business_item .icon {
    width: 100px;
    height: 100px;
    border: 4px solid #2d3d65;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.business_item:nth-child(2n) .icon {
border: 4px solid #ccaf82;
}
.business_item.dark .icon {
    color: #2c3e50;
}
.business_item.light .icon {
    color: #d4af86;
}
.business_item .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.business_item h3 {
    font-size: 20px;
    margin-bottom: 15px;
     color: #fff;
}
.business_item p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    text-transform: none;
}
.business_item .btn {
    color: #fff;
}





/* 首页企业简介模块样式 */
/*.about {
    padding: 80px 0;
    background-color: #fff;
}
.about_img {
    float: left;
    width: 50%;
}
.about_img img {
    width: 100%;
    height: auto;
}
.about_text {
    float: right;
    width: 50%;
    padding: 50px;
    color: #fff;
}
.about_text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.about_text p:first-of-type {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #d4af86;
}
.about_text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.about_text .btn {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #d4af86;
    background-color: transparent;
    color: #d4af86;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s;
}
.about_text .btn:hover {
    background-color: #d4af86;
    color: #2c3e50;
}*/



/* 统一标题样式（业务与发展规划模块通用） */
.section_title {
    text-align: center;
    margin-bottom: 50px;
}
.section_title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.section_title p {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}

/* 发展规划模块特有样式 */
.plan {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.plan_list {
    margin: 0 -15px;
}


/* 服务承诺模块样式 */
.service_commit {
    background: url("../image/home_lianxi.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    position: relative;
}
.service_commit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.8);
}
.service_commit .inner2 {
    position: relative;
    z-index: 1;
}
.service_commit h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.service_commit p {
    font-size: 16px;
    margin-bottom: 40px;
}
.commit_info {
    margin-bottom: 50px;
}
.commit_item {
    float: left;
    width: 33.333%;
    padding: 0 20px;
}
.commit_item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #d4af86;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commit_item .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.commit_item p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
}
.service_commit .btn {
    background-color: #d4af86;
    color: #333;
    font-size: 16px;
    padding: 12px 30px;
    border: none;
}
.service_commit .btn:hover {
    background-color: #c49f66;
}

/* 版权模块样式 */
.copyright {
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
}
.copyright p {
    font-size: 12px;
    color: #666;
}

.lianxi_wbox{background: #fff;box-sizing: border-box;padding: 25px}

.vision_lists_text {padding-top: 40px}
.vision_lists_text .item{display: none;text-align: center;line-height: 1.8;font-size: 18px}
.vision_lists_text{display: flex;justify-content: center;}

.vision_list .vision_item .img2{display:none }
.vision_list .vision_item.active .img2{display:block; }
.vision_list .vision_item.active .img1{display:none; }

.vision_list .vision_item{display: flex;justify-content: center;}

.vision_list .vision_item .ic{width: 180px;border-radius: 50%;background: #fff;    aspect-ratio: 1 / 1;}
.vision_list .vision_item .ic{display: flex;align-items: center;justify-content: center;}
.vision_list .vision_item .p1{color: #2d3d65;font-size: 18px}

.vision_list .vision_item.active .p1{color: #ccaf82}

.home_about{display: flex;flex-wrap: wrap;background: #2d3d65}
.home_about .image{width: 50%;}
.home_about .image img{display: block;width: 100%}
.home_about .text{width: 50%;box-sizing: border-box;padding: 30px}
.home_about .text .n_text{color: #fff;line-height: 1.8;margin-bottom: 30px}
.home_about .text .btn{display: inline-block;border-radius: 30px;border: 1px solid #fff;padding: 10px 30px;color: #fff}
.home_deti{text-align: center;}
.home_deti .wp1{color: #333;font-size: 36px;margin: 0}
.home_deti .wp2{color: #ccaf82;font-size: 18px;margin: 10px 0;text-transform: uppercase;}

.home_deti{width: 60%;margin: 0 auto;margin-bottom: 30px;}
.home_deti .wp3{border-bottom: 1px solid #eeeeee;display: flex;justify-content: center;}
.home_deti .wp3 span{display: inline-block;width: 60px;background: #ccaf82;border-radius: 5px;height: 4px;position: relative;top: 3px}
.home_about .home_deti{width: 100%;text-align: left;}
.home_about .home_deti .wp1{color: #fff}
.home_about .home_deti .wp3{justify-content: flex-start;border-bottom: 1px solid #67728e;}


.business_list2{display: flex;flex-wrap: wrap;}
.business_item2{width: 33.3%;box-sizing: border-box;padding: 0 10px;margin-bottom: 20px;}
.business_item2 .con{background: #f7f7f7;height: 100%}
.business_item2 .con .text{box-sizing: border-box;padding:20px 30px;}
.business_item23 .con .text{box-sizing: border-box;padding:20px 10px;color:#000}

.business_item2 .image{
    aspect-ratio: 340 / 230;
    width: 100%;
    overflow: hidden;
}
.business_item2 .image img{display: block;width: 100%;height:100%;object-fit:cover}
.business_item2 .con .text h3{margin-bottom: 10px;}
.business_item2 .image{overflow: hidden;}


.business_item2:hover .image img{
    transform: scale(1.1);
}
.news_list li .news_img{overflow: hidden;}
.news_list li:hover .news_img img{
    transform: scale(1.1);
}

.pc{display: block;}
.mobile{display: none;}