body{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.mt10{
    margin-top: 10px!important;
}
.mt15{
    margin-top: 15px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt30{
    margin-top: 30px!important;
}
.mt40{
    margin-top: 40px!important;
}
.pb20{
    padding-bottom: 20px!important;
}
.border_bs{
    border-bottom: 1px solid #eee;
}

.header{
    width: 100%;
    height: 88px;
    border-bottom: 3px solid #A61111;
}
.header .head{
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}
/*logo*/
.header .head .logo{
    width: auto;
    height: 31px;
    float: left;
}
.header .head .logo img{
    padding-top: 28px;
    float: left;
}
.header .head .logo span{
    /*width:56px;*/
    height: 27px;
    display: block;
    float: left;
    line-height: 27px;
    font-size: 18px;
    color:#fff;
    background-color: #A61111;
    text-align: center;
    margin-top: 32px;
    margin-left: 5px;
    padding: 0 5px;
}
.header .head ul.nav{
    width: auto;
    display: block;
    float: left;
    padding-top: 36px;
    padding-left: 20px;
}
.header .head ul.nav li{
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.header .head ul.nav li a{
    color:#333;
    font-size: 18px;
}
.header .head ul.nav li:hover a{
    color: #A61111;
}
.header .head .r_box{
    /* width: 210px; */
    height: 30px;
    float: right;
    margin-top: 36px;
}
.header .head .r_box a{
    display: block;
    margin-left: 20px;
    float: left;
    position: relative;
}
.header .head .r_box a .weixin{
    width: 22px;
}
.header .head .r_box a.mobile{
    width: 22px;
    margin-left: 10px;
}
.header .head .r_box a.title{
    font-size: 14px;
    color:#A61111;
    font-weight:bold;
}
.header .head .r_box a .ewmImg{
    display: none;
    position: absolute;
    top:26px;
    left: 0;
    height: 108px;
    max-width: 91px;
}
.header .head .r_box a:hover .ewmImg{
    display: block;
}
.cont{
    width: 1240px;
    margin: 0 auto;
}

.cont ul{
    width: 100%;
    overflow: hidden;
}
.cont ul li{
    width: 580px;
    height: 200px;
    margin-right: 40px;
    background-color: #F4F4F4;
    border-radius: 15px;
    float: left;
    margin-top: 40px;
}
.cont ul li .img{
    width: 200px;
    height: 100%;
    float: left;
    border-radius: 15px;
}
.cont ul li .headcon{
    margin-left: 30px;
    float: left;
    width: 300px;
}
.cont ul li .headcon h1{
    font-size: 24px;
    color:#333;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 40px;
    background: url(../images/icon/rw.png)  left center no-repeat;

}
.cont ul li .headcon span{
    font-size: 18px;
    color:#333;
    /* font-weight: bold; */
    /* height: 20px; */
    line-height: 30px;
    margin-top: 20px;
    display: inline-block;
    padding-left: 40px;
    background: url(../images/icon/gr.png)  left 0px no-repeat;
}
.more {
    width: 1200px;
    height: 40px;
    background: #F8F8F8;
    color: #B8B8B8;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
.wrapper {
    height: 40px;
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    /* float: left; */
    text-align: center;
    color: #B8B8B8;
  }
  
  .loading .char {
    overflow: hidden;
    color: transparent;
    letter-spacing: 2px;
  }
  
  .loading .char:before,
  .loading .char:after {
    visibility: visible;
    color: #000;
  }
  
  .loading .char:before {
    animation: _before 1.8s cubic-bezier(0.9, 0, 0.2, 1) infinite;
    animation-delay: calc(0.9s + (0.1s * (var(--char-index))));
    transform: translateY(0);
    opacity: 1;
  }
  
  .loading .char:after {
    animation: _after 1.8s cubic-bezier(0.9, 0, 0.2, 1) infinite;
    animation-delay: calc(0.9s + (0.1s * (var(--char-index))));
    transform: translateY(100%);
    opacity: 0;
  }
  
  @keyframes _before {
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
  }
  
  @keyframes _after {
    to {
        transform: translate(0);
        opacity: 1;
    }
  }





.header{
    width: 100%;
    height: 88px;
    border-bottom: 3px solid #A61111;
}
.header .head{
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}
/*logo*/
.header .head .logo{
    width: auto;
    height: 31px;
    float: left;
}
.header .head .logo img{
    padding-top: 28px;
    float: left;
}
.header .head .logo span{
    /*width:56px;*/
    height: 27px;
    display: block;
    float: left;
    line-height: 27px;
    font-size: 18px;
    color:#fff;
    background-color: #A61111;
    text-align: center;
    margin-top: 32px;
    margin-left: 5px;
    padding: 0 5px;
}
.header .head ul.nav{
    width: auto;
    display: block;
    float: left;
    padding-top: 32px;
    padding-left: 20px;
}
.header .head ul.nav li{
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.header .head ul.nav li.style a{
    color: #A61111;
}
.header .head ul.nav li a{
    color:#333;
    font-size: 18px;
}
.header .head ul.nav li:hover a{
    color: #A61111;
}
.header .head .r_box{
    /* width: 210px; */
    height: 30px;
    float: right;
    margin-top: 36px;
}
.header .head .r_box a{
    display: block;
    margin-left: 20px;
    float: left;
    position: relative;
}
.header .head .r_box a .weixin{
    width: 22px;
}
.header .head .r_box a.mobile{
    width: 22px;
    margin-left: 10px;
}
.header .head .r_box a.title{
    font-size: 14px;
    color:#A61111;
    font-weight:bold;
    display: none;
}
.header .head .r_box a .ewmImg{
    display: none;
    position: absolute;
    top:26px;
    left: 0;
    height: 108px;
    max-width: 91px;
    z-index: 9;
}
.header .head .r_box a:hover .ewmImg{
    display: block;
}

.cont .top{
    width: 100%;
    height: 50px;
    
    margin-top: 50px;
}
.cont ul{
    width: 100%;
    overflow: hidden;
}
.cont ul li{
    width: 580px;
    height: 200px;
    margin-right: 40px;
    background-color: #F4F4F4;
    border-radius: 15px;
    float: left;
    margin-top: 40px;
}
.cont ul li .img{
    width: 200px;
    height: 100%;
    float: left;
    border-radius: 15px;
}
.cont ul li .headcon{
    margin-left: 30px;
    float: left;
    width: 300px;
}
.cont ul li .headcon h1{
    font-size: 24px;
    color:#333;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 40px;
    background: url(../images/icon/rw.png)  left center no-repeat;

}
.cont ul li .headcon span{
    font-size: 18px;
    color:#333;
    /* font-weight: bold; */
    /* height: 20px; */
    line-height: 30px;
    margin-top: 20px;
    display: inline-block;
    padding-left: 40px;
    background: url(../images/icon/gr.png)  left 0px no-repeat;
}
.more {
    width: 1200px;
    height: 40px;
    background: #F8F8F8;
    color: #B8B8B8;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
.wrapper {
    height: 40px;
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    /* float: left; */
    text-align: center;
    color: #B8B8B8;
  }
  
  .loading .char {
    overflow: hidden;
    color: transparent;
    letter-spacing: 2px;
  }
  
  .loading .char:before,
  .loading .char:after {
    visibility: visible;
    color: #000;
  }
  
  .loading .char:before {
    animation: _before 1.8s cubic-bezier(0.9, 0, 0.2, 1) infinite;
    animation-delay: calc(0.9s + (0.1s * (var(--char-index))));
    transform: translateY(0);
    opacity: 1;
  }
  
  .loading .char:after {
    animation: _after 1.8s cubic-bezier(0.9, 0, 0.2, 1) infinite;
    animation-delay: calc(0.9s + (0.1s * (var(--char-index))));
    transform: translateY(100%);
    opacity: 0;
  }
  
  @keyframes _before {
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
  }
  
  @keyframes _after {
    to {
        transform: translate(0);
        opacity: 1;
    }
  }




.topBanner{
    width: 1200px;
    margin:0 auto;

}
.classification{
    width: 100%;
    height: 50px;

    margin-top: 20px;
}
.classification ul{
    width:530px;
    height: 50px;
    margin:0 auto;
}
.classification ul li{
    width: 175px;
    font-size: 20px;
    height: 100%;
    display: inline-block;
    float: left;
    background: url(../images/icon/classBj.png) center center no-repeat;
    text-align: center;
    color:#072799;
    cursor: pointer;
    line-height: 42px
}
.content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.headintroduce{
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    background-color: #F5F5F5;
    padding:25px;
    box-sizing: border-box;
    border-radius: 15px;
    float: left;

}
.headintroduce .img{
    width: 200px;
    /*height: 100%;*/
    float: left;
    border-radius: 15px
}
.headintroduce .headcon{
    margin-left: 30px;
    float: left;
    width: 250px;
}
.headintroduce .headcon h1{
    font-size: 34px;
    color:#333;
    margin-top: 30px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}
.headintroduce .headcon span{
    font-size: 24px;
    color:#072799;
    /* font-weight: bold; */
    /* height: 20px; */
    line-height: 38px;
    margin-top: 20px;
    display: inline-block;
}
.headintroduce .resume{
    float: right;
    width: 610px;
    height: 220px;
    overflow: hidden;
}
.headintroduce .resume p{
    font-size: 16px!important;
    line-height: 28px!important;
    margin-top: 10px;
    height: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
span.title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color:#1C1C1C;
}

.content .conLeft{
    width: 860px;
    float: left;
    margin-top: 40px;
}
.content .conLeft .list{
    width: 100%;
    margin-top: 15px;
    border-top:1px solid #DADADA;
    margin-bottom: 30px;
}
.content .conLeft .list ul{
    width: 830px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
    margin-bottom: 0px;
}
.content .conLeft .list ul li{
    width: auto;
    display: inline-block;
    border:1px dotted #383838;
    float: left;
    padding: 5px 16px;
    background: #F5F5F5;
    font-size: 20px;
    margin: 10px 15px;
    height: 28px;
    line-height: 28px;
    border-radius: 10px;
}
.content .conLeft .list ul li a{
    color: #072799;
}
.content .conLeft .list p{
    word-break:break-all;
    text-indent:2em; 
    font-size: 18px;
    margin-top: 20px;
}
.content .conLeft .list ol{
    width: 800px;
    margin-left: 30px;
    height: auto;
    margin-top: 20px;
}
.content .conLeft .list ol li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
.content .conLeft .list ol li b{
    font-size: 20px;
    line-height: 35px;
    width: 30px;
    text-align: center;
    display: inline-block;
}
.content .conLeft .list ol li a{
    color:#010101;
}
.content .conRight{
    margin-top: 40px;
    float: right;
    width: 300px;
}  
.content .conRight .contact {
    width: 100%;
    background: #F5F5F5;
    margin-top: 10px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px 15px;
} 
.content .conRight .contact li{
    height: 36px;
    line-height: 36px;
    font-size: 16px;

}
.footer{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.footer .footCon{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.footer .footCon p{
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 14px;

}
.footer .footCon p a{
    color:#333;
}
.footer .footCon p.qualifications a{
    color:#333;
    padding: 0 10px;
}
.footer .footCon p.about a{
    color:#333;
    padding: 0 5px;
}
.footer .footCon p.about span{
    border-left:1px solid #666;
    height: 12px;
    display: inline-block;
}

.pageBox{
   max-width: 641px;  
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
}
.page{
 max-width: 641px;
  height: 25px;
  margin-bottom: 120px;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 9px 9px;
  display: inline-block;
}
.page_all{
  width: 87px;
  height: 25px;
  border-right: 1px solid #454343;
  padding: 0 9px;
}
.page_all span{
  margin: 0 5px;
}
.page_all,.paging ul li a,.page_last a{
  font-size: 18px;
  line-height: 25px;
  font-family: "AdobeHeitiStd-Regular",Arial, Helvetica, sans-serif;
  color : #454343;
}

.paging{
  /*width: 448px;*/
  height: 100%;
  padding-left: 15px;
  padding-right: 13px;
  display: inline-block;
}
.paging ul{
  width: 100%;
  height: 100%;
}
.paging ul li{
  float: left;
  margin-left: 20px;
}
.paging ul li a:hover{
  color: #CB1414;
}
.paging ul li a.active{
  color: #CB1414;
}
.paging ul li .focus{
  color: #CB1414;
}
.paging ul li:nth-child(1){
  margin-left: 0;
}
.page_last{
  width: 36px;
  height: 100%;
  padding-left: 13px;
  padding-right: 9px;
  border-left: 1px solid #454343;
}
.page_last a:hover{
  color: #CB1414;
}