/* 咨询开始 */

.zixun {
    position: relative;
    height: 476px;
    overflow: hidden;
}

.zixun img {
    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}


/*咨询 结束*/


/*最顶部*/


.top_tt {


    background-color: #f4f4f4;
    padding: 15px 0;
}


.top_tt .top_t_box {

    display: flex;
    justify-content: flex-end;
}

.top_tt .top_t_box h3 {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
}


.top_tt .top_t_box .top_t_r {

    display: flex;
    justify-content: space-around;
}

.top_tt .top_t_box .top_t_r_l {

    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}


.top_tt .top_t_box .top_t_r_l img {
    padding-right: 10px;
    padding-top: 3px;
}

.top_tt .top_t_box .top_t_r_l a {
    padding-right: 15px;
    font-size: 16px;
}


/*最顶部  结束*/


/*返回顶部*/

.fanhui {
    position: fixed;
    right: 0;
    top: 800px;
}

.fanhui a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #c9201d;
    border-radius: 15px;
}

.fanhui a img {
    display: block;
    margin: 0 auto;
    padding-top: 10%;
    margin-bottom: 5%;
}

.fanhui a p {
    text-align: center;
    font-size: 18px;

    color: white;
}


/*<!--  头部开始-->*/

.top_warp {


}

.top_warp .top_box {
    display: flex;
    justify-content: end;
    height: 120px;
}

.top_warp .top_box .logo {
    display: flex;
    justify-content: start;
    flex: 1;
    align-items: start;

}

.top_warp .top_box .logo img {
    width: 15%;
    padding-top: 35px;
}

.top_warp .top_box .logo .logo_wenzi {
    padding-left: 15px;
}


.top_warp .top_box .logo .wenzi01 {
    font-size: 26px;
    color: #333;
    padding-top: 35px;

}

.top_warp .top_box .logo .wenzi02 {
    font-size: 20px;
    color: #666;
    padding-top: 5px;


}

.top_box .rexian {
    width: 25%;
    padding-top: 2%;

}

.top_box .rexian .rx {
    font-size: 18px;

    padding-top: 5px;
}

.top_box .rexian .dian {
    font-size: 26px;
    color: #d71f1d;

}

.top_box .rexian img {
    float: left;
    display: block;
    padding-right: 5%;

    padding-top: 3%;
}


/*  头部结束*/



/*  导航开始*/

.nav {
    height: 56px;
    display: flex;
    justify-content: space-between;
    padding: 0px 0%;
    background-color: #006fc5;
}

.nav_content {
    display: flex;
    padding: 19px 10px;
    justify-content: space-between;
}

.nav_item {
    padding: 0 20px;
    /* border-left: 1px solid #fff; */
    position: relative;
    
}

.nav_item:first-child {
    border-left: 0;
}

.nav_item a {
    color: #fff;
    font-size: 17px;
}

.nav_item:hover>a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.nav_item::after {
    content: '';
    width: 64%;
    height: 2px;
    background: #fff;
    border-radius: 50px 50px;
    position: absolute;
    bottom: -17px;
    left: 18%;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.nav_item:hover::after {
    transform: scaleX(1);
}

.nav .sub {
    
    display: none;
    width: 200px;
    left: -40px;
    top: 37px;
    position: absolute;
  background: rgb(0 0 0 / 85%);
    line-height: 35px;
    padding: 18px 0;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    z-index: 9999;
    margin-top: 0;padding-left: 30px;
    
}
.nav li:nth-child(2) .sub{
      /*display: none;*/
    width: 520px;
    left: -40px;
    top: 37px;
    position: absolute;
    background: rgb(0 0 0 / 85%);
    line-height: 35px;
    padding: 18px 0;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    z-index: 9999;
    margin-top: 0;  padding-left: 50px;
  
}
  



.nav_item:hover>.sub {
    display: block;
}

/*.nav .sub::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -16px;*/
/*    left: 50%;*/
/*    margin-left: -8px;*/
/*    border: 8px solid transparent;*/
/*    border-bottom-color: #fff;*/
/*}*/

.nav .sub li {
    zoom: 1;
}

.nav .sub li a i {
    position: absolute;
    right: 20px;
    top: 0px;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    

    position: relative;
    color: #fff;
    line-height: 50px;
    border-bottom: 1px #363635 solid;
    width: 80%;
}

.nav .sub li:hover a {
    /*color: #005c23;*/
}

.nav .sub li:hover a i {
    color: #005c23;
}

.nav .on h3 a {
    /* background: #4E4E4E; */
    color: #fff;
}

.nav_content .nav_item:nth-child(1) .sub {
    display: none!important;
}


.nav_content .nav_item:nth-child(4) .sub {
    display: none!important;
}

.nav_content .nav_item:nth-child(5) .sub {
    display: none!important;
}

.nav_content .nav_item:nth-child(7) .sub {
    display: none!important;
}


.nav_content .nav_item:nth-child(6) .sub {
    display: none!important;
}

.nav_content .nav_item:nth-child(8) .sub {
    display: none!important;
}
.nav_content .nav_item:nth-child(9) .sub {
    display: none!important;
}
.nav_content .nav_item:nth-child(10) .sub {
    display: none!important;
}

/*导航结束*/

/* banner 轮播图 */

.html5zoo-text-0 {
    display: none !important;
}

.banner-html5zoo {
    /*overflow:hidden;*/
}

.banner-html5zoo .html5zoo-arrow-left-0 {
    width: 80px !important;
    height: 80px !important;
    top: 50% !important;
    margin-top: -30px !important;

    /*display: block !important;*/
    z-index: 6666666666666666666;
    visibility: hidden;
    /*background: #f9f9f9 !important;*/
    background: url(../img/left.png) no-repeat !important;
}

.banner-html5zoo .html5zoo-arrow-right-0 {
    width: 80px !important;
    height: 80px !important;
    top: 50% !important;
    margin-top: -30px !important;
    background: url(../img/right.png) no-repeat !important;
    /*display: block !important;*/
    z-index: 6666666666666666666;
    visibility: hidden;
    /*background: #000 !important;*/
}


.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
    visibility: visible;
    /*display: block !important;*/
}

.banner-html5zoo .html5zoo-arrow-left-0 {
    left: 50px !important;
    background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-0 {
    right: 50px !important;
    background-position: 0 0 !important;
}

/*.banner-html5zoo .html5zoo-arrow-left-1,*/
/*.banner-html5zoo .html5zoo-arrow-right-1 {*/
/*  width: 40px !important;*/
/*  height: 60px !important;*/
/*  top: 50% !important;*/
/*  margin-top: -30px !important;*/
/*  background: url(.__PUBLIC__/images/slide_bPc.png) no-repeat !important;*/
/*  display: block !important;*/
/*  visibility: hidden;*/
/*  background: #000;*/
/*}*/
/*.banner-html5zoo:hover .html5zoo-arrow-left-1,*/
/*.banner-html5zoo:hover .html5zoo-arrow-right-1 {*/
/*  visibility: visible;*/
/*}*/
/*.banner-html5zoo .html5zoo-arrow-left-1 {*/
/*  left: 50px !important;*/
/*  background-position: 0 0 !important;*/
/*}*/
/*.banner-html5zoo .html5zoo-arrow-right-1 {*/
/*  right: 50px !important;*/
/*  background-position: -40px 0 !important;*/
/*}*/
.banner-html5zoo .html5zoo-nav {
    text-align: center;
}

.banner-html5zoo .html5zoo-bullet-span {
    width: 1em !important;
    height: 2px !important;
    float: none !important;
    display: inline-block;
    background: #fff !important;
    opacity: 0.5;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 5px !important;
    vertical-align: middle;
}

.banner-html5zoo .html5zoo-bullet-span.active {
    width: 1em !important;
    height: 1em !important;
    border: 2px solid #fff;
    background: none !important;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*  轮播图结束*/


.top1 {


}




.top1 ul li {

    padding-bottom: 40px;


}


.top1 ul li p {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #333;

    padding-left: 20px;
    padding-right: 20px;

}

/*产品展示*/
.cpzs {
    background: url(../img/cp_bgc.jpg) no-repeat top center;

}

.cpzs_c dl {

    /*background-color: #333333;*/

    padding-bottom: 10px;
    justify-content: center;
}

.cpzs_c dl dt {

    height: 45px;
margin-left: 30px;
    text-align: center;
    line-height: 45px;
    padding: 0 20px;
    margin-bottom: 30px;
    background-color: #f6f6f6;cursor: pointer;
}

.cpzs_c dl dt:hover {

    background-color: #006fc5;
}
.cpzs_c dl dt:hover  {

  color: #FFFFFF;
}
.cpzs_c dl .no_li{
    background-color: #006fc5;  color: #FFFFFF;
}

.cpzs_c dl dt  {
    font-size: 18px;
    color: #333;
}

.cpzs_c .cp_wz ul{
    margin-top: 50px;
    overflow: hidden;
}
.cpzs_c .cp_wz ul li {
    padding-bottom: 30px;
    float: left;
    width: 23%;
    padding-left: 2%;
    height: 210px;
}.cpzs_c .cp_wz ul li img{
    width: 100%;
 }

.cpzs_c .cp_wz ul{
    display: none;
}


.cpzs_c .cp_wz p {
    font-size: 20px;
   height: 50px;
    margin-top: -50px;
    background-color : rgba(51,51,51,.8);
    text-align: center;color: #FFFFFF;
    position: relative;
    line-height: 50px;
}

.cpzs_c .cp_wz img {


}

.cpzs_c .cp_wz a {
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

/*产品展示*/

.kunrao {

    background: url(../img/team_bgc.jpg) no-repeat top center;

}

.kunrao .c_top h1 {
    color: #FFFFFF;
}

.kunrao .c_top p {
    color: #FFFFFF;
}

.kunrao ul {
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-around;
    padding-bottom: 30px;
}


.kunrao ul li img {

}

.kunrao ul li {
    width: 46%;
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding-top: 20px;
}

.kunrao ul li .team_wz {
    padding-left: 20px;
}

.kunrao ul li h2 {

    font-size: 22px;


    color: #333;

    margin-bottom: 10px;
    margin-top: 10px;
}

.kunrao ul li p {
    font-size: 16px;
    line-height: 32px;
}

.yewu {
    background: url(../img/hehuo_bgc.jpg) no-repeat top center;


}

.yewu .c_top h1 {

    color: #FFFFFF;
}

.yewu .c_top p {

    color: #FFFFFF;
}

.yewu ul li {
    width: 23%;
    margin-bottom: 2%;

    padding-top: 20px;
    background-color: #00693e;
    padding-bottom: 30px;

}

.yewu ul li:nth-child(even){
    background-color: #fff;
}
.yewu ul li:nth-child(even) h2{
    color: #00693e;
}
.yewu ul li:nth-child(even) p{
    color: #00693e;
}

.yewu ul li:nth-child(5){
    background-color: #fff;
}
.yewu ul li:nth-child(7){
    background-color: #fff;
}
.yewu ul li:nth-child(6){
    background-color: #00693e;
}
.yewu ul li:nth-child(8){
    background-color: #00693e;
}
.yewu ul li:nth-child(5) h2,.yewu ul li:nth-child(5) p{
color: #00693e;
}

.yewu ul li:nth-child(7) h2,.yewu ul li:nth-child(7) p{
    color: #00693e;
}
.yewu ul li:nth-child(6) h2,.yewu ul li:nth-child(6) p{
    color: #fff;
}
.yewu ul li:nth-child(8) h2,.yewu ul li:nth-child(8) p{
    color: #fff;
}


.yewu ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 40px;
}


.yewu ul li h2 {
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.yewu ul li p {
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}



.kehu,.ry_zz{
    background: url(../img/kehu_bgc.jpg) no-repeat bottom center;
}



.kehu ul li{
    margin-bottom: 30px;
}







.sc1 {
    background-color: #f1f1f1;

}

.sc1 .anxin_r {
    width: 67%;

}

.sc1 .anxin_r .ax_l {

    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-flow: wrap;
    padding-bottom: 10px;
}

.sc1 .anxin .ax_l img {
    display: block;

}

.sc1 .anxin > .ax_l {
    width: 31%;
}

.sc1 .anxin_r .ax_l > img {
    width: 41%;
}

.sc1 .anxin_r .ax_wz {
    width: 51.3%;

}

.sc1 .anxin .ax_wz {
    background-color: #fff;
    padding: 0 30px;
    padding-bottom: 30px;
    height: 250px;
}

.sc1 .anxin .ax_wz img {
    padding: 15px 0;

}

.sc1 .anxin .ax_wz h2 {


    font-size: 22px;

    padding-right: 30px;
}


.sc1 .anxin .ax_wz p {

    font-size: 20px;
    padding: 10px 0;
    line-height: 30px;
    color: #333;

}

/*实力*/


.shili {

}

.shili .c_top h1 {

}

.shili .c_top .h1span {

}


.shili ul {
    justify-content: space-around;

}

.shili ul li {


    padding-bottom: 30px;
}

.shili .nb li {
    width: 18%;
}

.shili .nb li img {
    display: block;
    margin: 0 auto;
}

.shili ul li img {

}

.shili ul li h2 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    background-color: #fdcfab;
    width: 50%;
    color: #a92025;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    margin-bottom: 10px;

}

.shili ul li p {

    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-align: center;
}

.shili ul li p span {
    font-size: 26px;
}

/*实力*/


/*应用领域   四个一排的列表*/


.lingyu {


}


.lingyu ul li {

    padding-bottom: 5%;
    width: 20%;
}

.lingyu ul li:hover p {
    background-color: #a92025;
    color: #FFFFFF;
}

.lingyu ul li p {

    text-align: center;

    border-radius: 50%;
    width: 200px;
    height: 140px;
    padding-top: 60px;
    border: #a92025 3px solid;
    font-size: 26px;
    color: #a92025;

}


/*应用领域   四个一排的列表*/


/*优势 开始*/


.ys {

    background: url(../img/ys_bgc.jpg) no-repeat top center;

}


.ys .ys_c .ys_l {
    width: 44%;
    background-color: #fff;
    padding-left: 4%;
    padding-right: 2%;
}

.ys .ys_c .ys_l h2 {
    font-size: 26px;

    font-weight: 500;
    padding-bottom: 10px;
    color: #333;
    padding-top: 10px;
}


.ys .ys_c .ys_l p {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    color: #333;
    padding-top: 15px;


}

.ys .ys_c .ys_l h3 a:nth-child(1) {
    background-color: #0061AE;
    color: #FFFFFF;
}


.ys ul {

    justify-content: space-around;
    margin-top: 30px;
}


.ys ul li {



    display: flex;
    justify-content: space-around;
    align-items: start;
    background-color: #f6f6f6;
    margin-bottom: 30px;

}
.ys ul li a{
    margin: 0;
    margin-top: 20px;
}
.ys ul li img {

}

.ys ul li .ys_wz {
    width: 45%;
}

.ys ul li .ys_wz h2 {

    font-size: 22px;

    font-weight: 500;
    padding-bottom: 10px;
    color: #333;
    padding-top: 50px;


}

.ys ul li .ys_wz h2 span {

    margin-right: 10px;
    background-color: #cb2620;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;

}

.ys ul li .ys_wz p {
    font-size: 18px;

    line-height: 40px;
    color: #333;


}

.ys ul li .ys_wz p span {

    font-size: 50px;
    padding-right: 10px;
    line-height: 30px;


}


.ys ul li .ys_b {
    display: flex;
    margin-top: 30px;
    /*justify-content: space-around;*/
}

.ys ul li .ys_b h3 {

    padding-right: 30px;

    font-size: 18px;
    line-height: 26px;
}

.ys .w > a > img {

    padding-top: 50px;
    margin: 0 auto;
    display: block;
}

/*优势 开始*/


/*选择*/

.hezuo img {
    display: block;
    margin: 0 auto;

}


.xuanze ul li {

    margin-bottom: 30px;
    padding-bottom: 30px;
}

.xuanze ul {


    padding-bottom: 30px;

}

.xuanze h2 {

    font-size: 22px;
    text-align: center;
    padding: 30px 0;
    color: #333;

}

.xuanze p {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;

}


/*选择*/

/*合作企业*/
.hzqy {

}


.hzqy ul {

    padding-top: 50px;

}

.hzqy ul li {


}

.hzqy ul li p {
    font-size: 18px;

    padding-bottom: 35px;
    text-align: center;
    line-height: 30px;
}


/*合作企业*/


/*jiameng*/

.jiameng {

}


.jiameng ul {
    padding-top: 30px;
}

.jiameng ul li {
    padding-bottom: 30px;

}

.jiameng ul li p {
    font-size: 18px;

    padding-bottom: 35px;
    text-align: center;
    line-height: 30px;
}


/*荣誉*/
.zs {

}

/*  */

.zs_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;

}

.zs_con .swiper-container {

}

.zs_con .swiper-slide {
    width: 520px;

}


.zs_con .swiper-slide img {
    display: block;
    width: 520px;

}


.zs_con .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.zs_con .swiper-pagination {
    width: 100%;
    /* bottom: 20px; */
}

.zs_con .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.zs_con .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #cfaf47;
    background-color: #fff;
}

.zs_con .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/Arrowleft.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.zs_con .swiper-button-prev:hover {
    /* background-position: 0 -46px; */
    background-size: 100%
}

.zs_con .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/Arrowright.png) no-repeat;
    /* background-position: 0 -93px; */
    background-size: 100%;
}

.zs_con .swiper-button-next:hover {
    /* background-position: 0 -139px; */
    background-size: 100%;
}

.zs {


    padding-bottom: 50px;
}

/*荣誉*/


/*行业*/

.hy {

    margin-top: -50px;
}

.hy img {
    padding: 30px 0;
}


/*案例*/


.an_li {


}

.an_li ul {
    justify-content: space-around;
}

.an_li ul li {
    padding-top: 30px;


}

.an_li ul li img {
    display: block;
    width: 100%;
    width: 100%;
}

.an_li ul li p {

    background-color: #172980;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    position: relative;
    opacity: 0.9;
}


.an_li a {

    margin-top: 80px;

}

.an_li a:hover {
    background-color: #158ee4;
    color: #FFFFFF;
}

/*案例*/


.fuwu .fuwu_wz {
    margin-top: -150px;
    height: 150px;
    background-color: #172980;
    position: relative;
    display: none;
}

.fuwu ul li .fuwu_wz h2 {

    color: #FFFFFF;
    font-size: 22px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.fuwu ul li p {
    /*border-radius: 15px;*/
    opacity: 1;

}

.fuwu ul li h6 {

    color: #FFFFFF;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: 500;
    padding-right: 20px;
}

.fuwu ul li:hover .fuwu_wz {
    display: block;
}


/*爱心*/

.aixin {

    background: url(../img/aixin_bgc.jpg) no-repeat top center;
    height: 1399px;
}

.aixin ul {
    padding-top: 100px;
    padding-bottom: 20px;
}

.aixin ul li {

    width: 31%;

}

.aixin ul li video {
    width: 100%;
    height: 475px;
}

.aixin p {
    padding: 5px 40px;
    line-height: 35px;
    font-size: 16px;
    text-indent: 2em;
}


.aixin .w > img {
    display: block;
    margin: 0 auto;
}

/*爱心*/


/* 荣誉资质 */
.ry_zz {
padding-bottom: 50px;


}


.ry_zz ul li {

    padding-top: 30px;
}

.ry_zz a {

    margin-top: 50px;

}

.ry_zz .w > a:hover {
    background-color: #158ee4;
    color: #FFFFFF;
}


/* 荣誉资质 */


/*介绍*/

.gs_js {
    background-color: #f7f7f7;
}

.gs_js .c_top h1 {
    color: #FFFFFF;
}

.gs_js .c_top p {
    color: #FFFFFF;
}

.gs_js .js_c .js_l {

    padding-top: 30px;

    align-items: start;
}

.gs_js .js_c .js_l > img {
    width: 46%;
}

.gs_js .js_c .js_l .js_wz img {

    padding-top: 20px;
}

.gs_js .js_l .js_wz {
    width: 50%;
    padding: 0 2%;


}

.gs_js .js_l .js_wz a {
    margin: 0;
    margin-top: 20px;
}

.gs_js .js_l .js_wz h2 {
    padding-left: 10px;

    font-size: 28px;
    padding-bottom: 10px;
    color: #000;

}


.gs_js .js_c .js_l p {
    color: #333;
    /* width: 95%; */
    font-size: 18px;
    line-height: 45px;
    text-indent: 2em;


}


/* 工厂风彩*/


.gs_js .js_b {
    padding: 30px 0;
}

.gs_js .js_b a {
    padding-bottom: 20px;
    display: block;
}

.gs_js  ul {

    justify-content: space-around;
}


.gs_js  ul li p {
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.8);

    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    z-index: 666;
    position: relative;
}

.gs_js .js_b ul li:hover p {
    background-color: #158ee4;
    opacity: 1;
    position: relative;
}


/*介绍*/


/* 动态 开始 */

.xinwen .xw_c {
    /* border-top: 1px #e5e5e5 solid; */
    padding-top: 50px;
    margin-top: 20px;
}

.xinwen ul {
    overflow: hidden;
    padding-bottom: 5%;
}

.xinwen ul li {
    float: left;
    width: 46%;
    margin-left: 3%;
    /* background-color: #f9f9f9; */
    /* padding-bottom: 3%; */
    margin-top: 1%;
    /*height: 50px;*/
}

.xinwen ul li img {
    width: 8%;
    float: left;
}

.xinwen ul li h1 {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #6e5d57;
    width: 70%;
    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xinwen ul li span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 3%;
}

.xinwen ul li p {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;
    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* 动态 结束 */


/*  底部开始*/

.footer_box {

    padding-top: 50px;
}

.footer {
}

.footer .fot_log {
    float: left;
    width: 16%;
    /* height: 250px; */
    margin-right: 15%;
}

.footer .fot_log img {
    width: 100%;
    padding-top: 15%;
    padding-right: 5%;
}

.footer .footer_right {
    float: left;
    width: 34%;

}

.footer .footer_right h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.footer .footer_right > ul {
    overflow: hidden;
}

.footer .fot_cp {
    width: 160px;
    border: none;
    float: left;
    margin-left: 2%;
}

.footer .fot_cp img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.footer .fot_cp p {
    text-align: center;
    color: white;
    padding-top: 5%;
    font-size: 16px;
}

.footer .footer_right > ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .footer_right > .fot_nav {
}

.footer .footer_right > .fot_nav li {
    float: left;
    width: 46%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 3%;
}

.footer .footer_right > .fot_nav li > a {
    color: #fff;
}

.footer .footer_left {
    float: left;
    width: 46%;
    /* padding-top: 20px; */
    padding-left: 20px;
}

.footer .footer_left h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
}

.footer .footer_left h3 {
    margin-left: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

.footer .footer_left > img {
    float: left;
    width: 16%;
    margin-top: 6%;
    margin-right: 5%;
}

.footer .footer_left ul {
    float: left;
    padding-right: 5%;
}

.footer .footer_left p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.footer .footer_left > h6 {
}

.footer .fot_js {
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-left: 15px;
}

.footer .fot_js img {
}

.footer .fot_js p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    line-height: 35px;
}

.footer_bom {
    border-top: 1px #e5e5e5 solid;
    margin-top: 50px;
}

.footer_bom > p {
    color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footer_bom > p > a {
    color: #ff5400;
}


/*底部结束 */


.in_14_11 {
    width: 100%;
    float: left;
    margin: -1px 0 3px 0;
    background: #fff;
    padding: 40px 0;
    -moz-box-shadow: 1px 1px 5px #CCC;
    -webkit-box-shadow: 1px 1px 5px #CCC;
    box-shadow: 1px 1px 5px #CCC;
}

.in_14_11 li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    color: #333333;
    font-size: 24px;
}

.in_14_11 li b {
    font-size: 50px;
    color: #d90000;
    margin: 0 0 10px 0;
}

.in_14_11 li strong {
    color: #d90000;
}

.in_14_11 li i {
    width: 25px;
    line-height: 25px;
    position: absolute;
    left: 190px;
    top: 30px;
    background: #333333;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
}