﻿@charset "utf-8";
header {
    position: static;
}

.banner {
    height: 100px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.resp-iframe {
    height: 4500px;
}
.where {
    line-height: 30px;
    padding: 25px 0;
}

.where a,
.where span {
    display: block;
    float: left;
}

.where a.home {
    color: #e60012;
    font-size: 16px;
    margin-right: 22px;
}

.where a.link {
    color: #565656;
    font-size: 16px;
}

.where a.cur {
    color: #989898;
    font-size: 16px;
}

.where span {
    color: #bfbfbf;
    margin: 0 10px;
}

.side-nav a {
    display: -webkit-flex;
    display: flex;
    height: 60px;
    color: #333;
    padding-left: 32px;
    font-size: 14px;
    position: relative;
    align-items: center;
    line-height: 1.1;
}

.side-nav {
    width: 220px;
    float: left;
}

.side-nav {
    background: #eee;
}

.side-nav li a:before {
    content: '>';
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    line-height: 58px;
    opacity: 0;
    transition: all .3s;
    color: #e60012;
}

.side-nav li.on a {
    color: #e60012;
    background: #ccc;
}

.side-nav li.on a:before {
    opacity: 1;
    left: 14px;
}

.side-nav li:hover a {
    color: #e60012;
}

.side-nav li:hover a:before {
    left: 14px;
    opacity: 1;
}

.main-wrapper {
    float: right;
    width: 920px;
    padding-bottom: 50px;
    min-height: 520px;
}

.sub-title {
    font-size: 24px;
    color: #000;
    position: relative;
    line-height: 60px;
    padding-left: 25px;
    margin-bottom: 25px;
}

.sub-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #e60012;
    pointer-events: none;
}

.about-words {
    font-size: 18px;
    color: #333;
    line-height: 1.67;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: justify;
}

.about-words p {
    margin-bottom: 1.67em;
}
.single-article {
    font-size: 18px;
    color: #333;
    line-height: 1.67;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.single-article p {
    margin-bottom: 1.67em;
}
.only-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.structure {
    position: relative;
    height: 1200px;
    width: 100%;
}

.structure .item {
    width: 420px;
    height: 90px;
    border: 1px solid #ccc;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 0;
    opacity: 0;
    animation: fadeIn 1.2s .1s linear;
    animation-fill-mode: forwards;
    position: relative;
}

.structure .item:before,
.structure .item5:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -31px;
    background: #ccc;
    width: 1px;
    height: 30px;
    transform: translateX(-50%);
    left: 50%;
}

.structure .item6:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -61px;
    background: #ccc;
    width: 1px;
    height: 60px;
    transform: translateX(-50%);
    left: 50%;
}

.structure .item5:after {
    bottom: -50px;
    height: 50px;
}

.structure .item a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 24px;
}

.structure .item a:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: url(?templates/zhwy/en/style/images/link.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    pointer-events: none;
}
.structure .item6 a:after,
.structure .list1 li>a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(?templates/zhwy/en/style/images/link.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    pointer-events: none;
}

.structure .list1 li>a:after {
    bottom: 0;
    right: 0;
}

.structure .item2 {
    animation: fadeIn 1.2s .4s linear;
    animation-fill-mode: forwards;
}

.structure .item3 {
    animation: fadeIn 1.2s 1s linear;
    animation-fill-mode: forwards;
}

.structure .item4 {
    animation: fadeIn 1.2s 1.6s linear;
    animation-fill-mode: forwards;
}

.structure .item4:before {
    height: 60px;
    bottom: -61px;
}

.structure .list1 {
    margin-top: 121px;
    display: flex;
    padding: 0 20px;
    position: relative;
    justify-content: space-between;
    opacity: 0;
    animation: fadeIn 1.2s 2.2s linear;
    animation-fill-mode: forwards;
}

.structure .list1:before {
    content: '';
    display: block;
    position: absolute;
    top: -61px;
    left: 50%;
    height: 1px;
    width: 701px;
    background: #ccc;
    transform: translateX(-50%);
}
.structure .list1.list3:before {
    width:721px;
}
.structure .list1 li {
    position: relative;
}

.structure .list1 li:before,
.structure .list2 li:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    height: 60px;
    width: 1px;
    background: #ccc;
    left: 50%;
    transform: translateX(-50%);
}

.structure .list1 li>a,
.structure .item5,
.structure .item6 {
    display: -webkit-flex;
    display: flex;
    position: relative;
    background: #eee;
    height: 90px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    width: 160px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.structure .list1.list11 li>a {
    width:180px;
    padding: 0 15px;
}

.structure .item5 {
    margin: 80px auto 0;
    opacity: 0;
    animation: fadeIn 1.2s 2.8s linear;
    animation-fill-mode: forwards;
    border-top: 2px solid #e60012;
}

.structure .item6 {
    opacity: 0;
    margin: 0 auto;
    animation: fadeIn 1.2s .6s linear;
    animation-fill-mode: forwards;
    width: 200px;
}

.structure .item7 {
    opacity: 0;
    margin: 0 auto;
    animation: fadeIn 1.2s .6s linear;
    animation-fill-mode: forwards;
    width: 480px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    background: #e60012;
}

.structure .list1 li>a:before,
.structure .item6:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e60012;
}

.structure .list2 li {
    width: 200px;
    border: 1px solid #ccc;
    padding-top: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    display: flex;
    padding: 23px 0;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin: 0 20px;
}

.structure .list2 li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: url(?templates/zhwy/en/style/images/wechat.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    pointer-events: none;
}

.structure .list2 li>img {
    display: block;
    height: 28px;
}

.structure .list2 li div {
    position: absolute;
    top: 99px;
    left: 50%;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50%);
}

.structure .list2 li:hover div {
    opacity: 1;
}

.structure .list2 li div img {
    display: block;
    width: 150px;
}

.structure .list2 li div span {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 -4px 12px rgba(0, 0, 0, .4));
    z-index: -1;
}

.structure .list2 li div span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.structure .list2 {
    opacity: 0;
    margin-top: 109px;
    animation: fadeIn 1.2s 3.4s linear;
    animation-fill-mode: forwards;
    display: flex;
    justify-content: center;
    position: relative;
}

.structure .list2:before {
    content: '';
    display: block;
    position: absolute;
    top: -59px;
    left: 50%;
    height: 1px;
    width: 690px;
    background: #ccc;
    transform: translateX(-50%);
}

.structure .list3 {
    animation: fadeIn 1.2s 1.2s linear;
    animation-fill-mode: forwards;
}

.structure .list3 li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0 34px;
}

.structure.control .list1.list3 li.on>a,
.structure .item6.on a {
    background: #e60012;
    color: #fff;
}

.structure .list4 li>a {
    width: 1em;
    height: 180px;
    padding: 22px 31px 0;
    width: 80px;
    display: block;
    font-size: 18px;
    text-align: center;
    cursor: default;
}

.structure .list4 li>a:after {
    display: none;
}

.structure .list4:before {
    width: 801px;
}
.structure .item6 a{
    position: relative;
    height: 100%;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
}

.sub-list1 {
    opacity: 0;
    transition: all .5s;
    position: absolute;
    top: 340px;
    pointer-events: none;
}

.sub-list1.on {
    opacity: 1;
    pointer-events: auto;
}

.sub-list1.l1 {
    left: 20px;
}

.sub-list1.l2 {
    left: 201px;
}

.sub-list1.l3 {
    left: 380px;
}

.sub-list1.l4 {
    right: 201px;
}

.sub-list1.l5 {
    right: 20px;
}

.sub-list1 dl {
    background: #eee;
    padding: 20px;
    white-space: nowrap;
    position: relative;
}

.sub-list1 dl:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 73px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
}
.sub-list1.l0 dl:before {
    display:none;
}

.sub-list1.l4 dl:before,
.sub-list1.l5 dl:before {
    left: auto;
    right: 73px;
}

.sub-list1 a {
    display: block;
    color: #333;
    line-height: 2;
}

.sub-list1 dt a {
    font-size: 16px;
}

.sub-list1 dd a {
    font-size: 14px;
}

.sub-list1 a:hover {
    color: #e60012;
}

.structure .list3 li:hover .sub-list1 {
    opacity: 1;
}

.structure .list3.list4 li:nth-of-type(1):before {
    top: -60px;
    height: 60px;
}
.sub-list1.l0 {
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
}
.board {
    overflow: hidden;
}

.board h3 {
    font-size: 20px;
    color: #565656;
    margin-bottom: 25px;
}

.board-wrapper {
    margin-bottom: 80px;
}

.board-item {
    margin-bottom: 10px;
    background: #eee;
    color: #565656;
    font-size: 16px;
    padding: 0 0 0 33px;
    position: relative;
}

.board-item i {
    position: absolute;
    top: 10px;
    right: 7px;
    border: 1px solid #868686;
    width: 17px;
    height: 17px;
    cursor: pointer;
    pointer-events: none;
}

.board-item i:before,
.board-item i:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 1px;
    background: #999;
}

.board-item i:after {
    width: 1px;
    height: 7px;
}

.board-item.on i:after {
    display: none;
}

.board-item .name,
.board-item .title {
    line-height: 60px;
}

.board-item .title {
    padding-right: 55px;
    cursor: pointer;
}

.board-item .name {
    width: 305px;
}

.board-item .info {
    color: #333;
    line-height: 1.67;
    padding: 12px 55px 50px 0;
    display: none;
    text-align: justify;
}

.board-item.on {
    background: #fafafa;
}

.board-item.on .info {
    display: block;
}

.about-history>div {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 50px 30px;
}

.about-history>div:nth-of-type(even) {
    background-color: #eeeeee;
}

.about-history1 {
    background-image: url(?templates/zhwy/en/style/images/history1.png);
}

.history-item {
    overflow: hidden;
}

.history-item-bg {
    /* background: url(?templates/zhwy/en/style/images/history_bg_01.png) no-repeat 0 0; */
    /* width: 150px; */
    /* height: 64px; */
    overflow: hidden;
    float: left;
}

.about-history>div:nth-of-type(even) .history-item-bg {
    /* background-image: url(?templates/zhwy/en/style/images/history_bg_02.png); */
}

.history-item span {
    display: block;
    float: left;
    /* width: 50%; */
    /* height: 64px; */
    /* line-height: 64px; */
    color: #ee1d23;
    font-size: 42px;
    text-align: center;
}

.history-item-year {
    font-size: 27px;
    color: #868686;
    font-family: 'Microsoft Yahei';
    float: left;
    line-height: 1;
    margin-top: 19px;
    margin-left: 34px;
}

.history-item-txt {
    margin-top: 26px;
    font-size: 18px;
    color: #484848;
    line-height: 32px;
    text-align: justify;
}

.history-item-txt dt {
    margin-bottom: 20px;
}

.honor-item {
    display: flex;
    flex-wrap: wrap;
}

.honor-item li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
    background: #eee url(../images/honor.png) no-repeat 22px 26px;
    padding: 20px 20px 20px 76px;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}
.honor-item li  .info {
    margin-bottom: 8px;
}
.honor-item li:nth-of-type(2n) {
    margin-right: 0;
}

.select-wrapper {
    background: #eee;
    height: 54px;
    position: relative;
    cursor: pointer;
}

.honor-select {
    width: 220px;
}

.select-wrapper span {
    display: block;
    line-height: 54px;
    font-size: 18px;
    color: #616161;
    padding-left: 21px;
    position: relative;
}

.select-wrapper span:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    background: #fff;
    width: 46px;
    height: 46px;
    pointer-events: none;
}

.select-wrapper span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e60012;
    top: 24px;
    right: 19px;
}

.select-wrapper-list {
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 9%);
    display: none;
}

.select-wrapper-list li {
    padding-left: 21px;
    font-size: 16px;
    color: #333;
    line-height: 48px;
}

.select-wrapper-list li:hover {
    background: #e60012;
    color: #fff;
}

.select-wrapper:hover {
    box-shadow: 0 -1px 1px rgb(0 0 0 / 8%);
}

.select-wrapper select {
    display: none;
    overflow: hidden;
    position: absolute;
}

.honor-table {
    margin-top: 30px;
    width: 100%;
}

.honor-table th {
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: normal;
    border-bottom: 2px solid #ccc;
    padding-bottom: 18px;
}

.honor-table .t1 {
    padding-left: 30px;
}

.honor-table .t2 {
    padding-left: 14px;
}

.honor-table .t3 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.honor-table td {
    height: 78px;
    font-size: 16px;
    color: #565656;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 30px;
}

.honor-table img {
    height: 140px;
    cursor: pointer;
}

.culture-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.culture-list li {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 40px 0;
    position: relative;
}

.culture-list li:nth-of-type(2n) {
    margin-right: 0;
}

.culture-list .div {
    height: 0;
    padding-top: 59%;
    position: relative;
    color: #fff;
}

.culture-list img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.culture-list .div:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    transition: all .3s;
}

.culture-list li:hover .div:before {
    background: rgba(230, 0, 18, .80);
}

.culture-list .div:after {
    content: '';
    display: block;
    position: absolute;
    top: 84px;
    left: 50%;
    width: 35px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    transform: translateX(-50%);
    transition: all .3s;
}

.culture-list li:nth-of-type(1) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_01.png);
}

.culture-list li:nth-of-type(2) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_02.png);
}

.culture-list li:nth-of-type(3) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_03.png);
}

.culture-list li:nth-of-type(4) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_04.png);
}

.culture-list li:nth-of-type(5) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_05.png);
}

.culture-list li:nth-of-type(6) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_06.png);
}

.culture-list li:nth-of-type(7) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_07.png);
}

.culture-list li:nth-of-type(8) .div:after {
    background-image: url(?templates/zhwy/en/style/images/culture_08.png);
}

.culture-list .tit {
    font-size: 22px;
    position: absolute;
    line-height: 1.1;
    top: 138px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    transition: all .3s;
}

.culture-list .sub {
    font-size: 18px;
    position: absolute;
    line-height: 1.2;
    top: 160px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}

.culture-list li:hover .tit {
    top: 110px;
}

.culture-list li:hover .sub {
    opacity: 1;
    transition-delay: .3s;
}

.culture-list li:hover .div:after {
    top: 55px;
}

.article {
    text-align: justify;
}
.article p {
    font-size: 18px;
    color: #333;
    line-height: 1.67;
    margin-bottom: 40px;
}

.article * {
    max-width: 100% !important;
}

.article img {
    height: auto !important;
}

.report {
    width: 372px;
    margin: 40px auto;
}

.report a {
    display: block;
}

.report img {
    display: block;
    border: 6px solid #eee;
    width: 360px;
    height: auto;
}

.report p {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.contact-detail {
    display: flex;
    flex-wrap: wrap;
    color: #565656;
}

.contact-detail li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
    background-color: #fafafa;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 26px 10px 35px 80px;
    border-top: 3px solid #e60012;
    position: relative;
}

.contact-detail li:nth-of-type(1) {
    background-image: url(?templates/zhwy/en/style/images/contact_05.png);
}

.contact-detail li:nth-of-type(2) {
    background-image: url(?templates/zhwy/en/style/images/contact_06.png);
}

.contact-detail li:nth-of-type(3),
.contact-detail li:nth-of-type(4) {
    background-image: url(?templates/zhwy/en/style/images/contact_07.png);
}

.contact-detail li:nth-of-type(5) {
    background-image: url(?templates/zhwy/en/style/images/contact_08.png);
}

.contact-detail li:nth-of-type(2n) {
    margin-right: 0;
}

.contact-detail li:last-of-type {
    width: 100%;
    margin-right: 0;
}

.contact-detail li:before {
    content: '';
    display: block;
    position: absolute;
    top: 33px;
    left: 23px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 35px;
    height: 40px;
    background-size: contain;
}

.contact-detail li:nth-of-type(1):before {
    background-image: url(?templates/zhwy/en/style/images/contact_01.png);
}

.contact-detail li:nth-of-type(2):before {
    background-image: url(?templates/zhwy/en/style/images/contact_02.png);
}

.contact-detail li:nth-of-type(3):before,
.contact-detail li:nth-of-type(4):before {
    background-image: url(?templates/zhwy/en/style/images/contact_03.png);
}

.contact-detail li:nth-of-type(5):before {
    background-image: url(?templates/zhwy/en/style/images/contact_04.png);
}

.contact-detail h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.875;
}

.feedback .words {
    font-size: 18px;
    color: #565656;
    margin-bottom: 20px;
}

.feedback-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feedback-form .item {
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
}

.feedback-form .item.long {
    width: 100%;
}

.feedback-form .item input[type=text],
.feedback-form .item textarea,
.feedback-form .item select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    height: 52px;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 0;
    background: #eee;
}

.feedback-form .item textarea {
    padding: 15px 20px;
    height: 160px;
    line-height: 1.5;
    resize: none;
}

.feedback-form .btn input {
    width: 140px;
    height: 52px;
    color: #fff;
    background: #ee1d23;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    margin-right: 5px;
}

.feedback-form .btn input[type=reset] {
    background: #b2b2b2;
}
.feedback-form .item .label {
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    background: #eee;
    padding-left: 20px;
}

.feedback-form .item .label label {
    line-height: 52px;
    margin-right: 20px;
    cursor: pointer;
}
.control-files li {
    background: #eee;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s;
}

.control-files li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 22px;
    height: 100%;
    width: 44px;
    background: url(?templates/zhwy/en/style/images/download.png) no-repeat center;
    pointer-events: none;
}

.control-files a {
    display: block;
    color: #565656;
    font-size: 18px;
    line-height: 24px;
    padding: 22px 42px;
}

.control-files a:hover {
    color: #000;
}

.control-files li:hover {
    background: #ddd;
}

.side-select {
    width: 240px;
    float: left;
}

.side-select .select-wrapper {
    margin-bottom: 20px;
}

.side-select .select-wrapper span:after {
    border-top-color: #565656;
}

.news-swiper {
    position: relative;
}

.news-swiper a {
    display: flex;
}

.news-swiper .pic {
    width: 520px;
    height: 228px;
    font-size: 0;
}

.news-swiper .pic img {
    width: 100%;
    height: 100%;
}

.news-swiper .txt {
    flex: 1;
    padding: 21px 0 0 18px;
}

.news-swiper .tit {
    font-size: 22px;
    color: #565656;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-swiper .date {
    font-size: 14px;
    color: #e60012;
    line-height: 1.2;
    margin-top: 10px;
}

.news-swiper .info {
    font-size: 16px;
    color: #868686;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 15px;
}

.news-swiper .swiper-pagination {
    width: calc(100% - 520px);
    left: auto;
    right: 0;
}

.news-swiper .swiper-pagination-bullet-active {
    background: #ff0000;
}

.news-list {
    margin-top: 30px;
}

.news-list a {
    display: block;
    border: 2px solid #eee;
    padding: 22px 30px;
}

.news-list .tit {
    font-size: 20px;
    color: #565656;
    line-height: 1.2;
}

.news-list .date {
    color: #e60012;
    font-size: 14px;
    margin-top: 10px;
}

.news-list .info {
    color: #868686;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list a:hover {
    background: #eee;
}

.news-list a:hover .tit {
    color: #333;
}

.news-list a:hover .info {
    color: #555;
}

.news-list li {
    margin-bottom: 20px;
}

.news-h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.news-info {
    text-align: center;
    font-size: 14px;
    color: #868686;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news-info .line {
    margin: 0 8px;
}

.news-detail .article {
    padding: 40px 0;
}

.business-link {
    margin-top: 30px;
    overflow: hidden;
}

.business-link a {
    display: block;
    background-repeat: no-repeat;
    color: #565656;
    line-height: 33px;
    font-size: 16px;
}

.business-link-left {
    padding-left: 72px;
    background-image: url(?templates/zhwy/en/style/images/link1.jpg);
    background-position: 0 center;
    display: none !important;
}

.business-link-left1 {
    background-image: url(?templates/zhwy/en/style/images/link3.jpg);
    padding-left: 43px;
}

.business-link-left2 {
    background-image: url(?templates/zhwy/en/style/images/link4.jpg);
    padding-left: 43px;
}

.business-link-right {
    padding-right: 42px;
    background-image: url(?templates/zhwy/en/style/images/link2.jpg);
    background-position: right center;
    float: right;
}

.business-link-right:hover {
    transform: translateX(-5px);
}

.business-link-left:hover {
    transform: translateX(5px);
}

.gcfw-list li {
    position: relative;
    cursor: default;
    margin-bottom: 30px;
}

.gcfw-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .5);
    transition: all .4s;
}

.gcfw-list li img {
    display: block;
    height: auto;
    width: 100%;
}

.gcfw-list .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    color: #fff;
    padding: 0 30px 0 40px;
}

.gcfw-list .num {
    font-size: 40px;
    opacity: .8;
    transition: all .4s;
}

.gcfw-list .tit {
    padding: 0 50px 0 25px;
    position: relative;
    font-size: 20px;
    /* white-space: nowrap; */
    background: url(?templates/zhwy/en/style/images/arrr.png) no-repeat right center;
    transition: all .4s;
    overflow: hidden;
    width: 330px;
}

.gcfw-list .info {
    width: 430px;
    font-size: 16px;
    line-height: 1.5;
    transition: all .4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
}

.gcfw-list li:hover .tit {
    background-position: 180% center;
}

.gcfw-list li:hover .num {
    opacity: 1;
}

.gcfw-list li:hover:before {
    background: rgba(230, 0, 18, .85);
}

.gcfw-list li:hover .info {
    opacity: 1;
    transform: translateX(0);
}

.kfsfw {
    height: auto;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.structure .item10 {
    width: 400px;
    height: 120px;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-right: 90px;
    position: relative;
}

.structure .item10:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -45px;
    width: 45px;
    height: 1px;
    background: #ccc;
}

.structure .list6 {
    position: relative;
}

.structure .list6:before {
    content: '';
    display: block;
    position: absolute;
    top: 60px;
    left: -45px;
    width: 1px;
    height: 700px;
    background: #ccc;
}

.structure .list6 li a {
    display: flex;
    font-size: 16px;
    color: #565656;
    line-height: 1.5;
    width: 360px;
    height: 80px;
    align-items: center;
    padding: 0 34px;
    border-left: 3px solid #e60012;
    background: #eee;
    position: relative;
}

.structure .list6 li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -48px;
    width: 45px;
    height: 1px;
    background: #ccc;
}

.structure .list6 li {
    margin: 20px 0;
}

.sywy-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.sywy-list img {
    width: 100%;
    height: auto;
    display: block;
}

.sywy-list li {
    width: calc((100% - 60px) / 5);
    cursor: default;
    position: relative;
}

.sywy-list .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    transition: all .4s;
    padding: 0 20px;
}

.sywy-list li:hover .txt {
    background: rgba(230, 0, 18, .85);
}

.sywy-txt {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sywy-txt li {
    width: calc((100% - 40px) / 4);
    background: #eee;
    border-top: 3px solid #e60012;
    padding: 22px 32px 30px;
    color: #565656;
    line-height: 1.75;
}

.sywy-txt img {
    display: block;
    margin: 0 auto;
}

.sywy-txt dt {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 25px;
}

.sywy-txt dd {
    font-size: 16px;
}

.zzfw-pic {
    padding: 40px 0;
}

.zzfw-pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.zzfw-list li {
    background: #eee;
    border-top: 3px solid #e60012;
    margin-bottom: 40px;
    padding: 30px 50px 30px 40px;
    align-items: center;
    display: flex;
}

.zzfw-list .txt {
    flex: 1;
    margin-left: 40px;
    color: #333;
    line-height: 1.75;
}

.zzfw-list .tit {
    font-size: 18px;
    margin-bottom: 10px;
}

.zzfw-list .info {
    font-size: 16px;
}

.zzwy-list {
    display: flex;
    flex-wrap: wrap;
}

.zzwy-list li {
    position: relative;
    width: calc((100% - 40px) / 2);
    color: #fff;
    margin: 0 40px 40px 0;
    cursor: default;
}

.zzwy-list li:nth-of-type(2n) {
    margin-right: 0;
}

.zzwy-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .4s;
    z-index: 0;
    pointer-events: none;
}

.zzwy-list li:hover:before {
    background: rgba(230, 0, 18, .85);
}

.zzwy-list .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    flex-direction: column;
}

.zzwy-list .tit {
    font-size: 22px;
    padding-bottom: 20px;
    background: url(?templates/zhwy/en/style/images/arrr.png) no-repeat center bottom;
    margin-bottom: 10px;
    transition: all .4s;
}

.zzwy-list .info {
    font-size: 16px;
    width: 100%;
    opacity: 0;
    transition: all .4s;
    transform: translateY(20px);
    padding: 0 30px;
    line-height: 1.6;
}

.zzwy-list img {
    display: block;
    width: 100%;
}

.zzwy-list li:hover .info {
    opacity: 1;
    transform: translateY(0);
}

.zzwy-list li:hover .tit {
    background-position: center 180%;
}

span.search-where {
    color: #565656;
    margin-left: 0;
}

span.search-where i {
    font-style: normal;
    color: #e60012;
    margin: 0 12px;
}

.search-result li {
    margin-bottom: 40px;
    border: 2px solid #eee;
}

.search-result a {
    display: block;
    padding: 28px 35px 52px;
}

.search-result .tit {
    font-size: 20px;
    color: #565656;
    line-height: 1.2;
}

.search-result .date {
    font-size: 14px;
    color: #e60012;
    margin-top: 8px;
}

.search-result .info {
    font-size: 16px;
    color: #868686;
    margin-top: 18px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}

.search-result a:hover {
    background: #eee;
}




.about-brand-map .txt {
    padding: 20px 0 45px;
}

.about-brand-map .txt>.flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-brand-map .flex .flex>div:nth-of-type(1) {
    margin-right: 40px;
}

.about-brand-map .txt i {
    font-size: 44px;
    color: #e50012;
    font-style: normal;
}

.about-brand-map .txt span {
    color: #868686;
    font-size: 10px;
    margin-left: 5px;
    line-height: 1.2;
    display: block;
}

.about-brand-map .txt span.span {
    margin-left: -2px;
}

.about-brand-map .txt p {
    font-size: 18px;
    color: #565656;
    margin-bottom: 8px;
}

.about-brand-map .tips {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: right;
    padding-bottom: 40px;
}

.about-brand-map .tips span {
    font-size: 14px;
    color: #ee1d23;
}

.about-brand-map {
    margin-top: 40px;
}

.mag-big-pic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
}

.mag-big-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

.close-mag {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}


.more-info {
    text-align: right;
    margin-top: 30px;
    padding-right: 30px;
}

.more-info a {
    font-size: 18px;
    color: #e60012;
    font-weight: bold;
}
.video-wrapper {
    padding: 30px 0 100px;
}
.video-wrapper video {
    width: 100%;
    height: auto;
}

.structure .item a.prevent {
    pointer-events: none;
}
.structure .item a.prevent:after {
    display: none;
}
.video-tips {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}
@media screen and (max-width: 1230px) {
    .main-wrapper {
        float: none;
        width: 100%;
        min-height: 0;
    }
    .side-nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .structure {
        height: auto;
        padding-bottom: 120px;
        width: 300px;
        margin: 0 auto;
    }
    .structure.control {
        width: 320px;
        padding-bottom: 30px;
    }
    .structure .item {
        width: 300px;
        padding-top: 0;
        height: auto;
    }
    .structure .item a {
        padding: 13px 20px 0;
        height: 60px;
    }
    .structure .item img {
        width: 100%;
    }
    .structure .item4:before,
    .structure .item5:after {
        height: 30px;
        bottom: -30px;
    }
    .structure .item5:before {
        content: '';
        display: block;
        position: absolute;
        left: -30px;
        top: 88px;
        width: 166px;
        height: 1px;
        background: #ccc;
    }
    .structure .list1 {
        margin-top: 60px;
        padding: 0;
        display: block;
    }
    .structure.control .list1 {
        margin-top: 30px;
    }
    .structure .list1:before {
        top: -31px;
        width: 150px;
        transform: translateX(0);
        left: 1px;
    }
    .structure .list1.list11:before {
        width: 150px;
    }
    .structure.control .list1:before {
        width: 1px;
        height: 337px;
        background: #ccc;
        left: 30px;
        top: 32px;
    }
    .structure .list1:after {
        content: "";
        width: 1px;
        height: 371px;
        top: -31px;
        left: 0;
        position: absolute;
        background: #ccc;
    }
    .structure.control .list1:after {
        height: 305px;
        top: -62px;
    }
    .structure .list1 li>a {
        height: 80px;
        line-height: 1.2;
        font-size: 14px;
        width: auto;
        padding: 20px;
        text-align: left;
        justify-content: start;
    }

    .structure .list1.list3 li>a {
        height: 200px;
    }
    .structure.control .list1.list3 li>a {
        height: 64px;
    }
    .structure .list1 li {
        margin: 0 0 20px 0;
        padding-left: 30px;
    }
    .structure.control .list1 li {
        width: 250px;
        margin-left: 70px;
        padding-left: 0;
    }
    .structure.control .list1 li:nth-of-type(1):after {
        content: '';
        display: block;
        position: absolute;
        top: 242px;
        left: -69px;
        width: 30px;
        height: 1px;
        background: #ccc;
    }
    .structure .list1 li:before {
        width: 30px;
        height: 1px;
        left: 0;
        transform: translateX(0);
        top: 39px;
    }
    .structure.control .list1 li:before {
        left: -40px;
        width: 40px;
        top: 32px;
    }
    .structure .list2 li:before {
        top: 40px;
        height: 1px;
        width: 31px;
        transform: translateX(0);
        left: -31px;
    }
    .structure .list1 li>a:after,
    .structure .list2 li:after,
      .structure .item6 a:after {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .structure .item5 {
        height: 60px;
        line-height: 60px;
        width: 270px;
        margin-left: 30px;
    }
    .structure .list2 {
        margin-top: 60px;
        display: block;
    }
    .structure .list2:before {
        top: -30px;
        width: 1px;
        height: 371px;
        left: 0;
    }
    .structure .list2 li {
        width: 180px;
        padding: 0;
        margin: 0 0 20px 30px;
        height: 80px;
        align-items: center;
    }
    .structure .list2 li>img {
        margin: 0;
        height: 28px;
    }
    .structure .list2 li p {
        font-size: 12px;
        margin-left: 12px;
        line-height: 28px;
    }
    .structure .list2 li div {
        opacity: 1;
        width: 80px;
        top: 0px;
        right: -90px;
        transform: translateX(0);
        left: auto;
    }
    .structure .list2 li div span {
        display: none;
    }
    .structure .list2 li div img {
        width: 100%;
    }
    .board h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .board-item {
        font-size: 12px;
        padding-left: 10px;
    }
    .board-item .name {
        width: 7em;
    }
    .board-item .info {
        padding: 0 15px 20px 0;
    }
    .board-item .name,
    .board-item .title {
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .board-item .title {
        padding-right: 35px;
    }
    .board-wrapper {
        margin-bottom: 30px;
    }
    .honor-item li {
        font-size: 16px;
        line-height: 1.6;
    }
    .culture-list li {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .culture-list .sub {
        opacity: 1;
        font-size: 0.06rem;
        top: 0.55rem;
    }
    .culture-list .div:after {
        top: 0.2rem;
        width: 0.12rem;
        height: 0.12rem;
    }
    .culture-list .tit {
        font-size: 0.08rem;
        top: 0.4rem;
    }
    .article p {
        font-size: 16px;
    }
    .side-select {
        float: none;
        width: 100%;
    }
    .side-select .select-wrapper {
        width: 240px;
        margin-bottom: 10px;
    }
    .news-swiper .tit,
    .news-list .tit {
        font-size: 18px;
    }
    .news-swiper .info,
    .news-list .info {
        font-size: 14px;
    }
    .sub-list1 dt a {
        font-size: 15px;
        line-height: 1.2;
        padding: 5px 0;
    }
    .sub-list1 dd a {
        font-size: 13px;
    }
    .sub-list1 dl:before {
        display: none;
    }
    .sub-list1 {
        margin: 20px auto 0 !important;
        width: 310px;
        display: block;
        position: static;
        opacity: 1;
        display: none;
    }
    .structure.control .sub-list1 {
        width: 320px;
    }
    .structure.control .sub-list1 dl {
        white-space: normal;
    }
    .gcfw-list li:before {
        display: none;
    }
    .gcfw-list .txt {
        position: static;
        color: #000;
        flex-wrap: wrap;
        padding: 10px 0;
        overflow: hidden;
    }
    .gcfw-list .num {
        font-size: 24px;
    }
    .gcfw-list .tit {
        font-size: 17px;
        width: auto;
    }
    .gcfw-list .info {
        font-size: 15px;
        opacity: 1;
        width: 100%;
        text-align: center;
        transform: translateX(0);
    }
    .structure .item7 {
        font-size: 12px;
        width: 100%;
        max-width: 300px;
        line-height: 50px;
        height: 50px;
    }
    .structure .list4 li>a {
        padding: 20px 8px;
        font-size: 12px;
    }
    .structure .list1.list3.list4 li>a {
        height: 90px;
    }
    .structure .list4:before {
        width: 267px;
    }
    .structure .item7:after {
        height: 30px;
        bottom: -30px;
    }
    .kfsfw {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .zzwy-list .tit {
        background: none;
    }
    .zzwy-list .info {
        transform: translateY(0);
        opacity: 1;
    }
    .sub-list1.on {
        display: block;
        transform: translateX(0);
    }
    .structure.control .item6 {
        height: 64px;
        width: 250px;
        margin-left: 70px;
    }
    .structure.control .item6:after {
        width: 70px;
        height: 1px;
        background: #ccc;
        top: 32px;
        left: -34px;
    }
    .kfsfw {
        width: 320px;
        margin: 0 auto;
        padding-bottom: 30px;
        margin-bottom: 30px;
        display: block;
    }
    .structure .item10 {
        width: 280px;
        margin-left: 40px;
        height: 100px;
        padding: 0 15px;
        font-size: 12px;
        margin-right: 0;
    }
    .structure .item10:before {
        right: auto;
        left: -40px;
        width: 40px;
    }
    .structure .list6 li a {
        width: 250px;
        margin-left: 70px;
        font-size: 12px;
        padding: 0 15px;
        height: 70px;
    }
    .structure .list6:before {
        left: 0;
        height: 424px;
        top: -70px;
    }
    .structure .list6:after {
        content: '';
        display: block;
        width: 1px;
        height: 629px;
        background: #ccc;
        top: 36px;
        left: 40px;
        position: absolute;
    }
    .structure .list6 li a:before {
        width: 30px;
        left: -33px;
    }
    .structure .item10:after {
        content: '';
        display: block;
        position: absolute;
        top: 473px;
        left: -39px;
        width: 40px;
        height: 1px;
        background: #ccc;
    }
}

@media screen and (max-width: 768px) {
    .where {
        display: none;
    }
    .main-wrapper {
        padding: 30px 0 40px;
    }
    .sub-title {
            font-size: 18px;
    height: 40px;
    line-height: 1.1;
    padding-left: 20px;
    display: flex;
    align-items: center;
    }
    .banner {
        height: 20vw;
    }
    .history-item-txt {
        margin-top: 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .history-item-txt dt {
        margin-bottom: 16px;
    }
    .about-history>div {
        padding: 10px 15px 25px;
    }
    .history-item-bg {
        background-size: contain;
    }
    .history-item span {
        height: 52px;
        line-height: 52px;
        font-size: 24px;
    }
    .history-item-year {
        font-size: 15px;
        margin-top: 22px;
        margin-left: 20px;
    }
    .about-words,
    .single-article {
        font-size: 14px;
    }
    .select-wrapper select {
        display: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .select-wrapper-list {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .honor-item li {
        font-size: 14px;
        margin: 0 0 15px 0;
        width: 100%;
        padding: 15px 0 15px 60px;
        background-position: 15px 20px;
        background-size: 30px auto;
    }
    .honor-select {
        width: 180px;
    }
    .select-wrapper {
        height: 48px;
    }
    .select-wrapper span {
        line-height: 48px;
        font-size: 14px;
    }
    .select-wrapper span:before {
        width: 40px;
        height: 40px;
    }
    .select-wrapper span:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #e60012;
        top: 21px;
        right: 17px;
    }
    .table-scroll {
        overflow-x: auto;
    }
    .honor-table th {
        font-size: 14px;
    }
    .honor-table td {
        font-size: 12px;
        height: 50px;
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 1.5;
    }
    .honor-table .t1 {
        padding-left: 5px;
    }
    .honor-table img {
        height: auto;
        max-width: 100px;
        max-width: 100px;
    }
    .article p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .contact-detail li {
        width: 100%;
        margin: 0 0 15px 0 !important;
        padding: 20px 10px 22px 60px;
    }
    .contact-detail li:before {
        width: 28px;
        top: 26px;
        left: 18px;
    }
    .contact-detail h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .contact-detail p {
        font-size: 14px;
    }
    .feedback-form .item textarea {
        font-size: 14px;
    }
    .feedback .words {
        font-size: 16px;
    }
    .feedback-form .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .feedback-form .item input[type=text],
    .feedback-form .item textarea,
    .feedback-form .item select {
        font-size: 14px;
    }
    .feedback-form .btn input {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
    .control-files a {
        font-size: 14px;
        padding: 15px 20px;
    }
    .control-files li:after {
        right: 10px;
        background-size: auto 24px;
    }
    .side-select {
        padding-top: 30px;
        margin-bottom: -20px;
    }
    .news-swiper a {
        display: block;
    }
    .news-swiper .pic {
        width: 100%;
        height: auto;
    }
    .news-swiper .pic img {
        height: auto !important;
        width: 100% !important;
    }
    .news-swiper .tit,
    .news-list .tit {
        font-size: 16px;
    }
    .news-swiper .txt {
        padding: 15px 0 20px;
    }
    .news-swiper .date,
    .news-list .date {
        font-size: 11px;
    }
    .news-swiper .info,
    .news-list .info {
        margin-top: 10px;
    }
    .news-swiper .swiper-pagination {
        width: 100%;
        bottom: 0;
        font-size: 0;
    }
    .news-list a {
        padding: 15px;
        border-width: 1px;
        border-color: #ddd;
    }
    .news-list li {
        margin-bottom: 15px;
    }
    .news-detail .article {
        padding-top: 20px;
    }
    .news-detail {
        padding-top: 30px;
    }
    .news-h1 {
        font-size: 18px;
    }
    .news-info {
        font-size: 12px;
        margin-top: 15px;
        padding-bottom: 12px;
    }
    .business-link a {
        font-size: 14px;
        line-height: 26px;
    }
    .business-link-left {
        padding-left: 56px;
        background-size: auto 100%;
    }
    .business-link-left1,
    .business-link-left2 {
        padding-left: 32px;
    }
    .business-link-right {
        padding-right: 36px;
        background-size: 30px auto;
    }
    .gcfw-list .num {
        font-size: 22px;
    }
    .gcfw-list .tit {
        font-size: 16px;
        padding: 0 0 0 15px;
        width: 100%;
        text-align: center;
    }
    .gcfw-list .info {
        font-size: 14px;
        text-align: left;
        margin-top: 5px;
    }
    .sywy-list {
        margin-top: 30px;
        padding-bottom: 30px;
        flex-wrap: wrap;
        justify-content: normal;
    }
    .sywy-txt {
        margin-top: 30px;
    }
    .sywy-list .txt {
        font-size: 0.08rem;
    }
    .sywy-list li {
        width: calc((100% - 20px) / 3);
        margin: 0 10px 10px 0;
    }
    .sywy-txt li {
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
        padding: 20px;
    }
    .sywy-list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .sywy-txt dt {
        font-size: 14px;
    }
    .sywy-txt dd {
        font-size: 12px;
    }
    .zzfw-pic {
        padding: 0 0 20px;
    }
    .zzfw-list li {
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .zzfw-list img {
        width: 90px;
    }
    .zzfw-list .txt {
        margin-left: 20px;
    }
    .zzfw-list .tit {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .zzfw-list .info {
        font-size: 14px;
    }
    .zzwy-list .tit {
        font-size: 16px;
        padding-bottom: 0;
    }
    .zzwy-list .info {
        font-size: 14px;
    }
    .zzwy-list li {
        width: 100%;
        margin: 0 0 15px;
    }
    .where-search {
        display: block !important;
    }
    .search-result .tit {
        font-size: 16px;
    }
    .search-result .date {
        font-size: 12px;
        margin-top: 6px;
    }
    .search-result .info {
        font-size: 14px;
        margin-top: 8px;
    }
    .search-result a {
        padding: 15px 15px 20px;
    }
    .search-result li {
        margin-bottom: 20px;
        border-width: 1px;
    }
    .search-result {
        padding-bottom: 30px;
    }
    

    .about-brand-map .txt>.flex {
        flex-wrap: wrap;
    }
    .about-brand-map .txt>.flex>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-brand-map .txt {
        padding: 0 20px 10px;
    }
    .about-brand-map .txt p {
        margin-bottom: 0;
    }
    .video-wrapper {
        padding: 20px 0 40px;
    }
}

@media screen and (max-width: 480px) {
    .culture-list li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
    .culture-list .sub {
        font-size: 0.12rem;
        top: 1.1rem;
    }
    .culture-list .div:after {
        top: 0.38rem;
        width: 0.24rem;
        height: 0.24rem;
    }
    .culture-list .tit {
        font-size: 0.16rem;
        top: 0.7rem;
    }
    .report {
        width: 100%;
        margin: 20px auto 0;
    }
    .report img {
        width: 100%;
        box-sizing: border-box;
        border-width: 4px;
    }
    .report p {
        font-size: 14px;
        margin-top: 15px;
    }
    .resp-iframe {
        height:5500px !important;
    }
}