* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #FFF;
  z-index: 999999;
}

#loader-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);width: 100px;
  height: 100px;
  animation: spin .6s linear infinite reverse;
}

#loader-wrapper .loader .ball {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -webkit-animation: spin 1s infinite ease-in-out;
  animation: spin 1s infinite ease-in-out;
}

#loader-wrapper .loader .ball:after {
  position: absolute;
  content: '';
  background-color: #0018e3;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  top: 0px;
}

#loader-wrapper .loader .ball:nth-child(1) {
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}

#loader-wrapper .loader .ball:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

#loader-wrapper .loader .ball:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

#loader-wrapper .loader .ball:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

#loader-wrapper .loader .ball:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

#loader-wrapper .loader .ball:nth-child(6) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#loader-wrapper .loader .ball:nth-child(7) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

#loader-wrapper .loader .ball:nth-child(8) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

#loader-wrapper .loader .ball:nth-child(9) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

#loader-wrapper .loader .ball:nth-child(10) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes spin {

  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.comPage {
    position: relative;
    min-height: 100vh;
    padding-bottom: 30vh;
}

.comPage .com-l {
    width: 100px;
    background-color: #dd7c0e;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*    background: -webkit-linear-gradient(90deg, #0018e3, #ffffff);
     background: -moz-linear-gradient(90deg, #0018e3, #ffffff);
     background: -ms-linear-gradient(90deg, #0018e3, #ffffff);
     background: -o-linear-gradient(90deg, #0018e3, #ffffff);
     background: linear-gradient(90deg, #0018e3, #ffffff);*/
    background: linear-gradient(0deg, transparent, #dd7c0e 50%, transparent);
}

.comPage .com-l .arrow {
    font-size: 20px;
    color: #fff;
    height: 100%;
    display: table;
    padding: 0px 4px;
}

.comPage .com-l ul {
    width: 100px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*display: none;*/
    position: fixed;
    top: 10%;
}

.comPage .com-l ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b7670c;
    margin-bottom: 20%;
    padding: 10px 0;
}

.comPage .com-l ul li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.comPage .com-l ul li:hover,
.comPage .com-l ul li.cur {

    background-color: #0018e3;

    width: 130%;
}

.comPage .com-r {
    overflow: hidden;
    padding-top: 16%;
    width: 100%;
    margin-left: 5%;
}

.comPage .com-r .navi {
    float: right;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

.comPage .com-r .navi a {
    color: #fff;
    font-size: 14px;
    padding: 0 4px;
}

.comPage .com-r .con {
    clear: both;
    background-color: rgba(255,255,255,.9);
    padding: 8% 6%;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #fff;
}

.comPage .com-r .con h1 {
    display: inline-block;
    position: relative;
    background-color: #485bf5;
    padding: 1% 2% 1% 4%;
    color: #fff;
    margin-bottom: 4%;
}

.comPage .com-r .con h1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 2;
    width: 20px;
    height: 100%;
    background-color: #0018e3;
}

.comPage .com-r .con .info {
    margin: 4% 0;
}

.comPage .com-r .con .info .pic {
    margin: 3% 0;
    text-align: center;
    max-height: 670px;
}

.comPage .com-r .con .info .pic img,
.comPage .com-r .con .info img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.comPage .com-r .con .info .tit {
    display: table;
    padding: 0;
}

.comPage .com-r .con .info .tit p.tit {
    width: 90%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 10%;
    color: #0018e3;
}

.comPage .com-r .con .info .tit p.tit:after {
    content: '';
    display: block;
    text-align: center;
    width: 100px;
    height: 2px;
    background-color: #0018e3;
    margin: 2% auto 6% auto;
}

.newlist .info .item {
    padding-top: 6%;
    padding-bottom: 6%;
    border-bottom: 1px dotted #999;
}

.newlist .info .item p.date {
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #0018e3;
    padding: 24% 0;
    border-radius: 6px;
}

.newlist .info .item p.date span {
    display: block;
    font-size: 24px;
    margin-top: 8%;
}

.newlist .info .item h2 {
    font-size: 1.6rem;
    color: #777;
}

.newlist .info .item div.des {
    margin-top: 1%;
    font-size: 14px;
    color: #888;
}

.newlist .info .item div.img {
    height: 130px;
    overflow: hidden;
}

.newlist .info .item div.img img {
    max-width: 100%;
}

.newlist .info .item .more {
    display: block;
    color: #0018e3;
    margin-top: 4%;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.newlist .info .item .more span {
    display: inline-block;
    margin-left: 2%;
    background-color: #0018e3;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    transition: all 1s;
}

.newlist .info .item:hover {
    background-color: #0018e3;
}

.newlist .info .item:hover h2 a {
    color: #fff;
}

.newlist .info .item:hover div.des {
    color: #ccc;
}

.newlist .info .item:hover .more {
    color: #fff;
}

.newlist .info .item:hover .more span {
    margin-left: 5%;
}

.prevnext {
    width: 100%;
    background-color: #fff;
    margin-left: 0;
    margin-left: 5%;
}

.prevnext .prev {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 2% 1%;
    text-align: center;
    font-size: 14px;
}

.prevnext .next {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
    padding: 2% 1%;
    text-align: center;
    font-size: 14px;
}

.honor {}

.honor .item {}

.honor .item .img {
    /* border: solid 2px #eee; */
    background-size: 103%;
}

.honor .item .img img {
    opacity: 0;
    display: block;
    width: 100%;
}

.honor .item .img:before,
.honor .item .img:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: no-repeat center / contain;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.honor .item .img:before {
    background-image: url(../images/case_circle.png);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.honor .item .img:after {
    background-image: url(../images/case_search.png);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.honor .item .grouped_elements {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.honor .item .grouped_elements:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 68, 146, 0.8);
    content: '';
    z-index: 1;
    display: none;
}

.honor .item .grouped_elements:hover:before {
    display: block;
}

.honor .item:hover .grouped_elements {
    background-color: #0018e3;
}

.honor .item:hover .img:before,
.honor .item:hover .img:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.honor .item p {
    text-align: center;
    padding: 4% 0;
    font-size: 14px;
    color: #666;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 4%;
    margin-left: 5%;
}

.footer .img {
    text-align: center;
    margin-top: 6%;
    padding-right: 4%;
}

.footer .img>img {
    max-width: 90%;
}

.footer .nav {
    padding-left: 4%;
}

.footer .nav a {
    color: #fff;
}

.footer .nav>ul {
    overflow: hidden;   
    width: 100%;
}

.footer .nav>ul>li {
    float: left;
    font-weight: bold;
    font-size: 1rem;
    width: calc(100% / 3);
    color: #fff;
    margin-bottom: 2%;
}

.footer .nav>ul>li .fa{
    background-color: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #333;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.footer .nav .navSec {
    margin-top: 12%;
}
    
.footer .nav .navSec>li {
    font-weight: normal;
    font-size: 14px;
    margin-top: 4%;
}

.footer .nav .navSec>li>a {}    

.joinPage-itemTitle{
    margin-top: 2%;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    padding: 1%;
    background-color: #f3f3f3;
}
.joinPage-itemTitle>div:nth-child(1){
    width: 40%;
    float: left;
}
.joinPage-itemTitle>div:nth-child(2){
    float: left;
    width: 30%;
}
.joinPage-itemTitle>div:nth-child(3){
    float: left;
    width: 30%;
}
.joinPage-itemTitle>div:nth-child(4){
    float: left;
    width: 20%;
}
.joinPage-item{
    position: relative;
    margin-top: 2%;
    margin-bottom: 4%;
    background-color: #efebeb;
}
.joinPage-itemIntro{
    padding: 0 2%;
    height: 50px;
    line-height: 50px;
    background-color: #efebeb;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.joinPage-itemIntro>div:nth-child(1){
    width: 40%;
    float: left;
}
.joinPage-itemIntro>div:nth-child(2){
    float: left;
    width: 30%;
}
.joinPage-itemIntro>div:nth-child(3){
    float: left;
    width: 30%;
}
.joinPage-itemIntro>div:nth-child(4){
    float: left;
    width: 20%;
}
.joinPage-itemIntro-arrow{
    position: absolute;
    top:0;
    right: 10px;
    display: none;
}
.joinPage-itemIntro-arrow img{
    width:30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.joinPage-itemIntro.active,.joinPage-itemIntro:hover{
    background-color: #0018e3;
    color: #fff;
}
.joinPage-itemIntro.active .joinPage-itemIntro-arrow img{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.joinPage-itemInfo{
    padding: 2%;
    background-color: #f3f3f3;
    border: 2px solid #0018e3;
}
.joinPage-itemInfo h4{
    font-size: 18px;
    color: #308384;
    margin-bottom: 2%;
    margin-top: 2%;
}
.joinPage-itemInfo p{
    margin-bottom: 6px;
    font-size: 13px;
}
.joinPage-itemInfo div{
    font-size: 15px;
}
.joinPage-itemInfo a{
    margin-top: 2%;
    display: block;
}
.joinPage-itemInfo a button{
    background-color: #d0cccc;
}
.joinPage-itemInfo a:hover button{
    background-color: #098282;
}

.message form {
    width: 100%;
}

.message form h1 {
    font-size: 40px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.message form p {
    float: left;
    width: calc(100%/3 - 14px);
    margin-right: 21px;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.message form .p_last {
    margin-right: 0;
}

.message form .text {
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.message form input {
    line-height: 50px;
    outline: none;
    width: 100%;
    height: 50px;
    color: #a1a1a1;
    font-size: 14px;
    border: none;
    background-color: #fafafa;
    border-radius: 5px;
    padding-left: 10px;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.message form textarea {
    clear: both;
    border: none;
    background-color: #fafafa;
    height: 100px;
    border-radius: 5px;
    resize: none;
    outline: none;
    color: #a1a1a1;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.message form .inputsub {
    padding: 0;
    clear: both;
    cursor: pointer;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, #0018e3, #0595F3);
}

.message form .inputsub:hover {
    background: #fff;
    box-shadow: 0 0 10px #999;
    color: #009441;
    transition: all 0.4s linear;
}