@charset "utf-8";

html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
}

html,
body {
    font-family: Microsoft Yahei;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

*::selection {
    background: #C80000;
    color: #ffffff;
    text-shadow: none
}

*::-moz-selection {
    background: #C80000;
    color: #ffffff;
    text-shadow: none
}

/*----------- container -----------*/
.container {
    margin: 0 auto;
    padding: 0 20px
}

.container.Wauto {
    padding: 0
}

.containe {
    position: relative;
    margin: 0 auto;
    color: #fff;
    padding: 0 20px;
}

@font-face {
    font-family: 'MiSans-Semibold';
    src: url('../fonts/MiSans-Semibold.ttf');
}

@font-face {
    font-family: "iconfont";
    /* Project id 3512975 */
    src: url('../fonts/iconfont.woff2?t=1681901269313') format('woff2'),
        url('../fonts/iconfont.woff?t=1681901269313') format('woff'),
        url('../fonts/iconfont.ttf?t=1681901269313') format('truetype');
}

.box {
    width: 1440px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.flexcolumn {
    flex-direction: column;
}

.flexself {
    align-self: center;
}

.f1 {
    flex: 1;
}

.boxrel {
    position: relative;
}

.flex {
    display: flex;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.boxflex {
    width: 1440px;
    display: flex;
}

.top {
    height: 48px;
    display: flex;
    background-image: linear-gradient(to right, #cd000c, #ff0014);
    justify-content: center;
}

.topnav {
    display: flex;
    justify-content: center;
    width: 100%;
    background: url(../images/topright.png) no-repeat center;

}

.topleft {
    font-size: 14px;
    color: #ffffff;
    align-self: center;
    flex: 1;
}

.topright {
    font-family: MiSans-Semibold;
    font-size: 16px;
    color: #ffffff;
    align-self: center;
}

.fa {
    font: normal normal normal 14px/1 iconfont;
}

.nav {
    height: 80px;
}

.logo {
    align-self: center;
}

nav ul,
ul,
li {
    list-style: none;
}


/*导航栏*/
.navbar {
    float: right;
    margin: 0;
}

.navbar li {
    display: block;
    float: left;
    margin: 0px;
    position: relative;
    min-width: 50px;
    text-align: center;
}

.navbar a {
    display: block;
    text-transform: uppercase;
    line-height: 80px;
    padding: 0px 35px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Microsoft Yahei';
    color: #333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.navbar a:hover {
    color: #C80000;
    text-decoration: none;
}

.header-nav.fixed .navbar a {
    line-height: 60px;
}

.header-nav.fixed .navbar>li>ul>li>a {
    line-height: 40px;
}

.navbar li.active>a,
.navbar li.on>a {
    color: #C80000;
}

.navbar li:after {
    background: #C80000;
    content: "";
    height: 2px;
    width: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.navbar li.active:after,
.navbar li:hover:after {
    width: 100%;
}

/*inner*/
.inner {
    display: none;
    position: absolute;
    z-index: 49;
    width: 100%;
    top: 60px;
    left: 0
}

.inner li {
    width: 100%;
    margin: 0;
}

.inner li a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding: 4px 15px;
    border-bottom: 1px solid #eee;
    background-color: rgba(255, 255, 255, .96);
}

.inner li#nvabar-item-index a {
    border-top: 1px solid #eee;
}

.inner li a:hover {
    background: #C80000;
    color: #fff;
    border-bottom: 1px solid #C80000;
}

.navbar li:after {
    background: #C80000;
    content: "";
    height: 2px;
    width: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.inner .navbar li.active:after,
.inner .navbar li:hover:after {
    width: 0
}

.navbar li>ul>li:before {
    background-color: transparent;
    content: '';
    transition: all 0.3s;
}

.navbar li.active:before,
.navbar li.on:before {
    width: 100%;
    left: 0;
}

.Wauto {
    width: 100%;
    max-width: none;
    padding: 0;
}

.navbar>li:hover>ul {
    top: 100%;
    max-height: inherit;
}

.navbar>li>ul {
    position: absolute;
    width: 100%;
    top: 130%;
    right: 0;
    text-align: center;
    padding: 0px 0;
    background-color: #fff;
    z-index: 60;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden
}

.navbar>li>ul>li a {
    float: none;
    display: block;
    padding: 0px 0px 0px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    opacity: 1;
}

.navbar>li>ul>li a:hover {
    color: #cd000c;
}

.navbar>li>ul>li:first-child {
    padding-top: 20px;
}

.navbar>li>ul>li:last-child {
    padding-bottom: 20px;
}

.navbar>li>ul>li:after {
    display: none
}

.navbar>li>ul>li {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.navbar>li>ul>.on a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.9);
}

.navbar>li>ul>li.active a {}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.navbar>li>ul>li.on>a {
    color: #fff
}

.bgwhite {
    background-color: #fff;
}

.bggrey {
    background-color: #f7f7f7;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.carousel-control-prev {
    position: absolute;
    top: 49%;
    left: 10%;
    width: 50px;
    height: 50px;
    background: url(../images/tm.png) repeat;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.carousel-control-next {
    position: absolute;
    top: 49%;
    right: 10%;
    width: 50px;
    height: 50px;
    background: url(../images/tm.png) repeat;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
#carousel-ad .carousel-control-prev:hover{
    background: #cd000c;;
}
#carousel-ad  .carousel-control-next:hover{
    background: #cd000c;;
}
a:focus {
    text-decoration: none;
}
.jsbamove:focus {
    color:#fff;
    text-decoration: none;
}
.bannerbut {
    align-self: center;
}

.bannerbut i:hover {
    text-decoration: none;
}

.bannerbut:hover {
   
}

.bannerbut>img {
    width: 20px;
    height: 20px;
}

.bartitle {
    font-family: "Microsoft Yahei";
    font-size: 22px;
    color: #111111;
    margin: 26px 0 18px 0;
}

.barcontext {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #999999;
}

.barpad {
    padding: 48px 0 43px 0;
    margin-top: 22px;
    cursor: pointer;
}

.top120 {
    position: absolute;
    top: -120px;
}

.barcall {
    padding: 70px 0 43px 0;
    margin-top: 0px;
    background-color: #cd000c;
    color: #fff;
}

.barcall .bartitle,
.barcall .barcontext {
    color: #fff;
}

.bannerbut i {
    color: #fff
}

.jobbanner {
    width: 100%;
    background: url(../images/jobbanner.png) no-repeat center;
    height: 649px;
}

.jobdlz {
    width: 100%;
    background: url(../images/jobdlz.png) no-repeat center;
    height: 691px;
}

.jobfoot {
    width: 100%;
    background: url(../images/jobfoot.png) no-repeat center;
    height: 240px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.way {
    height: 1147px;
    background: url(../images/a3.png) no-repeat center;
    width: 100%;
}

.djbg {
    height: 652px;
    background: url(../images/djtop.png) no-repeat center;
    width: 100%;
}

.djbg1 {
    height: 701px;
    background: url(../images/city.png) no-repeat;
    background-position: center 330px;
    width: 100%;
}

.djbg2 {
    height: 804px;
    background: url(../images/djimg2.png) no-repeat center;
    width: 100%;
}

.djbg3 {
    height: 915px;
    background: url(../images/djimg3.png) no-repeat center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djbg4 {
    height: 995px;
    background: url(../images/djimg4.png) no-repeat center;
    width: 100%;
}

/*----------- gotop -----------*/
#backTop {
    position: fixed;
    right: 0px;
    top: 75%;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 888;
    box-shadow: 0px 0px 10px 0px 
    rgba(0, 0, 0, 0.15);
	border-radius: 28px;
    padding:3px;
}

#backTop span {
    
    cursor: pointer;
   
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    color: #fff;
    display: block;
    position: relative;
    margin: 0px 0;
    right: 0;
    
}

.backToptiao{
    margin: 10px auto;
    width: 22px;
	height: 2px;
	background-color: #dddddd;
}
#backTop span:first-child{
    background-color: #ffffff;
    border-radius: 28px 28px  0 0 ;
}
#backTop span:first-child i{
    color: #fff;
}
#backTop span:first-child div{
    width: 50px;
    height: 50px;
    background-color: #cd000c;
    border-radius: 28px;
}
#backTop span:last-child{
    border-radius:   0 0  28px 28px;
}
#backTop span#gttop {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
 
}

#backTop span i {
    z-index: 1
}

/*#backTop span.ft-qq i{ background: #1ea6e9;}*/
/*#backTop span.ft-wx i{ background: #46be8a;}*/
#backTop span.ft-tel i {
}

#backTop span small {
    width: 180px;
    height: 180px;
    position: absolute;
    left: -220px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#backTop span small.telTop {
    width: 230px;
    height: 50px;
    line-height: 50px;
    padding: 0 8px;
    text-align: center;
    font-size: 22px;
    color: #333;
    right: 70%;
    left: auto;
    height: auto;
    margin-right: 10px;
    background: url(../images/rightjian.png) no-repeat right center;
    visibility: hidden;
    /*background: #DA0023; */
}
.telTop ul{
    
    background: #fff;
    border-radius: 4px;
    /*box-shadow: 0 0 9pt rgba(0, 0, 0, .1);*/
}
#backTop span:hover.ft-tel small.telTop {
    visibility: visible;
    opacity: 1;
    right: 100%;
}

#backTop span:hover.ft-wx small.weixin {
    visibility: visible;
    opacity: 1;
    left: -190px;
}

#backTop span i {
    text-align: center;
    color:#999999;
    width: 50px;
    height: 50px;
    font-style: inherit;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 20px;
}

#backTop span.ft-tel i {
    font-size: 20px;
}

#backTop a {
    color: #fff;
    display: block;
    cursor: pointer
}

#backTop span small b {
    width: 25px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: -22px;
    z-index: 999;
    font-size: 26px;
}

.carousel {
    min-height: 200px;
}

.indexabout {
    padding-top: 195px;
    position: relative;
    padding-bottom: 80px;
}

.indexabouttet {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    margin-top: 40px
}

.indexbus {
    flex: 1;
    height: 275px;
    align-items: center;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.indexbus:first-child {
    flex: 1;
    background-color: #cd000c;
    height: 275px;
    align-items: center;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.business {
    background: url(../images/yebg.png?1) no-repeat center;
    height: 918px;
}

.business .title {
    font-size: 26px;
    color: #ffffff;
    width: 600px;
    padding: 20px 0;
    margin-top: 150px;
}

.business .context {
    font-size: 16px;
    color: #ffffff;
    width: 480px;
    line-height: 36px;
}

.teacher {
    background: url(../images/jsbg.png) no-repeat center;
    height: 1012px;
    flex-direction: column;
}

.border3 {
    width: 40px;
    height: 3px;
    background-color: #cd000c;
    margin-top: 84px
}

.teacher .name {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #111111;
    margin-top: 48px
}

.teacher .text {
    width: 328px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 31px;
    color: #555555;
}

.nbanner {
    background: url(../images/nbanner.png) no-repeat center;
    height: 650px;
}

.flexcenter1 {
    display: flex;
    width: 1440px;
    margin: 0 auto;
    justify-content: center;
}

.flexcenter1 .title {
    font-size: 52px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #ffffff;
}

.flexcenter1 .title1 {
    font-size: 30px;
    margin-top: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #ffffff;
}

.jobtitle {
    font-size: 20px;
    font-weight: bold;

    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    margin-top: 54px;
    color: #111111;
}

.jobcontext {
    white-space: pre-wrap;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #555555;
}

.joblist {
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.joblistth {
    width: 1440px;
    height: 100px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    display: flex;
    align-self: center;
    letter-spacing: 0px;
    margin-bottom: 1px;
    cursor: pointer;
    color: #333333;
}
.joblistth:hover{
    background-color: #cd000c;
    color: #fff;
}
.cli {
    background-color: #cd000c;
    color: #fff;
}

.showjob {
    padding: 57px;
    width: 1440px;
    align-self: center;
    background-color: #ffffff;
    display: none;
}

.tdbottom {
    width: 150px;
    height: 46px;
    background-color: #cd000c;
    color: #fff;
    align-items: center;
    align-self: center;
    justify-content: center;
    align-self: center;
    text-align: center;
    display: flex;
    border-radius: 23px;
    cursor: pointer;
}

.tdgg {
    font-size: 14px;
    font-weight: normal;
    align-self: center;
    margin-left: 10px;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #cd000c;
}

.tdtitle {
    font-size: 26px;
    display: flex;
    align-self: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.tditem {
    font-size: 16px;
    flex: 1;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555555;
}

.tdyq {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #555555;
    flex: 1
}

.tdtet {
    width: 500px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    white-space: pre-wrap;
    letter-spacing: 0px;
    color: #666666;
}

.pagination-container>span:first-child {
    display: none;
}

.pagination-container {
    justify-content: center;
    display: flex;
}

.pagination>li:first-child a::before {
    height: 30px;
    width: 80px;
    overflow: hidden;
    font-size: 0px;
    background: url(../images/pageleft.png) 20px 20px;
}

.jobfoolcenter {
    width: 1440px;
    align-self: center;
    display: flex;
    height: 125px;
}

.jobfoolleft {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 80px;
}

.jobfooltitle {
    font-family: SourceHanSansCN-Regular;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 220px;
}

.jobfoolcontext {
    font-size: 14px;
    margin-top: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 220px;
}

.jobfoolright {
    align-self: flex-end;
}

.jobrighttitle {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff
}

.jobrightphone {
    font-family: MiSans-Semibold;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.jobrightphone span {
    font-size: 30px;
    margin-right: 5px;
}

.jobbotton {
    margin-left: 220px;
    margin-top: 15px;
    display: flex;
}

.jobbottonleft {
    width: 140px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
}
.jobbottonleft{
    color: #ffffff;
    background-color: #cd000c;
}


.jobbottonright {
    width: 140px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0px;
    color: #cd000c;
    background-color: #ffffff;
    margin-left: 15px;
}
.jobbottonright a{
    color: #cd000c;
}
.djmain {
    width: 1440px;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.djtitle {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #111111;
    margin-top: 102px;
    align-self: center;
}

.djcontent {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    align-self: center;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 53px;
    white-space: pre-wrap;
    color: #555555;
}

.shmain {
    width: 1440px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.zttitle {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    text-align: center;
    margin: 99px 0 83px 0;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ztnav {
    border-bottom: solid 1px #ffffff;
    height: 66px;
    align-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ztnavlist {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    align-self: center;
    letter-spacing: 0px;
    height: 100%;
    line-height: 63px;
    margin: 0 90px;
    color: #fff;
    cursor: pointer;
}
.ztnavlist:hover{
    border-bottom: solid 4px #ffffff;
}
.ztcli {

    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    align-self: center;
    letter-spacing: 0px;
    height: 100%;
    line-height: 63px;
    margin: 0 90px;
    border-bottom: solid 4px #ffffff;
    color: #fff;
}

.djlist {
    width: 1440px;
    padding: 30px;
    background-color: #fff;
    align-self: center;
    margin-top: 74px;
    display: none;
}

.djlist .title {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.djlist .con {
    white-space: pre-wrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    margin-top: 30px;
}

.ywlistmain {
    width: 1440px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.djywlist {
    flex: 0 1 33.33%;
    display: flex;
}

.djywlistitem {
    flex: 1;
    background-color: #fff;
    margin: 12px;
    padding: 36px 26px;
}

.yetitlea {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0px;
    color: #111111;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ywtitleqt {
    display: flex;
    margin-top: 50px;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 27px;
}

.ywshow {
    align-self: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.ywcontext {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 31px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.showtitle {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #111111;
    margin: 79px 56px 69px 56px;
}

.showcontent {
    font-size: 16px;

    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 0 56px;
    border-bottom: solid 1px #dddddd;
    margin-top: 50px;
    padding-bottom: 70px;
    color: #666666;
}

.showlast {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 0 56px;
    margin-top: 15px;
    color: #aaaaaa;
}

.mb {
    width: 1440px;
    align-self: center;
    align-items: flex-end;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    display: flex;
    color: #555555;
    justify-content: flex-end;
}

.mb a{
    color: #555555;
}

.mb a:hover{
    color: #cd000c;
}
.mb font{
    margin: 0 5px;
}

.mbmain {
    height: 80px;
    width: 100%;
    border-bottom: solid 1px #dddddd;
    display: flex;
    justify-content: center;
}

.flex100 {
    width: 100%;
    display: flex;
    justify-content: center;
}


.large_box {
    margin-bottom: 10px;
    width: 1440px;
    height: 200px;
    overflow: hidden;
}

.large_box img {
    display: block;
}

.small_box {
    margin: 0 auto;
    width: 1310px;
    height: 200px;
    overflow: hidden;
}

.small_list {
    position: relative;
    float: left;
    width: 1440px;
    height: 200px;
    overflow: hidden;
}

.small_list ul {
    height: 200px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 16px;
    width: 130px;
    padding: 3px;
}

.small_list ul li img {
    display: block;
}
.small_list ul li:hover .bun_bg{
    display: block;
}
.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 200px;
    border: solid 3px #cd000c;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 194px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn:hover {
    background-color: #e7000e;
}

.left_btn {
    float: left;
    margin-right: 10px;
    width: 50px;
    position: absolute;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    top: 40%;
}
.left_btn:hover,.right_btn:hover{
    background-color: #e7000e;
   
}

.left_btn  span,.right_btn  span{
    font-size: 20px;cursor: pointer;
    color:#e7000e
}

.right_btn {
    position: absolute;
    float: right;
    width: 50px;
    height: 50px;
    top: 40%;
    right: 0px;

    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.left_btn:hover span,.right_btn:hover span{
    color:#fff;
}

#timeLine {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    /*border:  solid 1px #434343;*/
    /*background: rgba(500,500,500,0.9);*/
    overflow: hidden;
}

#yearList {
    width: 100%;
    list-style: none;
    position: relative;
    /*left: 457px;*/
    margin-left: 47px;
    z-index: 2;
    white-space: nowrap;
    display: flex;
}

#yearList:after,
.container-li:after {
    content: "";
    display: table;
    clear: both;
}

#yearList li {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px 75px;
}
#yearList li:hover{
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}
.year-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    margin: 9px auto;
    display: block;
}

.dotted-line {
    border-bottom: dashed 2px #ffffff;
    position: relative;
    top: -62px;
    margin-left: 20px;
    z-index: 1;
}

#cList {
    width: 100%;
    position: relative;
}

#btnLeft {
    width: 49px;
    height: 49px;
    display: inline-block;
    text-decoration: none;
    color: #cd000c;
    font-size: 30px;
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    background: #fff;
}

#btnLeft span,
#btnRight span {
    font-size: 30px;
}

#btnRight {
    width: 49px;
    height: 49px;
    display: inline-block;
    text-decoration: none;
    color: #cd000c;
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    background: #fff;
    margin-left: 30px;
}

#btnLeft:hover,
#btnRight:hover {
    background: rgba(0, 0, 0, 0.5);
}

#cUl {
    width: 1440px;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}

#cUl li {
    width: 1440px;
    position: absolute;
    left: 0;
}

.li-tit {
    display: inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 30px auto 10px;
}

.container-li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.c-li-left {
    width: 40%;
    float: left;
}

.c-li-right {
    width: 60%;
    float: right;
}

#yearList .year-active {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.year-active i {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    margin-top: 6px;
    background-color: #fff;
}

.fz {
    height: 882px;
    background: url(../images/fz.png) no-repeat center;
    width: 100%;
}

.yetitle {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    margin-bottom: 120px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 90px;
    color: #111111;
}

.yeftitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0px;
    margin-top: 30px;
    text-align: center;
    color: #555555;
}

.flr {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 343px;
    padding-top: 20px;
    flex:1;
    cursor: pointer;
}

.flr span {
    color: #cd000c
}

.flr:first-child {
}

.flr:last-child {
   
}

.rightbot {
    border-right: 1px solid #cd000c;
    display: flex;
    flex-direction: column;
}

.flr:last-child .rightbot {
    border-right: none;
}

.flrtitle {
    font-size: 15px;
    margin-top: 20px;
    width: 162px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    align-self: center;
    padding: 10px 12px;
    color: #333333;
}

.flrtiao {
    width: 30px;
    align-self: center;
    margin-top: 28px;
    margin-bottom: 30px;
    height: 2px;
    background-color: #cd000c;
}

.flrcon {
    font-size: 14px;
    font-weight: normal;
    padding: 0 50px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
}

.flr:hover {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 370px;
    padding-top: 33px;
    position: sticky;
    background-color: #cd000c;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.flr:hover span {
    color: #fff;
}

.flr:hover .flrtitle {
    border: 1px solid #fff;
    color: #fff;
}

.flr:hover .flrtiao {
    background-color: #fff;
}

.flr:hover .flrcon {
    color: #fff;
}

.shizhan {
    height: 1131px;
    width: 100%;
    background: url(../images/ywbg3.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: start;
}


.jsbg {
    height: 496px;
    background-color: #cd000c;
    position: absolute;
    width: 1440px;
    top: 41px;
}

.jsba {
    width: 333px;
    height: 497px;
    position: relative;
    z-index: 9999;
    margin-left: 155px;
    margin-right: 151px;
}

.jsbatitle {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.jsbacon {
    font-size: 18px;
    margin-top: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    white-space: pre-wrap;
    color: #ffffff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 107px;
}

.jsbatiao {
    width: 45px;
    height: 5px;
    background-color: #ffffff;
    margin-top: 70px;
}

.jsbamove {
    font-family: MiSans-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    height: 16px;
    margin-top:70px;
    flex: 1;
    color: #ffffff;
    cursor: pointer;
}

.jsbamove:hover {
    color: #fff;
}

.jsbaleft {
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    line-height: 54px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.jsbaright {
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    line-height: 54px;
    margin-left: 26px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.jsmain {
    background-color: #ffffff;
    padding: 34px 0;
    border-radius:0 0 15px 15px;
    flex: 1;
    justify-content: start;
    display: flex;
    flex-direction: column;
}

.jsname {

    font-size: 26px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    height: 26px;
    letter-spacing: 0px;
    color: #111111;
}

.jszhiye {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    height: 29px;
    letter-spacing: 0px;
    color: #111111;
}

.jstiao {
    width: 35px;
    height: 4px;
    align-self: center;
    margin: 20px 0;
    background-color: #cd000c;
}

.jscon {
    white-space: pre-line;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.jsmove {
    align-self: center;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-stretch: normal;
    margin-bottom: 30px;
    letter-spacing: 0px;
    color: #cd000c;
}
.jsmove:hover{
    color: #cd000c;
}

.jsimg {
    height: 278px;
    border-radius:15px 15px 0 0 ;
    justify-content: center;
    display: flex;
    background-image: linear-gradient(0deg,
            #efeeee 0%,
            #f1f1f1 100%);
    border-radius: 15px 15px 0px 0px;
}

.newcat {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    margin-right: 60px;
    letter-spacing: 0px;
    color: #333333;
}

.newcat a {

    color: #333333;
}


.nacli {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    margin-right: 60px;
    border-bottom: 2px solid #cd000c;
    color: #cd000c;
}


.nacli a {

    color: #cd000c;
}

.newtjmain {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.newrlmain {
    display: flex;
    flex-direction: column;
    border-right: solid 1px #aaaaaa;
    padding-right: 44px
}

.newr {

    font-size: 43px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #cd000c;
}

.newsclr {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 46px;
}

.newstjtitle {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsrjcontent {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    margin-top: 25px;
    letter-spacing: 0px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsrjcontent a {

    color: #666666;
}

.newsrjright {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.newsrjrightmain {
    display: flex;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 38px;
    margin-bottom: 36px;
}

.newsrjrigntcrl {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 46px;
}

.newstjdate {
    align-self: center;
    font-family: MiSans-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.newstjtiao {
    border-left: solid 1px #cccccc;
    width: 1px;
    height: 16px;
    align-self: center;
    margin: 0 10px;
}

.newstjll {
    align-self: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.newslistmain {
    width: 1440px;
    display: flex;
    align-self: center;
    background-color: #fff;
    margin-top: 44px;
    padding: 52px 78px;
    flex-direction: column;
}

.newslistdate {
    font-family: MiSans-Normal;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.newslisttitle {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin: 30px 0 37px 0;
    color: #333333;
}

.newslisttitle a {
    color: #333333;
}

.newslistcontent {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 25px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.newslistcontent a {
    color: #666666;
}

.newslistsee {
    font-family: MiSans-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-top: 42px;
    color: #666666;
}

.abtitle {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #111111;
}

.abcon {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    margin-top: 40px;
    white-space: pre-line;
}
.abitemtitle{
    text-align: center;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 24px;
            margin-top: 15px;
            letter-spacing: 0px;
            color: #555555;
}
.abitemcon{
    text-align: center;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 0px;
            margin-top: 10px;
            color: #999999;
}

.abfztitle{
    font-size: 30px;
                               font-weight: normal;
                               font-stretch: normal;
                               line-height: 36px;
                               letter-spacing: 0px;
                               color: #ffffff;
}
.abfztiao{
    width: 55px;
                               height: 3px;
                               margin: 35px 0 37px 0;
                               background-color: #ffffff;
}
.abfzcon{
    white-space: pre-line;
    font-size: 17px;
                               font-weight: normal;
                               font-stretch: normal;
                               line-height: 32px;
                               letter-spacing: 0px;
                               color: #ffffff;
}
.bzright{
    background-size: 100%;padding:0px 0 0 75px
}
.bzrighttotle{
    font-size: 42px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #111111;
        margin-top: 49px;
        margin-bottom: 49px;
}
.bzrightcon{
    font-size: 16px;
        margin-top: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #555555;
}
.bzitemtitle{
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}
.bzitemcon{
    font-size: 14px;
                width: 573px;
                margin-top: 24px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 26px;
                letter-spacing: 0px;
                color: #555555;
}
.csr{
    font-size: 36px;
                            font-weight: bold;
                            font-stretch: normal;
                            margin-top: 154px;
                            line-height: 36px;
                            letter-spacing: 0px;
                            color: #111111;
}
.csrzhiwei{
    white-space: pre-wrap;
    font-size: 18px;
                            font-weight: normal;
                            font-stretch: normal;
                            margin-top: 23px;
                            margin-bottom: 35px;
                            line-height: 30px;
                            letter-spacing: 0px;
                            color: #555555;
}
.csrjiyu{
    font-size: 18px;
                            font-weight: normal;
                            font-stretch: normal;
                            line-height: 30px;
                            letter-spacing: 0px;
                            width: 400px;
                            white-space: pre-wrap;
                            color: #ffffff;
}
.csrmove{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    margin-top: 55px;
    color: #ffffff;
}
.csrmove a{
    color: #ffffff;
}
.maps{
    font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        white-space: pre-wrap;
        text-align: right;
        line-height: 26px;
        margin-top: 30px;
        letter-spacing: 0px;
        color: #555555;
}
.alike{
    white-space: pre-wrap;
                     font-size: 14px;
                     font-weight: normal;
                     font-stretch: normal;
                     line-height: 32px;
                     letter-spacing: 0px;
                     color: #555555;
                     opacity: 0.7;
}
.fooltitle{
                    font-size: 18px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 62px;
                    letter-spacing: 0px;
                    color: #111111;
}
.footphone{
    font-family: MiSans-Medium;
                    font-size: 22px;
                    font-weight: bold;
                    font-stretch: normal;
                    line-height: 36px;
                    letter-spacing: 0px;
                    color: #333333;

}
.footico{
    height: 27px; width: 27px;align-self: center;margin-right: 15px;
                        border-radius: 50%;
                        align-items: center;
                        justify-content: center;
                        display: flex;
                        background-color: #cccccc;
}
.footicon{
    display: flex;margin-top: 19px;
}
.footiconitem{
    position: relative;
    width: 37px;
    height: 37px;
    margin-right: 10px;
}

.footiconitembg{
    display: none;
    position: absolute;
    top: -145px;
    left: -50%;
    margin-left: -11px;
    width: 99px;
    height: 131px;
    background: url(../images/tc.png) no-repeat;
   

}
.footiconitem:hover .footiconitembg{
    display: block;
}
.footiconitembg img{
    margin-top: 6px;
    margin-left: 6px;
}
.footnav{
  
                    font-size: 15px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 47px;
                    margin:0 20px ;
                    letter-spacing: 0px;
                    color: #111111
}
.footnav:hover{
    color:#cd000c
}
.indexinputdiv{
    width: 450px;
    align-self: center;
    display: flex;
                align-items: center;
                justify-content: center;margin-top:19px;
                position: relative;
}
.indexinput{
    width: 450px;
    
    height: 46px;
    color: #999999;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #cccccc;
    padding-left: 10px;
}
.indexsttitle{
    text-align: center;
    margin-top: 66px;
    height: 35px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #cd000c;
}
.indexstcon{
   
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    margin-top:24px;
    color: #555555;
}

.stbtn{
    width: 160px;
	height: 42px;
	background-color: #cd000c;
	border-radius: 5px;
    color: #ffffff;
    border: 0;
}

.hbitem{
                        font-size: 18px;
                        font-weight: normal;
                        font-stretch: normal;
                        letter-spacing: 0px;
                        color: #555555;
                        margin-top: 22px;
                        opacity: 0.6;
                        cursor: pointer;
                        height: 39px;
}
.hbitem:hover{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #cd000c;
    opacity: 1;
}
.hbitem:hover .hbtiao{
    display: block;
    width: 136px;
    height: 1px;
    border: solid 1px #cd000c;margin-top:12px;
    opacity: 1;
}
.hbitemcli{
                        font-size: 18px;
                        font-weight: normal;
                        font-stretch: normal;
                        letter-spacing: 0px;
                        color: #cd000c;
                        opacity: 1;
}
.hbtiao{
    display: none;
    width: 136px;
    height: 1px;
    border: solid 1px #cd000c;margin-top:12px
}
.hbitemcli .hbtiao{
    display: block;
    width: 136px;
    height: 1px;
    border: solid 1px #cd000c;margin-top:12px;
    opacity: 1;
}

.acright{
    width: 370px;height: 400px;margin-left: 42px;background-color: #fff;
}
.acrighttitle{
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
    border-left: 3px solid #cd000c;;
	letter-spacing: 0px;
    margin-top: 50px;
    padding-left: 30px;
	color: #333333;
}
.acrightcon{
    flex:1;font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        letter-spacing: 0px;
        color: #666666;
        margin-left: 18px;
}

.jsyinying{
    margin: 12px;margin: 36px 26px;margin:21px;width: 100%;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);border-radius: 15px;border:1px solid #e7e7e7;display: flex;
    flex: 1;
    flex-direction: column;
}
.kklist{
    margin:0 54px;border-bottom: solid 1px #dddddd;height: 72px; line-height: 72px;
    border-bottom: 1px solid #dddddd;display: flex;
}
.kklist a{flex:1;	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
    align-self: center;
    margin-left: 10px;
	color: #111111; text-decoration: none;}
.kklist:hover a,.kklist:hover span{
    color:#d0101c
}

#carousel-ada .carousel-control-prev{
    display: none;
}
#carousel-ada .carousel-control-next{
    left: 0px;
    top: auto;
    bottom: 210px;
}
#carousel-adb .carousel-control-prev{
    background: #fff;
    box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
}
#carousel-adb  .carousel-control-next{
    background: #fff;
    box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    right: 680px;
}
#carousel-adb .carousel-control-prev i{
    color: #cd000c;
}
#carousel-adb  .carousel-control-next i{
    color: #cd000c;
}
#carousel-adb .carousel-control-prev:hover{
    background: #cd000c;;
}
#carousel-adb  .carousel-control-next:hover{
    background: #cd000c;;
}
#carousel-adb .carousel-control-prev:hover i{
    color: #fff;
}
#carousel-adb  .carousel-control-next:hover i{
    color: #fff;
}

.huoban{
    position: absolute;
    left: -330px;
}
.huoban .carousel-control-next{
    right: auto;
    left: 60px;
}

.huoban  .carousel-control-next:hover,.huoban  .carousel-control-prev:hover{
    background: #cd000c;;
}
.yeico{
    display: flex;width: 310px;position: absolute;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
}
.yeico:hover{
    margin-right: -10px;
}

.yeicoa{
    display: flex;width: 310px;position: absolute;
    -webkit-transition-duration: 300ms;
    cursor: pointer;
    transition-duration: 300ms;
}
.yeicoa:hover{
    margin-left: -10px;
}
.yeicoc{
    display: flex;width: 310px;position: absolute;
    -webkit-transition-duration: 300ms;
    cursor: pointer;
    transition-duration: 300ms;
}

.yeicoc:hover{
    margin-top: -10px;
}

.zsm{
    padding: 1em;
    padding-left: 48px;
    cursor: pointer;
}
.zsm:first-child{
    margin-top: 0px;
}
.zsm:hover{
    background-color: #cd000c;
}
.zsmcli{
    
}
.zsm :hover{
    background-color: #cd000c;
    color: #fff;
}
.zsmcli .bzitemtitle{
   
}
.zsm:hover .bzitemcon{
    color: #fff;
}
.zsm:hover .bzitemtitle{
    color: #fff;
}
.zsmcli .bzitemcon{
}
.indexyeitme{
    width: 100px;height: 100px;background: url(../images/iywbg.png);display: flex;align-items: center;justify-content: center;position: absolute;cursor: pointer;
}

.indexyeitmeicli{
    width: 100px;height: 100px;background: url(../images/iywcli.png);display: flex;align-items: center;justify-content: center;position: absolute;
}
.indexyeitme:hover{
    background: url(../images/iywcli.png);
}

.huoban .carousel-control-prev{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.huoban .carousel-control-next{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.huoban .carousel-control-prev i{
    color: #cd000c;
}

.huoban .carousel-control-next i{
    color: #cd000c;
}
.huoban .carousel-control-prev:hover i,.huoban .carousel-control-next:hover i{
    color: #fff;
}

.newsrjright a:hover{
    color:#cd000c;
}
.newtjmain a:hover{
    color:#cd000c;
}

.newslistmain a:hover{
    color:#cd000c;
}
.jobbottonleft:hover{
    color: #cd000c;
    background-color: #ffffff;
    border: solid 1px #cd000c;
}

.jobbottonright:hover{
    color:#cd000c;
}
.yetitlea:hover{
    color:#cd000c;
}
.ywtitleqt span:hover{
    color:#cd000c;
}
.jobbottonright:hover{
    background-color: #cd000c;
    color:#fff
}

.pagination li:first-child a{
    background: url(../images/pageleftcli.png) no-repeat center #fff;
    width: 80px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}
.pagination li:first-child a:hover{
    background: url(../images/pageleftcli.png) no-repeat center #fff;
    width: 80px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}
.pagination li:first-child span{
    background: url(../images/pageleft.png) no-repeat center #fff;
    width: 80px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}
.pagination li a{
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 1px solid #dddddd;
    line-height: 30px;
    padding: 0;
    text-align: center;
    float: none;
    font-size: 13px;
}
.pagination li a ,.pagination li span{
    margin: 0 5px;
}
.pagination .active span{
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    background-color: #cd000c;
}

.pagination .disabled span{
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 13px;
}


.pagination li:last-child span{
    background: url(../images/pageright.png) no-repeat center #fff;
    width: 80px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}

.pagination li:last-child a{
    background: url(../images/pagerightcli.png) no-repeat center #fff;
    width: 80px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}
.pagination li a:hover{
    background-color: #cd000c;
    color: #fff;
}
.pagination li:last-child a:hover{
    background: url(../images/pagerightcli.png) no-repeat center #fff;
    width: 80px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}