li {

    list-style: none;

}



ul {

    padding: 0;

    margin: 0;

}

a:hover{text-decoration:none;}

* {.

    -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;margin: 0 auto;color: #333;background-color: #fff;}

body{
        
        background: #f8f8f8;
          position: relative;
}



textarea{

    outline: none;

       font-family: '微软雅黑';

}

.inner {

    width: 85.8%;

    margin: 0px auto;

    position: relative;

}
.inner1 {

    width: 100%;

    margin: 0px auto;

    position: relative;

}

.inner2{
    width: 83%;
     margin: 0px auto;

    position: relative;
}

.inner1200 {

    margin: 0px auto;

    width: 1200px;

    position: relative;

}

.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: 1280px;margin: 0 auto;}

.inner1240{

   margin: 0px auto;

    width: 1240px; 

}

.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;
    margin: 0 !important;
    padding: 0 !important;
}
/*.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;
}
.pagination-lg>a {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #fff;
}
.pagination-lg>span {
    background: #bb272e;
    /*border: 1px solid #1c7bd7;*/
    color: #fff;
}
.pagination-lg>a:hover{
   background: #bb272e;
   /* 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:#3c77ff; 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:#199e9e;}
.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: 10px; height: 43px; display: 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:#eb000f ; 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:#231815;  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:2% 0px; background-color:#ebe9e9;  color:#000; font-size:16px; float: left;}
.a_rlzydiv_c dt .div .s1{width:30%; 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 dd{width:100%; float:left; font-weight:normal;text-align: left;background: #fff; border-bottom: 1px solid #edeae9;}
.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:#eeeeee; color: #333333 !important;}

.a_rlzydiv_c dd .div .s1{width:30%; text-indent:15%;font-size: 16px;}
.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;}
.index-swiper a{height: 500px;display: block;}
.inbanner .index-swiper img{display: block; width: 100%;height: 100%;object-fit: cover;}
.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%;}
.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;}
.nav li .a1:hover{background: transparent;}
.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;}

.weizhi_box{padding: 20px 0;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);}
.weizhi{ background-size: cover; display: block;}

.weizhi p{font-size: 16px;color: #666;font-weight: 400;}
.weizhi p img{position: relative;top: 3px;margin-right: 5px;}
.weizhi a{color: #666;}
.weizhi a:last-child{color: #666;}
.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);}
*/



.header{ z-index: 500;}
.flex_bt{display: flex;justify-content: space-between;}
.header .flex_bt{align-items: center;padding: 12px 0;}
.kczyul li:hover .text2{background: #efcc10;}
.headerbox .logo{display: flex;}
.headerbox .logo img{display: block;}

.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);}

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

.header2 {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.nav{display: flex;margin-left: 15%;}
.nav li {text-align: center; padding: 0 20px; }
.nav li .a1{padding: 0; line-height: 50px; color: #333333;font-size: 16px;position: relative;display: inline-block;white-space: nowrap;;}
.nav li .a1:after{position: absolute;content: "";bottom: 0;width: 0%;left: 0;height:4px;background: #e30f41;-webkit-transition:all 0.5s ; transition:all 0.5s;}


.nav li.active .a1:after,.nav li:hover .a1:after{width: 100%;}
.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;}
.header{background: #fff;}
.header .left{display: flex;align-items: center;}
.header .right{display: flex; align-items: center;}
.header .flex_de{align-items: center;}

.head_btn{display: flex;}
.head_btn a{margin-left: 10px; cursor: pointer;}
.head_btn1{background: #e30f41;line-height: 36px;padding:0 20px;border-radius: 3px;color: #fff;display: inline-block; }
.head_btn2{background: #f1f1f1;line-height: 36px;padding:0 20px;border-radius: 3px;color: #333; display: inline-block;}

/*.headerbox{box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);}*/

.flex_btw{display: flex;justify-content: space-between;}

.top_line{background: #1f8eff;display: flex;align-items: center;color: #fff;width: 143px;justify-content: center;line-height: 43px;border-radius: 3px;}
.top_line img{margin-right: 5px;}
.mobile_box{display: flex;font-weight: bold;}
.mobile_box .text{padding-left: 8px;}
.mobile_box .p1{font-size: 16px;color: #424242;}
.mobile_box .p2{font-size: 16px;color: #424242;}

.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);}




.show_detail .title{border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;text-align: center;}
.show_detail .title .p1{display: flex;justify-content: center;align-items: flex-end;font-size: 28px;color: #333333;}
.show_detail .title .p1 img{vertical-align: middle;}
.show_detail .title .p1 a{font-size: 16px;color: #999999;}
.show_detail .title .p2{font-size: 14px;color: #999999;margin-top: 20px;display: flex;justify-content: center;}
.show_detail .title .p2 span{margin: 0 25px;}
.show_detail .text{padding: 30px 0;border-bottom: 1px solid #efefef;}
.show_detail .text img{max-width: 100%;}
.show_more{display: flex;justify-content: space-between;box-sizing: border-box;padding: 30px 5%;padding-bottom: 0;}
.show_more a{width: 49%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;line-height: 60px;font-size: 14px;color: #666666;}
/*.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: #666666;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: #fff;
    border: 1px solid #fff;
    color: #333;
}
.pagination li.disabled span {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}
.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;
}

.inbanner .div1{float: left;width: 70%;}
.inbanner .div2{flex: 1;box-sizing: border-box;padding-left: 20px;min-height: 500px;}

.inbanner .div2 .fabu_wbox .fb_div1 textarea{height:140px;}
.inbanner .div2 .nw_box{height: 100%;background: url(../image/infabubk.jpg) no-repeat;background-size: cover; box-sizing: border-box;padding: 20px;}
.inbanner .div2 .nw_box .n_ti1{border-bottom: 0;color: #fff;}
.insection1{padding: 50px 0;}
.insection1 .div1{width: 50%;}
.insection1 .div2{width: 50%;box-sizing: border-box;padding-left: 30px;}

.delist li a{display: flex;justify-content: space-between;font-size: 16px;color: #333333;line-height: 48px;}
.delist .sp1{flex: 1;min-width: 1px;}
.delist .sp1 img{margin-right: 10px;vertical-align: middle;}
.delist .sp2{font-size: 14px;color: #333333;}

.indeti{display: flex;justify-content: space-between;background: url(../image/leftline.jpg) left center no-repeat;align-items: center;}
.indeti{box-sizing: border-box;padding-left: 20px;margin-bottom:40px;}
.indeti span{font-size: 24px;color: #132020;}
.indeti a{font-size: 16px;color: #888888;}

.zhufu-swiper .image{position: relative;overflow: hidden;height: 470px;}
.zhufu-swiper .image img{display: block;width: 100%;height: 100%;object-fit: cover; -webkit-transition:all 0.5s ; transition:all 0.5s;}
.zhufu-swiper a{display: block;position: relative;}
.zhufu-swiper a:hover img{transform: scale(1.1);}
.zhufu-swiper a .text{position: absolute;left: 0;bottom: 0;box-sizing: border-box;padding: 30px;background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));padding-right: 30%; }
.zhufu-swiper a .text .p1{font-size: 18px;color: #fff;margin-bottom: 15px;}
.zhufu-swiper a .text .p2{font-size: 14px;color: #fff;}

.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;}

.xiaoyou-swiper a{display: block;background: #fff;box-sizing: border-box;padding: 30px;}
.xiaoyou-swiper a .div1{display: flex;align-items: center;font-size: 14px;color: #333333;}
.xiaoyou-swiper a .div1 img{border-radius: 50%;width: 50px;margin-right: 10px;}
.xiaoyou-swiper a .div2{padding-top: 20px;}
.xiaoyou-swiper a .div2 .p1{font-size: 18px;color: #333333;margin-bottom: 12px;}
.xiaoyou-swiper a .div2 .p2{font-size: 14px;color: #333333;margin-bottom: 20px;}
.xiaoyou-swiper a .div2 .p3{display: flex;padding-bottom: 15px;border-bottom: 1px solid #eeeeee;}
.xiaoyou-swiper a .div2 .p3 .imgbox{width: 100px;line-height: 100px;margin-right: 7px;}
.xiaoyou-swiper a .div2 .p3 img{display: block;width: 100%;height: 100%;object-fit: cover;}
.xiaoyou-swiper a .div2 .p4{font-size: 14px;color: #333333;padding-top: 10px;}

.insection3{padding: 50px 0;}
.indet2{text-align: center;margin-bottom: 40px;}
.indet2 .p1{font-size: 24px;color: #132020;margin-bottom: 20px;}
.indet2 .p2{font-size: 14px;color: #888888;}
.inse3menu{display: flex;justify-content: center;}
.inse3menu a{display: block;}
.inse3menu span{cursor: pointer;display: inline-block; line-height: 35px;padding: 0 20px;border: 1px solid #dcdcdc;background: #fff;border-radius: 3px;margin: 0 5px;}
.inse3menu span:hover,.inse3menu span.active{color: #fff;background: #161b61;border-color: #161b61;}
.indet3{margin-bottom: 40px;}
.indet3 span{padding-bottom: 10px;border-bottom: 3px solid #eb000f;font-size: 24px;color: #333333;}

.insection3 .image{width: 600px;}
.insection3 .image img{display: block;width: 100%;height: 100%;object-fit: cover;}
.insection3 .text{flex: 1;box-sizing: border-box;padding-left: 30px;}

.footer{background: #0d0a0a;text-align: center;padding: 30px 0;}
.footer p{color: #ffffff;}

.ncontent{padding: 50px 0;}
.showdetail .div1{background: #fff;margin-bottom: 20px;}
.showdetail .div1{display: flex;}
.showdetail .div1 .text{flex: 1;min-width: 1px;box-sizing: border-box;padding: 40px 40px;}
.showdetail .div1 .text .text2{padding: 20px 0;font-size: 14px;color: #999999;line-height: 1.5;}
.showdetail .div1 .text .p1{font-size: 24px;color: #333333;font-weight: bold;padding-bottom: 20px;border-bottom: 1px solid #eeeeee;}
.showdetail .div1 .text .p2{font-size: 14px;color: #888888;line-height: 1.75; }
.showdetail .div2{background: #fff;margin-bottom: 20px;box-sizing: border-box;padding: 30px;}
.showdetail .div2 .h2{margin-bottom: 20px;}
.showdetail .div2 .n_text{border-top: 1px solid #eeeeee;padding: 20px 0;}
.linkmore{display: flex;justify-content: space-between;padding-top: 10px;border-top: 1px solid #eeeeee;}
.linkmore a{color: #333;}




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

.huodong 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;
}
.huodong li .text{background: #fff;box-sizing: border-box;padding: 20px;}
.huodong li .text .p1{font-size: 20px;color: #333333;margin-bottom: 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.huodong li .text .p2{font-size: 14px;color: #999999;padding-bottom: 20px;}
.huodong li .text .ntext{border-top: 1px solid #eeeeee;padding-top: 20px;}
.huodong li .text .ntext{display: flex;justify-content: space-between;align-items: center;}
.huodong li .text .ntext .sp2{background: #f8f8f8;color: #333;display: inline-block;width: 100px;line-height: 35px;text-align: center;border-radius: 30px;}
.huodong li .text .ntext .sp1{font-size: 14px;color: #888888;}
.huodong li:hover .text .ntext .sp2{color: #fff;background: #fb7494;}

.fengcai_detail{display: flex;}
.fengcai_detail .div2{width: 400px;box-sizing: border-box;padding-left: 20px;}
.fengcai_detail .div1{flex: 1;min-width: 1px;box-sizing: border-box;padding: 20px;border-radius: 5px;background: #fff;}
.fengcai_detail .div2 .n_box{background: #fff;box-sizing: border-box;padding: 20px;border-radius: 5px;}

.fengcai-swiper a{position: relative;overflow: hidden;}
.fengcai-swiper img{display: block;width: 100%;}

.fengcai_detail .div1 .n_text1{padding: 20px 0;border-bottom: 1px solid #eeeeee;}
.fengcai_detail .div1 .n_text1 .p1{font-size: 24px;color: #333333;font-weight: bold;margin-bottom: 10px;}
.fengcai_detail .div1 .n_text1 .p2{font-size: 14px;color: #888888;}

.fengcai_detail .div1 .n_text2{padding: 20px 0;display: flex;justify-content: space-between;}

.swiper-pagination-fengcai1{text-align: right;padding-right: 20px;bottom: 20px !important;}
.swiper-pagination-fengcai1 .swiper-pagination-bullet{background: #fff;opacity: 1;}
.swiper-pagination-fengcai1 .swiper-pagination-bullet-active{background: #fb7494;opacity: 1;}


.headbox{display: flex;align-items: center;}
.headbox .image1{width: 50px;margin-right: 10px;}
.headbox img{border-radius: 50%;display: block;width: 100%;}
.headbox .p1{font-size: 14px;color: #999999;}
.headbox .p2{font-size: 18px;color: #333333;}
.fengcai_detail .div1 .n_text2 .zan{display: flex;align-items: center;}
.fengcai_detail .div1 .n_text2 .zanimge{display: flex;align-items: center;}
.fengcai_detail .div1 .n_text2 .zan img{margin-right: 10px;vertical-align: middle;}
.fengcai_detail .div1 .n_text3{padding: 20px 0;}
.n_showul{padding: 20px 0;}
.n_ti1{display: flex;padding-bottom: 20px;border-bottom: 1px solid #eeeeee;align-items: center;font-size: 20px;color: #333333;}
.n_ti1 img{margin-right: 10px;}
.n_showul li{margin-bottom: 20px;}
.n_showul li:last-child{margin-bottom: 0;}
.n_showul li a{display: flex;}
.n_showul li a .image{width: 140px;}
.n_showul li a .text{flex: 1;min-width: 1px;box-sizing: border-box;padding-left: 10px;padding-top: 10px;}
.n_showul li a .text .p1{font-size: 16px;color: #666666;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.n_showul li a .text .p2{font-size: 14px;color: #999999;}




.fengcai_wbox .div1{display: flex;background: #fff;box-sizing: border-box;padding: 25px;border-radius: 10px; margin-bottom: 40px;}

.fengcai1-swiper img{display: block;width: 100%;}
.fengcai_wbox .div1 .n_div1{width: 70%;}
.fengcai_menu{display: flex;justify-content: center;margin-bottom: 30px;}
.fengcai_menu a{cursor: pointer; line-height: 35px;padding: 0 20px;border: 1px solid #dcdcdc;background: #fff;border-radius: 3px;margin: 0 5px;color: #333333;}
.fengcai_menu a:hover,.fengcai_menu a.active{color: #fff;background: #fb7494;border-color: #fb7494;}


.feng_top_ul{display: flex;flex-wrap: wrap;box-sizing: border-box;padding-left: 20px;}
.feng_top_ul li{width: 100%;margin-bottom: 20px;background: #f8f8f8;box-sizing: border-box;padding: 20px 40px;}
.feng_top_ul li:last-child{margin-bottom: 0;}

.feng_top_ul li .p1{font-size: 18px;color: #333333;margin-bottom: 5px;}
.feng_top_ul li .p2{font-size: 14px;color: #999999;}
.feng_top_ul li.active{background: #fb7494;}
.feng_top_ul li.active .p1{color: #fff;}
.feng_top_ul li.active .p2{color: #fff;}
.fengcai_ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
.fengcai_ul li {width: 49%;background: #fff;margin-bottom: 30px;}
.fengcai_ul li .text{box-sizing: border-box;padding: 20px;}
.fengcai_ul li .n_text1{display: flex;justify-content: space-between;border-bottom: 1px solid #eeeeee;padding-bottom: 20px;}
.fengcai_ul li .zan{display: flex;align-items: center;}
.fengcai_ul li .zanimge{display: flex;align-items: center;}
.fengcai_ul li .zan img{margin-right: 10px;vertical-align: middle;}

.fengcai_ul li .n_text2{padding: 20px 0;}
.fengcai_ul li .n_text2 .p1{font-size: 20px;color: #333333;margin-bottom: 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.fengcai_ul li .n_text2 .p2{font-size: 14px;color: #666666;}

.fengcai_ul li .n_text3{display: flex;justify-content: flex-end;}
.fengcai_ul li .n_text3 .sp2{background: #f8f8f8;color: #333;display: inline-block;width: 100px;line-height: 35px;text-align: center;border-radius: 30px;}

.fengcai_ul li:hover .n_text3 .sp2{color: #fff;background: #fb7494;}

.user_wbox{display: flex;background: #fff;border-radius: 10px;}
.user_wbox .div1{width: 220px;box-sizing: border-box;padding: 20px;}
.user_wbox .div2{flex: 1;min-width: 1px;box-sizing: border-box;padding: 40px 20px;}

.usetinfo_head{padding-bottom: 10px;border-bottom: 1px solid #eeeeee;text-align: center;}
.usetinfo_head .image{border-radius: 50%;position: relative;overflow: hidden;width: 94px;height: 94px;margin: 0 auto;margin-bottom: 5px;}
.usetinfo_head .image img{display: block;width: 100%;}
.usetinfo_head .p1{font-size: 18px;color: #666666;}
.usetinfo_head .p2{font-size: 14px;color: #333333;font-weight: bold;text-align: left;margin-bottom: 10px;}
.usetinfo_head .p3{font-size: 14px;color: #999999;}
.usetinfo_head .p3{text-align: left;}
.user_menu{display: flex;justify-content: center;flex-wrap: wrap;padding-top: 20px;}
.user_menu li{width: 110px;line-height: 40px;text-align: center;margin-bottom: 10px;}
.user_menu li a{background: #f8f8f8;color: #333;display: block;}
.user_menu li.active a,.user_menu li:hover a{background: #e30f41;color: #ffffff;}

.user_nti{display: flex;justify-content: space-between; align-items: center;background: #eeeeee;line-height: 44px;color: #333;font-size: 18px;box-sizing: border-box;padding: 0 20px;}

.user_nti{}
.archivesbtn4{border-radius: 0;line-height: 44px;height: 44px;padding: 0; width: 120px;font-size: 16px;}
.user_nti img{margin-right: 10px;height: 21px;}
.pagination li a,.pagination li span{
    color: #333;
    background: #fff;
    border-color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{


    background-color: #e30f41 !important;
    border-color: #e30f41 !important;
}
.pagination li a:hover{
     background-color: #e30f41 !important;
    border-color: #e30f41 !important;
}
.xiao_wbox{display: flex;justify-content: space-between;}
.xiao_wbox .w_div1{width: 70%;}
.xiao_wbox .w_div2{flex: 1; box-sizing: border-box;padding-left: 20px;}
.xiao_wbox .w_div2 .n_box{background: #fff;border-radius: 10px;box-sizing: border-box;padding: 20px;}
.xiao_wbox .w_div2 .n_box2 .n_ti1{border-bottom: 0;}

.xiaoyou_list{display: flex;flex-wrap: wrap;}
.xiaoyou_list li{width: 100%;background: #fff;box-sizing: border-box;margin-bottom: 20px;padding: 20px;}
.xiaoyou_list li .n_div1{margin-bottom: 20px;}
.xiaoyou_list .tag{margin-right: 10px;background: #fb7494;color: #fff;}
.xiaoyou_list .tag:hover{background: #fb7494;color: #fff;}
.xiaoyou_list li .n_div2 .p1{font-size: 18px;color: #333333;margin-bottom: 10px;}
.xiaoyou_list li .n_div2 .p1 .a1{color: #fb7494;}
.xiaoyou_list li .n_div2 .p2{font-size: 14px;color: #666666;}
.xiaoyou_list li .n_div2 .p3{display: flex;width: 60%;flex-wrap: wrap;padding-top: 20px;}
.xiaoyou_list li .n_div2 .p4{display: flex;width: 60%;flex-wrap: wrap;padding-top: 10px;padding-right: 1%;}
.xiaoyou_list li .n_div2 .p4 video{width: 100%;}
.xiaoyou_list li .n_div2 .p3 a{width: 32%;margin-right: 1%;margin-bottom: 10px;box-sizing: border-box;}
.xiaoyou_list li .n_div2 .p3 a img{display: block;width: 100%;}
.xiaoyou_list li .n_div2{padding-bottom: 20px;border-bottom: 1px solid #eeeeee;}
.xiaoyou_list li .n_div3{padding: 10px 0;display: flex;align-items: center;}
.xiaoyou_list li .n_div3 img{margin-right: 10px;}
.xiaoyou_list li .n_div3 .sp2{margin-left: 50px;}
.xiaoyou_list li .n_div4{display: none;}
.xiaoyou_list li .n_div4 .quanbu{font-size: 14px;color: #999999;}
.xiaoyou_list li .n_div3 .sp1{cursor: pointer;}
.xiaoyou_list li .n_div3 .sp2{cursor: pointer;}
.n_showul2{display: flex;flex-wrap: wrap;padding-top: 20px;}
.n_showul2 li{width: 100%;}
.n_showul2 li a{line-height: 30px;font-size: 16px;color: #666666;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.n_showul2 li a span{color: #e30f41;margin-right: 5px;font-weight: bold;}
.headbox2 .text2 .p1{font-size: 18px;color: #333333;}
.headbox2 .text2 .p2{font-size: 14px;color: #888888;}

.pingluwbox{margin-top: 30px;}
.pingluwbox .pdiv1{padding-bottom: 20px;border-bottom: 1px solid #eeeeee;margin-bottom: 15px;}
.pingluwbox .pdiv1 .pdiv1_n1{width: 100%;display: flex;align-items: center;}
.pingluwbox .pdiv1 .pdiv1_n1 textarea{flex: 1;border: 1px solid #fdb5c6;box-sizing: border-box;padding: 15px;border-radius: 5px;}
.pingluwbox .pdiv1{display: flex;align-items: center;flex-wrap: wrap;}
.pingluwbox .pdiv1 .plbtn_box{display: flex;justify-content: flex-end;width: 100%;margin-top: 15px;}

.pingluwbox .pdiv1 .plbtn{width: 75px;line-height: 32px;text-align: center;border-radius: 30px;color: #fff;background: #e30f41;border: none;}

.pingluwbox .pdiv1 .headimg{width: 50px;margin-right: 10px;}
.pingluwbox .pdiv1 .headimg img{width: 100%;display: block;border-radius: 50%;width: 50px;margin-right: 10px;}
.pdvi2_ul{display: flex;flex-wrap: wrap;}
.pdvi2_ul dd{width: 100%;display: flex;justify-content: space-between;padding: 10px 0;}
.pdvi2_ul dd .fl{display: flex;align-items: center;}
.pdvi2_ul dd .fr{display: flex;align-items: center;}
.pdvi2_ul dd .fr img{margin-right: 5px;}
.pdvi2_ul dd .headimg{width: 50px;margin-right: 10px;}
.pdvi2_ul dd .p_text .p1{font-size: 14px;color: #666666;margin-bottom: 2px;}
.pdvi2_ul dd .p_text .p2{font-size: 14px;color: #999999;}
.pdvi2_ul dd .p_text .p1 span{color: #fb7494;}
.pdvi2_ul dd .headimg img{display: block;width: 100%;border-radius: 50%;}

.about_wbox{background: #fff;box-sizing: border-box;padding: 50px;}

.about_wbox .content{padding-top: 40px;}
.about_wbox .content img,.about_wbox .content video{max-width: 100%;}
.about_ti{text-align: center;font-size: 24px;color: #333333;padding-bottom: 30px;border-bottom: 1px solid #eeeeee;}
.user_wbox2{background: #fff;box-sizing: border-box;padding: 50px;}

.user_wbox2 .n_wbox{width: 480px;margin: 0 auto;}

.user_regti{display: flex;justify-content: center;align-items: center;margin-bottom: 40px;font-size: 24px;color: #333333;}
.user_regti img{margin-right: 10px;}

.reg_btn{line-height: 50px;background: #e30f41;font-size: 16px;color: #fff;border-radius: 10px;outline: none;}
.reg_btn:hover,.reg_btn:focus{color: #fff;}
.user_wbox2 .form-group{border: 1px solid #e5e5e5;border-radius: 5px;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;padding: 10px;position:relative}
.user_wbox2 .form-group span{display: flex;align-items: center;font-size: 18px;color: #fb7494;position: relative;top: 4px;}
.user_wbox2 .form-group .controls{flex: 1}
.user_wbox2 .form-group .form-control{border: none;width: 100%;padding: 0 5px;box-shadow: none;}
.user_wbox2 .help-block{display: none;}



.login_fixbox .form-group{border: 1px solid #e5e5e5;border-radius: 5px;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;padding: 10px;}
.login_fixbox .form-group span{display: flex;align-items: center;font-size: 18px;color: #fb7494;position: relative;top: 4px;}
.login_fixbox .form-group .controls{flex: 1}
.login_fixbox .form-group .form-control{border: none;width: 100%;padding: 0 5px;box-shadow: none;}
.login_fixbox .help-block{display: none;}




.regxieyi{display: flex;justify-content: space-between;margin-bottom: 30px;align-items: center;}
.regxieyi .fl{display: flex;align-items: center;}
.regxieyi .fl a{font-size: 14px;color: #999999;margin-left: 5px;}
.regxieyi .a2{color: #fb7494;}
.lofix_wbox{display: none;}
.login_fixbox{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 1000;background: rgba(0, 0, 0, 0.15);}
.login_fixbox{display: flex;align-items: center;justify-content: center;}
.login_fixbox .w_div1{width: 620px;background: #fff;border-radius: 5px;box-sizing: border-box;padding: 30px 80px;position: relative;}
.login_fixbox .w_div1 .h1{margin-bottom: 30px;align-items: center;display: flex;}
.login_fixbox .w_div1 .h1 img{margin-right: 5px;}
.login_fixbox .close{opacity: 1;position: absolute;top: 30px;left: 30px;}
.fabu_wbox{background: #f8f8f8;border-radius: 10px;}
.fabu_wbox .fb_div1 textarea{width: 100%;box-sizing: border-box;padding: 15px;height: 280px;resize: none;border: none;background: transparent;}
.fabu_wbox .fb_div2{box-sizing: border-box;padding: 20px 15px;border-top: 1px solid #eeeeee;}
.fabu_wbox .fb_div2 .fl{display: flex;align-items: center;position: relative;}
.fabu_wbox .fb_div2 .fl .btnimg{margin-right: 10px;}
.fabu_wbox .fb_div2 .fl img{width: 20px;}
.fabu_wbox .fb_div2{display: flex;justify-content: space-between;}
.fabu_wbox .fb_div1{display: flex;align-content: space-between;flex-wrap: wrap;}
.fa_btn{color: #fff;border: none;background: #e30f41;line-height: 34px;padding: 0 25px;border-radius: 30px;}

.topic-list {
    position: absolute;
    bottom: -234px;
    left: -19px;
    width: 285px;
    height: 234px;
    box-shadow: 0 2px 6px 0 rgba(209, 209, 209, 0.5);
    background-color: #ffffff;
    border: solid 1px #eceef3;
    z-index: 111111;
    /*display: none;*/
}
.topic-list .left {
    width: 69px;
    height: 234px;
    background-color: #f8f9fb;
    float: left;
}
.topic-list .left div {
    width: 69px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    margin-top: 13px;
    cursor: pointer;
}
.topic-list .topic-list-right {
    float: left;
    width:210px;
    height: 236px;
    overflow: auto;
}
.topic-list .topic-list-right div {

    height: 39px;
    line-height: 39px;
    text-align: left;
    cursor: pointer;
    text-indent: 14px;
    font-size: 16px;
}
.topic-list .topic-list-right div span {
    color: #2d71c7;
    margin-right: 6px;
}
.topic-list .left div.jylyOn {
    background-color: #eff0f4;
}
.topic-list .topic-list-right div:hover {
    background-color: #f8f9fb;
}
.topic-exhibition {
    height: 24px;
    background-color: #EAEFF4;
    line-height: 24px;
    padding: 0 20px 0 7px;
    
    letter-spacing: 0.4px;
    display: none;
    margin-left: 14px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px;

}
.topic-exhibition-warp{
   display: inline-block!important; 
}
.topic-exhibition span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #2d71c7;
    margin: 0 5px;
}
.topic-exhibition i {
    position: absolute;
    top: -1px;
     right: 10px; 
    cursor: pointer;
}
.topic-exhibition i img {
    width: 10px;
    height: 10px;
}

.bqlist{margin: 10px 0;box-sizing: border-box;padding: 0 20px;}
.bqlist .text{background: #EAEFF4;color: #e30f41;display: inline-block;padding: 5px 15px;}
.bqlist .text .sp2 img{height: 14px;vertical-align: middle;cursor: pointer;}

.imagesbox{box-sizing: border-box;padding: 15px;}

.archivesList{display: flex;}
.archivesList .fr{flex: 1;box-sizing: border-box;padding-left: 20px;min-width: 1px;}
.archivesList .fr .p1{font-size: 16px;color: #333333;}
.archivesList .fr .p2{font-size: 14px;color: #666666;margin: 15px 0;}
.archivesList .deimage{width: 500px; display: flex;flex-wrap: wrap;}
.archivesList .deimage a{display: block;width:120px;height: 120px; box-sizing: border-box;margin-right: 10px; margin-bottom: 10px;}
.archivesList .deimage a img{display: block;
    width: 100%;
    height: 100%;object-fit: cover;}

.archivesbtn1{background: #f8f8f8;color: #fb7494;}
.archivesbtn2{color: #56fe62;}
.archivesbtn3{color: #fb7494;}
.archivesbtn4{color: #fff;background: #e30f41;}
.archivesbtn5{color: #fff;background: #e30f41;}

.archivesList_wbox{padding-top: 20px;}
.insection3{background: #fff;}
.insection33{padding: 30px 0;padding-bottom: 50px;}
.inse3menu{margin-bottom: 40px;}
.pb_fengcai .item{width: 30%;margin-bottom: 20px;position: relative;}
.pb_fengcai3 .item{width: 100%;margin-bottom: 20px;position: relative;}
.pb_fengcai .item img{display: block;width: 100%;}


.pbmorebox{margin-top: 30px;}
.pbmore{border: 1px solid #dcdcdc;display: inline-block;line-height: 50px; width: 200px;text-align: center; border-radius: 30px;}

.pb_fengcai .item .text{transform: scale(0);-webkit-transition:all 0.5s ; transition:all 0.5s;}
.pb_fengcai .item:hover .text{transform: scale(1);}
.pb_fengcai .item .text{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.pb_fengcai .item .text .pb_ndiv1{width: 100%;box-sizing: border-box;padding: 20px 30px;background: linear-gradient(rgba(0, 0, 0, 0.8),transparent);}
.pb_fengcai .item .text .pb_ndiv2{width: 100%; box-sizing: border-box;padding: 20px 30px}

.pb_fengcai .item .text .pb_ndiv2{position: absolute;left: 0;bottom: 0;width: 100%; background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); }
.pb_fengcai .item .text .pb_ndiv2 .p1{font-size: 18px;color: #fff;margin-bottom: 10px;}
.pb_fengcai .item .text .pb_ndiv2 .p2{font-size: 14px;color: #fff;}

.pb_fengcai .item .text .pb_ndiv1 .headbox{display: flex;justify-content: space-between;color: #fff;}
.pb_fengcai .item .text .pb_ndiv1 .headbox .image1{display: flex;align-items: center;color: #fff;}
.pb_fengcai .item .text .pb_ndiv1 .headbox .image1 img{margin-right: 10px;}
.pb_fengcai .item .text .pb_ndiv1 .headbox .p2{color: #fff;font-size: 14px;}

.swiper-pagination-fengcai{}
.swiper-pagination-fengcai .swiper-pagination-bullet{background: #fff;opacity: 1;}
.swiper-pagination-fengcai .swiper-pagination-bullet-active{background: #fb7494;opacity: 1;}

.fengcai-swiper .swiper-button-prev{left: 30px;}
.fengcai-swiper .swiper-button-next{right: 30px;}
.motop{margin-top: 50px;}

.showdetail .div1 .image{width: 60%;height: 400px;}
.showdetail .div1 .image img{display: block;width: 100%;height: 100%;object-fit: cover;}

.widget-layer {
    position: relative;
    width: 410px;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 10px 0 rgba(209, 209, 209, 0.5);
    border: solid 1px #edeff4;
    z-index: 22223
}

/*          .widget-layer:before{
                position: absolute;
                top: -16px;
                left: 2px;
                display: block;
                content: '';
                width: 0;
                height: 0;
                border: 8px solid transparent;
                border-bottom-color: #dbdbdb;
            }*/
/*          .widget-layer:after{
                position: absolute;
                top: -15px;
                left: 2px;
                display: block;
                content: '';
                width: 0;
                height: 0;
                border: 8px solid transparent;
                border-bottom-color: #f0f0f0;
            }*/
.widget-layer .widget-tool {
    height: 28px;
    background: #f0f0f0;
}

.widget-layer .widget-close {
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: Arial;
    color: #333;
}

.widget-layer ul {
    width: 372px;
    margin: 0 auto;
    padding: 15px 5px 20px;
    overflow: hidden;
}

.widget-layer li {
    position: relative;
    z-index: 8;
    float: left;
    width: 25px;
    height: 25px;
    margin: 5px 6px 5px 6px;
    /*              border: 1px solid #e8e8e8;*/
    cursor: pointer;
}

.widget-layer li img {
    width: 25px;
    height: 25px;
}

.widget-layer li:hover {
    z-index: 9;
    border-color: #eb7350;
}

.sctext{position: absolute;right: -190px;top: 5px; width: 190px;font-size: 14px;color: #999999;}

.kechengbox{position: absolute;display: none; left:0 ;top: 54px;width: 100%;z-index: 2000;background: #eeeeee;}

.kechengbox .kc_div2{box-sizing: border-box;padding: 15px;width: 100%;}
.kechengbox .kc_div2 input{background: #fff;border: none;box-sizing: border-box;padding: 0 15px;line-height: 40px;width: 100%;border-radius: 8px;}

.kechengbox .kc_div1 ul{display: inline-block;width: 100%;height: 270px;overflow-y: scroll;}
.kechengbox .kc_div1 ul li{cursor: pointer; box-sizing: border-box;padding: 0 30px;line-height: 40px;color: #666666;font-size: 14px;}
.kechengbox .kc_div1 ul li.active{color: #fff;background: #fb7494;}
.videobox{display: none;}
.fabu_wbox .nn_box{width: 100%;}
.videobox{box-sizing: border-box;padding: 15px;padding-top: 0;width: 100%;}

.videobox .videon{width: 100%;height: 150px;}
.videobox video{width: 100%;height: 100%; object-fit: cover;}
.inbanner .div1 .swiper-container{height: 100% !important;}
.index-swiper a{height: 100%;}
.biaoqing{min-height: 400px;display: flex;align-content: space-between;flex-wrap: wrap;}
.biaoqing .fb_div1{min-height: 320px;}
.biaoqing .fb_div1{width: 100%;}
.biaoqing .fb_div2{width: 100%;}

.uservideobox{width: 384px;height: 216px;background: #000;}
.uservideobox video{display: block;width: 100%;height: 100%;object-fit: cover;}
.kcchose{position: relative;}
.abp{position: absolute;right: -100%;width: 100%;top: 0;height: 100%;display: flex;align-items: center;box-sizing: border-box;padding-left: 30px;color: #555555;}