/* @media (min-width: 797px) { */

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.am-paragraph-default {
    margin: 0;
}

.am-paragraph-default img {
    border: none;
    padding: 0;
    max-width: 100%;
}

.am-close {
    font-size: 24px;
}


/*滚动条美化*/

body::-webkit-scrollbar {
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}

body::-webkit-scrollbar-corner {
    background-color: #ddd;
}

body::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}

 ::-webkit-scrollbar {
    width: 15px;
}

.tac,
.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
}

.lc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.allc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

i {
    font-style: normal;
}

video {
    display: block;
    background: #000;
}

input,
select {
    outline: none;
    border: none;
}

h4,
h5,
h6 {
    font-weight: normal;
}

.scrollbarActive::-webkit-scrollbar {
    width: 10px !important;
}

.scrollbarActive::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.scrollbarActive::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}

.scrollbarActive::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}

.scrollbarActive::-webkit-scrollbar-corner {
    background-color: #ddd;
}

.scrollbarActive::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.scrollbarActive::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}

.scrollbarActive::-webkit-scrollbar {
    width: 15px;
}

.clear {
    clear: both;
}

.content {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.banner {
    position: relative;
}

.banner .index_header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.banner .index_header .top {
    border-bottom: 1px solid #383838;
}

.banner .index_header .top .content {
    height: 135px;
    overflow: hidden;
}

.banner .index_header .top .content .logo {
    float: left;
    margin-top: 36px;
}

.banner .index_header .top .content .logo a {
    float: left;
    display: block;
}

.banner .index_header .top .content .logo .word {
    float: left;
    margin-left: 33px;
    font-size: 24px;
    line-height: 1;
    margin-top: 18px;
    color: #ffffff;
}

.banner .index_header .top .content .tel {
    float: right;
    width: 230px;
    height: 45px;
    margin-top: 46px;
    background-color: #de0217;
    border-radius: 23px;
    text-align: center;
    line-height: 45px;
}

.banner .index_header .top .content .tel span {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}

.banner .index_header .top .content .tel i {
    font-size: 18px;
    color: #ffffff;
}

.banner .index_header .nav .content ul li {
    position: relative;
}

.banner .index_header .nav .content ul li .son_nav ul li::after {
    display: none;
}

.banner .index_header .nav .content ul li .son_nav ul li a::after {
    display: none;
}

.banner .index_header .nav .content ul li .son_nav {
    display: none;
}

.banner .index_header .nav .content ul li:hover .son_nav {
    display: block;
}

.banner .index_header .nav .content ul li .son_nav ul li a {
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.banner .index_header .nav .content ul li:last-child::after {
    display: none;
}

.banner .index_header .nav .content ul li>a {
    position: relative;
}

.banner .index_header .nav .content>ul>li>a::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 13px;
    border-left: 1px dashed #fff;
}

.banner .index_header .nav .content ul li:hover>a,
.banner .index_header .nav .content ul li.active>a {
    color: #0358a9;
    font-weight: bold;
    position: relative;
}

.banner .index_header .nav .content ul li:hover>a::after,
.banner .index_header .nav .content ul li.active>a::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 2px;
    background: #0358a9;
}

.banner .index_header .nav .content ul li a {
    display: block;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.banner a img {
    max-width: 100%;
}

.banner .bread_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: rgba(44, 151, 45, 0.8);
}

.banner .bread_nav .content .left {
    float: left;
}

.banner .bread_nav .content .left .home {
    margin-right: 8px;
}

.banner .bread_nav .content .left span,
.banner .bread_nav .content .left a {
    font-size: 14px;
    color: #ffffff;
}

.banner .bread_nav .content .left span img,
.banner .bread_nav .content .left a img {
    position: relative;
    top: -2px;
}

.banner .bread_nav .content .son_nav {
    float: right;
}

.banner .bread_nav .content .son_nav ul li {
    float: left;
}

.banner .bread_nav .content .son_nav ul li:hover,
.banner .bread_nav .content .son_nav ul li.active {
    background: #fff;
}

.banner .bread_nav .content .son_nav ul li:hover a,
.banner .bread_nav .content .son_nav ul li.active a {
    color: #2c972d;
}

.banner .bread_nav .content .son_nav ul li a {
    display: block;
    width: 140px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
}

.hot_word {
    background: #0358a9;
}

.hot_word .content {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.hot_word .content .left {
    float: left;
    width: 60%;
}

.hot_word .content .left span {
    font-size: 14px;
    color: #fff;
}

.hot_word .content .left a {
    font-size: 14px;
    color: #fff;
}

.hot_word .content .left a:hover {
    text-decoration: underline;
}

.hot_word .content .search {
    float: right;
    border: solid 1px #006ae4;
    width: 360px;
    box-shadow: inset 0px 1px 5px 0px rgba(1, 119, 255, 0.7);
    margin-top: 30px;
    border-radius: 3px;
}

.hot_word .content .search .txt {
    width: 323px;
    height: 35px;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    float: left;
    display: block;
}

.hot_word .content .search .sub {
    width: 35px;
    height: 35px;
    color: #fff;
    float: right;
    display: block;
    background: #fff url(../images/search.png) no-repeat center;
}

.friend_link .content {
    border-top: 1px solid #f1f1f1;
    min-height: 72px;
    padding: 30px 0;
}

.friend_link .content span,
.friend_link .content a {
    font-size: 14px;
    color: #999;
    display: block;
    float: left;
    line-height: 1;
}

.friend_link .content span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.friend_link .content a {
    padding: 0 15px;
    border-right: 1px dashed #ddd;
}

.friend_link .content a:last-child {
    border: none;
}

.friend_link .content a:hover {
    color: #0177ff;
}

.footer {
    background: #333;
}

.footer .content {
    overflow: hidden;
}

.footer .content .logo {
    float: left;
    margin-top: 64px;
}

.footer .content .logo a {
    display: block;
}

.footer .content .nav {
    float: left;
    margin-left: 35px;
}

.footer .content .nav ul li {
    border-right: 1px solid #4d4d4d;
    height: 326px;
    float: left;
    text-align: left;
    padding: 70px 80px 0;
}

.footer .content .nav ul li h5 {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}

.footer .content .nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.footer .content .nav ul li a:hover {
    color: #0358a9;
}

.footer .content .contact {
    float: right;
    margin-top: 65px;
}

.footer .content .contact .text {
    position: relative;
}

.footer .content .contact .text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 28px;
    height: 52px;
    background: url(../images/tel.png) no-repeat left center;
}

.footer .content .contact .text h5 {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
}

.footer .content .contact .text h6 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.footer .content .contact .line {
    width: 252px;
    height: 1px;
    background: #4d4d4d;
    margin: 20px 0;
}

.footer .content .contact .address {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}

.footer .content .contact .qrcode {
    margin-top: 30px;
}

.footer .content .contact .qrcode img {
    margin-right: 20px;
    width: 85px;
}

.beian {}

.beian .content {
    height: 86px;
    line-height: 86px;
    border-top: 1px solid #4d4d4d;
}

.beian .content a {
    font-size: 14px;
    color: #ffffff;
}

.beian .content a:last-child {
    float: right;
}

.beian .content a:hover {
    color: #0358a9;
}

.page {
    padding: 20px 0 70px;
}

.page ul {
    text-align: center;
    display: flex;
    justify-content: center;
}

.page a {
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #999;
}

.page a:hover,
.page a.hover {
    background: #2c972d;
    color: #fff;
}

.page .all {
    display: none;
}

.page a {
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #dedede;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
}

.list_pro {
    background: #f1f1f1;
}

.list_pro .content .tit {
    padding: 55px 0;
}

.list_pro .content .tit h5 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.list_pro .content .list {
    overflow: hidden;
}

.list_pro .content .list ul {
    margin: 0 -19px;
}

.list_pro .content .list ul li {
    padding: 0 19px;
    margin-bottom: 38px;
}

.list_pro .content .list ul li a {
    display: block;
}

.list_pro .content .list ul li a:hover .pic img {
    transform: scale(1.1);
}

.list_pro .content .list ul li a:hover .word {
    background: #de0217;
    color: #fff;
}

.list_pro .content .list ul li a .pic {
    height: 375px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.list_pro .content .list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.list_pro .content .list ul li a .pic .name {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #333333;
}

.list_pro .content .list ul li a .word {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #fff;
    transition: all 0.5s linear;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_pro .item1 {
    background: #f1f1f1;
}

.show_pro .item1 .content .center {
    overflow: hidden;
    padding-top: 60px;
}

.show_pro .item1 .content .center .pic {
    width: 600px;
    background: #fff;
    float: left;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 480px;
    text-align: center;
    line-height: 480px;
    overflow: hidden;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev,
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
    width: 35px;
    height: 50px;
    background: #2c972d;
    text-align: center;
    line-height: 45px;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev i,
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next i {
    font-size: 24px;
    color: #fff;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev {
    left: 0;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
    right: 0;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-pagination {
    bottom: 35px;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 13px;
    background: #f1f1f1;
    margin: 0 3px;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #2c972d;
}

.show_pro .item1 .content .center .word {
    width: 600px;
    float: right;
    height: 480px;
    padding-left: 48px;
    position: relative;
}

.show_pro .item1 .content .center .word>h5 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

.show_pro .item1 .content .center .word p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.show_pro .item1 .content .center .word .contact {
    position: absolute;
    bottom: 47px;
    left: 48px;
}

.show_pro .item1 .content .center .word .contact a {
    display: block;
    float: left;
    width: 160px;
    height: 50px;
    background-color: #2c972d;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
}

.show_pro .item1 .content .center .word .contact a span {
    font-size: 18px;
    color: #fff;
}

.show_pro .item1 .content .center .word .contact .tel {
    float: left;
    background: url(../images/small_tel.png) no-repeat left center;
    padding: 6px 0 6px 65px;
    margin-left: 20px;
}

.show_pro .item1 .content .center .word .contact .tel h5 {
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.show_pro .item1 .content .center .word .contact .tel p {
    font-size: 24px;
    line-height: 1;
    color: #2c972d;
}

.show_pro .item1 .content .small_nav {
    margin-top: 30px;
    background: #fff;
}

.show_pro .item1 .content .small_nav ul li:hover a,
.show_pro .item1 .content .small_nav ul li.active a {
    background-color: #2c972d;
}

.show_pro .item1 .content .small_nav ul li a {
    display: block;
    height: 60px;
    background-color: #333;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    border-left: 1px solid #fff;
}

.show_pro .item1 .content .small_nav ul li a.am-active {
    background-color: #2c972d;
}

.show_pro .item2 .content {
    padding: 50px 0;
}

.show_pro .item2 .content .tit {
    padding: 0 0 30px;
}

.show_pro .item2 .content .tit h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.show_pro .item2 .content>div {
    margin-bottom: 50px;
}

.show_pro .item2 .content .one .word p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.show_pro .item2 .content .one .word img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.show_pro .item2 .content .two .word {
    border: solid 1px #dedede;
    padding: 30px;
}

.show_pro .item2 .content .two .word table {
    width: 100%;
}

.show_pro .item2 .content .two .word table th,
.show_pro .item2 .content .two .word table td {
    border: 1px solid #dedede;
}

.show_pro .item2 .content .three .word .list {
    overflow: hidden;
}

.show_pro .item2 .content .three .word .list ul {
    margin: 0 -6px;
}

.show_pro .item2 .content .three .word .list ul li {
    padding: 0 6px;
}

.show_pro .item2 .content .three .word .list ul li:nth-child(2n) a .cover {
    top: auto;
    bottom: 0;
}

.show_pro .item2 .content .three .word .list ul li a {
    display: block;
    position: relative;
}

.show_pro .item2 .content .three .word .list ul li a:hover .cover {
    background: rgba(228, 2, 21, 0.9);
}

.show_pro .item2 .content .three .word .list ul li a>img {
    width: 100%;
}

.show_pro .item2 .content .three .word .list ul li a .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: all 0.5s linear;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding-top: 45px;
}

.show_pro .item2 .content .three .word .list ul li a .cover h5 {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.show_pro .item2 .content .three .word .list ul li a .cover h6 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 5px 0 10px;
}

.show_pro .item2 .content .four .word .list {
    overflow: hidden;
}

.show_pro .item2 .content .four .word .list ul {
    margin: 0 -6px;
}

.show_pro .item2 .content .four .word .list ul li {
    padding: 0 6px;
}

.show_pro .item2 .content .four .word .list ul li a {
    display: block;
}

.show_pro .item2 .content .four .word .list ul li a:hover .pic img {
    transform: scale(1.1);
}

.show_pro .item2 .content .four .word .list ul li a:hover .word span {
    background: #2c972d;
    border: 1px solid #2c972d;
}

.show_pro .item2 .content .four .word .list ul li a:hover .word span i {
    color: #fff;
}

.show_pro .item2 .content .four .word .list ul li a .pic {
    height: 246px;
    overflow: hidden;
    text-align: center;
    line-height: 246px;
}

.show_pro .item2 .content .four .word .list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.show_pro .item2 .content .four .word .list ul li a .word {
    padding: 15px 10px;
}

.show_pro .item2 .content .four .word .list ul li a .word h5 {
    float: left;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.show_pro .item2 .content .four .word .list ul li a .word span {
    float: right;
    display: block;
    width: 35px;
    height: 35px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
}

.show_pro .item2 .content .four .word .list ul li a .word span i {
    color: #333;
}

.list_case {
    background: #f1f1f1;
}

.list_case .content {
    padding-bottom: 50px;
}

.list_case .content .tit {
    padding: 55px 0;
}

.list_case .content .tit h5 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.list_case .content .list {
    overflow: hidden;
}

.list_case .content .list ul {
    margin: 0 -19px;
}

.list_case .content .list ul li {
    padding: 0 19px;
    margin-bottom: 38px;
}

.list_case .content .list ul li a {
    display: block;
}

.list_case .content .list ul li a:hover .pic img {
    transform: scale(1.1);
}

.list_case .content .list ul li a:hover .word .arrow {
    left: 50px;
}

.list_case .content .list ul li a .pic {
    height: 280px;
    line-height: 235px;
    text-align: center;
    overflow: hidden;
}

.list_case .content .list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.list_case .content .list ul li a .word {
    position: relative;
    height: 150px;
    background: #fff;
    padding: 40px 40px 0;
}

.list_case .content .list ul li a .word .arrow {
    position: absolute;
    bottom: 45px;
    left: 40px;
    transition: all 0.5s linear;
}

.list_case .content .list ul li a .word h5 {
    overflow: hidden;
    margin-bottom: 20px;
}

.list_case .content .list ul li a .word h5 span {
    font-size: 24px;
    line-height: 1;
    color: #333333;
}

.list_case .content .list ul li a .word h5 img {
    float: right;
}

.list_case .content .list ul li a .word p {
    font-size: 14px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    max-height: 72px;
}

.list_news .content .tit {
    padding: 55px 0;
}

.list_news .content .tit h5 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.list_news .content .list ul li {
    margin-bottom: 50px;
}

.list_news .content .list ul li a {
    display: block;
    overflow: hidden;
}

.list_news .content .list ul li a:hover .pic img {
    transform: scale(1.1);
}

.list_news .content .list ul li a:hover .word {
    border-bottom: 1px solid #2c972d;
}

.list_news .content .list ul li a:hover .word h5 {
    color: #2c972d;
}

.list_news .content .list ul li a .pic {
    float: right;
    width: 37%;
    height: 290px;
    text-align: center;
    line-height: 290px;
    overflow: hidden;
}

.list_news .content .list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.list_news .content .list ul li a .word {
    float: left;
    width: 60%;
    height: 290px;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 65px;
}

.list_news .content .list ul li a .word .data {
    font-size: 14px;
    color: #666666;
}

.list_news .content .list ul li a .word .data img {
    position: relative;
    top: -2px;
}

.list_news .content .list ul li a .word h5 {
    font-size: 30px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin: 30px 0;
}

.list_news .content .list ul li a .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 36px;
    max-height: 72px;
}

.support .title {
    padding: 50px 0;
    text-align: center;
}

.support .title h5 {
    font-size: 36px;
    line-height: 30px;
    color: #333333;
}

.support .title h6 {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.support .item1 {
    background: #f1f1f1;
}

.support .item1 .content {
    padding-bottom: 50px;
}

.support .item1 .content .list {
    overflow: hidden;
}

.support .item1 .content .list ul {
    margin: 0 -19px;
}

.support .item1 .content .list ul li {
    padding: 0 19px;
}

.support .item1 .content .list ul li a {
    background: #fff;
    height: 235px;
    display: block;
    overflow: hidden;
    position: relative;
}

.support .item1 .content .list ul li a .pic {
    text-align: center;
    margin: 26px auto 0;
    height: 160px;
    line-height: 160px;
}

.support .item1 .content .list ul li a .word {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}

.support .item2 .content {
    padding-bottom: 20px;
}

.support .item2 .content .list {
    overflow: hidden;
}

.support .item2 .content .list ul {
    margin: 0 -50px;
}

.support .item2 .content .list ul li {
    padding: 0 50px;
    margin-bottom: 78px;
}

.support .item2 .content .list ul li a {
    overflow: hidden;
}

.support .item2 .content .list ul li a .pic {
    width: 110px;
    height: 110px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 110px;
    border-radius: 50%;
    float: left;
}

.support .item2 .content .list ul li a .word {
    width: 400px;
    float: right;
}

.support .item2 .content .list ul li a .word h5 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin: 10px 0;
}

.support .item2 .content .list ul li a .word p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.support .item3 {
    background: #f1f1f1;
}

.support .item3 .content {
    overflow: hidden;
}

.support .item3 .content .list ul {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.support .item3 .content .list ul li {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.support .item3 .content .list ul li a .word {
    padding: 25px;
}

.support .item3 .content .list ul li a:hover .word h5 {
    color: #2c972d;
}

.support .item3 .content .list ul li a .word h5 {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support .item3 .content .list ul li a .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    max-height: 36px;
}

.support .item3 .content .lookmore {
    margin: 35px auto 50px;
    text-align: center;
}

.support .item3 .content .lookmore a {
    display: inline-block;
    border-radius: 3px;
    width: 170px;
    height: 50px;
    border: solid 1px #dedede;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    transition: all 0.5s linear;
}

.support .item3 .content .lookmore a:hover {
    background: #2c972d;
    color: #fff;
}

.contact_us .content {
    padding-bottom: 50px;
}

.contact_us .content .tit {
    padding: 55px 0;
}

.contact_us .content .tit h5 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.contact_us .content .item1 {
    overflow: hidden;
}

.contact_us .content .item1 .word {
    float: left;
}

.contact_us .content .item1 .word h5 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.contact_us .content .item1 .word h6 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.contact_us .content .item1 .word .text {
    margin-top: 30px;
}

.contact_us .content .item1 .word .text p img {
    position: relative;
    top: 0;
    width: 20px;
    margin-right: 16px;
}

.contact_us .content .item1 .word .text p span {
    font-size: 16px;
    line-height: 45px;
    color: #666666;
}

.contact_us .content .item1 .word .qrcode {
    overflow: hidden;
    margin-top: 50px;
}

.contact_us .content .item1 .word .qrcode .pic {
    float: left;
    border: 1px solid #dedede;
    background: #fff;
    padding: 10px;
}

.contact_us .content .item1 .word .qrcode .pic img {
    width: 210px;
}

.contact_us .content .item1 .word .qrcode .word {
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}

.contact_us .content .item1 .word .qrcode .word p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
}

.contact_us .content .item1 .map {
    float: right;
}

.contact_us .content .item1 .map img {
    width: 600px;
    height: auto;
}

.contact_us .content .item2 {
    /*margin-top: 100px;*/
}

.contact_us .content .item2 .form form {
    overflow: hidden;
}

.contact_us .content .item2 .form form div {
    width: 49%;
    border-radius: 3px;
    border: solid 1px #dedede;
    overflow: hidden;
    padding-left: 20px;
    float: left;
    margin-bottom: 18px;
}

.contact_us .content .item2 .form form div:nth-child(2n) {
    float: right;
}

.contact_us .content .item2 .form form div span {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
}

.contact_us .content .item2 .form form div span i {
    color: #ff0000;
}

.contact_us .content .item2 .form form div input {
    width: 480px;
    height: 60px;
    float: left;
    font-size: 16px;
    color: #666666;
}

.contact_us .content .item2 .form form textarea {
    display: block;
    width: 100%;
    height: 186px;
    background-color: #dedede;
    border: solid 1px #dedede;
    border-radius: 3px;
    padding: 15px 50px;
    background: url(../images/contact_06.png) no-repeat left 21px top 21px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    outline: none;
    resize: none;
}

.contact_us .content .item2 .form form .sub {
    margin-top: 18px;
    width: 393px;
    height: 60px;
    border-radius: 3px;
    background: #2c972d;
    color: #fff;
}

.show_news .content {
    padding: 60px 0;
    overflow: hidden;
}

.show_news .content .news_left {
    width: 80%;
    float: left;
    padding-right: 58px;
    border-right: 1px solid #dedede;
}

.show_news .content .news_left .title {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.show_news .content .news_left .title h5 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
    margin-bottom: 15px;
}

.show_news .content .news_left .title p span {
    margin-right: 50px;
}

.show_news .content .news_left .title p span img {
    position: relative;
    top: -2px;
}

.show_news .content .news_left .title p span i {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.show_news .content .news_left .word {
    padding: 40px 0;
    border-bottom: 1px solid #dedede;
}

.show_news .content .news_left .word video {
    max-width: 100%;
}

.show_news .content .news_left .word p {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}
.show_news .content .news_left .word span,
.show_news .content .news_left .word p{
   text-wrap: wrap !important;
}
.show_news .content .news_left .word img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.show_news .content .news_left .up_next {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

.show_news .content .news_left .up_next a {
    width: 240px;
    height: 45px;
    background-color: #f1f1f1;
    border-radius: 23px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
}

.show_news .content .news_left .up_next a:hover {
    background: #2c972d;
}

.show_news .content .news_left .up_next a:hover span,
.show_news .content .news_left .up_next a:hover i {
    color: #fff;
}

.show_news .content .news_left .up_next a:first-child {
    float: left;
}

.show_news .content .news_left .up_next a:first-child span {
    margin-left: 20px;
}

.show_news .content .news_left .up_next a:last-child {
    float: right;
}

.show_news .content .news_left .up_next a:last-child span {
    margin-right: 20px;
}

.show_news .content .news_left .up_next a i {
    color: #999999;
}

.show_news .content .news_left .up_next a span {
    font-size: 14px;
    color: #999999;
}

.show_news .content .news_right {
    width: 300px;
    float: right;
    padding-left: 58px;
}

.show_news .content .news_right ul li:first-child a {
    padding-top: 0;
}

.show_news .content .news_right ul li:last-child a .word {
    border-bottom: 0 solid #000;
}

.show_news .content .news_right ul li a {
    display: block;
    padding-top: 40px;
}

.show_news .content .news_right ul li a:hover .pic img {
    transform: scale(1.1);
}

.show_news .content .news_right ul li a:hover .word {
    border-bottom: 1px solid #2c972d;
}

.show_news .content .news_right ul li a:hover .word p {
    color: #2c972d;
}

.show_news .content .news_right ul li a .pic {
    width: 238px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    line-height: 140px;
}

.show_news .content .news_right ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.show_news .content .news_right ul li a .word {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}

.show_news .content .news_right ul li a .word p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_news .content .news_right ul li a .word span {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.hot_pro {
    background: #f1f1f1;
}

.hot_pro .content {
    padding-bottom: 50px;
}

.hot_pro .content .tit {
    padding: 55px 0;
}

.hot_pro .content .tit h5 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
    transform: scale(1.1);
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
    background: #de0217;
    color: #fff;
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    height: 205px;
    line-height: 205px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic .name {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #333333;
}

.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #fff;
    transition: all 0.5s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_pro .content .slide .arrow {
    margin-top: 30px;
    text-align: center;
}

.hot_pro .content .slide .arrow .swiper-button-prev,
.hot_pro .content .slide .arrow .swiper-button-next {
    position: static;
    background: none;
    margin: 0;
    display: inline-block;
    width: auto;
    height: auto;
    outline: none;
}

.hot_pro .content .slide .arrow .swiper-button-prev i,
.hot_pro .content .slide .arrow .swiper-button-next i {
    font-size: 24px;
    color: #333;
}

.hot_pro .content .slide .arrow .swiper-pagination {
    display: inline-block;
    position: static;
    margin: 0 10px;
}

.hot_pro .content .slide .arrow .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    background: #999999;
    margin: 0 3px;
}

.hot_pro .content .slide .arrow .swiper-pagination .swiper-pagination-bullet-active {
    background: #e40215;
}

.about_us .content .tit {
    padding: 50px 0 30px;
}

.about_us .content .tit h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.about_us .content .item1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.about_us .content .item1 .center {
    overflow: hidden;
}

.about_us .content .item1 .center .pic {
    float: left;
    width: 380px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    line-height: 250px;
    border-radius: 20px;
}

.about_us .content .item1 .center .pic img {
    max-width: 100%;
}

.about_us .content .item1 .center .word {
    width: 63%;
    float: left;
    margin-left: 24px;
    margin-top: 5px;
}

.about_us .content .item1 .center .word p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_us .content .item2 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.about_us .content .item2 .center p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_us .content .item3 .center .list ul {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.about_us .content .item3 .center .list ul li {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.about_us .content .item3 .center .list ul li a {
    display: block;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
}

.about_us .content .item3 .center .list ul li a img {
    max-width: 100%;
    padding: 10px;
}

.about_us .content .item4 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.about_us .content .item4 .center .slide .swiper-container {
    padding-bottom: 60px;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    background: #f1f1f1;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
    transform: scale(1.1);
}

.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    text-align: center;
    overflow: hidden;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
    border-top: 1px solid #dedede;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-pagination {
    bottom: 0px;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 13px;
    background: #f1f1f1;
    margin: 0 3px;
}

.about_us .content .item4 .center .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #2c972d;
}

.about_us .content .item5 {
    padding-bottom: 50px;
}

.about_us .content .item5 .center .list {
    overflow: hidden;
    margin-bottom: 20px;
}

.about_us .content .item5 .center .list ul {
    margin: 0 -10px;
}

.about_us .content .item5 .center .list ul li {
    padding: 0 10px;
}

.about_us .content .item5 .center .list ul li a {
    overflow: hidden;
}

.about_us .content .item5 .center .list:first-child ul li a {
    height: 390px;
    display: block;
}

.about_us .content .item5 .center .list:last-child ul li a {
    height: 260px;
    display: block;
}

.about_us .content .item5 .center .list ul li a:hover img {
    filter: none;
    transform: scale(1.1);
}

.about_us .content .item5 .center .list ul li a img {
    width: 100%;
    transition: all 0.5s linear;
    /*filter: grayscale(100%);*/
}

.product .tit {
    padding: 50px 0 30px;
}

.product .tit h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    background: url(../images/tit_bg.png) no-repeat right center;
}

.product .item1 .content .center {
    overflow: hidden;
}

.product .item1 .content .center .pic {
    width: 375px;
    background: #fff;
    float: left;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 375px;
    text-align: center;
    line-height: 375px;
    overflow: hidden;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev,
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
    width: 40px;
    height: 80px;
    background: #e40114;
    text-align: center;
    line-height: 80px;
    opacity: 1;
    margin-top: 0;
    transform: translateY(-50%);
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev i,
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next i {
    font-size: 24px;
    color: #fff;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
    background: #333;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev {
    left: 0;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
    right: 0;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-pagination {
    bottom: 35px;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 2px;
    background: #999999;
    margin: 0 3px;
    border-radius: 0;
}

.product .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #e40114;
}

.product .item1 .content .center .word {
    width: 742px;
    float: left;
    height: 375px;
    padding-left: 48px;
    position: relative;
}

.product .item1 .content .center .word>h5 {
    padding: 50px 0 40px;
}

.product .item1 .content .center .word>h5 a {
    font-size: 30px;
    line-height: 1;
    color: #333333;
}

.product .item1 .content .center .word>h5 a:hover {
    color: #2c972d;
}

.product .item1 .content .center .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    max-height: 120px;
}

.product .item1 .content .center .word .link {
    position: absolute;
    bottom: 55px;
    left: 48px;
}

.product .item1 .content .center .word .link a {
    width: 170px;
    height: 50px;
    background-color: #2c972d;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.product .item1 .content .center .word .link a:last-child {
    background-color: #e40114;
}

.product .item1 .content .center .word .link a img {
    position: relative;
    top: -2px;
}

.product .item1 .content .center .word .link a span {
    font-size: 18px;
    color: #ffffff;
}

.product .item1 .content .title {
    overflow: hidden;
    padding: 64px 0 26px;
    border-bottom: 1px solid #dedede;
}

.product .item1 .content .title h5 {
    float: left;
    /* padding-left: 50px; */
    position: relative;
}


/* .product .item1 .content .title h5::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 40px;
      height: 3px;
      background: #de0217;
    } */

.product .item1 .content .title h5 span {
    font-size: 24px;
    line-height: 1;
    color: #333333;
}

.product .item1 .content .title .item_nav {
    float: right;
}

.product .item1 .content .title .item_nav ul li {
    float: left;
    margin-left: 25px;
}

.product .item1 .content .title .item_nav ul li:hover a,
.product .item1 .content .title .item_nav ul li.active a {
    color: #333;
}

.product .item1 .content .title .item_nav ul li:hover a::after,
.product .item1 .content .title .item_nav ul li.active a::after {
    display: block;
}

.product .item1 .content .title .item_nav ul li a {
    position: relative;
    font-size: 14px;
    color: #999;
}

.product .item1 .content .title .item_nav ul li a::after {
    position: absolute;
    content: "";
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 7px;
    background: url(../images/item_nav_bg.png) no-repeat center;
    display: none;
}

.product .item1 .content .list {
    padding: 25px 0;
}

.product .item1 .content .list .item_list {
    display: none;
}

.product .item1 .content .list .item_list:first-child {
    display: block;
}

.product .item1 .content .list .item_list .swiper-container {
    padding-bottom: 83px;
}

.product .item1 .content .list .item_list ul li a {
    display: block;
}

.product .item1 .content .list .item_list ul li a:hover .pic img {
    transform: scale(1.1);
}

.product .item1 .content .list .item_list ul li a:hover .word {
    background: #e40114;
}

.product .item1 .content .list .item_list ul li a:hover .word h5 {
    color: #fff;
}

.product .item1 .content .list .item_list ul li a:hover .word span {
    background: #fff;
}

.product .item1 .content .list .item_list ul li a:hover .word span i {
    color: #e40114;
}

.product .item1 .content .list .item_list {
    overflow: hidden;
}

.product .item1 .content .list .item_list ul {
    margin: 0 -13px;
}

.product .item1 .content .list .item_list ul li {
    padding: 0 13px;
}

.product .item1 .content .list .item_list ul li a .pic {
    height: 220px;
    overflow: hidden;
    text-align: center;
    line-height: 220px;
    background: #f1f1f1;
}

.product .item1 .content .list .item_list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.product .item1 .content .list .item_list ul li a .word {
    height: 60px;
    line-height: 60px;
    padding: 13px 10px;
    background: #f1f1f1;
    border-top: 1px solid #dedede;
}

.product .item1 .content .list .item_list ul li a .word h5 {
    float: left;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.product .item1 .content .list .item_list ul li a .word span {
    float: right;
    display: block;
    width: 35px;
    height: 35px;
    background: #2c972d;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
}

.product .item1 .content .list .item_list ul li a .word span i {
    color: #fff;
}


/* .product .item1 .content .list .swiper-container .swiper-pagination {
      bottom: 35px;
    }
    .product .item1 .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      width: 11px;
      height: 11px;
      border: solid 3px #f1f1f1;
      background: #fff;
      margin: 0 3px;
      border-radius: 50%;
    }
    .product .item1 .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      border: solid 3px #e40114;
    } */

.product .item2 {
    background: url(../images/product_item2_bg.jpg) no-repeat center;
}

.product .item2 .content {
    height: 450px;
}

.product .item2 .content .tit h5 {
    color: #fff;
    background: url(../images/tit_bg_white.png) no-repeat right center;
}

.product .item2 .content .list ul li a {
    display: block;
    padding: 50px;
    height: 277px;
    border-right: solid 1px #dedede;
    background: #fff;
}

.product .item2 .content .list ul li a h5 span {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.product .item2 .content .list ul li a h5 img {
    float: right;
    margin-top: 3px;
}

.product .item2 .content .list ul li a .word {
    margin-top: 25px;
}

.product .item2 .content .list ul li a .word p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.product .item3 .content .list {
    overflow: hidden;
}

.product .item3 .content .list ul {
    margin: 0 -6px;
}

.product .item3 .content .list ul li {
    padding: 0 6px;
}

.product .item3 .content .list ul li:nth-child(2n) a .cover {
    top: auto;
    bottom: 0;
}

.product .item3 .content .list ul li a {
    display: block;
    position: relative;
}

.product .item3 .content .list ul li a:hover .cover {
    background: rgba(228, 2, 21, 0.9);
}

.product .item3 .content .list ul li a>img {
    width: 100%;
}

.product .item3 .content .list ul li a .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: all 0.5s linear;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding-top: 45px;
}

.product .item3 .content .list ul li a .cover h5 {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.product .item3 .content .list ul li a .cover h6 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 5px 0 10px;
}

.product .item3 .content .lookmore a {
    display: block;
    width: 170px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 50px;
    margin: 30px auto 50px;
    font-size: 14px;
    color: #333333;
    transition: all 0.5s linear;
}

.product .item3 .content .lookmore a:hover {
    background: #2c972d;
    color: #fff;
}

.product .item4 {
    background: #f1f1f1;
}

.product .item4 .content .center {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.product .item4 .content .center .slide {
    position: relative;
}

.product .item4 .content .center .slide .arrow {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product .item4 .content .center .slide .arrow .swiper-button-prev,
.product .item4 .content .center .slide .arrow .swiper-button-next {
    position: static;
    background: none;
    display: inline-block;
    outline: none;
}

.product .item4 .content .center .slide .arrow .swiper-button-prev i,
.product .item4 .content .center .slide .arrow .swiper-button-next i {
    font-size: 24px;
}

.product .item4 .content .center .slide .btn {
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 630px;
}

.product .item4 .content .center .slide .btn .swiper-pagination {
    position: static;
}

.product .item4 .content .center .slide .btn .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #dedede;
    margin-right: 5px;
    opacity: 1;
}

.product .item4 .content .center .slide .btn .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0358a9;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    float: left;
    width: 600px;
    height: 320px;
    text-align: center;
    line-height: 320px;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
    width: 600px;
    float: right;
    padding-left: 30px;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
    margin: 20px 0 30px;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 i {
    font-size: 39px;
    line-height: 30px;
    color: #999999;
    opacity: 0.5;
    font-style: oblique;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 span {
    font-size: 24px;
    line-height: 30px;
    color: #0358a9;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
    max-height: 96px;
}

.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #de0217;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
}

.product .item5 {
    background: #f1f1f1;
}

.product .item5 .content .list {
    overflow: hidden;
    padding-bottom: 60px;
}

.product .item5 .content .list ul {
    margin: 0 -13px;
}

.product .item5 .content .list ul li {
    padding: 0 13px;
}

.product .item5 .content .list ul li a {
    display: block;
}

.product .item5 .content .list ul li a:hover .pic>img {
    transform: scale(1.1);
}

.product .item5 .content .list ul li a:hover .word {
    background: #de0217;
}

.product .item5 .content .list ul li a:hover .word .text h5,
.product .item5 .content .list ul li a:hover .word .text span {
    color: #fff;
}

.product .item5 .content .list ul li a .pic {
    height: 210px;
    text-align: center;
    line-height: 210px;
    overflow: hidden;
    position: relative;
}

.product .item5 .content .list ul li a .pic .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.product .item5 .content .list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.product .item5 .content .list ul li a .word {
    height: 75px;
    background: #fff;
    padding: 13px 20px;
}

.product .item5 .content .list ul li a .word .text {
    width: 70%;
    float: left;
}

.product .item5 .content .list ul li a .word .text h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .item5 .content .list ul li a .word .text span {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.product .item5 .content .list ul li a .word i {
    width: 14px;
    height: 2px;
    background: #dedede;
    float: right;
    display: block;
    margin-top: 30px;
}

.product .item6 .content .list {
    overflow: hidden;
    padding-bottom: 60px;
}

.product .item6 .content .list ul {
    margin: 0 -8px;
}

.product .item6 .content .list ul li {
    padding: 0 8px;
}

.product .item6 .content .list ul li:first-child a {
    display: block;
    height: auto;
    position: relative;
}

.product .item6 .content .list ul li:first-child a:hover .pic img {
    transform: scale(1.1);
}

.product .item6 .content .list ul li:first-child a:hover .word {
    background: #de0217;
}

.product .item6 .content .list ul li:first-child a .word {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: rgba(0, 0, 0, 0.8);
    line-height: 35px;
    padding-left: 15px;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .item6 .content .list ul li:first-child a .pic {
    height: 224px;
    overflow: hidden;
    text-align: center;
    line-height: 224px;
}

.product .item6 .content .list ul li:first-child a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.product .item6 .content .list ul li a {
    display: block;
    border-bottom: 1px solid #dedede;
    height: 46px;
    line-height: 46px;
}

.product .item6 .content .list ul li a:last-child {
    border-bottom: 0 solid #000;
}

.product .item6 .content .list ul li a:hover span {
    color: #de0217;
}

.product .item6 .content .list ul li a span {
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}

.product .item6 .content .list ul li a span b {
    color: #de0217;
    margin-right: 5px;
}

.product .item6 .content .list ul li a i {
    font-size: 14px;
    color: #999999;
    float: right;
}

.index .title {
    overflow: hidden;
    padding: 64px 0 26px;
}

.index .title h5 {
    float: left;
    padding-left: 50px;
    position: relative;
}

.index .title h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: #de0217;
}

.index .title h5 span {
    font-size: 24px;
    line-height: 1;
    color: #333333;
}

.index .title h5 i {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}

.index .title .more {
    padding-left: 50px;
    position: relative;
    float: right;
}

.index .title .more::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: #de0217;
}

.index .title .more a {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}

.index .title .more a:hover {
    color: #de0217;
}

.index .title .item_nav {
    float: right;
}

.index .title .item_nav ul li {
    float: left;
    margin-left: 25px;
}

.index .title .item_nav ul li:hover a,
.index .title .item_nav ul li.active a {
    color: #333;
}

.index .title .item_nav ul li:hover a::after,
.index .title .item_nav ul li.active a::after {
    display: block;
}

.index .title .item_nav ul li a {
    position: relative;
    font-size: 14px;
    color: #999;
}

.index .title .item_nav ul li a::after {
    position: absolute;
    content: "";
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 7px;
    background: url(../images/item_nav_bg.png) no-repeat center;
    display: none;
}

.index .item1 .content .center {
    overflow: hidden;
}

.index .item1 .content .center .left {
    width: 300px;
    float: left;
}

.index .item1 .content .center .left ul {
    border: 1px solid #dedede;
}

.index .item1 .content .center .left ul li {
    position: relative;
    padding: 0 33px;
}

.index .item1 .content .center .left ul li::after {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    background: #e40215;
    display: none;
}

.index .item1 .content .center .left ul li:hover,
.index .item1 .content .center .left ul li.active {
    background: #e40215;
}

.index .item1 .content .center .left ul li:hover::after,
.index .item1 .content .center .left ul li.active::after {
    display: block;
}

.index .item1 .content .center .left ul li:hover .li_center,
.index .item1 .content .center .left ul li.active .li_center {
    border-bottom: 0 solid #000;
}

.index .item1 .content .center .left ul li:hover .li_center h5 a,
.index .item1 .content .center .left ul li.active .li_center h5 a,
.index .item1 .content .center .left ul li:hover .li_center span a,
.index .item1 .content .center .left ul li.active .li_center span a {
    color: #fff;
}

.index .item1 .content .center .left ul li:last-child .li_center {
    border-bottom: 0 solid #000;
}

.index .item1 .content .center .left ul li .li_center {
    display: block;
    height: 103px;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
}

.index .item1 .content .center .left ul li .li_center h5 {
    margin-bottom: 2px;
}

.index .item1 .content .center .left ul li .li_center h5 a {
    font-size: 24px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.index .item1 .content .center .left ul li .li_center span {
    margin-right: 10px;
    display: block;
    float: left;
}

.index .item1 .content .center .left ul li .li_center span a {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.index .item1 .content .center .right {
    width: 900px;
    float: right;
}

.index .item1 .content .center .right .list .item_list {
    display: none;
    overflow: hidden;
}

.index .item1 .content .center .right .list .item_list:first-child {
    display: block;
}

.index .item1 .content .center .right .list .item_list ul {
    margin: 0 -13px;
}

.index .item1 .content .center .right .list .item_list ul li {
    padding: 0 13px;
}

.index .item1 .content .center .right .list .item_list ul li a {
    display: block;
}

.index .item1 .content .center .right .list .item_list ul li a:hover .word {
    background: #de0217;
    color: #fff;
}

.index .item1 .content .center .right .list .item_list ul li a .pic {
    background: #f1f1f1;
    height: 259px;
    line-height: 259px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.index .item1 .content .center .right .list .item_list ul li a .pic img {
    transition: all 0.5s linear;
    max-width: 100%;
}

.index .item1 .content .center .right .list .item_list ul li a .word {
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #f1f1f1;
    font-size: 14px;
    color: #666666;
    transition: all 0.5s linear;
}

.index .item1 .content .about_case {
    margin-top: 28px;
}

.index .item1 .content .about_case .list .item_list {
    display: none;
    overflow: hidden;
}

.index .item1 .content .about_case .list .item_list:first-child {
    display: block;
}

.index .item1 .content .about_case .list .item_list .left {
    width: 300px;
    border-left: 1px solid #dedede;
    height: 160px;
    float: left;
    padding: 30px 0 0 30px;
}

.index .item1 .content .about_case .list .item_list .left h5 {
    font-size: 29px;
    color: #333333;
}

.index .item1 .content .about_case .list .item_list .left h5 span {
    font-weight: bold;
}

.index .item1 .content .about_case .list .item_list .left h6 {
    font-size: 17px;
    color: #999999;
}

.index .item1 .content .about_case .list .item_list .left .arrow {
    margin-top: 16px;
}

.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-prev,
.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-next {
    position: static;
    background: none;
    display: inline-block;
    outline: none;
    width: 35px;
    height: 35px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    background: #de0217;
    opacity: 1;
}

.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-prev i,
.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-next i {
    color: #fff;
    font-size: 18px;
}

.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-next.swiper-button-disabled,
.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-prev.swiper-button-disabled {
    background: #fff;
}

.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-next.swiper-button-disabled i,
.index .item1 .content .about_case .list .item_list .left .arrow .swiper-button-prev.swiper-button-disabled i {
    color: #333;
}

.index .item1 .content .about_case .list .item_list .right {
    overflow: hidden;
    width: 900px;
    float: right;
}

.index .item1 .content .about_case .list .item_list .right .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
}

.index .item1 .content .about_case .list .item_list .right .swiper-container .swiper-wrapper .swiper-slide a:hover .cover {
    opacity: 1;
}

.index .item1 .content .about_case .list .item_list .right .swiper-container .swiper-wrapper .swiper-slide a .cover {
    transition: all 0.5s linear;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 89, 170, 0.8);
    text-align: center;
    padding-top: 45px;
}

.index .item1 .content .about_case .list .item_list .right .swiper-container .swiper-wrapper .swiper-slide a .cover p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}

.index .item1 .content .about_case .list .item_list .right .swiper-container .swiper-wrapper .swiper-slide a .pic {
    background: #f1f1f1;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    text-align: center;
}

.index .item1 .content .about_case .list .item_list .right .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    transition: all 0.5s linear;
    max-width: 100%;
}

.index .item2 .content {
    padding-bottom: 40px;
}

.index .item2 .content .list .item_list {
    display: none;
    position: relative;
}

.index .item2 .content .list .item_list:first-child {
    display: block;
}

.index .item2 .content .list .item_list .pic {
    height: 445px;
    text-align: center;
    line-height: 445px;
    overflow: hidden;
}

.index .item2 .content .list .item_list .pic img {
    max-width: 100%;
}

.index .item2 .content .list .item_list .word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px;
}

.index .item2 .content .list .item_list .word .left {
    float: left;
    width: 310px;
}

.index .item2 .content .list .item_list .word .left h5 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.index .item2 .content .list .item_list .word .left p {
    font-size: 14px;
    color: #ffffff;
}

.index .item2 .content .list .item_list .word .right {
    float: right;
    font-size: 24px;
    color: #ffffff;
}

.index .item2 .content .item_nav {
    background: url(../images/index_item2_nav_bg.jpg) no-repeat center;
}

.index .item2 .content .item_nav ul li {
    border-bottom: 4px solid #dedede;
}

.index .item2 .content .item_nav ul li:hover,
.index .item2 .content .item_nav ul li.active {
    border-bottom: 4px solid #e40215;
}

.index .item2 .content .item_nav ul li:hover a .pic img:last-child,
.index .item2 .content .item_nav ul li.active a .pic img:last-child {
    display: inline-block;
}

.index .item2 .content .item_nav ul li:hover a .pic img:first-child,
.index .item2 .content .item_nav ul li.active a .pic img:first-child {
    display: none;
}

.index .item2 .content .item_nav ul li a {
    display: block;
    height: 106px;
    text-align: center;
    padding-top: 30px;
}

.index .item2 .content .item_nav ul li a .pic {
    margin: 0 auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.index .item2 .content .item_nav ul li a .pic img:last-child {
    display: none;
}

.index .item2 .content .item_nav ul li a p {
    font-size: 14px;
    color: #333333;
}

.index .item3 {
    background: #f1f1f1;
}

.index .item3 .content .center {
    padding-bottom: 25px;
}

.index .item3 .content .center .slide {
    position: relative;
}

.index .item3 .content .center .slide .arrow {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index .item3 .content .center .slide .arrow .swiper-button-prev,
.index .item3 .content .center .slide .arrow .swiper-button-next {
    position: static;
    background: none;
    display: inline-block;
    outline: none;
}

.index .item3 .content .center .slide .arrow .swiper-button-prev i,
.index .item3 .content .center .slide .arrow .swiper-button-next i {
    font-size: 24px;
}

.index .item3 .content .center .slide .btn {
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 630px;
}

.index .item3 .content .center .slide .btn .swiper-pagination {
    position: static;
}

.index .item3 .content .center .slide .btn .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #dedede;
    margin-right: 5px;
    opacity: 1;
}

.index .item3 .content .center .slide .btn .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0358a9;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    float: left;
    width: 600px;
    height: 320px;
    text-align: center;
    line-height: 320px;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
    width: 600px;
    float: right;
    padding-left: 30px;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
    margin: 20px 0 30px;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 i {
    font-size: 39px;
    line-height: 30px;
    color: #999999;
    opacity: 0.5;
    font-style: oblique;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 span {
    font-size: 24px;
    line-height: 30px;
    color: #0358a9;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
    max-height: 96px;
}

.index .item3 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #de0217;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
}

.index .item3 .content .list {
    overflow: hidden;
    padding-bottom: 50px;
}

.index .item3 .content .list ul {
    margin: 0 -12px;
}

.index .item3 .content .list ul li {
    padding: 0 12px;
    margin-bottom: 24px;
}

.index .item3 .content .list ul li a {
    display: block;
    height: 90px;
    background-color: #ffffff;
    text-align: center;
    line-height: 90px;
    overflow: hidden;
}

.index .item3 .content .list ul li a img {
    max-width: 100%;
}

.index .item4 .content .title {
    border-bottom: 1px solid #dedede;
}

.index .item4 .content .list .item_list {
    display: none;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
}

.index .item4 .content .list .item_list:first-child {
    display: block;
}

.index .item4 .content .list .item_list ul {
    margin: 0 -13px;
}

.index .item4 .content .list .item_list ul li {
    padding: 0 13px;
}

.index .item4 .content .list .item_list ul li a {
    display: block;
}

.index .item4 .content .list .item_list ul li a:hover .pic>img {
    transform: scale(1.1);
}

.index .item4 .content .list .item_list ul li a:hover .word {
    background: #de0217;
}

.index .item4 .content .list .item_list ul li a:hover .word .text h5,
.index .item4 .content .list .item_list ul li a:hover .word .text span {
    color: #fff;
}

.index .item4 .content .list .item_list ul li a .pic {
    height: 210px;
    text-align: center;
    line-height: 210px;
    overflow: hidden;
    position: relative;
}

.index .item4 .content .list .item_list ul li a .pic .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.index .item4 .content .list .item_list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .item4 .content .list .item_list ul li a .word {
    height: 75px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #dedede;
    border-top: 0 solid #000;
}

.index .item4 .content .list .item_list ul li a .word .text {
    width: 70%;
    float: left;
}

.index .item4 .content .list .item_list ul li a .word .text h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item4 .content .list .item_list ul li a .word .text span {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.index .item4 .content .list .item_list ul li a .word i {
    width: 14px;
    height: 2px;
    background: #dedede;
    float: right;
    display: block;
    margin-top: 30px;
}

.index .item5 {
    background: #2c972d;
}

.index .item5 .content {
    height: 350px;
}

.index .item5 .content .list ul li {
    padding: 40px 0 46px;
}

.index .item5 .content .list ul li:first-child a {
    border-left: 0 solid #000;
}

.index .item5 .content .list ul li a {
    display: block;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.index .item5 .content .list ul li a .pic {
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto 5px;
}

.index .item5 .content .list ul li a p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.index .item6 .content {
    position: relative;
    top: -200px;
    padding: 40px;
    background: #f1f1f1;
}

.index .item6 .content .title {
    padding: 0 0 30px;
}

.index .item6 .content .center .pic {
    text-align: center;
    height: 300px;
    line-height: 300px;
    overflow: hidden;
}

.index .item6 .content .center .pic img {
    max-width: 100%;
}

.index .item6 .content .center .word {
    padding: 30px 0;
}

.index .item6 .content .center .word p {
    font-size: 14px;
    color: #666666;
    text-indent: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    max-height: 90px;
}

.index .item6 .content .center .item_nav ul li:first-child a::after {
    display: none;
}

.index .item6 .content .center .item_nav ul li:hover a,
.index .item6 .content .center .item_nav ul li.active a {
    background: #2c972d;
}

.index .item6 .content .center .item_nav ul li a {
    display: block;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 18px;
    color: #ffffff;
    background: #333;
    position: relative;
}

.index .item6 .content .center .item_nav ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background: #fff;
}

.index .item7 .content {
    position: relative;
    top: -200px;
    padding-bottom: 100px;
    height: 519px;
}

.index .item7 .content .title {
    border-bottom: 1px solid #dedede;
}

.index .item7 .content .list {
    margin-top: 30px;
}

.index .item7 .content .list .item_list {
    overflow: hidden;
    display: none;
}

.index .item7 .content .list .item_list:first-child {
    display: block;
}

.index .item7 .content .list .item_list .left {
    width: 570px;
    float: left;
}

.index .item7 .content .list .item_list .left a {
    display: block;
}

.index .item7 .content .list .item_list .left a:hover .pic img {
    transform: scale(1.1);
}

.index .item7 .content .list .item_list .left a:hover .word h5 {
    color: #0358a9;
}

.index .item7 .content .list .item_list .left a .pic {
    height: 310px;
    text-align: center;
    line-height: 310px;
    overflow: hidden;
}

.index .item7 .content .list .item_list .left a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .item7 .content .list .item_list .left a .word {
    padding: 20px;
}

.index .item7 .content .list .item_list .left a .word h5 {
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 18px;
    max-height: 18px;
    color: #333333;
}

.index .item7 .content .list .item_list .left a .word p {
    margin: 15px 0;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    max-height: 36px;
}

.index .item7 .content .list .item_list .left a .word .data {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
}

.index .item7 .content .list .item_list .left a .word .data span {
    font-size: 14px;
    color: #999999;
}

.index .item7 .content .list .item_list .left a .word .data i {
    margin-left: 10px;
    font-size: 14px;
    color: #333333;
}

.index .item7 .content .list .item_list .right {
    width: 590px;
    float: right;
}

.index .item7 .content .list .item_list .right ul li a {
    display: block;
    transition: all 0.5s linear;
    overflow: hidden;
    padding: 16px;
}

.index .item7 .content .list .item_list .right ul li a:hover {
    background: #2c972d;
}

.index .item7 .content .list .item_list .right ul li a:hover .pic img {
    transform: scale(1.1);
}

.index .item7 .content .list .item_list .right ul li a:hover .word h5,
.index .item7 .content .list .item_list .right ul li a:hover .word p {
    color: #fff;
}

.index .item7 .content .list .item_list .right ul li a:hover .word .data span,
.index .item7 .content .list .item_list .right ul li a:hover .word .data i {
    color: #fff;
}

.index .item7 .content .list .item_list .right ul li a .pic {
    float: left;
    width: 190px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    overflow: hidden;
}

.index .item7 .content .list .item_list .right ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .item7 .content .list .item_list .right ul li a .word {
    width: 336px;
    float: left;
    padding-top: 20px;
    padding-left: 16px;
}

.index .item7 .content .list .item_list .right ul li a .word h5 {
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 18px;
    max-height: 18px;
    color: #333333;
}

.index .item7 .content .list .item_list .right ul li a .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    max-height: 36px;
    margin: 5px 0;
}

.index .item7 .content .list .item_list .right ul li a .word .data span {
    font-size: 14px;
    color: #999999;
}

.index .item7 .content .list .item_list .right ul li a .word .data i {
    margin-left: 10px;
    font-size: 14px;
    color: #333333;
}

.side_nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.side_nav ul li {
    position: relative;
    margin-bottom: 1px;
}

.side_nav ul li:hover .tel {
    display: block;
}

.side_nav ul li:hover .qrcode {
    display: block;
}

.side_nav ul li a {
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border: 1px solid #dedede;
    text-align: center;
    overflow: hidden;
}

.side_nav ul li a img {
    display: block;
    margin: 15px auto 5px;
}

.side_nav ul li a span {
    font-size: 14px;
    color: #333333;
}

.side_nav ul li .tel {
    display: none;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-100%, -50%);
    width: 200px;
    height: 85px;
    background: #fff;
    text-align: center;
    padding-top: 15px;
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, 0.1);
}

.side_nav ul li .tel h5 {
    font-size: 18px;
    font-weight: bold;
    color: #0177ff;
}

.side_nav ul li .tel h6 {
    font-size: 16px;
}

.side_nav ul li .qrcode {
    display: none;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-100%, -50%);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, 0.1);
    padding: 10px;
}

.side_nav ul li .qrcode img {
    max-width: 100px;
}


/* } */