li {

    list-style: none;

}



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: '微软雅黑';

}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   



.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{

        overflow: hidden;


        background: #fff;
      
}



textarea{

    outline: none;

       font-family: '微软雅黑';

}

.inner {

    width: 1100px;

    margin: 0px auto;

}

.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;

}



.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;

}



.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%;
   margin-bottom: 50px;
}
.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;
    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 {
        display: inline-block;

    padding: 7px 14px;
    font-size: 14px;
    line-height: 1.3333333;
    margin: 0 5px;
      margin-bottom: 10px;
    border: none;
}
.pagination-lg>a {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #333;
}
.pagination-lg>span {
    background: #d03c27;
    border: 1px solid #d03c27;
    color: #fff;
}
.pagination-lg>a:hover{
     background: #d03c27;
    border: 1px solid #d03c27;
    color: #fff;
}
/*分页*/




/*******手机导航*******/



.a_zxlmenu{width:100%;/* margin-bottom:3%;*/ position:relative; display:none; z-index:100;}

.a_zxlmenu_t{width:100%;height: 50px;line-height: 50px; font-size:14px; text-align:center; background-color:#d03c27; 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_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;

}



/*******手机导航*******/









/*手机导航*/

/* 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:#852526;

-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:#852526;

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{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:rgba(171,44,16,0.85); 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:300px; 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;}
.a_rlzydiv_c dt .div{width:100%; padding:1.2% 0px; background-color:#fff; color:#333; font-size:16px; float: left;}
.a_rlzydiv_c dt .div .s1{width:46%; text-indent:3%;}
.a_rlzydiv_c dt .div .s2{width:19.5%;}
.a_rlzydiv_c dt .div .s3{width:13%; text-align:center;}
.a_rlzydiv_c dt .div .s4{width:21.5%; text-align:center;}
.a_rlzydiv_c dd{width:100%; float:left; font-weight:normal;}
.a_rlzydiv_c dd .div{float: left;width:100%; padding:1.2% 0px; background:url(../image/r_jt1.png) right 20px center no-repeat; background-color:#fff; font-size:16px; color:#333; 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:#f3061c;color: #fff;}
.a_rlzydiv_c dd .div .s1{width:46%; text-indent:3%;}
.a_rlzydiv_c dd .div .s2{width:19.5%;}
.a_rlzydiv_c dd .div .s3{width:13%; text-align:center;}
.a_rlzydiv_c dd .div .s4{width:21.5%; text-align:center;}
.a_rlzydiv_c dd .div1{box-sizing: border-box; width:100%;/* background-color:#f7f6f6;*/ padding:2% 3%; display:none; float: left;background: #f1f3f6;}
.a_rlzydiv_c dd .div1_c{width:100%; padding-bottom:3%; color:#222222; 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:#fff; text-decoration:none; font-size:14px;}


.nwbox{display: inline-block;width: 100%;position: relative;overflow: hidden;}
.inbanner{position: relative;overflow: hidden;}

.header{position: absolute;width: 100%;left: 0;top: 0;height: 90px;background: rgba(0,0,0,0.2);z-index: 500;}
.header .box{position: relative;width: 90%; margin: 0 auto;}
.header .box .login{float: left;}
.header .box .mobile{float: right;}
.header .login{padding: 10px 0;}
.nav{display: inline-block;float: left;margin-left: 50px;}
.nav li {float: left;padding:  0 25px; height: 88px; line-height: 88px; text-align: center;position: relative;}
.nav li a{box-sizing: border-box;color: #fff;}
.nav li:hover a,.nav li.active a{color: #fabd2f;}
.nav li:hover,.nav li.active{border-bottom: 1px solid #fabd2f;}
.nav li dl{position: absolute;left: 0;top: 88px;width: 100%;background: rgba(255,255,255,0.9); padding: 5px 0;display: none;}
.nav li:hover dl{display: block;}
.nav li dl dd{padding: 5px 0;line-height: 20px;font-size: 14px;}
.nav li dl dd a{color: #333!important;}
.nav li dl dd a:hover {color: #fabd2f!important;}
.header .mobile{margin-top: 20px;}
.header .mobile .img{float: left;}
.header .mobile .img img{margin-right: 10px;position: relative;top: 3px;}
.header .mobile .text{float: left;}
.header .mobile .text .p1{color: #fff;font-size: 12px; line-height: 1;}
.header .mobile .text .p2{color: #fff;font-size: 24px; line-height: 1.2;}


.section1{padding: 50px 0;}
.intitle{text-align: center; margin-bottom: 30px;}
.intitle .h4{font-size: 36px;color: #333333;}
.intitle .h4 span{color: #e32235;text-transform: uppercase;}



.intitle2{text-align: center;}
.intitle2 .h4{font-size: 36px;color: #333333;}
.intitle2 .h4 span{margin-left: 20px;color: #e32235;text-transform: uppercase;}
.intitle2 .h5{border-bottom: 1px solid #dcdcdc; margin-bottom: 35px;}
.intitle2 .h5 img{position: relative;top: 22px;}


.intitle3{text-align: center;}
.intitle3 .h4{font-size: 20px;color: #fff;}
.intitle3 .h4 span{margin-left: 20px;color: #fff;text-transform: uppercase;}
.intitle3 .h5{border-bottom: 1px solid #fff; margin-bottom: 35px;}
.intitle3 .h5 img{position: relative;top: 22px;}


.se1ul{display: inline-block;width: 100%;}
.se1ul li{float: left;width: 25%;box-sizing: border-box;padding: 0 10px;}
.se1ul li .img{position: relative;overflow: hidden;}
.se1ul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.se1ul li:hover img{transform: scale(1.1);}
.se1ul li .text{background: #eeeeee;height: 190px;box-sizing: border-box;padding: 20px;}
.se1ul li .text .p1{text-align: center;font-size: 24px;color: #d03c27;font-weight: bold; margin-bottom: 15px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.se1ul li .text .p2{font-size: 14px;line-height: 24px; height: 72px;overflow: hidden;}



.index-swiper .swiper-pagination{bottom: 120px;}
.index-swiper .swiper-pagination-bullet{background: #fff;opacity: 1;}
.index-swiper .swiper-pagination-bullet-active{background: #fa061d;}

.index-swiper .swiper-slide img{display: block;width: 100%;}
.se2new-swiper .swiper-slide a{display: block;width: 100%;position: relative;}
.se2new-swiper .swiper-slide .img{position: relative;overflow: hidden;}
.se2new-swiper .swiper-slide a img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.se2new-swiper .swiper-slide:hover img{transform: scale(1.1);}
.se2new-swiper .swiper-slide a p{position: absolute;left: 0;bottom: 0;width: 90%; line-height: 45px;box-sizing: border-box;padding: 0 5%;color: #fff;background: rgba(0,0,0,0.3);}

.se2new-swiper .swiper-pagination{text-align: right;padding-right: 30px;bottom: 12px;}

.se2new-swiper .swiper-pagination-bullet{background: #fff;opacity: 1;}
.se2new-swiper .swiper-pagination-bullet-active{background: #fa061d;}

.section2 .fl{float: left;width: 50%;}
.section2 .fr{float: right;width: 50%;box-sizing: border-box;padding-left: 20px;}

.indenewul{display: inline-block;width: 100%; position: relative;top: -20px;}
.indenewul li{float: left;padding: 20px 0; border-bottom: 1px dashed #dddddd;width: 100%;}
.indenewul li .img{float: left;width: 25%;position: relative;overflow: hidden;}
.indenewul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.indenewul li:hover img{transform: scale(1.1);}
.indenewul li .text{float: left;width: 75%; box-sizing: border-box;padding-left: 15px;}
.indenewul li .text .p1{font-size: 16px;color: #333333; margin-bottom: 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.indenewul li .text .p2{font-size: 14px;color: #666666; line-height: 20px;height: 40px;overflow: hidden;}
.indenewul li .text .p3{font-size: 14px;color: #666666;margin-top: 10px;}

.section3{padding: 50px 0;background: url(../image/xmbk.jpg) center no-repeat;background-size: cover;position: relative;overflow: hidden;}



.section3 .div1{position: relative;}
.se3-swiper{padding-bottom: 50px;}
.se3-swiper .img{position: relative;overflow: hidden;}
.se3-swiper img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.se3-swiper .swiper-slide:hover img{transform: scale(1.1);}
/*.se3-swiper .swiper-pagination{text-align: right;padding-right: 30px;bottom: 12px;}
*/

.se3-swiper .text{background: #fff;box-sizing: border-box;padding: 20px;}
.se3-swiper .text .p1{font-size: 16px;color: #333;margin-bottom: 10px;}

.se3-swiper .text .p2{font-size: 14px;color: #333;line-height: 24px;height: 48px;overflow: hidden;}

.se3-swiper .swiper-pagination-bullet{background: #fff;opacity: 1;}
.se3-swiper .swiper-pagination-bullet-active{background: #fa061d;}

.section4 {padding: 50px 0;}
.section4 .div1{float: left;width: 33.3%;box-sizing: border-box;padding: 0 15px; height: 350px;}


.section4 .div1 h4{display: inline-block;width: 100%; border-bottom: 1px solid #e5e5e5;}
.section4 .div1 h4 span{float: left; padding-bottom: 10px;border-bottom: 2px solid #d03c27;display: inline-block;font-size: 24px;}
.section4 .div1 h4 a{float: right;font-size: 14px;color: #333;text-transform: uppercase;font-weight: 400; margin-top: 15px;}

.se4imgul{display: inline-block;width: 100%;}
.se4imgul li{float: left;width: 100%;padding: 15px 0;border-bottom: 1px dashed #dddddd;}
.se4imgul li .img{float: left;width: 25%;}
.se4imgul li .img img{display: block;width: 100%;}
.se4imgul li .text{padding-left: 10px;box-sizing: border-box;float: left;width: 75%;}
.se4imgul li .text .p1{font-size: 16px;color: #333333;line-height: 20px;height: 40px;overflow: hidden;}
.se4imgul li .text .p2{font-size: 12px;color: #333;}



.se4textul{display: inline-block;width: 100%;}
.se4textul li{float: left;width: 100%;padding: 8.6px 0;box-sizing: border-box; border-bottom: 1px dashed #dddddd;}

.se4textul li a{font-size: 14px;color: #333;}

.se4textul li a .sp1{float: left;width: 75%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.se4textul li a .sp1 img{margin-right: 5px;position: relative;top: -2px;}
.se4textul li a .sp2{float: right;width: 25%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; color: #888888;}

.wenda{display: inline-block;width: 100%;}
.wenda li{display: inline-block;width: 100%;padding: 6px 0;border-bottom:1px solid #e5e5e5;}
.wenda .p1{font-size: 16px;color: #333333;display: inline-block;width: 100%; margin-bottom: 10px;}
.wenda .p2{font-size: 14px;color: #666666; line-height: 20px;height: 40px;overflow: hidden;display: inline-block;width: 100%;}
.wenda .p2 img{float: left; margin-right: 10px;}
.wenda .p1 img{float: left; margin-right: 10px;}


.section5{padding: 50px 0;background: url(../image/dxbk.jpg) center no-repeat;background-size: cover;position: relative;overflow: hidden;}
.section5 .title{text-align: center;}
.section5 .title .p1{font-size: 36px;color: #fff;font-weight: bold;}
.section5 .title .p2{font-size: 14px;color: #fff; margin-top: 15px;}

.daxueul {display: inline-block;width: 100%; margin-top: 50px;}
.daxueul li{float: left;width: 33.3%;box-sizing: border-box;padding:  0 10px; margin-bottom: 20px;}
.daxueul li .img{float: left;width: 30%;height: 114px;}
.daxueul li .img img{display: block;width: 100%;}
.daxueul li .text{float: left;width: 70%; box-sizing: border-box;padding-left: 10px;}
.daxueul li .text .p1{font-size: 16px;color: #fff;}
.daxueul li .text .p2{font-size: 14px;color: #fabd2f; margin-top: 10px; margin-bottom: 15px;}
.daxueul li .text .p3{font-size: 14px;color: #fff; line-height: 20px;height: 40px;overflow: hidden;}

.section6{padding: 30px 0;background: url(../image/ggbk.jpg) center no-repeat;background-size: cover;}
.section6 h4{text-align: center;color: #fff;font-size: 24px;margin-bottom: 20px;font-weight: 400;}
.section6 ul{display: inline-block;width: 100%;}
.section6 ul li{float: left;width: 25%;text-align: center;}
.section6 ul li .p1{color: #fff;font-size: 16px;}
.section6 ul li .p1 span{color: #fff;font-size: 40px;}
.section6 ul li .p2{color: #fff;font-size:14px;}

.footer{padding: 50px 0;padding-bottom: 0;}
.footer .div1{float: left;width: 60%;padding-right: 20px; border-right: 1px solid #dcdcdc;}
.footer .div1 ul li{float: left;width: 100%; margin-bottom: 20px;}
.footer .div1 ul li span{float: left;width: 13%;}
.footer .div1 ul li .text{float: left;width: 87%;box-sizing: border-box;padding-left: 5px;}
.footer .div1 ul li .text a{float: left;padding:0 10px;color: #666666; border-right: 1px solid #e5e5e5;font-size: 14px;height: 14px;line-height: 14px;margin-bottom: 10px;}
.footer .div2{float: right;width: 40%;box-sizing: border-box;padding-left: 30px;}
.footer .div2 .text{float: left;}
.footer .div2 .img{float: right;}
.footer .div3{display: inline-block;width: 100%;margin-top: 30px; text-align: center;border-top: 1px solid #e5e5e5; padding: 20px 0;}
.footer .div3 p{font-size: 16px;color: #333;}

.nbanner{height: 500px;vertical-align: middle;display:flex}
.nbanner .text{vertical-align: middle;text-align: center;align-self:center;margin: 0 auto;}
.nbanner .text .p1{color: #fff;font-size: 36px;font-weight: bold;text-transform: uppercase;}
.nbanner .text .p2{color: #fff;font-size: 24px;background: url(../image/xianbk.png) center center no-repeat;}


.weizhi {line-height: 16px;font-size: 14px; padding: 25px 0;}
.weizhi p{color: #888888; line-height: 60px;}
.weizhi a{color: #888888;}
.weizhi span{color: #888888;}
.weizhi img{position: relative;top: 3px;margin-right: 5px;}

.dezuoyou{padding-bottom: 50px;}
.dezuoyou .fr{float: right;width: 25%;}
.dezuoyou .fl{float: left;width: 75%;box-sizing: border-box;padding-right: 40px;position: relative;overflow: hidden;}

.dezuoyou .fr .h4{font-size: 30px;color: #333333;}
.dezuoyou .fr .h4.box{margin-top: 30px;}
.dezuoyou .fr .h4 span{font-size:20px;color: #d03c27;text-transform: uppercase; position: relative;top: 0;margin-left: 15px;font-weight: 400;}
.dezuoyou .indenewul{top: 0;}




.indenewul2{display: inline-block;width: 100%; position: relative;}
.indenewul2 li{float: left;padding: 20px 0; border-bottom: 1px dashed #dddddd;width: 100%;}
.indenewul2 li .img{float: left;width: 25%}
.indenewul2 li .img img{display: block;width: 100%;}
.indenewul2 li .text{float: left;width: 75%; box-sizing: border-box;padding-left: 15px;}
.indenewul2 li .text .p1{font-size: 16px;color: #333333; margin-bottom: 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.indenewul2 li .text .p2{font-size: 14px;color: #666666; line-height: 20px;height: 40px;overflow: hidden;}
.indenewul2 li .text .p3{font-size: 14px;color: #666666;margin-top: 10px;}








.se4textul2{display: inline-block;width: 100%;}
.se4textul2 li{float: left;width: 100%;padding: 8.6px 0;box-sizing: border-box; border-bottom: 1px dashed #dddddd;}

.se4textul2 li a{font-size: 14px;color: #333;}

.se4textul2 li a .sp1{float: left;width: 100%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.se4textul2 li a .sp1 img{margin-right: 5px;position: relative;top: -2px;}
.se4textul2 li a .sp2{float: right;width: 25%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; color: #888888;text-align: right;}









.lxlist{display: inline-block;width: 100%; position: relative;}
.lxlist li{float: left;width: 100%;background: #eeeeee; margin-bottom: 25px;}
.lxlist li .img{float: left;width: 50%;position: relative;overflow: hidden;}
.lxlist li .img .img1{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.lxlist li .img .img2{position: absolute;top: 40%;left: 40%;}
.lxlist li .text{float: left;width: 50%; box-sizing: border-box;padding: 0 25px; padding-top: 20px;}
.lxlist li .text .p1{font-size: 18px;color: #333333; padding-bottom: 10px;border-bottom: 1px solid #dcdcdc; overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.lxlist li .text .p2{font-size: 14px;color: #666666; line-height: 24px;height: 96px;overflow: hidden; margin-top: 10px;}

.lxlist li:hover .img1{transform: scale(1.1);}




.wenda2{display: inline-block;width: 100%;}
.wenda2 li{display: inline-block;width: 100%;padding: 0px 20px;background: #eeeeee;margin-bottom: 25px;}
.wenda2 .p1{padding-top: 20px; font-size: 16px; color: #333333;display: inline-block;width: 100%;padding-bottom: 10px;  border-bottom: 1px solid #dcdcdc }
.wenda2 .p2{font-size: 14px;color: #666666; line-height: 24px;height: 48px;overflow: hidden;display: inline-block;width: 100%; margin-top: 20px;}
.wenda2 .p2 img{float: left; margin-right: 10px;position: relative;}
.wenda2 .p1 img{float: left; margin-right: 10px;position: relative;top: -2px;}




.shlist{display: inline-block;width: 100%; position: relative;}
.shlist li{float: left;width: 100%;background: #eeeeee; margin-bottom: 25px;}
.shlist li .img{float: left;width: 50%;position: relative;overflow: hidden;}
.shlist li .img .img1{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.shlist li .img .img2{position: absolute;top: 40%;left: 40%;}
.shlist li .text{float: left;width: 50%; box-sizing: border-box;padding: 0 25px; padding-top: 20px;}
.shlist li .text .p1{font-size: 18px;color: #333333; padding-bottom: 10px;border-bottom: 1px solid #dcdcdc; overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.shlist li .text .p2{font-size: 14px;color: #666666; line-height: 24px;height: 96px;overflow: hidden; margin-top: 10px;}

.shlist li:hover .img1{transform: scale(1.1);}
.shlist span{float: right;color: #888888;}
.shlist span img{margin-left: 10px;}





.newlist {display: inline-block;width: 100%;}
.newlist li{float: left;width: 100%;height: 180px;box-sizing: border-box; border-bottom: 1px solid #d2d2d2;}
.newlist li a{display: block;width: 100%;cursor: pointer;padding: 35px 0;}
.newlist li .s1{float: left;width: 20%;background: #fabd2f;}
.newlist li .s2{float: left;width: 65%;padding: 0 20px; box-sizing: border-box;padding-top: 15px;}
.newlist li .s3{float: right;width: 15%;box-sizing: border-box;padding-top: 45px;}
.newlist li .s3 span{display: inline-block;width: 100%;text-align: center;background: #eeeeee;color: #666666;line-height: 40px;}
.newlist li .s2 .p1{font-size: 20px;color: #333333;font-weight: bold;}
.newlist li .s2 .p2{font-size: 14px;color: #333333;line-height: 24px;height: 48px;overflow: hidden; margin-top: 15px;}
.newlist li .s1{background: #fabd2f;box-sizing: border-box;padding: 15px;text-align: center;color: #333;height: 110px}
.newlist li .s1 .p1{font-size: 36px;font-weight: bold;padding-bottom: 5px;border-bottom: 1px solid #fff;color: #fff;}
.newlist li .s1 .p2{padding-top: 5px; color: #fff;}
.newlist li:hover{background: #fff;border-bottom: 0;box-shadow: 0 0 20px 1px rgba(0,0,0,0.05)}
.newlist li:hover .s1{background: #f3061c;}
.newlist li:hover .s1 p{color: #fff;}
.newlist li:hover .s3 span{background: #f3061c;color: #fff;}



.tzdiv{display: inline-block;width: 100%;background: #eeeeee;border-radius: 10px;margin-bottom: 20px;box-sizing: border-box;padding: 10px 20px;}




.tongzhiul{display: inline-block;width: 100%;}
.tongzhiul li{float: left;width: 100%;padding: 15px 0;box-sizing: border-box; border-bottom: 1px solid #fff;}

.tongzhiul li:last-child{border-bottom: 0;}
.tongzhiul li a{font-size: 14px;color: #333;}

.tongzhiul li a .sp1{float: left;width: 75%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.tongzhiul li a .sp1 img{margin-right: 5px;position: relative;top: -2px;}
.tongzhiul li a .sp2{float: right;width: 25%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; color: #888888;text-align: right;}







.caselist{display: inline-block;width: 100%; position: relative;}
.caselist li{float: left;width: 100%;background: #eeeeee; margin-bottom: 25px;}
.caselist li .img{float: left;width: 45%;position: relative;overflow: hidden;}
.caselist li .img .img1{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.caselist li .img .img2{position: absolute;top: 60%;left: 40%;}
.caselist li .text{float: left;width: 55%; box-sizing: border-box;padding: 0 25px; padding-top: 20px;}
.caselist li .text .p1{line-height: 28px;height: 56px; font-size: 18px;color: #333333; padding-bottom: 8px; overflow: hidden;
text-overflow:ellipsis;
white-space: ; }
.caselist li .text .p2{font-size: 14px;color: #666666; line-height: 24px;height: 72px;overflow: hidden; margin-top: 8px;}
.caselist li .text .p3{font-size: 14px;color: #666666;overflow: hidden;}
.caselist li:hover .img1{transform: scale(1.1);}
.caselist span{float: right;color: #888888; margin-top: 10px;}
.caselist span img{margin-left: 10px;}





.newimglist{display: inline-block;width: 100%;}
.newimglist li{float: left;width: 33.3%;padding: 0 10px; margin-bottom: 25px; }
.newimglist li a{display: block;width: 100%;background: #eeeeee;}
.newimglist li .img {position: relative;overflow: hidden; height: 240px;}
.newimglist li .img img{min-height: 100%; display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.newimglist li .text {box-sizing: border-box;padding: 20px;}
.newimglist li .text .p1{font-size: 20px;color: #333; height: 52px;overflow: hidden;}
.newimglist li .text .p3{font-size: 14px;color: #888888;line-height: 24px;margin-top: 10px;}
.newimglist li .text .p3 span{float: right;position: relative;top: -1px;}
.newimglist li .text .p2{font-size: 14px;color: #333; line-height: 24px;height: 72px;overflow: hidden; margin-top: 10px;}
.newimglist li:hover a{color: #fff !important;background: #fabd2f;}
.newimglist li:hover a p{color: #fff !important;}
.newimglist li:hover img{transform: scale(1.1);}
.nmenu{text-align: center; margin-bottom: 30px;}
.nmenu ul{display: inline-block;margin: 0 auto;}
.nmenu li{float: left;}
.nmenu li a{display: block; border: 1px solid #dcdcdc;line-height: 44px;padding: 0 30px;margin: 0 8px; border-radius: 30px;color: #333;}
.nmenu li.active a,.nmenu li:hover a{background: #fabd2f;border-color: #fabd2f;color: #fff;}



.xiangxibox{display: inline-block;width: 100%; padding-bottom: 30px;}
.xiangxibox .div1{padding-bottom: 20px;border-bottom: 1px solid #d2d2d2;text-align: center;}
.xiangxibox .div1 .p1{font-size: 24px;color: #333333;}
.xiangxibox .div1 .p2{font-size: 16px;color: #666666; padding-top: 15px;}
.xiangxibox .text{padding: 40px 0;border-bottom: 1px solid #d2d2d2;}
.xiangxibox .text img{max-width: 100%;height: auto !important;}
.schwbox img{max-width: 100%;height: auto !important;}
.xiangxibox .linkmore{padding-top: 10px;}
.xiangxibox .linkmore a{font-size: 16px;color: #333;padding: 10px 0;line-height: 20px;display: block;width: 100%;}





.huodongul{display: inline-block;width: 100%;}
.huodongul li{float: left;width: 100%;padding: 15px 0;box-sizing: border-box; border-bottom: 1px solid #eeeeee;}

.huodongul li:last-child{border-bottom: 0;}
.huodongul li a{font-size: 14px;color: #333;}

.huodongul li a .sp1{float: left;width: 75%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.huodongul li a .sp1 img{margin-right:10px;position: relative;top: -2px;}
.huodongul li a .sp2{float: right;width: 25%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; color: #888888;text-align: right;}



.huodongbox .h4{font-size: 30px;color: #333333; border-bottom: 1px solid #e5e5e5;}
.huodongbox .h4.box{margin-top: 30px;}
.huodongbox .h4 .sp1{display: inline-block; border-bottom: 2px solid #d03c27; padding-bottom: 10px;}
.huodongbox .h4 .sp2{font-size:20px;color: #d03c27;text-transform: uppercase; position: relative;top: 0;margin-left: 15px;font-weight: 400}
.huodongbox .div1{background: url(../image/hdbk.jpg) left no-repeat;display: inline-block;width: 100%; margin-bottom: 30px;}
.huodongbox .div1 img{display: block;width: 100%;}
.huodongbox .div1 form{float: right;background: #026600;width: 50%;box-sizing: border-box;padding: 30px;}
.huodongbox .div1 form .p1{font-size: 18px;color: #fff;text-align: center;}
.huodongbox .div1 form .p1 img{position: relative;top: 6px;}
.huodongbox .div1 form .p2{font-size: 14px;color: #fabd2f;text-align: center;margin-top: 10px; margin-bottom: 15px;}
.huodongbox .div1 form .in1{width: 100%;line-height: 36px;font-size:14px;box-sizing: border-box;padding:  0 10px;color: #fff;margin-bottom: 15px;background: transparent;border: 1px solid #fff;}
.huodongbox .div1 form .btn{color: #026600;line-height: 40px;background: #fabd2f;padding: 0 40px;border: none;border-radius: 30px;}





.chuguoul{display: inline-block;width: 100%;}
.chuguoul li{float: left;width: 33.3%;padding: 0 10px; margin-bottom: 25px; }
.chuguoul li a{display: block;width: 100%;}
.chuguoul li .img {position: relative;overflow: hidden; height: 230px;}
.chuguoul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.chuguoul li .text {box-sizing: border-box;padding-top: 15px;}
.chuguoul li .text .p1{font-size: 20px;color: #333;text-align: center;}

.chuguoul li .text .p2{font-size: 14px;color: #333; line-height: 24px;height: 72px;overflow: hidden; margin-top: 10px;text-align: justify;}

.chuguoul li:hover img{transform: scale(1.1);}


.chuguoxybox .title{text-align: center; margin-bottom: 30px;}
.chuguoxybox .title .p1{font-size: 30px;color: #d03c27;font-weight: bold;text-transform: uppercase;}
.chuguoxybox .title .p2{font-size: 30px;color: #333333;background: url(../image/xian1bk.png) center center no-repeat;}

.chuguo-swiper {height: 450px; margin-bottom: 30px;}
.chuguo-swiper .swiper-pagination-bullet{background: #fff;opacity: 1;}
.chuguo-swiper .swiper-pagination-bullet-active{background: #fa061d;}
.chuguo-swiper .text{float: right;width: 40%;background: rgba(0,0,0,0.3); height: 100%; box-sizing: border-box;padding: 0 3%;}
.chuguo-swiper .text .p1{color: #fff;font-size: 16px;margin-top: 100px;}
.chuguo-swiper .text .p2{color: #fff;font-size: 14px; height: 120px;line-height: 24px; margin-top:30px;overflow: hidden;}
.chuguo-swiper .text  span{float: right;color: #fff; margin-top: 40px;}
.chuguo-swiper .text  span img{margin-left: 10px;}



.lxwomen .fl{float: left;width: 40%;}
.lxwomen .fl .text img{max-width: 100%;}
.lxwomen .fr{width: 50%;height: 300px;}
#allmap{height: 100%;}



.liuyan{background: url(../image/liuyanbk.jpg) center no-repeat; background-size: cover; padding: 50px 0;position: relative;overflow: hidden;} 
.liuyan .title{text-align: center;}
.liuyan .title .p1{font-size: 40px;color: #fff;}
.liuyan .title .p2{font-size: 16px;color: #fa061d;text-transform: uppercase;}

.liuyanform {display: inline-block;width: 100%; margin-top: 40px;}
.liuyanform .box{float: left;width: 50%;box-sizing: border-box;padding:  0 10px; margin-bottom: 20px;}
.liuyanform .box .div{background: #fff;line-height: 40px;box-sizing: border-box;padding: 5px 20px;display: inline-block;width: 100%;color: #888888; }
.liuyanform .box .div label{float: left;width: 20%;}
.liuyanform .box .div input{float: left;width: 80%; line-height: 40px;border: none;}



.liuyanform .box2{float: left;width: 100%;box-sizing: border-box;padding:  0 10px; margin-bottom: 20px;}
.liuyanform .box2 .div{background: #fff;line-height: 40px;box-sizing: border-box;padding:  10px 20px;display: inline-block;width: 100%;color: #888888; }
.liuyanform .box2 .div label{float: left;width: 10%;}
.liuyanform .box2 .div textarea{float: left;width: 80%;height: 100px;resize: none;border:none;box-sizing: border-box;padding: 10px;}
.liuyanform .btn{margin: 0 auto;background: #fa061d;line-height: 50px;width: 180px;text-align: center;color: #fff;font-size: 16px;border: none;border-radius: 30px;}


.rongyuul{display: inline-block;width: 100%;}


.rongyuul{display: inline-block;width: 100%; padding-bottom: 30px;}
.rongyuul li{float: left;width: 100%;padding: 20px 10px; border-bottom: 1px  solid #dcdcdc; }
.rongyuul li:last-child{border-bottom: 0;}
.rongyuul li .img { float: right;width: 30%; position: relative;overflow: hidden; height: 230px;}
.rongyuul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.rongyuul li .text {float: left;width: 60%; box-sizing: border-box;padding-top: 15px;}
.rongyuul li .text .p1{font-size: 30px;color: #333;}

.rongyuul li .text .p2{font-size: 14px;color: #333; line-height: 24px;height: 72px;overflow: hidden; margin-top: 10px;text-align: justify;}

.rongyuul li:hover img{transform: scale(1.1);}






.teamul{display: inline-block;width: 100%;}
.teamul li{float: left;width: 25%;padding: 0 10px; margin-bottom: 25px; }
.teamul li a{display: block;width: 100%;background: #fabd2f;}
.teamul li .img {position: relative;overflow: hidden; height: 310px;}
.teamul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.teamul li .text {box-sizing: border-box;padding: 20px;}
.teamul li .text .p1{font-size: 20px;color: #fff; margin-bottom: 10px;}
.teamul li .text .p2{
    font-size: 16px;color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.teamul li .text .p3{font-size: 14px;color: #fff; line-height: 24px;height: 72px;overflow: hidden; margin-top: 10px;text-align: justify;}

.teamul li:hover img{transform: scale(1.1);}


.fazhanul{display: inline-block;width: 100%;background: url(../image/xian4.png) center center;  background-repeat: repeat-y; padding-top: 30px; margin-bottom: 50px;}
.fazhanul li{float: left;width: 100%;}
.fazhanul li .div1{width: 50%;}
.fazhanul li .div1 .s1{font-size: 24px;color: #d03c27; margin-bottom: 10px;}
.fazhanul li .div1 .s2 p{font-size: 14px;line-height: 24px;height: 72px;overflow: hidden;}
.fazhanul li:nth-child(2n-1) .div1{float: right;box-sizing: border-box;padding-left: 70px;background: url(../image/zs1.png) left top no-repeat;position: relative;left: -10px;}
.fazhanul li:nth-child(2n-1) .div1 .s1{text-align: left;}
.fazhanul li:nth-child(2n-1) .div1 .s2 img{float: left;margin-right: 15px;}
.fazhanul li:nth-child(2n) .div1{float: left;box-sizing: border-box;padding-right: 70px;background: url(../image/zs2.png) right top no-repeat;position: relative;right: -10px;}
.fazhanul li:nth-child(2n) .div1 .s1{text-align: right;}

.fazhanul li:nth-child(2n) .div1 .s2 img{float: right;margin-left: 15px;}

.timefz{text-align: center;}
.timefz img{display: block;margin: 0 auto;}

.fzp1{font-size: 30px;color: #333333;text-align: center;margin-bottom: 30px;}
.fzp2{font-size: 14px;color: #333333; margin-bottom: 30px;line-height: 24px;}

.aboutbox{padding-bottom: 40px;display: inline-block;width: 100%;}
.aboutbox img{max-width: 100%;}
.aboutbox .div1{float: left;width: 100%;}
.aboutbox .div2{float: right;width: 48%;}
.aboutbox .div2 img{display: block;width: 100%;}

.aboutbox .wp1{text-align: center;font-size: 30px;}
.aboutbox .wp2{text-align: center;font-size: 40px;color: #d03c27;text-transform: uppercase; margin-bottom: 40px;}
.aboutbox .wp2 span{font-size: 20px;}

.fudong{position: fixed;right: 0;top: 45%; z-index: 1000;}
@media screen and (max-width:1366px){
    .fudong{top: 50%;}
}
@media screen and (max-width:800px){
    .fudong{top: 50%;}
}
@media screen and (max-width:750px){
    .fudong{top: 50%;}
}
@media screen and (max-width:900px){
    .fudong{top: 50%;}
}

.fudong li{cursor: pointer;}
.fudong li{position: relative; background: #d03c27;width: 70px;height: 70px;box-sizing: border-box;text-align: center;border-bottom: 1px solid #fff; padding-top: 15px;}
.fudong li .div1{text-align: center;position: relative;z-index: 2;}
.fudong li .div1 p{color: #fff;font-size: 14px;display: inline-block;width: 100%;}
.fudong li .div3{position: absolute;right: 70px;top: 0;background: #d03c27;line-height: 70px;color: #fff;font-weight: bold;font-size: 20px; width: 200px;z-index: 1;display: none;}


.fudong li .div2{position: absolute;right: 70px;top: 0;display: none;}
.fudong li:hover .div2{display: block;}
.fudong li:hover .div3{display: block;}

.index-form{position: absolute;width: 100%;bottom: 0;left: 0;height: 100px;background: rgba(255,255,255,0.3);z-index: 600}
.index-form .div1{float: left;width: 21%;box-sizing: border-box;padding-right: 30px;position: relative;}
.index-form .in1{ line-height: 45px;border: none;background: #fff;box-sizing: border-box;padding: 0 15px;width: 100%; margin-top: 27.5px;}
.index-form .btn{line-height: 45px;color: #fff;width: 100%;border: none;background: #fabd2f;float: left;width: 16%;margin-top: 27.5px;}
.index-form .div1 .text_red{position: absolute;left: 5px;top: 44px;}


.lxpgwbox{width: 100%;background: #eeeeee;box-sizing: border-box;padding: 50px;}
.lxpgwbox .layui-form-label{float: left;width: 30%;text-align: right;box-sizing: border-box;}
.lxpgwbox .layui-input-inline{float: left;width: 45%;box-sizing: border-box;margin-right: 0;}
.lxpgwbox  input[type="text"]{width: 100%;}
.lxpgwbox  .layui-textarea{height: 150px;resize: none;}

.lxpgwbox  .layui-input-inline2{display: inline-block;float: left;width: 30%;}
.lxpgwbox  .layui-input-inline2 input{width: 100%;}
.lxpgwbox  .layui-input-inline3{display: inline-block;float: left;}
.lxpgwbox .h4{text-align: center;font-size: 30px;font-weight: bold;margin-bottom: 30px;}
.layui-form-radio>i:hover, .layui-form-radioed>i{color: #d03c27;}
.layui-form-checked[lay-skin=primary] i{border-color: #d03c27 !important;
    background-color: #d03c27;}
    .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #d03c27;
}

.fanye .inner1200{width: 100%;}

.mofixmenu{position: fixed;bottom: 0;width: 100%;z-index: 200;height: 40px;background: #d03c27;display: none;}
.mofixmenu ul{display: inline-block;width: 100%;}
.mofixmenu li{float: left;width: 33%;text-align: center;border-right: 1px solid #fff;}
.mofixmenu li:last-child{border-right: 0;}
.mofixmenu li a{color: #fff;font-size: 16px;line-height: 40px;}



 .scselect {
    color: #333;
    font-size: 14px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 30%;
}
.scselect{-webkit-appearance: none;background:url("../image/c_03_on.png") 96% center no-repeat;}

.scnewlist{display: inline-block; margin-top: 40px;width: 100%;}
.scnewlist li{float: left;width: 20%;box-sizing: border-box;padding: 0 10px; margin-bottom: 20px;}
.scnewlist li a{height: 220px; display: inline-block;width: 100%; -moz-box-shadow:0px 0px 18px rgba(0,0,0,0.08); -webkit-box-shadow:0px 0px 18px rgba(0,0,0,0.08); box-shadow:0px 0px 18px rgba(0,0,0,0.08);transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;}
.scnewlist li img{display: block;width: 100%;}

.scnewlist li:hover a{-moz-box-shadow:0px 0px 18px rgba(0,0,0,0.18); -webkit-box-shadow:0px 0px 18px rgba(0,0,0,0.18); box-shadow:0px 0px 18px rgba(0,0,0,0.18);}
.schwbox .schbanner{margin-bottom: 40px;}
.schwbox .schbanner img{display: block;width: 100%;}
.schbox{margin-bottom: 50px;}
.schbox .h4{border-bottom:1px solid #ffae00;padding-bottom:10px;margin-bottom:20px;}
.schbox .h4 span{display:block;width:130px;height:40px;text-align:center;line-height:40px;background-color:#ffae00;font-size:15px;color:#fff;font-weight:bold;border-radius:0px 0px 0px 10px;}

