html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

ul,
ol {
    list-style: none;
}

a:focus,
a:active,
a:hover {
    color: #333;
}

.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;
}

body,
html {
    min-width: 1200px;
}

.clear {
    clear: both;
}

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

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

.top {
    background-color: #eeeeee;
}

.top .content {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.top .content .left {
    float: left;
}

.top .content .left a {
    font-size: 14px;
    color: #999999;
}

.top .content .left a:hover {
    color: #eb6112;
}

.top .content .right {
    float: right;
}

.top .content .right ul li {
    float: left;
    margin-right: 30px;
    position: relative;
}

.top .content .right ul li::after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #cccccc;
    transform: translateY(-50%);
}

.top .content .right ul li a {
    font-size: 14px;
    color: #999999;
}

.top .content .right ul li a:hover {
    color: #eb6112;
}

.header .content {
    overflow: hidden;
    height: 100px;
}

.header .content .logo {
    float: left;
    overflow: hidden;
}

.header .content .logo a {
    display: block;
    float: left;
    margin-top: 10px;
}

.header .content .logo .word {
    margin-top: 24px;
    margin-left: 10px;
    padding: 0 0 5px 10px;
    border-left: 1px solid #dedede;
    float: left;
}

.header .content .logo .word h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    margin-bottom: 3px;
}

.header .content .logo .word h6 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
}

.header .content .tel {
    margin-top: 22px;
    float: right;
    padding: 3px 0 3px 60px;
    background: url(../images/tel.png) no-repeat left center;
}

.header .content .tel h5 {
    font-size: 14px;
    color: #999999;
}

.header .content .tel h6 {
    font-size: 28px;
    line-height: 1;
    color: #eb6112;
    font-weight: bold;
}

.nav {
    /*background: url(../images/nav_bg.jpg) no-repeat center;*/
    /*position: relative;*/
}

.nav>.content>ul>li:hover>a,
.nav>.content>ul>li.active>a {
    background: url(../images/nav_li_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.nav>.content>ul>li:hover .pro_nav {
    display: block;
}

.nav>.content>ul>li .pro_nav {
    padding: 30px 0 60px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.nav>.content>ul>li .pro_nav .content {
    padding: 0 150px;
}

.nav>.content>ul>li .pro_nav .content .left {
    width: 550px;
    float: left;
}

.nav>.content>ul>li .pro_nav .content .left h5 {
    font-weight: bold;
    font-size: 18px;
    color: #eb6112;
    margin-bottom: 20px;
}

.fn-title {
    text-align: center;
    font-size: 48px;
    color: #000;
}

.fn-text {
    font-size: 20px;
    color: #000;
    text-align: center;
    position: relative;
}

.fn-text::after {
    content: '';
    position: absolute;
    top: 92px;
    left: 50%;
    width: 34px;
    height: 5px;
    background-color: #000000;
    transform: translate(-50%);
}

.film-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px 18px;
    margin-top: 102px;
    text-align: center;
}

.content2 {
    width: 1694px;
    margin: 0 auto;
    margin-top: 60px;
}

@media screen and (min-width: 1366px) and (max-width:1694px) {
    /* .content2 {
        width: 1360px;
    }
    .hover-content {
        height: 400px;
    } */
}

@media screen and (min-width: 1200px) and (max-width:1365px) {
    /* .content2 {
        width: 1200px;
    }
    .hover-content {
        height: 400px;
    } */
}

.fn-num {
    position: relative;
    font-size: 45px;
    font-weight: bold;
    color: #404040;
    margin-top: -4px;
}

.film-box>div:hover .hover-after {
    display: none;
}

.film-box>div {
    height: 420px;
    /* background-color: pink; */
}

.film-box>div:hover .hover-befor {
    display: block;
    box-shadow: -1px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.hover-befor {
    background-color: #999;
    display: none;
}

.hover-befor .al-img {
    width: 100%;
    height: 172px;
}

.hover-befor .al-img img,
.all-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fn-num::before {
    content: '';
    position: absolute;
    top: 98%;
    left: 50%;
    width: 48px;
    height: 4px;
    background-color: #afadae;
    transform: translate(-50%);
}

.fn-t {
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #404040;
    margin-top: 10px;
}

.hover-content {
    height: 250px;
    background-color: #fc8535;
    color: #fff;
    padding: 0 1vw;
}

.hover-content .fn-num {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

.hover-content .fn-num::before {
    background-color: #fff;
}

.hover-title {
    font-size: 22px;
}

.hover-text {
    font-size: 16px;
    text-align: left;
}

.nav>.content>ul>li .pro_nav .content .left ul li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-family: STHeiti;
    font-weight: 600;
}

.nav>.content>ul>li .pro_nav .content .left ul li a span {
    overflow: hidden;
}

.nav>.content>ul>li .pro_nav .content .left ul li a span img {
    position: relative;
    top: -2px;
}

.nav>.content>ul>li .pro_nav .content .left ul li a span i {}

.nav>.content>ul>li .pro_nav .content .left ul li a:hover span {
    color: #eb6112;
}

.nav>.content>ul>li .pro_nav .content .right {
    width: 350px;
    float: right;
    text-align: center;
}

.nav>.content>ul>li .pro_nav .content .right img {
    width: 350px;
    height: 233px;
}

.nav>.content>ul>li .pro_nav .content .right h5 {
    margin-top: 10px;
}

.nav>.content>ul>li .pro_nav .content .right h5 a {
    font-size: 18px;
    color: #000;
}

.nav>.content>ul>li>a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}

.bread_nav {
    background: #f6f6f6;
}

.bread_nav .content {
    height: 50px;
    max-width: 1200px;
    line-height: 50px;
}

.bread_nav .content .icon {
    display: inline-block;
    width: 20px;
    height: 50px;
    background: url(../images/location_icon.png) no-repeat center;
    float: left;
    margin-right: 10px;
}

.bread_nav .content a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
}

.page_nav {
    background: #f6f6f6;
}

.page_nav .content {
    padding-bottom: 35px;
}

.page_nav .content ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.page_nav .content ul li:last-child {
    margin-right: 0;
}

.page_nav .content ul li:last-child::after {
    display: none;
}

.page_nav .content ul li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    width: 1px;
    height: 14px;
    background: #ccc;
    transform: translateY(-50%);
}

.page_nav .content ul li:hover a,
.page_nav .content ul li.active a {
    background-color: #1d2088;
    color: #fff;
}

.page_nav .content ul li a {
    display: block;
    width: 128px;
    height: 42px;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
}

.case_list {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.case_list .content .big {
    /*height: 440px;*/
    background-color: #ffffff;
    padding: 20px 20px 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.case_list .content .big:hover .pic img {
    transform: scale(1.1);
}

.case_list .content .big .pic {
    width: 420px;
    height: 247px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.case_list .content .big .pic img {
    transition: all 0.5s linear;
    width: 100%;
}

.case_list .content .big .word {
    width: 700px;
    height: 247px;
    float: left;
    margin-left: 30px;
}

.case_list .content .big .word h5 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
}

.case_list .content .big .word .line {
    width: 28px;
    height: 3px;
    background-color: #eb6112;
    margin: 10px 0;
}

.case_list .content .big .word p {
    font-size: 16px;
    color: #333333;
}

.case_list .content .big .word span {
    font-size: 16px;
    color: #1d2088;
    font-weight: bold;
    display: block;
    margin: 30px 0;
}

.case_list .content .big .word a {
    display: block;
    width: 120px;
    height: 42px;
    background-color: #eb6112;
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

.case_list .content {
    overflow: hidden;
}

.case_list .content .list {
    overflow: hidden;
    /*margin-top: 30px;*/
}

.case_list .content .list ul {
    margin: 0 -15px;
}

.case_list .content .list ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}

.case_list .content .list ul li a {
    display: block;
    position: relative;
    transition: all .5s linear;
    background-color: #FFF;
}

.case_list .content .list ul li a:hover {
    box-shadow: 10px 10px 20px #dedede;
}

.case_list .content .list ul li a .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    display: none;
}

.case_list .content .list ul li a .cover span {
    width: 120px;
    height: 42px;
    background-color: #eb6112;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s linear;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

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

.case_list .content .list ul li a:hover .cover {
    display: block;
}

.case_list .content .list ul li a .pic {
    height: 340px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    line-height: 340px;
    text-align: center;
}

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

.case_list .content .list ul li a .word {
    /*height: 200px;*/
    padding: 20px 20px 0;
    background: #fff;
}

.case_list .content .list ul li a .word h5 {
    font-size: 18px;
    line-height: 1;
    color: #eb6112;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.case_list .content .list ul li a .word p {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    max-height: 60px;
    margin: 10px 0;
    text-indent: 1em;
}

.case_list .content .list ul li a .word .data {
    border-top: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 35px;*/
    padding: 10px 0;
}

.case_list .content .list ul li a .word .data span {
    font-size: 14px;
    color: #333;
}

.news_list {
    background: #f6f6f6;
    padding-bottom: 100px;
}

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

.news_list .content .list ul {
    margin: 0 -15px;
}

.news_list .content .list ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}

.news_list .content .list ul li a {
    display: block;
    background-color: #FFF;
}

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

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

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

.news_list .content .list ul li a .word {
    padding: 20px;
    background: #fff;
}

.news_list .content .list ul li a .word h5 {
    font-size: 18px;
    /*line-height: 1;*/
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
}

.news_list .content .list ul li a .word p {
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    max-height: 60px;
    margin: 10px 0;
}

.news_list .content .list ul li a .word p i {
    color: #666;
}

.news_list .content .list ul li a .word p i:last-child {
    float: right;
    color: #999;
}

.news_list .content .list ul li a .word span {
    width: 150px;
    height: 42px;
    background-color: #eb6112;
    border-radius: 21px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s linear;
    margin: 0 auto;
}

.video_list {
    background: #f6f6f6;
    padding-bottom: 100px;
}

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

.video_list .content .list ul {
    margin: 0 -15px;
}

.video_list .content .list ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}

.video_list .content .list ul li a {
    display: block;
    background-color: #FFF;
}

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

.video_list .content .list ul li a:hover .pic .cover {
    opacity: 1;
}

.video_list .content .list ul li a:hover .word h5 {
    color: #1d2088;
}

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

.video_list .content .list ul li a .pic .cover {
    transition: all 0.5s linear;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 32, 136, 0.5);
    text-align: center;
    line-height: 260px;
}

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

.video_list .content .list ul li a .word {
    height: 55px;
    padding: 0 20px;
    background: #fff url(../images/video_arrow.png) no-repeat right 20px center;
    line-height: 55px;
}

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

.contact_us .item1 {
    background: #fff;
}

.contact_us .item1 .content {
    padding: 30px 0;
    overflow: hidden;
}

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

.contact_us .item1 .content .pic img {
    width: 600px;
    height: 480px;
}

.contact_us .item1 .content .word {
    width: 600px;
    float: left;
    padding-right: 20px;
}

.contact_us .item1 .content .word h5 {
    font-size: 30px;
    line-height: 30px;
    color: #1d2088;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.contact_us .item1 .content .word p {
    height: 73px;
    line-height: 73px;
    border-bottom: 1px solid #dedede;
}

.contact_us .item1 .content .word p:last-child {
    border-bottom: 0 solid #000;
}

.contact_us .item1 .content .word p span {
    width: 35px;
    height: 35px;
    background-color: #eb6112;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
    border-radius: 50%;
}

.contact_us .item1 .content .word p i {
    font-size: 18px;
    color: #333333;
}

.contact_us .item3 .content {
    padding: 0 0 30px;
}

.contact_us .item3 .content ul {
    border-top: 1px dashed #dedede;
    padding-top: 20px;
}

.contact_us .item3 .content ul li {
    /*padding: 0 30px;*/
    margin-bottom: 15px;
}

.contact_us .item3 .content ul li h5 {
    color: #1d2088;
    font-size: 24px;
    margin-bottom: 5px;
}

.contact_us .item3 .content ul li h5 span {
    width: 35px;
    height: 35px;
    background-color: #eb6112;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.contact_us .item3 .content ul li p {
    font-size: 14px;
    color: #333;
    padding-left: 40px;
}

.contact_us .item2 {
    background: #f6f6f6;
}

.contact_us .item2 .content .tit {
    text-align: center;
    padding: 60px 0 30px;
}

.contact_us .item2 .content .tit h5 {
    font-size: 36px;
    line-height: 1;
    color: #333333;
    margin-bottom: 5px;
}

.contact_us .item2 .content .tit h6 {
    font-size: 16px;
    line-height: 1;
    color: #666666;
}

.contact_us .item2 .content .form {
    padding-bottom: 60px;
}

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

.contact_us .item2 .content .form form div input {
    width: 580px;
    height: 60px;
    border: solid 1px #dedede;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    display: block;
    float: left;
}

.contact_us .item2 .content .form form div input:last-child {
    float: left;
}

.contact_us .item2 .content .form form textarea {
    display: block;
    width: 100%;
    height: 250px;
    border: solid 1px #dedede;
    outline: none;
    resize: none;
    padding: 20px;
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
}

.contact_us .item2 .content .form form .sub {
    width: 360px;
    height: 60px;
    background-color: #eb6112;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
}

.jishu_list {
    background: #f6f6f6;
}

.jishu_list .content .list {
    overflow: hidden;
    padding-bottom: 140px;
}

.jishu_list .content .list ul li {
    margin-bottom: 30px;
    display: block;
    height: 230px;
    background-color: #ffffff;
    padding: 20px 20px 30px;
}

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

.jishu_list .content .list ul li .pic {
    width: 550px;
    height: 180px;
    background-color: #ffffff;
    text-align: center;
    line-height: 180px;
    overflow: hidden;
    float: left;
}

.jishu_list .content .list ul li .pic img {
    /*max-width: 62%;*/
    transition: all 0.5s linear;
}

.jishu_list .content .list ul li .word {
    width: 550px;
    margin-left: 50px;
    float: left;
    height: 200px;
    position: relative;
}

.jishu_list .content .list ul li .word h5 {
    font-size: 32px;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #dedede;
    padding: 10px 0 20px;
    margin-bottom: 50px;
}

.jishu_list .content .list ul li .word span {
    display: inline-block;
}

.jishu_list .content .list ul li .word span a {
    width: 159px;
    height: 42px;
    background-color: #eb6112;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
}

.pro_list {
    background: #f6f6f6;
}

.pro_list .content .list {
    overflow: hidden;
    padding-bottom: 0px;
}

.pro_list .content .list ul li {
    margin-bottom: 30px;
}

.pro_list .content .list ul li a {
    display: block;
    height: 370px;
    background-color: #ffffff;
    padding: 20px 20px 30px;
}

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

.pro_list .content .list ul li a .pic {
    width: 550px;
    height: 320px;
    background-color: #ffffff;
    text-align: center;
    line-height: 320px;
    overflow: hidden;
    float: left;
}

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

.pro_list .content .list ul li a .word {
    width: 550px;
    margin-left: 50px;
    float: left;
    height: 320px;
    position: relative;
}

.pro_list .content .list ul li a .word h5 {
    font-size: 32px;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #dedede;
    padding: 10px 0 20px;
}

.pro_list .content .list ul li a .word .text {
    overflow: hidden;
    height: 200px;
    padding-top: 20px;
}

.pro_list .content .list ul li a .word .text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    background: url(../images/jishu_arrow.png) no-repeat left top 10px;
    padding-left: 15px;
}

.pro_list .content .list ul li a .word span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 159px;
    height: 42px;
    background-color: #eb6112;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
}

.about_us .title {
    text-align: center;
    padding: 60px 0 30px;
}

.about_us .title h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
}

.about_us .title h6 {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin: 10px 0;
}

.about_us .title .line {
    width: 33px;
    height: 3px;
    background-color: #eb6112;
    margin: 0 auto;
}

.about_us .item1 .content {
    padding-top: 35px;
}

.about_us .item1 .content .word {
    width: 546px;
    float: left;
}

.about_us .item1 .content .word .title {
    text-align: left;
    padding-top: 22px;
}

.about_us .item1 .content .word .title h5 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #1d2088;
}

.about_us .item1 .content .word .title h6 {
    color: #666666;
}

.about_us .item1 .content .word .title .line {
    margin: 0;
}

.about_us .item1 .content .word .tit {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    margin-bottom: 30px;
}

.about_us .item1 .content .word p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #666666;
}

.about_us .item1 .content .pic {
    float: right;
}

.about_us .item1 .content .list {
    padding: 50px 0 60px;
}

.about_us .item1 .content .list ul li {
    border-right: 1px dashed #dedede;
}

.about_us .item1 .content .list ul li:last-child {
    border-right: none;
}

.about_us .item1 .content .list ul li a {
    text-align: center;
    display: block;
}

.about_us .item1 .content .list ul li a span {
    font-size: 70px;
    line-height: 1;
    color: #1d2088;
}

.about_us .item1 .content .list ul li a i {
    font-size: 20px;
    line-height: 1;
    color: #333;
}

.about_us .item1 .content .list ul li a p {
    font-size: 16px;
    line-height: 1;
    color: #666666;
    margin-top: 10px;
}

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

.about_us .item2 .content {
    height: 620px;
}

.about_us .item2 .content .slide {
    margin-top: 90px;
    background: url(../images/about_line.png) no-repeat top 60px center;
}

.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    text-align: center;
    padding: 0 50px;
    position: relative;
}

.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover span {
    color: #eb6112;
}

.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover::after {
    background: url(../images/about_arrow_c.png) no-repeat center;
}

.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a::after {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/about_arrow.png) no-repeat center;
}

.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a span {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
}

.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 66px;
}

.about_us .item2 .content .slide .swiper-container .swiper-button-next,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #eb6112;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    border-radius: 50%;
    top: 25%;
}

.about_us .item2 .content .slide .swiper-container .swiper-button-next i,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev i {
    font-size: 16px;
    color: #fff;
}

.about_us .item2 .content .slide .swiper-container .swiper-button-next {
    right: 0;
}

.about_us .item2 .content .slide .swiper-container .swiper-button-prev {
    left: 0;
}

.about_us .item2 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
    background: #fff;
}

.about_us .item2 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
    color: #333;
}

.about_us .item3 .content {
    padding-bottom: 60px;
}

.about_us .item3 .content .title h5 {
    color: #333;
}

.about_us .item3 .content .title h6 {
    color: #666;
}

.about_us .item3 .content .item_nav {
    margin-bottom: 30PX;
}

.about_us .item3 .content .item_nav ul {
    text-align: center;
}

.about_us .item3 .content .item_nav ul li {
    display: inline-block;
}

.about_us .item3 .content .item_nav ul li:hover a,
.about_us .item3 .content .item_nav ul li.active a {
    background-color: #1d2088;
    color: #fff;
}

.about_us .item3 .content .item_nav ul li a {
    display: block;
    width: 160px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
}

.about_us .item3 .content .slide .slide_list {
    display: none;
}

.about_us .item3 .content .slide .slide_list:first-child {
    display: block;
}

.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

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

.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
    background-color: #122975;
    color: #fff;
}

.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .pic {
    height: 390px;
    background-color: #f6f6f6;
    border-radius: 3px;
    text-align: center;
    line-height: 390px;
    overflow: hidden;
}

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

.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .word {
    height: 56px;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s linear;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow {
    margin-top: 30px;
    text-align: center;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev {
    position: static;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #eb6112;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    border-radius: 50%;
    border: solid 1px #bbbbbb;
    margin: 0;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next i,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev i {
    font-size: 16px;
    color: #fff;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next {
    right: 0;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev {
    left: 0;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next.swiper-button-disabled,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev.swiper-button-disabled {
    background: #fff;
}

.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next.swiper-button-disabled i,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev.swiper-button-disabled i {
    color: #333;
}

.about_us .item4 {
    background: #1d2088;
}

.about_us .item4 .content {
    height: 545px;
}

.about_us .item4 .content .tit {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 30px;
}

.about_us .item4 .content .slide .swiper-container {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    transition: all 0.5s linear;
}

.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
    transform: translateY(-10px);
}

.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    height: 130px;
    background-color: #f6f6f6;
    border-radius: 3px;
    text-align: center;
    line-height: 130px;
    overflow: hidden;
}

.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
}

.about_us .item4 .content .slide .swiper-container .swiper-button-next,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #eb6112;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    border-radius: 50%;
    border: solid 1px #bbbbbb;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_us .item4 .content .slide .swiper-container .swiper-button-next i,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev i {
    font-size: 16px;
    color: #fff;
}

.about_us .item4 .content .slide .swiper-container .swiper-button-next {
    right: 0;
}

.about_us .item4 .content .slide .swiper-container .swiper-button-prev {
    left: 0;
}

.about_us .item4 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
    background: #fff;
}

.about_us .item4 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
    color: #333;
}

.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.index_banner .slide .swiper-container .swiper-button-next,
.index_banner .slide .swiper-container .swiper-button-prev {
    width: 38px;
    height: 72px;
    background: #1d2088;
    text-align: center;
    line-height: 72px;
    opacity: 1;
    top: 50%;
    z-index: 5;
}

.index_banner .slide .swiper-container .swiper-button-next i,
.index_banner .slide .swiper-container .swiper-button-prev i {
    font-size: 16px;
    color: #fff;
}

.index_banner .slide .swiper-container .swiper-button-next {
    right: 5%;
}

.index_banner .slide .swiper-container .swiper-button-prev {
    left: 5%;
}

.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
    background: #fff;
    pointer-events: auto;
}

.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
    color: #333;
}

.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 1;
}

.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #1d2088;
}

.index .title {
    text-align: center;
    padding: 60px 0 30px;
}

.index .title h5 {
    font-size: 50px;
    line-height: 1;
    color: #e9e9e9;
}

.index .title h6 {
    font-size: 32px;
    line-height: 1;
    color: #595959;
    position: relative;
    top: -30px;
}

.index .title p {
    font-size: 16px;
    line-height: 1;
    color: #595959;
    margin-top: -20px;
}

.index .item1 {
    padding-bottom: 60px;
}

.index .item1 .content .center {
    overflow: hidden;
    position: relative;
    height: 801px;
}

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

.index .item1 .content .center .left ul li:hover a,
.index .item1 .content .center .left ul li.active a {
    background-color: #1d2088;
}

.index .item1 .content .center .left ul li:hover a .img_c,
.index .item1 .content .center .left ul li.active a .img_c {
    display: inline-block;
}

.index .item1 .content .center .left ul li:hover a .img,
.index .item1 .content .center .left ul li.active a .img {
    display: none;
}

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

.index .item1 .content .center .left ul li a {
    display: block;
    width: 200px;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
    line-height: 80px;
    border: 1px solid #dedede;
    border-bottom: 0 solid #000;
}

.index .item1 .content .center .left ul li a img {
    position: relative;
    top: -3px;
}

.index .item1 .content .center .left ul li a .img_c {
    display: none;
}

.index .item1 .content .center .left ul li a span {
    font-size: 24px;
    color: #333333;
}

.index .item1 .content .center .right {
    float: left;
    width: 1000px;
    border-top: 4px solid #1d2088;
    padding-left: 20px;
    overflow: hidden;
}

.index .item1 .content .center .right .list {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
}

.index .item1 .content .center .right .list .item_list {
    height: 801px;
    overflow: hidden;
}

.index .item1 .content .center .right .list .item_list .big {
    margin-bottom: 20px;
}

.index .item1 .content .center .right .list .item_list .big a {
    display: block;
    padding-top: 10px;
    overflow: hidden;
}

.index .item1 .content .center .right .list .item_list .big a:hover .word h5 {
    color: #1d2088;
}

.index .item1 .content .center .right .list .item_list .big a:hover .pic img {
    transform: scale(1.1);
}

.index .item1 .content .center .right .list .item_list .big a .word {
    width: 526px;
    float: left;
}

.index .item1 .content .center .right .list .item_list .big a .word h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin: 8px 0 15px;
}

.index .item1 .content .center .right .list .item_list .big a .word .line {
    width: 30px;
    height: 3px;
    background-color: #eb6112;
    border-radius: 2px;
    margin-bottom: 5px;
}

.index .item1 .content .center .right .list .item_list .big a .word p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
}

.index .item1 .content .center .right .list .item_list .big a .word span {
    font-size: 14px;
    color: #666666;
}

.index .item1 .content .center .right .list .item_list .big a .word span i {
    color: #eb6112;
}

.index .item1 .content .center .right .list .item_list .big a .pic {
    float: right;
    width: 420px;
    height: 247px;
    text-align: center;
    overflow: hidden;
    line-height: 247px;
}

.index .item1 .content .center .right .list .item_list .big a .pic img {
    width: 100%;
    transition: all 0.5s linear;
    height: 247px;
}

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

.index .item1 .content .center .right .list .item_list ul li {
    padding: 0 10px;
    margin-bottom: 5px;
}

.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 .pic img {
    transform: scale(1.1);
}

.index .item1 .content .center .right .list .item_list ul li a:hover .word {
    color: #1d2088;
}

.index .item1 .content .center .right .list .item_list ul li a .pic {
    width: 229px;
    height: 229px;
    text-align: center;
    /*line-height: 229px;*/
    overflow: hidden;
}

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

.index .item1 .content .center .right .list .item_list ul li a .word {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    width: 220px;
}

.index .item2 {
    background-color: #1d2088;
}

.index .item2 .content {
    height: 1100px;
}

.index .item2 .content .title h5 {
    color: #383a87;
}

.index .item2 .content .title h6,
.index .item2 .content .title p {
    color: #fff;
}

.index .item2 .content .one .item_nav ul li:hover a,
.index .item2 .content .one .item_nav ul li.active a {
    background-color: #eb6112;
    color: #fff;
}

.index .item2 .content .one .item_nav ul li:hover a::after,
.index .item2 .content .one .item_nav ul li.active a::after {
    display: none;
}

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

.index .item2 .content .one .item_nav ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    position: relative;
}

.index .item2 .content .one .item_nav ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #1d2088;
    transform: translateY(-50%);
}

.index .item2 .content .one .list {
    background: #fff;
    padding: 30px 0;
}

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

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

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

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

.index .item2 .content .one .list .item_list ul li a .pic {
    height: 320px;
    text-align: center;
    line-height: 320px;
    overflow: hidden;
    margin: 0 auto;
}

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

.index .item2 .content .two .item_nav ul li:hover a,
.index .item2 .content .two .item_nav ul li.active a {
    background-color: #eb6112;
    color: #fff;
}

.index .item2 .content .two .item_nav ul li:hover a::after,
.index .item2 .content .two .item_nav ul li.active a::after {
    display: none;
}

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

.index .item2 .content .two .item_nav ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    position: relative;
}

.index .item2 .content .two .item_nav ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #1d2088;
    transform: translateY(-50%);
}

.index .item2 .content .two .list {
    background: #fff;
    padding: 30px 0;
}

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

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

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

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

.index .item2 .content .two .list .item_list ul li a .pic {
    height: 320px;
    text-align: center;
    line-height: 320px;
    overflow: hidden;
    margin: 0 auto;
}

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

.index .item8 .content .one .item_nav ul li:hover a,
.index .item8 .content .one .item_nav ul li.active a {
    background-color: #eb6112;
    color: #fff;
}

.index .item8 .content .one .item_nav ul li:hover a::after,
.index .item8 .content .one .item_nav ul li.active a::after {
    display: none;
}

.index .item8 .content .one .item_nav ul li:last-child a::after {
    display: none;
}

.index .item8 .content .one .item_nav ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    position: relative;
}

.index .item8 .content .one .item_nav ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #1d2088;
    transform: translateY(-50%);
}

.index .item8 .content .one .list {
    background: #fff;
    border: 1px solid #dedede;
    border-top: 0 solid #000;
}

.index .item8 .content .one .list .item_list {
    display: none;
}

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

.index .item8 .content .one .list .item_list ul {
    padding: 10px 0;
}

.index .item8 .content .one .list .item_list ul li {
    padding: 0 10px;
}

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

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

.index .item8 .content .one .list .item_list ul li a .pic {
    height: 260px;
    text-align: center;
    line-height: 260px;
    overflow: hidden;
    margin: 0 auto;
}

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

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

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

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

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

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

.index .item3 .content .list ul li a:hover .pic .cover {
    opacity: 1;
}

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

.index .item3 .content .list ul li a .pic .cover {
    transition: all 0.5s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 32, 136, 0.8);
    text-align: center;
    line-height: 196px;
    opacity: 0;
}

.index .item3 .content .list ul li a .pic .cover span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 1px #eb6112;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #eb6112;
    border-radius: 50%;
}

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

.index .item3 .content .list ul li a .word {
    height: 42px;
    background-color: #1d2088;
    text-align: center;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
}

.index .item4 {
    background: #1d2088;
    position: relative;
    height: 580px;
}

.index .item4>.pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.index .item4>.pic .pic_list {
    height: 580px;
    display: none;
}

.index .item4>.pic .pic_list:first-child {
    display: block;
}

.index .item4>.pic .pic_list img {
    width: 100%;
    height: 100%;
}

.index .item4 .content {
    height: 580px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.index .item4 .content .title {
    text-align: left;
    padding-bottom: 0;
}

.index .item4 .content .title h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}

.index .item4 .content .title h6 {
    position: static;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.index .item4 .content .tit {
    margin-top: 50px;
}

.index .item4 .content .tit .tit_list {
    display: none;
}

.index .item4 .content .tit .tit_list:first-child {
    display: block;
}

.index .item4 .content .tit .tit_list h5 {
    font-size: 30px;
    color: #ffffff;
}

.index .item4 .content .tit .tit_list .line {
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    margin: 20px 0;
}

.index .item4 .content .tit .tit_list h6 {
    font-size: 16px;
    color: #ffffff;
}

.index .item4 .content .list {
    height: 193px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
}

.index .item4 .content .list ul li.active a .pic .img_c {
    display: inline-block;
}

.index .item4 .content .list ul li.active a .pic .img {
    display: none;
}

.index .item4 .content .list ul li:last-child a::after {
    display: none;
}

.index .item4 .content .list ul li a {
    display: block;
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.index .item4 .content .list ul li a:hover .pic .img_c {
    display: inline-block;
}

.index .item4 .content .list ul li a:hover .pic .img {
    display: none;
}

.index .item4 .content .list ul li a::after {
    position: absolute;
    top: 78px;
    right: -98px;
    content: "";
    width: 150px;
    height: 2px;
    border: solid 1px #cccccc;
}

.index .item4 .content .list ul li a .pic {
    width: 96px;
    height: 96px;
    background-color: #122975;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 96px;
}

.index .item4 .content .list ul li a .pic .img_c {
    display: none;
}

.index .item4 .content .list ul li a .word {
    margin-top: 10px;
}

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

.index .item4 .content .list ul li a .word h6 {
    font-size: 12px;
    color: #999999;
}

.index .item5 .content {
    padding: 60px 0;
}

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

.index .item5 .content .center>.pic {
    float: left;
}

.index .item5 .content .center>.pic img {
    width: 600px;
    height: 390px;
}

.index .item5 .content .center>.word {
    width: 565px;
    float: right;
    padding-top: 15px;
}

.index .item5 .content .center>.word h5 {
    font-size: 36px;
    line-height: 1;
    color: #999999;
}

.index .item5 .content .center>.word h6 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin: 10px 0 20px;
}

.index .item5 .content .center>.word .line {
    width: 30px;
    height: 4px;
    background-color: #eb6112;
    border-radius: 2px;
    margin-bottom: 20px;
}

.index .item5 .content .center>.word p {
    font-size: 14px;
    color: #666666;
}

.index .item5 .content .center>.word ul {
    margin: 20px -35px 0;
}

.index .item5 .content .center>.word ul li {
    padding: 0 35px;
}

.index .item5 .content .center>.word ul li a {
    display: block;
    text-align: center;
}

.index .item5 .content .center>.word ul li a:hover .pic img {
    transform: rotateY(360deg);
}

.index .item5 .content .center>.word ul li a .pic {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border: solid 2px #1d2088;
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
}

.index .item5 .content .center>.word ul li a .pic img {
    transition: all 0.5s linear;
}

.index .item5 .content .center>.word ul li a .word {
    font-size: 16px;
    color: #333333;
}

.index .item6 {
    background: #f6f6f6;
}

.index .item6 .content {
    padding-bottom: 60px;
}

.index .item6 .content .slide .swiper-container {
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
}

.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    transition: all 0.5s linear;
}

.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
    transform: translateY(-10px);
}

.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    height: 130px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 130px;
    overflow: hidden;
}

.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
}

.index .item6 .content .slide .swiper-container .swiper-button-next,
.index .item6 .content .slide .swiper-container .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #eb6112;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    border-radius: 50%;
    border: solid 1px #bbbbbb;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index .item6 .content .slide .swiper-container .swiper-button-next i,
.index .item6 .content .slide .swiper-container .swiper-button-prev i {
    font-size: 16px;
    color: #fff;
}

.index .item6 .content .slide .swiper-container .swiper-button-next {
    right: 0;
}

.index .item6 .content .slide .swiper-container .swiper-button-prev {
    left: 0;
}

.index .item6 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.index .item6 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
    background: #fff;
}

.index .item6 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.index .item6 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
    color: #333;
}

.index .item7 .content .item_nav {
    margin-bottom: 30px;
}

.index .item7 .content .item_nav ul {
    text-align: center;
}

.index .item7 .content .item_nav ul li {
    display: inline-block;
}

.index .item7 .content .item_nav ul li:hover a,
.index .item7 .content .item_nav ul li.active a {
    background-color: #eb6112;
    color: #fff;
}

.index .item7 .content .item_nav ul li a {
    width: 108px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #cccccc;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
}

.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 .big {
    width: 455px;
    float: left;
}

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

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

.index .item7 .content .list .item_list .big a:hover .word h5,
.index .item7 .content .list .item_list .big a:hover .word p {
    color: #1d2088;
}

.index .item7 .content .list .item_list .big a:hover .word span {
    color: #eb6112;
}

.index .item7 .content .list .item_list .big a .pic {
    height: 460px;
    overflow: hidden;
    line-height: 460px;
}

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

.index .item7 .content .list .item_list .big a .word {
    height: 152px;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}

.index .item7 .content .list .item_list .big a .word h5 {
    font-size: 20px;
    line-height: 1;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.index .item7 .content .list .item_list .big a .word p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 10px;
}

.index .item7 .content .list .item_list .big a .word span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

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

.index .item7 .content .list .item_list ul li:first-child a {
    padding-top: 0;
}

.index .item7 .content .list .item_list ul li a {
    display: block;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    padding: 20px 0;
}

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

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

.index .item7 .content .list .item_list ul li a:hover .word span {
    color: #eb6112;
}

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

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

.index .item7 .content .list .item_list ul li a .word {
    width: 448px;
    float: right;
}

.index .item7 .content .list .item_list ul li a .word h5 {
    font-size: 20px;
    line-height: 1;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.index .item7 .content .list .item_list ul li a .word p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 10px;
}

.index .item7 .content .list .item_list ul li a .word span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.index .friend_link .content {
    overflow: hidden;
    padding: 20px 0;
}

.index .friend_link .content span,
.index .friend_link .content a {
    display: block;
    float: left;
    margin-right: 10px;
}

.index .friend_link .content span {
    font-size: 18px;
    color: #333333;
}

.index .friend_link .content a {
    font-size: 14px;
    color: #666666;
}

.index .friend_link .content a:hover {
    color: #122975;
}

.footer {
    background: #333;
}

.footer .content .foot_top {
    padding: 30px 0 50px;
    overflow: hidden;
}

.footer .content .foot_top .foot_nav {
    float: right;
}

.footer .content .foot_top .foot_nav ul li {
    float: left;
    margin-right: 40px;
}

.footer .content .foot_top .foot_nav ul li h5 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer .content .foot_top .foot_nav ul li a {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    display: block;
}

.footer .content .foot_top .foot_nav ul li a:hover {
    color: #eb6112;
}

.footer .content .foot_top .qrcode {
    float: right;
    text-align: center;
}

.footer .content .foot_top .qrcode img {
    width: 180px;
}

.footer .content .foot_top .qrcode p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.footer .content .foot_top .address {
    width: 231px;
    float: left;
}

.footer .content .foot_top .address .logo a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer .content .foot_top .address h5 {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.footer .content .foot_top .address p {
    font-size: 14px;
    line-height: 24px;
    color: #cccccc;
}

.beian {
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(../images/beian_bg.jpg) no-repeat center;
}

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

.beian a:hover {
    color: #eb6112;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    padding: 60px 0;
}

.page .prev,
.page .next {
    font-size: 18px;
    color: #333333;
}

.page ul {
    text-align: center;
}

.page ul li {
    display: inline-block;
    margin: 0 5px;
}

.page ul li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #333333;
}

.page ul li a:hover {
    background: #1d2088;
    color: #fff;
}

.page ul li.active a {
    background: #1d2088;
    color: #fff;
}

.about_us_page {
    background: #f6f6f6;
    padding-bottom: 35px;
}

.about_us_page .content .center_right .item1 {
    background: #fff;
    overflow: hidden;
}

.about_us_page .content .center_right .item1 .center {
    padding: 20px;
}

.content_center .content .center_right .title {
    text-align: center;
    margin-bottom: 20px;
}

.content_center .content .center_right .title h5 {
    font-size: 24px;
    line-height: 24px;
    color: #1d2088;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.content_center .content .center_right .title h5::after,
.content_center .content .center_right .title h5::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.content_center .content .center_right .title h5::after {
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}

.content_center .content .center_right .title h5::before {
    width: 25px;
    height: 2px;
    background: #1d2088;
}

.content_center .content .center_right .page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    border-top: 1px solid #dedede;
    padding: 0 60px;
}

.content_center .content .center_right .page .prev,
.content_center .content .center_right .page .next {
    font-size: 18px;
    color: #333333;
}

.content_center .content .center_right .page ul {
    text-align: center;
}

.content_center .content .center_right .page ul li {
    display: inline-block;
    margin: 0 5px;
}

.content_center .content .center_right .page ul li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #333333;
}

.content_center .content .center_right .page ul li.active a {
    background: #1d2088;
    color: #fff;
}

.content_center .content .center_right .page ul li a:hover {
    background: #1d2088;
    color: #fff;
}

.content_center .content .center_right .small_ad {
    height: 199px;
    margin-top: 13px;
    background: #fff;
    overflow: hidden;
}

.content_center .content .center_right .small_ad .pic {
    margin-top: 20px;
    float: left;
    margin-left: 75px;
}

.content_center .content .center_right .small_ad .pic img {
    width: 260px;
}

.content_center .content .center_right .small_ad .word {
    float: right;
    margin-right: 100px;
    margin-top: 30px;
}

.content_center .content .center_right .small_ad .word h5 {
    font-size: 30px;
    color: #1d2088;
}

.content_center .content .center_right .small_ad .word h6 {
    font-size: 18px;
    line-height: 24px;
    color: #1d2088;
}

.content_center .content .center_right .small_ad .word a {
    display: block;
    float: left;
    width: 140px;
    height: 40px;
    background-color: #1d2088;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
}

.content_center .content .center_right .small_ad .word a span {
    margin-left: 20px;
}

.content_center .content .center_right .small_ad .word .tel {
    float: left;
    margin: 20px 0;
    margin-left: 50px;
}

.content_center .content .center_right .small_ad .word .tel .num {
    float: right;
    margin-left: 5px;
}

.content_center .content .center_right .small_ad .word .tel .num h5 {
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.content_center .content .center_right .small_ad .word .tel .num h6 {
    font-size: 18px;
    color: #1d2088;
    font-weight: bold;
}

.news_detail {
    background: #f6f6f6;
    padding-bottom: 35px;
}

.news_detail .content .center_right .item1 {
    background: #fff;
}

.news_detail .content .center_right .item1 .center {
    padding: 20px;
}

.news_detail .content .center_right .item1 .center .tit h5 {
    font-size: 30px;
    color: #333333;
    margin: 10px 0 0;
}

.news_detail .content .center_right .item1 .center .tit .share {
    padding-right: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    line-height: 40px;
}

.news_detail .content .center_right .item1 .center .tit .share span {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.news_detail .content .center_right .item1 .center .tit .share .share_btn {
    float: right;
}

.news_detail .content .center_right .item1 .center .tit .share .share_btn>div {
    float: right;
}

.news_detail .content .center_right .item1 .center .tit .share .share_btn .wechat-qrcode {
    top: 100%;
}

.news_detail .content .center_right .item1 .center .tit .share .share_btn .wechat-qrcode::after {
    display: none;
}

.news_detail .content .center_right .item1 .center .word {
    padding: 10px 0;
}

.news_detail .content .center_right .item1 .center .word img {
    max-width: 100%;
    height: auto;
}

.news_detail .content .center_right .item1 .up_next {
    overflow: hidden;
    border-top: 1px solid #dedede;
    position: relative;
}

.news_detail .content .center_right .item1 .up_next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #dedede;
}

.news_detail .content .center_right .item1 .up_next a {
    display: block;
    width: 50%;
    float: left;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 16px;
    color: #000000;
}

.news_detail .content .center_right .item2 {
    background: #fff;
    margin-top: 13px;
}

.news_detail .content .center_right .item2 h5 {
    font-size: 18px;
    color: #1d2088;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #dedede;
    padding-left: 25px;
}

.news_detail .content .center_right .item2 .list {
    padding: 30px;
}

.news_detail .content .center_right .item2 .list ul {
    overflow: hidden;
    position: relative;
    margin: 0 -30px;
}

.news_detail .content .center_right .item2 .list ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #dedede;
}

.news_detail .content .center_right .item2 .list ul li {
    padding: 0 30px;
}

.news_detail .content .center_right .item2 .list ul li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.news_detail .content .center_right .item2 .list ul li a:hover {
    color: #1d2088;
}

.show_pro .item1 {
    background: #f6f6f6;
}

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

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

.show_pro .item1 .content .center .pic .slide {
    background: #fff;
}

.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 600px;
    text-align: center;
    line-height: 600px;
    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: #1d2088;
    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 .small_slide {
    position: relative;
    padding: 0 45px;
}

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

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

.show_pro .item1 .content .center .pic .small_slide .swiper-container .swiper-wrapper .swiper-slide.active a img {
    border: 1px solid #1d2088;
}

.show_pro .item1 .content .center .pic .small_slide .swiper-button-prev,
.show_pro .item1 .content .center .pic .small_slide .swiper-button-next {
    width: 35px;
    height: 50px;
    background: #1d2088;
    text-align: center;
    line-height: 45px;
}

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

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

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

.show_pro .item1 .content .center .word {
    width: 600px;
    float: right;
    height: 680px;
    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 .video {
    height: 270px;
}

.show_pro .item1 .content .center .word .video video {
    display: block;
    /*width: 100%;*/
    height: 100%;
}

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

.show_pro .item1 .content .center .word .contact a {
    display: block;
    float: left;
    width: 160px;
    height: 50px;
    background-color: #1d2088;
    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/tel.png) no-repeat left center;
    padding: 10px 0 10px 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: #1d2088;
}

.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: #1d2088;
}

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

.show_pro .item2 {
    background: #f4f4f4;
}

.show_pro .item2 .content {
    background: #fff;
    padding: 35px;
}

.show_pro .item2 .content .list .item_list {
    display: none;
}

.show_pro .item2 .content .list .item_list .center {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #dedede;
    /*height: 250px;*/
}

.show_pro .item2 .content .list .item_list .center:last-child {
    border-bottom: none;
}

.show_pro .item2 .content .list .item_list .center .pic {
    float: left;
    width: 50%;
    height: 250px;
    overflow: hidden;
}

.show_pro .item2 .content .list .item_list .center .word {
    float: left;
    width: 50%;
    word-wrap: break-word;
    height: 250px;
}

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

.show_pro .item2 .content img {
    max-width: 100%;
    height: auto !important;
    /*display: block;*/
    margin: 0 auto;
}

.show_pro .item3 {
    background: #f4f4f4;
    overflow: hidden;
}

.show_pro .item3 .content .title {
    border-bottom: 1px solid #dedede;
    margin-top: 40px;
    padding-bottom: 15px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.show_pro .item3 .content .title h5 {
    position: relative;
    float: left;
    font-size: 18px;
    color: #333333;
}

.show_pro .item3 .content .title h5::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #1d2088;
    content: "";
}

.show_pro .item3 .content .title h5 span {
    color: #1d2088;
    font-weight: bold;
}

.show_pro .item3 .content .title a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.show_pro .item3 .content .title a:hover {
    color: #1d2088;
}

.show_pro .item3 .content .list ul {
    margin: 0 -11px;
}

.show_pro .item3 .content .list ul li {
    margin: 22px 0;
    padding: 0 11px;
}

.show_pro .item3 .content .list ul li a {
    display: block;
    text-align: center;
}

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

.show_pro .item3 .content .list ul li a:hover p {
    color: #1d2088;
}

.show_pro .item3 .content .list ul li a .pic {
    border: 1px solid #dedede;
    height: 288px;
    text-align: center;
    line-height: 288px;
    background: #fff;
    overflow: hidden;
}

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

.show_pro .item3 .content .list ul li a p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin: 10px 0;
}

.show_pro .item4 {
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 40px;
}

.show_pro .item4 .content .title {
    border-bottom: 1px solid #dedede;
    margin-top: 40px;
    padding-bottom: 15px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.show_pro .item4 .content .title h5 {
    position: relative;
    float: left;
    font-size: 18px;
    color: #333333;
}

.show_pro .item4 .content .title h5::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #1d2088;
    content: "";
}

.show_pro .item4 .content .title h5 span {
    color: #1d2088;
    font-weight: bold;
}

.show_pro .item4 .content .title a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.show_pro .item4 .content .title a:hover {
    color: #1d2088;
}

.show_pro .item4 .content .center {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}

.show_pro .item4 .content .center .left {
    width: 50%;
    float: left;
}

.show_pro .item4 .content .center .left a {
    display: block;
    overflow: hidden;
}

.show_pro .item4 .content .center .left a:hover .pic img {
    transform: scale(1.1);
}

.show_pro .item4 .content .center .left a:hover .word h5 {
    color: #1d2088;
}

.show_pro .item4 .content .center .left a .pic {
    width: 220px;
    height: 170px;
    text-align: center;
    line-height: 170px;
    overflow: hidden;
    float: left;
}

.show_pro .item4 .content .center .left a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.show_pro .item4 .content .center .left a .word {
    padding: 5px 20px;
    width: 300px;
    float: left;
}

.show_pro .item4 .content .center .left a .word h5 {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show_pro .item4 .content .center .left a .word p {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    max-height: 72px;
    color: #666666;
    margin: 10px 0;
}

.show_pro .item4 .content .center .left a .word .data span {
    font-size: 14px;
    color: #666666;
}

.show_pro .item4 .content .center .left a .word .data i {
    color: #dedede;
    float: right;
}

.show_pro .item4 .content .center .right {
    width: 50%;
    float: right;
}

.show_pro .item4 .content .center .right ul li a {
    display: block;
    overflow: hidden;
}

.show_pro .item4 .content .center .right ul li a:hover span {
    color: #1d2088;
}

.show_pro .item4 .content .center .right ul li a span {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_pro .item4 .content .center .right ul li a i {
    float: right;
    font-size: 14px;
    color: #999999;
}


/*分页*/

.met_pager {
    margin-top: 20px;
    text-align: center;
    display: table;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    padding: 60px 0;
}

.met_pager * {
    display: inline-block;
    /*float: left;*/
    line-height: 30px;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s
}

.met_pager a {
    width: auto;
    padding: 9px 15px;
    border: 1px solid #eee;
    border-right: none;
    border-left: none;
    text-decoration: none;
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
    text-decoration: none
}

.met_pager a:not(.Ahover) {
    color: #2a333c;
    border: 1px solid #eee;
    border-right: none;
}

.met_pager a:not(.Ahover):hover {
    color: #1d2088
}

.met_pager a:not(.Ahover).NextA:hover,
.met_pager a:not(.Ahover).PreA:hover {
    background: #fff
}

.met_pager a.Ahover {
    background: #1d2088;
    border: 1px solid #1d2088;
    color: #fff;
    cursor: default
}

.met_pager .active {
    background: #1d2088;
    color: #fff;
    cursor: default;
}

.met_pager .active a {
    color: #fff;
}

.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a.NextA,
.met_pager a.PreA {
    width: auto;
    padding: 9px 15px;
    border: 1px solid #eee;
    background: #fff;
    color: #999
}

.met_pager .PreSpan,
.met_pager .NextSpan {
    cursor: default
}

.met_pager .firstPage,
.met_pager .lastPage {
    min-width: 40px
}

.met_pager .PageText {
    margin-left: 10px;
    color: #aaa;
    display: none
}

.met_pager input {
    display: none
}


/*左侧导航*/

.case_nav {
    position: fixed;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    border-bottom: 1px solid #ccc;
}

.case_nav ul li:hover a,
.case_nav ul li.active a {
    background: #1d2088;
    color: #fff;
}

.case_nav ul li a {
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    border-bottom: 0 solid #000;
}

.filter {
    background: #f6f6f6;
    overflow: hidden;
}

.filter .content {
    padding: 12px 0;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.filter .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 140px;
    width: 1px;
    height: 100%;
    background: #f1f1f1;
}

.filter .content .down_list .son_pro>.item_nav>li.active {
    height: 78px;
}

.filter .content .down_list .son_pro>.item_nav>li .item_list {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 100%;
    display: none;
}

.filter .content .down_list .son_pro>.item_nav>li .item_list ul {
    overflow: hidden;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    width: 95%;
}

.filter .content .down_list .son_pro>.item_nav>li .item_list ul li {
    /* margin: 0 10px 10px 0; */
    float: left;
}

.filter .content .down_list .son_pro>.item_nav>li .item_list ul li:hover a,
.filter .content .down_list .son_pro>.item_nav>li .item_list ul li.active a {
    color: #eb6112;
    /* background: #eb6112; */
}

.filter .content .down_list .son_pro>.item_nav>li .item_list ul li a {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.filter .content .choose {
    overflow: hidden;
}

.filter .content .choose .name {
    padding: 0 0;
    width: 140px;
    float: left;
    text-align: center;
}

.filter .content .choose .name span {
    font-size: 14px;
    color: #999999;
}

.filter .content .choose .son_pro {
    padding: 0 25px 0;
    width: 1060px;
    float: left;
    position: relative;
}

.filter .content .choose .son_pro>a {
    margin-right: 10px;
    float: left;
    color: #666666;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.filter .content .choose .son_pro>a:hover,
.filter .content .choose .son_pro>a.active {
    background-color: #eb6112;
    color: #fff;
}

.filter .content .choose .son_pro>.item_nav {
    overflow: hidden;
}

.filter .content .choose .son_pro>.item_nav>li {
    /* margin: 0 10px 10px 0; */
    float: left;
}

.filter .content .choose .son_pro>.item_nav>li.active>a {
    background-color: #eb6112;
    color: #fff;
}

.filter .content .choose .son_pro>.item_nav>li.active .item_list {
    display: block;
}

.filter .content .choose .son_pro>.item_nav>li a {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}

.filter .content .choose .son_pro>.item_nav>li em {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    background-color: #eb6112;
    color: #fff;
    font-style: normal;
}

.filter .content .choosing {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    overflow: hidden;
}

.filter .content .choosing .name {
    padding: 0 0;
    width: 140px;
    float: left;
    text-align: center;
}

.filter .content .choosing .name span {
    font-size: 14px;
    color: #999999;
}

.filter .content .choosing .son_pro {
    padding: 0 25px 0;
    width: 1060px;
    float: left;
}

.filter .content .choosing .son_pro>.item_nav {
    overflow: hidden;
}

.filter .content .choosing .son_pro>.item_nav li {
    margin: 0 10px 10px 0;
    float: left;
}

.filter .content .choosing .son_pro>.item_nav li:hover a i {
    color: #007e69;
}

.filter .content .choosing .son_pro>.item_nav li a {
    border: 1px solid #f1f1f1;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.filter .content .choosing .son_pro>.item_nav li a i {
    margin-left: 8px;
    font-size: 16px;
}

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

.bread_nav .content .left form {
    width: 432px;
    height: 35px;
    border-radius: 20px;
    border: solid 1px #dedede;
    overflow: hidden;
    margin-top: 8px;
    background: #fff;
}

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

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

body>div.show_pro>div.item1>div>div.center>div.word>div.video>p:nth-child(1)>iframe {
    width: 552px!important;
    height: 270px!important;
}