@charset "utf-8";
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,div,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-family:"微软雅黑";font-weight:500;}/*外边距，内边距都为0*/
body{font:14px/1.5 \5b8b\4f53,Arial,sans-serif;}/*字体大小为14px*/
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}/*表单类标签外边距，字体及颜色继承父元素的字体系列样式*/
img{border:none}/*图片不显示边框兼容IE浏览器*/
h1,h2,h3,h4,h5,h6{font-size:100%}/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承。*/
input,label,img,th{vertical-align:middle}/*把此元素放置在父元素的中部*/
ul,ol,li{list-style:none}/*去点实心圆或数字*/
a{text-decoration:none;}/*去掉a标签的下划线*/
a{outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
a:focus { outline:0; }
input:focus { outline:0; }
textarea:focus { outline:0; }
filter:alpha(opacity=100);
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}/*定义为行内块级元素将支持 valign特性的对象的内容与基线对齐*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}/*类似按钮的，hover，mousedown,mouseup的效果及鼠标滑过为手指势*/
textarea {overflow: auto}/*多行文本中如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容。*/
table{border-collapse:collapse;border-spacing:0}/*默认值。边框会被分开。不会忽略 border-spacing 和 empty-cells 属性。*/
input,textarea,select{background:#fff;}/*背景为白色*/
/*通用样式*/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.cl{clear:both;}/*清除浮动*/
.fr{float:right}/*向右浮动*/
.fl{float:left}/*向左浮动*/
.hide{display:none}/*隐藏*/
.show{display:block}/*显示块级元素*/
.invisible{visibility:hidden}/*元素是不可见的。*/
.hidden{display:none;visibility:hidden}/*隐藏及元素是不可见的。*/
.container{
    width:1200px;
    margin:0 auto;
}
.header{
    width: 100%;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
}
.head_box>*{
    display: inline-block;
}
.head_box{
    margin: 0 3%;
    width: 94%;
    height: 120px;
    font-size: 0px;
}
.logo{
    margin-top: 28px;
}
.nav_list{
    width: 7%;
    min-width: 80px;
    margin-top: 30px;
    border-right: 1px solid #e5e5e5;
}
.nav_list:nth-child(10){
    border: 0;
}
.nav_list h1{
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 7px;
    transition: 0.6s;
}
.nav_list div{
    width: 0px;
    height: 2px;
    background: #9d2227;
    transition: 0.6s;
}
.nav_list p{
    font-size: 14px;
    color: #b1b1b1;
    transition: 0.6s;
    margin-bottom: 20px;
}
.nav_list:hover h1{
    transform: translateY(-4px);
    color: #9d2227;
}
.nav_list:hover p{
    transform: translateY(-4px);
    color: #9d2227;
}
.nav_list:hover div{
    width: 100%;
}
.head_iconbox{
    width: 295px;
    padding-top: 39px;
    position: relative;
}
.head_iconbox>img{
    float: left;
}
.mar_22{
    margin-right: 22px;
}
.mar_13{
    margin-right: 13px;
}
.head_ewmbox{
    position: absolute;
    width: 128px;
    height: 0;
    background: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
            box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    top: 80px;
    left: -46px;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 100;
}
.head_ewmbox img{
    margin: 10px;
    width: 108px;
    height: 108px;
}
.head_iconbox span{
    float: left;
    display: block;
    cursor: pointer;
}
.head_iconbox span:hover .head_ewmbox{
    height: 128px;
}

.banner{
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner img{
    width: 100%;
    height: auto;
}
.imgbox{
    overflow: hidden;
}
.imgbox>img,.imgbox>a>img{
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
#swiper1 {
    width: 100%;
}
#swiper1 .swiper-slide>img{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    animation: scal 5s ease infinite alternate;
    -webkit-animation: scal 5s ease infinite alternate;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 10px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.swiper-pagination-switch:after{
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 0px;
    left: 0px;
    border: 1px solid #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
}
.swiper-active-switch:after{
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: -5px;
    left: -5px;
    border: 1px solid #9d2227;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
}

.footer{
    padding: 73px 0 0 0;
    background: #efefef;
}
.footbox{
    width: 95%;
    margin: 0 auto;
    max-width: 1630px;
}
.foot_logobox img{
    margin: 0 auto;
    width: 140px;
}
.foot_logobox{
    width: 20%;
}
.foot_textbox{
    width: 20%;
    font-size: 24px;
    color: #333333;
    margin-right: 2%;
    margin-top: 20px;
}
.foot_textbox p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}
.foot_ewmbox{
    width: 135px;
    font-size: 14px;
    color: #807f7f;
}
.foot_ewmbox img{
    width: 135px;
    height: 135px;
    margin-bottom: 16px;
}
.foot_ewmbox p{
    width: 100%;
    text-align: center;
    line-height: 25px;
}
.foot_listbox{
    width: 45%;
}
#ewm img{
    margin: 0 auto;
}
.foot_listbox ul{
    width: 14%;
    -webkit-box-sizing: border-box;
    min-height: 143px;
    text-align: center;
}
.foot_listbox ul:last-child{
    border-right:0;
}
.foot_listbox li,.foot_listbox a{
    margin-bottom: 10px;
    font-size: 14px;
    color: #8d8d8d;
}
.foot_listbox li:nth-child(1){
    font-size: 16px;
    color: #333333;
    margin-bottom: 24px;
}
.foot-bot{
    width: 100%;
    border-top: 1px solid #d3d3d3;
    height: 65px;
    line-height: 65px;
    color: #666666;
    margin-top: 45px;
}
.fb-text{
    width: 95%;
    margin: 0 auto;
    max-width: 1630px;
}
.fb-text a{
    color: #666666;
}
@keyframes scal{
    from{-webkit-transform: scale(1.1,1.1);}
    to{-webkit-transform: scale(1,1);}
}
@-webkit-keyframes scal{
    from{-webkit-transform: scale(1.1,1.1);}
    to{-webkit-transform: scale(1,1);}
}
@-moz-keyframes scal{
    from{-webkit-transform: scale(1.1,1.1);}
    to{-webkit-transform: scale(1,1);}
}
.main{
    background: url(../images/bjt5.jpg) no-repeat;
    background-size:100% auto;
    background-position:bottom center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.main-tt{
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 85px;
}
.main-tt .mt-l{
    width: 800px;
}
.main-tt .mt-r{
    width: 380px;
    text-align: right;
}
.main-tt .mt-l a{
    display: block;
    width: 80px;
    height: 82px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    float: left;
    margin-right: 25px;
}
.main-tt .mt-l a div{
    width: 0;
    height: 3px;
    background: #9d2227;
    transition: 0.6s;
}
.main-tt .mt-l a:last-child{
    margin-right: 0;
}
.main-tt .mt-l a:hover{
    color: #9d2227;
    font-weight: bold;
}
.main-tt .mt-l a:hover div{
    width: 100%;
}
.main-tt .mt-l a.active{
    color: #9d2227;
    font-weight: bold;
}
.main-tt .mt-l a.active div{
    width: 100%;
}
.main-tt .mt-r img{
    margin-top: -4px;
    margin-right: 5px;
}
.main-tt .mt-r{
    font-size: 16px;
    color: #333333;
}
.main-tt .mt-r a{
    color: #333333;
}
.gsjj{
    width: 100%;
    padding: 40px 0 70px 0;
}
.zcjy{
    width: 100%;
    height: 510px;
    background: #9d2227;
    
}
.zcjy .zc-l{
    width: 689px;
    height: 316px;
    background: #fff;
    position: absolute;
    z-index: 9;
    padding: 80px 0 40px 45px;
}
.zcjy .zc-l .zcl-con{
    width: 600px;
    height: 175px;
    line-height: 30px;
    font-size: 16px;
}
.zcjy .zc-l img{
    position: absolute;
    bottom: 40px;
    right: 100px;
}
.zcjy .zc-r{
    width: 512px;
    height: 512px;
    margin-top: 40px;
    z-index: 99;
    position: absolute;
    right: 0;
}
.zcjy .zc-r .zcr-tt{
    padding-left: 70px;
    font-size: 36px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    margin-bottom: 30px;
}
.zcjy .zc-r .zcr-tt span{
    font-size: 18px;
}
.zzjg{
    width: 100%;
    padding: 120px 0 20px 0;
}
.zzjg img{
    width: 100%;
}
.ryzz{
    width: 100%;
    padding: 55px 0;
    background: #f8f8f8;
}
.ryzz .ry{
    margin: 30px auto;
    text-align: center;
}
.ryzz .ry li{
    width: 150px;
    height: 65px;
    line-height: 50px;
    background: url(../images/jx3.png) no-repeat;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    display: inline-block;
    cursor:pointer;
    transition: all 0.2s;
}
.ryzz .ry li:hover{
    background: url(../images/jx2.png) no-repeat;
}
.ryzz .ry .active{
    background: url(../images/jx2.png) no-repeat;
}
.picMarquee-left1{ width:100%;  overflow:hidden; position:relative; }
.picMarquee-left1 .bd{ width: 1100px; margin: 0 auto; overflow: hidden;}
.picMarquee-left1 .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left1 .bd ul li{ width: 378px; margin-right: 30px; float:left; overflow:hidden;}
.picMarquee-left1 .bd ul li .pic{ width: 376px;height: 238px; text-align:center; border: 1px solid #d2d2d2; overflow: hidden;}
.picMarquee-left1 .bd ul li .pic img{ width:376px; height:238px; display:block;  transition: 1s; margin: 0 auto;}
.picMarquee-left1 .bd ul li .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.picMarquee-left1 .bd ul li:hover .pic img{transform: scale(1.2);}
.picMarquee-left1 .bd ul li:hover .title{color: #9d2227;}
.picMarquee-left1 .hd{
    position:absolute;
    width: 100%;
    top: 45%;
}
.picMarquee-left1 .hd .prev,.picMarquee-left1 .hd .next{
    transition: all 0.2s;
    filter:alpha(opacity=50);opacity:0.7;
    display:block;
    width:42px;
    height:42px; 
    overflow:hidden;
    cursor:pointer;
}
.picMarquee-left1 .hd .prev{ float:left; background:url("../images/zs-zuo.png") no-repeat;}
.picMarquee-left1 .hd .next{ float:right; background:url("../images/zs-you.png") no-repeat;}
.picMarquee-left1 .hd .prev:hover,.picMarquee-left1 .hd .next:hover{filter:alpha(opacity=100);opacity:1;}
/*发展历程*/
.fzlc{
    padding:70px 0;
    background: url(../images/bjt5.jpg) no-repeat;
    background-size:100% auto;
    background-position:bottom center;
    background-repeat: no-repeat;
}
.abtitle2{
    text-align: center;
    color: #333333
}
.abtitle2 div{
    font-size: 30px;font-weight: bold;
}
.abtitle2 span{
    display: block;
    width: 90px;height: 2px;
    background: #ea5514;margin:15px auto;
}
.abtitle2 p {
    font-size: 24px;text-transform: uppercase;color: #999999
}
.fzlc .linequan{
    width: 71%;
    height: 20px;position: relative;margin:auto;margin-top: 65px;
}

.fzlc .linequan .line{
    height: 1px;width: 100%;background: #b9b9b9;
    position: absolute;top: 0;bottom: 0;margin:auto;
}
.fzlc .linequan .list{
    position: absolute;width: 100%;
    height: 100%;top: 0;left: 0;
    display: flex;justify-content: space-between;
}
.fzlc .linequan .list>div{
    width: 16px;height:16px;
    border:2px solid #b9b9b9;border-radius: 50%;
    background: #fff;position: relative;
}
.fzlc .linequan .list>div::after{
    content: attr(data-title);
    position: absolute;
    top: 120%;
    left: -180%;
    width: 500%;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: #333;
}
.fzlc .linequan .list>div span{
    width: 0px;height: 0px;
    position: absolute;top: 0;left: 0;right: 0;bottom:0;margin:auto;
    background:#ea5514;border-radius: 50%;transition: all .5s;
}
.fzlc .linequan .list>div:hover span{
    width: 10px;height: 10px;
}
.fzlc .linequan .list>div.active span{
    width: 10px;height: 10px;
}
.fzlc .fzlc-swiper{
    width: 1200px;
    height: 200px;
    margin: 100px auto;
    position: relative;
}
.fzlc .fzlc-swiper .swiper{
    width: 1200px
}
.fzlc .fzlc-swiper .swiper .swiper-wrapper{
    width: 1200px
}
.fzlc .fzlc-swiper .swiper .swiper-wrapper .swiper-slide .con{
    width: 600px;
    min-height: 150px;
    margin:auto;
    background: #9d2227;
    padding:21px;
    color: #fff
}
.fzlc .fzlc-swiper .swiper .swiper-wrapper .swiper-slide .con a{
    color: #fff
}
.fzlc .fzlc-swiper .swiper .swiper-wrapper .swiper-slide .con a>p{
    font-size: 36px
}
.fzlc .fzlc-swiper .swiper .swiper-wrapper .swiper-slide .con a>div{
    font-size: 16px;line-height: 2.5
}
.fzlc .fzlc-swiper .swiper-button-next,
.fzlc .fzlc-swiper .swiper-button-prev{
    width: 48px!important;
    height: 48px!important;
    background: none!important;
    opacity: 1!important;
    outline: none;
    position: absolute;
    top: 32%;
}
.fzlc .fzlc-swiper .swiper-button-prev{
    left: 0%;
}
.fzlc .fzlc-swiper .swiper-button-next{
    right: 0%;
}
.fzlc .fzlc-swiper .swiper-button-next::after,
.fzlc .fzlc-swiper .swiper-button-prev::after{
    display: none
}
.qy-ul{

}
.qy-ul li{
    width: 290px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
}
.qy-ul li:last-child{
    margin-right: 0;
}
.qy-ul li a img{
    width: 290px;
    height: 350px;
    transition: 1s;
}
.qy-ul li a .qy-tt{
    width: 100%;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.qy-ul li:hover a img{
    transform: scale(1.2);
}
.pro-ul li{
    width: 378px;
    height: 311px;
    float: left;
    margin-right: 30px;
}
.pro-ul li:nth-child(3n){
    margin-right: 0;
}
.pro-ul li .cp-img{
    width: 378px;
    height: 240px;
    overflow: hidden;
}
.pro-ul li .cp-img img{
    width: 378px;
    height: 240px;
    transition: 1s;
}
.pro-ul li:hover .cp-img img{
    transform: scale(1.2);
}
.pro-ul li .cp-tt{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.pro-ul li:hover .cp-tt{
    color: #9d2227;
}
.pro1-ul{
    width: 100%;
    padding: 50px 0; 
}
.pro1-ul li{
    width: 100%;
    height: 479px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.pro1-ul li .pro1{
    position: absolute;
    top: 108px;
    right: 28px;
    width: 325px;
    height: 160px;
    background: url(../images/jx1.png) no-repeat center;
    padding: 45px 25px;
    z-index: 99;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
}
.pro1-ul li .pro1-tt{
    font-size: 24px;
    font-weight: bold;
}
.pro1-ul li .pro1-con{
    font-size: 16px;
    margin-top: 20px;
    height: 124px;
    overflow: hidden;
}
.pro1-ul li .pro1-ul li:hover .pro1{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    display: block;
}
.pro1-ul li:hover .pro1{
    background: url(../images/jx4.png) no-repeat center;
}
.jtxw{
    width: 100%;
    padding: 45px 0 50px 0;
}
.jtxw .jt-l img{
    width: 570px;
    height: 380px;
}
.jtxw .jt-r{
    width: 600px;
    height: 380px;
}
.jtxw .jt-r ul li{
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 5px;
    line-height: 30px;
}
.jtxw .jt-r ul li:last-child{
    border: 0;
}
.jtxw .jt-r ul li .jtr-tt{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.jtxw .jt-r ul li .jtr-tt span{
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
.jtxw .jt-r ul li .jtr-con{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.jtxw .jt-r ul li .sp-gd{
    color: #9d2227;
}
.spzb{
    padding: 54px 0;
    background: #f8f8f8;
}
.sp-ul li{
    width: 385px;
    height: 410px;
    padding: 10px 0;
    margin-right: 21.5px;
    float: left;
}
.sp-ul li:last-child{
    margin-right: 0;
}
.sp-ul li .shijian{
    font-size: 16px;
    color: #999999;
}
.sp-ul li .shijian img{
    margin-top: -4px;
}
.sp-ul li h1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.sp-ul li .sp-img{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.sp-ul li .sp-img .spimg{
    width: 100%;
    height: 240px;
    transition: 1s;
}
.sp-ul li .sp-img .sp-icon{
    position: absolute;
    z-index: 99;
    top: 37%;
    left: 41%;
}
.sp-ul li .sp-con{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 15px 0;
}
.sp-ul li:hover h1{
    color: #9d2227;
}
.sp-ul li:hover .sp-img .spimg{
    transform: scale(1.2);
}
.mtjj{
    padding: 70px 0;
    background: url(../images/bjt5.jpg) no-repeat;
    background-size:100% auto;
    background-position:bottom center;
    background-repeat: no-repeat;
}
.mtjj .mt-ul li{
    width: 585px;
    height: 115px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mtjj .mt-ul li:nth-child(2n){
    margin-right: 0;
}
.mtjj .mt-ul li .mt-l{
    width: 183px;
    height: 115px;
    overflow: hidden;
}
.mtjj .mt-ul li .mt-l img{
    width: 183px;
    height: 115px;
    transition: 1s;
}
.mtjj .mt-ul li:hover .mt-l img{
    transform: scale(1.2);
}
.mtjj .mt-ul li .mt-r{
    width: 380px;
    padding: 5px 10px;
}
.mtjj .mt-ul li .mt-r h1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.mtjj .mt-ul li .mt-r .mtr-c{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.mtjj .mt-ul li:hover .mt-r h1{
    color: #9d2227;
}
.tpsd{
    padding-top: 90px;
}
.tpsd ul li{
    width: 380px;
    margin-right: 30px;
    float: left;
}
.tpsd ul li img{
    width: 380px;
    height: 240px;
}
.tpsd ul li .sd-c{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
.tpsd ul li:hover .sd-c{
    color: #9d2227;
}
.tpsd ul li:nth-child(3n){
    margin-right: 0;
}
.news{
    padding-top: 40px;
    width: 100%;
}
.news li{
    width: 100%;
    height: 238px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.news li .x-top{
    width: 296px;
    height: 198px;
    overflow: hidden;
}
.news li .x-top img{
    width: 296px;
    height: 198px;
    transition: 1s;
}
.news li:hover .x-top img{
    transform: scale(1.2);
}
.news li .x-bot{
    width: 870px;
}
.news li .x-bot .xb-tt{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news li .x-bot .xb-rq{
    color: #999999;
    font-size: 16px;
    margin: 20px 0;
}
.news li .x-bot .xb-con{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news li .x-bot .ljgd{
    color: #999999;
}
.news li:hover .x-bot .xb-tt{
    color: #9d2227;
}
.page{
    margin: 20px auto;
    display: table;
}
.page a{
    padding: 0 10px;
    height: 26px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    margin-right: 15px;
    background: #e8e8e8;
    float: left;
    display: inline;
}
.page a:hover{
    color: #fff;
    background: #9d2227;
}
.page .select{
    padding: 0 10px;
    height: 26px;
    color: #fff;
    background: #9d2227;
}

.dj-tj{
    width: 100%;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 25px;
    display: block;
}
.dj-tj .tj-l{
    width: 405px;
    height: 260px;
    overflow: hidden;
}
.dj-tj .tj-l img{
    width: 405px;
    height: 260px;
    transition: all 1s;
}
.dj-tj:hover img{
    transform: scale(1.2);
}
.dj-tj .tj-r{
    width: 764px;
    padding: 10px 0;
}
.dj-tj .tj-r h1{
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.dj-tj .tj-r span{
    color: #999999;
    font-size: 16px;
}
.dj-tj .tj-r div{
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 10px;
}
.dj-tj:hover .tj-r h1{
    color: #9d2227;
    font-weight: bold;
}
.tj-ckgd{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 25px;
    text-align: center;
    color: #999999;
    display: block;
    transition: 0.6s;
}
.tj-ckgd:hover{
    background: #9d2227;
    border-color: #9d2227;
    color: #fff;
}
.djyl-ul{
}
.djyl-ul li{
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e9e7e7;
    font-size: 16px;
}
.djyl-ul li .djyl-l{
    width: 80%;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.djyl-ul li .djyl-l span{
    color: #9d2227;
    font-size: 20px;
    font-weight: bold;
}
.djyl-ul li .djyl-r{
    color: #999999;
}
.djyl-ul li:hover .djyl-l{
    color: #9d2227;
    font-weight: bold;
}
.rcln{
    width: 100%;
    padding: 75px 0;
}
.rc-l{
    width: 566px;
    height: 351px;
    margin: 20px 0 0 20px;
    border: 1px solid #9d2227;
}
.rc-l img{
    width: 566px;
    height: 351px;
    margin: -10px 0 0 -10px;
}
.rc-r{
    width: 581px;
    height: 175px;
    line-height: 30px;
    color: #666666;
    margin-top: 70px;
    font-size: 16px;
}
.rczp{
    padding: 75px 0;
    background: url(../images/bjt5.jpg) no-repeat;
    background-size:100% auto;
    background-position:bottom center;
    background-repeat: no-repeat;
}
.jobs li{
    width: 100%;
    margin-bottom: 20px;
    background: #f1f1f1;
    position: relative;
}
.jobs li .job-t{
    padding: 10px 30px;
    color: #333333;
    font-size: 18px;
}
.jobs li .job-t .jt-bt{
    width: 380px;
    margin-right: 10px;
}
.jobs li .job-t .jt-sj{
    width: 200px;
    margin-right: 290px;
}
.jobs li .job-t .jt-rs{
    width: 120px;
}
.jobs li .jia{
    position: absolute;
    top: 10px;
    right: 20px;
    background: url(../images/jia.png) no-repeat center;
    width: 20px;
    height: 20px;
    cursor:pointer;
}
.jobs .on .jia{
    background: url(../images/jian.png) no-repeat center;
    transition: .5s;
}
.jobs .on .job-con{
    display: block;
}
.job-con{
    padding: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    border-top: 2px solid #f6f6f6;
    display: none;
}
.job-con .lxdh{
    width: 245px;
    text-align: center;
    background: #9d2227;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.rcfz{
    padding-top: 75px;
    position: relative;
    height: 580px;
}
.rcfz .rcfz-l{
    width: 525px;
    height: 239px;
    padding: 50px 70px;
    position: absolute;
    z-index: 99;
    line-height: 35px;
    color: #666666;
    margin-top: 70px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
            box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.rcfz .rcfz-r{
    margin-top: 20px;
    width: 600px;
    height: 439px;
}
.rcfz .rcfz-r img{
    width: 600px;
    height: 439px;
}
.ywqt{
    padding: 75px 0;
    background: url(../images/bjt5.jpg) no-repeat;
    background-size:100% auto;
    background-position:bottom center;
    background-repeat: no-repeat;
}
.yw-ul{
    padding: 20px 0;
}
.yw-ul li{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    height: 115px;
}
.yw-ul li a .yw-l{
    width: 172px;
    height: 115px;
    overflow: hidden;
}
.yw-ul li a .yw-l img{
    width: 172px;
    height: 115px;
    transition: 1s;
}
.yw-ul li:hover a .yw-l img{
    transform: scale(1.2);
}
.yw-ul li a .yw-r{
    width: 1010px;
}
.yw-ul li a .yw-r .ywr-tt{
    width: 800px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yw-ul li:hover a .yw-r .ywr-tt{
    color: #9d2227;
}
.yw-ul li a .yw-r .ywr-sj{
    width: 180px;
    color: #999999;
    font-size: 16px;
    text-align: right;
}
.ywr-con{
    margin-top: 10px;
    line-height: 30px;
    width: 100%;
    font-size: 16px;
    color: #666666;
}
.gbook{
    padding-top: 80px;
}
.gbook ul li{
    width: 47%;
    height: 45px;
    margin-bottom: 3%;
}
.gbook ul li .gb{
    width: 96%;
    height: 45px;
    border: 0.5px solid #dcdcdc;
    background: #fff;
    padding: 0 2%;
}
.gbook ul .li-gbk{
    width: 100%;
    height: 230px;
}
.gbook ul li .gbk{
    width: 96%;
    height: 180px;
    border: 0.5px solid #dcdcdc;
    background: #fff;
    padding: 2% 2%;
}
.gbook ul .submit{
    width: 38%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    float: none;
}
.gbook ul .submit .sub{
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #9d2227;
    border-radius: 25px;
}
.gbook ul .submit .reset{
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #9e9e9e;
    border-radius: 25px;
}
.neirong{
    padding: 50px 0;
}
.neirong img{
    max-width: 100%;
}
.neirong iframe{
    width: 572px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}
.neirong1{
    padding: 50px 0;
}
.neirong1 img{
    max-width: 100%;
}
.mr-tt{
    width: 100%;
    border-bottom: 2px solid #ededed;
    margin-bottom: 20px;
}
.mr-tt h1{
    width: 80px;
    height: 40px;
    line-height: 30px;
    color: #0d64b6;
    font-size: 20px;
    border-bottom: 2px solid #0d64b6;
    margin-bottom: -2px;
}
.xwbt{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #1e1e1e;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
}
.xwbt span{
    font-size: 14px;
    color: #898989;
    margin-right: 20px;
}
.xwbt a{
    color: #0d64b6;
    font-size: 20px;
}
.next1{
    width:100%;
    padding: 10px 0;
}
.next1 a{
    color: #666666;
    display: block;
}
.next1 a:hover{
    color: #9d2227;
}
.ps-img{
    width: 100%;
    padding: 35px 0;
    margin: 0 auto;
    text-align: center;
}
.ps-img img{
    max-width: 100%;
}