﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

body, button, input, select, textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'iconfont';  /* project id 2074694 */
    src: url('https://at.alicdn.com/t/font_2074694_gimkjj9i9s.eot');
    src: url('https://at.alicdn.com/t/font_2074694_gimkjj9i9s.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_2074694_gimkjj9i9s.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_2074694_gimkjj9i9s.woff') format('woff'),
    url('https://at.alicdn.com/t/font_2074694_gimkjj9i9s.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_2074694_gimkjj9i9s.svg#iconfont') format('svg');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*字体清除锯齿效果*/
    -webkit-text-stroke-width: 0.2px;
    /*文本外边框大小*/
    -moz-osx-font-smoothing: grayscale;
}

#app {
    width: 100%;
}

#header {
    width: 1200px;
    margin: 0 auto;
    height: 85px;
}

#footer {
    width: 100%;
    min-width: 1200px;
    height: 264px;
    padding-top: 60px;
    overflow: hidden;
    background-color: #242526;
}

.headerBox {
    position: relative;
}

.inputBox {
    width: 400px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.colseButton {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}

.navListActive {
    color: rgb(230, 1, 19) !important;
}

.navList {
    padding: 0 10px;
    height: 100%;
    line-height: 40px;
    font-size: 15px;
    color: #242526;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

.navList:hover {
    color: rgb(230, 1, 19);
    /* border-bottom: 2px rgb(230, 1, 19) solid; */
}
.navList:hover .pShowBox{
    display: block;
}
.pShowBox {
    width: 30px;
    height: 2px;
    background: rgb(230, 1, 19);
    margin: 0 auto;
    display: none;
}
.pShowBoxActive{
    width: 30px;
    height: 2px;
    background: rgb(230, 1, 19);
    margin: 0 auto;
    display: block;
}
.navsBox {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 999;
    /* padding: 47px 0; */
}

.navsWithin {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    /* padding-bottom: 47px; */
}

.navsLeft {
    padding: 30px 15px;
    width: 200px;
    /* border: 1px solid #ccc; */
    background-color: rgb(241, 241, 241);
}

.leftList {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #242526;
    padding: 8px 10px;
    cursor: pointer;
}

.leftList:hover {
    background-color: rgb(230, 1, 19);
    color: #fff;
}

.leftListActive {
    background-color: rgb(230, 1, 19);
    color: #fff;
}

.navRight {
    background-image: url('../image/navBg.jpg');
    background-size: 100% auto;
    min-height: 360px;
    width: 1000px;
    display: flex;
    flex-direction: row;
    background-color: #F7F7F7;
    /* height: 400px; */
}

.contentTetx {
    width: 460px;
    padding: 45px 80px;
    font-size: 15px;
    line-height: 25px;
    color: #242526;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.contentPic {
    width: 350px;
    height: 200px;
    margin-top: 53px;
}

.detailsButton {
    width: 180px;
    height: 40px;
    font-size: 18px;
    color: #242526;
    border-radius: 20px;
    border: 1px rgb(230, 1, 19) solid;
    text-align: center;
    line-height: 40px;
    margin-top: 123px;
    cursor: pointer;
}

.detailsButton:hover {
    background-color: rgb(230, 1, 19);
    color: #fff;
}

.footerLeft {
    width: 800px;
    display: flex;
}

.footerNavList {
    width: 200px;
    text-align: left;
    line-height: 30px;
    font-size: 21px;
    color: #fff;
}

.navWord {
    color: #fff;
    font-size: 14px;
}

.wxPic {
    width: 122px;
    height: 142px;
}

.wxPic .top {
    width: 100%;
    height: 20px;
    background-color: #666666;
}

.wxPic .top p {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.pActive {
    background-color: #fff;
    color: #242526 !important;
}

.wxPic .bottom {
    width: 100%;
    height: 122px;
}

.commonBannerBox {
    width: 100%;
     /*height: 340px;*/
}

.commonBannerBox img {
    width: 100%;
    height: 100%;
}

.plateTitle {
    font-size: 36px;
    font-weight: 400;
    color: #666666;
    line-height: 54px;
    margin-bottom: 15px;
}

.xian {
    width: 60px;
    height: 2px;
    background-color: rgb(230, 1, 19);
    margin: 0 auto;
}
.contentBox{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contentImg{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contentBoxTwo{
    width: 1200px;
    height: auto;
}
img{
    width: 100%;
}
#container {
    width: 1200px;
    height: 600px;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
}

#container ul {
    list-style: none;
    width: 50000px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;

}

#container ul li {
    /* float: left; */
    margin: 0 20px;
    width: 252px;
    /* height: 252px; */

}

#container ul li img {
    width: 100%;
    height: auto;
    transition: all 2s;
}

#container ul li:hover {
    /* width: 250px; */
    /* height: 250px; */
    z-index: 99;
}
.honorList2{
    width: 250px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
}
#container ul li img:hover {
   transform: scale(1.4);
}
.honorList2 .top{
    width: 100%;
}
.honorList2 .honorp{
    font-size: 18px;
    color: #666666;
    padding: 10px 0;
    line-height: 30px;
}
.honorList3{
    width:250px;
    height: auto;
}