<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Montserrat-Light', "Open Sans", sans-serif;
    font-size: 14px;
    color: #333;
}

input,
select,
textarea {
    font-family: 氓戮庐猫陆炉茅鈥衡€γ┞烩€�, "Open Sans", sans-serif;
    font-size: 1em;;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
}

img, a {
    border: 0;
}

.img img {
    display: block;
    margin: 0 auto;
}

a:hover {
    color: #014195;
}

ul, li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
}

ul:after, .clear:after, .clear:before {
    content: '';
    clear: both;
    display: table;
}

img {
    max-width: 100%;
}

.img {
    overflow: hidden;
    position: relative;
}

.img img {
    display: block;
}

.img:hover {
}

.img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.img img {
    display: block;
}

h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 1.1em;
}

*, *:after, *:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.owl_num .owl-dots {
    counter-reset: nav;
}

.owl_num .owl-dots .owl-dot span:before {
    text-align: center;
    display: block;
    counter-increment: nav;
    content: "0" counter(nav);
}


.modal, .fp_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fp_modal {
    display: table;
}

.modal {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background: rgba(0, 0, 0, 0.7);
}

.fp_modal .cell {
    display: table-cell;
    vertical-align: middle;
}

.modal_cont {
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative;
}

.modal_cont .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: url(../img/close.png) no-repeat center center;
    border-radius: 100%;
    cursor: pointer;
}

.modal_cont .box {
    padding: 45px;
}

/*----------header----------*/
.header {
    background: #014195;
    line-height: 97px;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid rgba(237, 125, 49, .84);
}

.header.ind {
    background: rgba(1, 65, 149, 0.83);
}

.header.fixed {
    background: #014195;
}

.header .wrap {
    display: flex;
    max-width: initial;
    width: 100%;
    height: 100%;
}

.logo {
    vertical-align: middle;
    width: 14.5%;
    min-width: 170px;
    text-align: center;
    line-height: 95px;
    height: 100%;
}

.logo a{
    display: block;
    height: 100%;
}

.logo img {
    vertical-align: middle;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.menu {
    flex: 1;
    font-family: 'Montserrat-Regular';
}

.menu &gt; ul &gt; li i, .search i, .drop {
    transition: all 0s;
}

.menu &gt; ul &gt; li {
    float: left;
    margin: 0 30px;
    font-size: 16px;
    position: relative;
}

.menu &gt; ul &gt; li i {
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    background: url(../img/icon3.png) no-repeat center center;
    top: 100%;
    margin: 0 auto;
    margin-top: -10px;
    left: 30%;
    z-index: 10;
    display: none;
}

.menu &gt; ul &gt; li .drop {
    position: absolute;
    left: 50%;
    margin-left: -92px;
    width: 185px;
    top: 100%;
    text-align: center;
    line-height: 32px;
    background: #f7f9fa;
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: 11
}

.menu &gt; ul &gt; li .drop &gt; ul {
    padding: 20px 0;
}

.menu &gt; ul &gt; li .drop a {
    color: #3b3b3b;
}

.menu &gt; ul &gt; li .drop a:hover {
    color: #014195;
    text-decoration: underline;
}

.menu &gt; ul &gt; li &gt; a {
    color: #fff;
    display: inline-block;
    padding-right: 30px;
}

.menu &gt; ul &gt; li &gt; a.in {
    background: url(../img/icon1.png) no-repeat 90% center;
}

.menu &gt; ul &gt; li:last-child {
    float: right;
}

.menu &gt; ul &gt; li .drop.drop_pro, .menu &gt; ul &gt; li .drop.drop_sol {
    margin: 0;
    width: 100%;
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    background: rgba(247, 249, 250, .95);
    padding: 20px 24px;
    box-sizing: border-box;
    border-radius: 0;
}

.flex {
    display: flex;
}

.drop_pro .list {
    flex: 1;
    margin: -6px -10px;
}

.drop_pro .list .img {
    width: 107px;
    float: left;
    margin-right: 34px;
}

.drop_pro .list .text {
    overflow: hidden;
}

.drop_pro .list .text h3 {
    font-size: 16px;
    color: #014195;
    padding-left: 17px;
    background: url(../img/icon4.png) no-repeat left center;
}

.drop_pro .list .text li {
    width: 33.33%;
    float: left;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
}

.drop_pro .list .text li a {
    color: #ababab;
}

.drop_pro .list .text h3 {
    text-align: left;
}

.drop_pro .list .item {
    width: 50%;
    float: left;
}

.drop_pro .list .item:nth-child(2n+1) {
    clear: both;
}

.drop_pro .list .box {
    background: #fff;
    padding: 15px;
    margin: 6px 10px;
}

.drop_pro .list .box:after {
    content: '';
    display: block;
    clear: both;
}

.drop_pro .list2 {
    width: 26%;
    margin-left: 30px;
    background: #fff;
    text-align: left;
    padding: 20px 40px;
}

.menu &gt; ul &gt; li .drop .tit {
    text-align: left;
    border-bottom: 1px solid #e9eef3;
    padding-bottom: 20px;
}

.menu &gt; ul &gt; li .drop .tit h3 {
    font-size: 20px;
    line-height: 40px;
    color: #014195;
    font-weight: normal;
}

.menu &gt; ul &gt; li .drop .tit p {
    color: #ababab;
}

.drop_pro .list2 li {
    width: 50%;
    float: left;
    font-size: 14px;
}

.drop_sol .list {
    flex: 1;
    background: #fff;
    padding: 20px 38px;
}

.drop_sol .list:first-child {
    margin-right: 30px;
}

.drop_sol .list li {
    width: 25%;
    float: left;
    text-align: left;
}

.drop_sol .list ul {
    padding: 30px 0;
}

.drop_sol .list .ul2 li {
    width: 50%;
    margin: 5px 0;
}

.drop_sol .list .ul2 li .img {
    width: 58px;
    height: 58px;
    border: 1px solid #e9eef3;
    float: left;
    margin-right: 20px;
}

.drop_sol .list .ul2 li {
    line-height: 60px;
    overflow: hidden;
}

.drop_sol .list .ul2 li a {
    display: block;
}

.menu &gt; ul &gt; li .drop.drop_pro .list2 li a {
    line-height: 40px;
    color: #ababab;
    display: block;
    padding-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/icon5.png) no-repeat left center;
}

.menu &gt; ul &gt; li .drop.drop_pro .list2 li a:hover {
    color: #014195;
    background: url(../img/icon5-1.png) no-repeat left center;
}

.drop_sol .list2 ul {
    padding-top: 20px;
}

.search {
    position: relative;
    width: 117px;
    background: rgba(237, 125, 49, .9);
}

.search &gt; a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icon2.png) no-repeat center center;
}

.search_drop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 627px;
    padding: 22px 30px;
    background: #fff;
    z-index: 10
}

.search i {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 10px;
    background: url(../img/icon3.png) no-repeat center center;
}

.div_input textarea, .div_input input {
    width: 100%;
    background: none;
    border: 0;
    margin: 0 auto;
}

.div_input textarea {
    height: 100px;
    padding: 15px 0;
    resize: none;
}

.div_input input::-webkit-input-placeholder {
    color: #a2a9b4;
}

.div_input {
    line-height: 58px;
    background: #eceff1;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 20px;
    padding-right: 60px;
    position: relative;
}

.div_input .search_ico {
    width: 58px;
    height: 58px;
    border: 0;
    background: url(../img/icon6.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    right: 0;
}

.search i, .search .drop {
    display: none;
}

.swiper1 .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;;
}

.swiper1 .text h4 {
    font-size: 26px;
    max-width: 435px;
    line-height: 36px;
}

.swiper1 a {
    color: #fff;
}

.swiper1 .text h2 {
    font-size: 84px;
    max-width: 800px;
    margin: 40px 0;
    text-shadow: 4px 5px 10px rgba(1, 65, 149, 0.19);
    font-family: 'Techna-Sans';
    line-height: 80px;
}

.swiper1 img {
    display: block;
}

.btn {
    margin-top: 50px;
}

.btn label, .btn a {
    display: block;
    width: 198px;
    line-height: 58px;
    border-radius: 30px;
    background: #014195;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(1, 65, 149, 0.59);
}

.btn label:hover, .btn a:hover {
    background: #01295e;
}

.btn span {
    display: inline-block;
    padding-right: 40px;
    background: url(../img/icon7.png) no-repeat right center;
    color: #fff;
    font-size: 20px;
}

.swi_cur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.swi_cur .box {
    line-height: 100px;
    float: right;
    background: rgba(0, 0, 0, .49);
    width: 400px;
    text-align: center;
}

.swi_cur .box span {
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    font-size: 18px;
}

.swi_cur .box span label {
    font-size: 36px;
}

.swi_cur .box .button-next {
    padding-left: 33px;
    background: url(../img/prev.png) no-repeat left center;
    cursor: pointer;
}

.swi_cur .box .button-prev {
    padding-right: 33px;
    background: url(../img/next.png) no-repeat right center;
    cursor: pointer;
}

.banner .img1 {
    overflow: hidden;
}

.banner2 {
    padding-bottom: 60px;
    position: relative;
}

.banner2 .tag {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    text-align: center;
}

.banner2 .tag ul {
    line-height: 60px;
    vertical-align: middle;
}

.banner2 .tag ul li {
    display: inline-block;
}

.banner2 .tag ul li a {
    width: 240px;
    display: block;
    color: #3b3b3b;
    font-size: 18px;
}

.banner2 .tag ul li.on a, .banner2 .tag ul li a:hover {
    color: #fff;
    background: #014195;
}

/*----------mainer----------*/
.mainer {
    margin-top: 95px;
}

.main_index {
    margin-top: 0;
}

.page {
    padding: 50px 0;
}

.page1 {
    background: #f7f9fa;
}

.page_tit {
    margin-bottom: 20px;
    position: relative;
}

.page_tit.center h3 {
    text-align: center;
}

.page_tit.center h3 span {
    right: 0;
    margin: 0 auto;
}

.page_tit h3 span {
    position: absolute;
    left: 0;
    top: 0;
}

.page_tit h3 {
    font-size: 36px;
    line-height: 95px;
    font-weight: normal;
    font-family: 'Montserrat-Bold';
    font-style: italic;
}

.page_tit label {
    display: block;
    margin: 15px auto;
    width: 44px;
    height: 3px;
    background: #007eff;
}

.page_tit p {
    color: #343434;
    font-size: 16px;
}

.tit_tag {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    line-height: 42px;
    right: 0;
}

.tit_tag li {
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
}

.tit_tag li &gt; a {
    display: inline-block;
    position: relative;
}

.tit_tag li &gt; a:hover, .tit_tag li.on &gt; a {
    color: #014195;
}

.tit_tag li &gt; a:hover:after, .tit_tag li.on &gt; a:after {
    width: 27px;
}

.tit_tag li &gt; a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #014195;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tit_tag .btn {
    margin-top: 0;
}

.tit_tag .btn a {
    line-height: 42px;
    width: 125px;
}

.tit_tag .btn a span {
    padding: 0;
    background: none;
    font-size: 16px;
}

.swiper2 .swiper-wrapper {
    max-width: 320px;
}

.swiper2 a {
    display: block;
    background: #fff;
    font-size: 16px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.swiper2 .text {
    padding: 20px;
}

.swiper2 img {
    width: 100%;
    max-width: initial;
}

.swiper2 h3 {
    height: 52px;
    line-height: 26px;
    color: #3b3b3b;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper2 .more {
    border-top: 1px solid #f2f2f2;
    line-height: 14px;
    padding-top: 20px;
    margin-top: 15px;
}

.swiper2 .more span {
    display: inline-block;
    padding-right: 22px;
    color: #8c8c8c;
    background: url(../img/icon8.png) no-repeat right center;
}

.swiper2 a:hover {
    background: #064597;
}

.swiper2 a:hover h3 {
    color: #fff;
}

.swiper2 a:hover .more {
    border-top-color: #18529e;
}

.swiper2 a:hover .more span {
    color: #fff;
}

.swi_cur2 {
    position: absolute;
    left: -90px;
    right: -90px;
    top: 50%;
    margin-top: -25px;
}

.swi_cur2 span {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid #e1e1e1;
}

.swi_cur2 span:hover {
    border-color: #014195;
}

.swi_cur2 span.flt {
    background: url(../img/prev1.png) no-repeat center center;
}

.swi_cur2 span.flt:hover {
    background: url(../img/prev1-1.png) no-repeat center center;
}

.swi_cur2 span.frt {
    background: url(../img/next1.png) no-repeat center center;
}

.swi_cur2 span.frt:hover {
    background: url(../img/next1-1.png) no-repeat center center;
}

.page1_swiper .item {
    position: relative;
}

.page2 {
    background: url(../img/bg2.jpg) no-repeat center bottom #014195;
}

.page2 h4 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 32px;
}

.page2 .text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.page2 .text p {
    text-align: center;
    opacity: .65;
    line-height: 24px;
    padding-bottom: 6px;
}

.page3 {
    background: #f7f9fa;
}

.link_list li {
    float: left;
    width: 16.66%;
}

.link_list ul {
    margin: -14px;
}

.link_list li a {
    display: block;
    margin: 14px;
}

.link_list li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page_news:after {
    content: '';
    display: block;
    clear: both;
}

.page_news .news_lt {
    width: 49%;
    float: left;
}

.page_news .list {
    width: 49%;
    float: right;;
}

.page_news p {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 30px;
    padding: 10px 0;
}

.page_news h3 {
    font-weight: normal;
    font-size: 18px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.page_news .list h3 {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
}

.page_news .list a {
    display: block;
    padding: 20px;
    position: relative;
    padding-right: 180px;
    padding-bottom: 30px;
}

.page_news .list a:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page_news .list a * {
    transition: all 0s;
}

.page_news .list span {
    position: absolute;
    width: 66px;
    height: 66px;
    background: url(../img/icon9.png) no-repeat center center;
    border: 1px solid #424242;
    right: 38px;
    top: 50%;
    margin-top: -33px;
}

.page_news .list li {
    border-bottom: 1px solid #e3e3e3;
}

.page_news .list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_news .list .p1 {
    display: none;
    padding: 0;
    padding-top: 20px;
}

.page_news .list li.on .p1 {
    display: block;
}

.page_news .list li.on a {
    background: #f7f9fa;
}

.page_news .list li.on {
    border-bottom-color: transparent;
}

.page_news .list li.on span {
    background: url(../img/icon9-1.png) no-repeat center center;
    border-color: #014195;
}

.page_news a:hover h3 {
    color: #014195;
}

/*----------footer----------*/
.footer {
    background: url(../img/footer.jpg) no-repeat center center #0d3568;
}

.footer .logo {
    line-height: 158px;
}

.foot {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.f_search {
    width: 440px;
    padding: 4px;
    border-radius: 40px;
    background: #fff;
    margin-top: 63px;
}

.f_search .div_input {
    padding-left: 50px;
    padding-right: 140px;
    line-height: 52px;
    background: url(../img/icon10.png) no-repeat 15px center;
}

.f_search .div_input a {
    display: block;
    position: absolute;
    width: 138px;
    line-height: 52px;
    top: 0;
    right: 0;
    border-radius: 40px;
    background: #014195;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.f_search .div_input a:hover {
    background: #01295e;
}

.foot2 {
    padding: 60px 0;
    color: #fff;
}

.foot2 .text {
    font-style: italic;
}

.foot2 .text h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.foot2 .text p {
    max-width: 175px;
    line-height: 24px;
    opacity: .68;
}

.share {
    margin-top: 30px;
}

.share a {
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #183f6f;
    background-position: center center;
    background-repeat: no-repeat;
}

.share a.a1 {
    background-image: url(../img/s1.png);
}

.share a.a2 {
    background-image: url(../img/s2.png);
}

.share a.a3 {
    background-image: url(../img/s3.png);
}

.share a.a4 {
    background-image: url(../img/s4.png);
}

.share a:hover {
    background-color: #014193;
}

.f_nav .item {
    float: left;
    margin: 0 75px;
    line-height: 30px;
}

.f_nav .item a {
    color: #fff;
}

.f_nav .item h3 {
    font-size: 18px;
    font-style: italic;
}

.f_nav .item h3:after {
    content: '';
    display: block;
    width: 40px;
    background: #fff;
    height: 1px;
    margin: 10px 0;
}

.f_nav .item li a {
    opacity: .68;
}

.f_nav .item li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.f_nav .item ul {
    height: 150px;
    overflow-y: auto;
    margin-top: 10px;
}

.f_nav .item ul li {
    padding-right: 20px;
}

.pagesize {
    text-align: center;
    padding-bottom: 30px;
}

.pagesize a {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    border: 1px solid #e9eef3;
    background-color: #fff;
    color: #999;
    font-family: 'Microsoft YaHei';
    margin: 5px;
}

.pagesize a:hover, .pagesize a.on {
    background-color: #014195;
    border-color: #014195;
    color: #fff;
}

.pagesize a.prev {
    background-image: url(../img/prev2.png);
}

.pagesize a.next {
    background-image: url(../img/next2.png);
}

.pagesize a.prev:hover {
    background-image: url(../img/prev2-1.png);
}

.pagesize a.next:hover {
    background-image: url(../img/next2-1.png);
}

.f_nav .item ul::-webkit-scrollbar {
    width: 4px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 3px;
}

.f_nav .item ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.copyright {
    padding: 20px 0;
    line-height: 35px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    padding-right: 320px;
}

.copyright .rt {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 0;
}

.copyright .rt a {
    display: inline-block;
    margin-left: 30px;
    color: #fff;
}

.full {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 10;
}

.full a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ccd3dc;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    border-radius: 5px 0 0 5px;
}

.full a.f_cont {
    background-image: url(../img/icon11.png);
}

.full a.f_top {
    background-image: url(../img/icon12.png);
}

.full a:hover {
    background-color: #014195;
}

.modal1 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 435px;
    background: rgba(255, 255, 255, .92);
    z-index: 10;
    text-align: center;
}

.modal1.on {
    bottom: -500px;
}

.modal1 .box {
    padding: 38px;
    position: relative;
}

.modal1 .box .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) no-repeat center center;
}

.modal1 .box h4 {
    font-size: 18px;
    padding-top: 20px;
    line-height: 24px;
}

.modal1 .btn a {
    color: #fff;
    border-radius: 5px;
    line-height: 48px;
    width: 178px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.modal1 .btn a.a1 {
    background: none;
    color: #014195;
    box-shadow: none;
    font-size: 14px;
    text-decoration: underline;
}

.banner {
    line-height: 240px;
    height: 240px;
    text-align: center;
}

.banner h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.page_pos {
    background: #fff;
    line-height: 65px;
    border: 1px solid #e9eef3;
    border-left: 0;
    border-right: 0;
}

.page_pos p {
    padding-left: 36px;
    color: #989ea9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/icon13.png) no-repeat left center;
}

.page_pos p a {
    color: #989ea9;
}

.page_pos p a:hover, .page_pos p a.on {
    color: #014195;
}

.page_main {
    padding-top: 23px;
    background: #f7f9fa;
}

.pro_menu {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    width: 274px;
    float: left;
    border: 1px solid #e9eef3;
    padding: 30px 18px;
    background: #fff;
    margin-right: 30px;
}

.div_select.disabled .select {
    background-color: #eee;
    cursor: default;
}

.div_select {
    margin-bottom: 16px;
    position: relative;
    border: 1px solid #eceef0;
    background: #fdfdfd;
    border-radius: 3px;
}

.div_select .select {
    cursor: pointer;
    display: block;
    line-height: 52px;
    padding: 0 20px;
    color: #8c8c8c;
    font-size: 16px;
    position: relative;
}

.select .span_txt {
    color: #333;
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    background: #fff;
}

.select .i_close {
    position: absolute;
    top: 50%;
    width: 16px;
    margin-top: -8px;
    right: 40px;
    cursor: pointer;
    height: 16px;
    background: url(../img/close2.png) no-repeat center center;
}

.div_select .drop {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #eceef0;
    padding: 15px 9px;
    left: -1px;
    right: -1px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.div_select .drop ul {
    max-height: 180px;
    overflow-y: auto;
}

.f_nav .item ul::-webkit-scrollbar {
    width: 4px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 3px;
}

.f_nav .item ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.div_select .drop ul::-webkit-scrollbar {
    width: 4px;
    background: rgba(0, 0, 0, 0.09);
    border-radius: 3px;
}

.div_select .drop ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.div_select .drop li {
    line-height: 36px;
    padding: 0 17px;
    cursor: pointer;
}

.div_select .drop li:hover {
    background: #014195;
}

.div_select .drop li:hover span {
    color: #fff;
}

.div_select .select:after {
    content: '';
    display: inline-block;
    float: right;
    width: 12px;
    height: 7px;
    background: url(../img/icon14.png) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 16px;
}

.div_select .select.on:after {
    transform: rotate(180deg);
}

.pro_menu .item {
    border-bottom: 1px solid #e9eef3;
    padding-bottom: 10px;
}

.pro_menu .item:last-child {
    border-bottom: 0;
}

.pro_menu .list {
    margin: 20px 0;
}

.pro_menu .list h3 {
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}

.pro_menu .list h3.on:after {
    content: '';
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: url(../img/icon15.png) no-repeat center center;
}

.pro_menu .list.on h3 {
    background: #f4f6f7;
    color: #014195;
}

.pro_menu .list.on h3.on:after {
    background: url(../img/icon15-1.png) no-repeat center center;
}

.pro_menu .list.on .drop {
    display: block;
}

.pro_menu .list .drop {
    padding: 0 11px;
    display: none;
    padding-top: 20px;
    line-height: 34px;
}

.pro_menu .list .drop li {
    cursor: pointer;
    color: #ababab;
}

.pro_menu .list .drop label {
    float: right;
    width: 50px;
    text-align: center;
}

.pro_menu .list .drop span {
    display: inline-block;
    padding-left: 23px;
    background: url(../img/icon16.png) no-repeat left center;
}

.pro_menu .list .drop li.on span {
    text-decoration: underline;
    color: #014195;
    background: url(../img/icon16-1.png) no-repeat left center;
}

.pro_list {
    overflow: hidden;
}

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

.pro_list .tit {
    margin-bottom: 30px;
}

.pro_list .tit h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    font-style: italic;
}

.pro_list .tit h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    background: #014195;
    margin-right: 14px;
}

.pro_list .tit p {
    color: #ababab;
}

.pro_list .list li {
    width: 33.33%;
    float: left;
}

.pro_list .list ul {
    margin: -10px;
}

.page5 {
    background: #fff;
    border-top: 1px solid #eceef0;
    border-bottom: 1px solid #eceef0;
}

.page5 h3 {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    line-height: 40px;
    margin-bottom: 10px;
    color: #014195;
    text-transform: uppercase;
}

.page5 li {
    width: 25%;
    float: left;
    line-height: 32px;
}

.page5 li a {
    color: #8c8c8c;
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page5 li a:hover {
    color: #014195;
    text-decoration: underline;
}

.main_bg {
    background: url(../img/bg1.jpg) no-repeat top center #f7f9fa;
}

.main_bg .page_pos, .page_pos2.page_pos {
    background: none;
    border-bottom: 0;
}

.page_main2 h1 {
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    color: #014195;
    line-height: 40px;
    padding-bottom: 20px;
}

.main_bg .page_main {
    background: none;
}

.pro_det_swiper {
    width: 594px;
    float: left;
}

.gallery-top {
    width: 594px;
    height: 594px;
    border: 3px solid #f2f5f9;
}

.gallery-thumbs {
    height: 110px;
    margin-top: 20px;
}

.gallery-thumbs .swiper-slide .img {
    width: 108px;
    height: 108px;
    border: 1px solid #eceef0;
    margin: 0 1px;
}

.det_tit {
    background: #fff;
    padding: 40px 35px;
}

.gallery-thumbs .swiper-slide-thumb-active .img {
    border-color: #014195;
}

.pro_det_text {
    overflow: hidden;
    padding: 0 46px;
    height: 760px;
    overflow-y: auto;
}

.pro_det_text h2 {
    line-height: 37px;
    padding: 0 20px;
    font-size: 16px;
    background: #f2f4f6;
    color: #014195;
}

.pro_det_text h2.h2_1 {
    background: #f7f4f2;
    color: #ed7d31;
}

.pro_det_text .box {
    padding: 17px 0;
    border-bottom: 1px solid #e9eef3;
}

.pro_det_text .box.on {
    background: #fafafa
}

.pro_det_text .box:last-child {
    border-bottom: 0;
}

.pro_det_text .box:after {
    content: '';
    display: block;
    clear: both;
}

.pro_det_text .box .img {
    width: 83px;
    float: left;
    margin-right: 25px;
}

.pro_det_text .box .img span {
    display: block;
    border: 1px solid #f2f5f9;
    margin-bottom: 2px;
    line-height: 24px;
    background: #f7f9fa;
    color: #797979;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.pro_det_text .box .img img {
    width: 100%;
}

.pro_det_text .box .txt {
    overflow: hidden;
}

.pro_det_text .box h3 {
    cursor: pointer;
    font-size: 18px;
    padding-left: 20px;
    background: url(../img/icon16.png) no-repeat left center;
    line-height: 25px;
    margin-bottom: 5px;
}

.pro_det_text .box h3.on {
    background: url(../img/icon16-1.png) no-repeat left center;
}

.pro_det_text .box li {
    padding-left: 14px;
    line-height: 20px;
    color: #8c8c8c;
    background: url(../img/icon17.png) no-repeat left center;
}

.pro_det_text .box ul {
    padding-left: 16px;
}

.pro_det_text::-webkit-scrollbar {
    width: 7px;
    background: #f2f4f6;
    border-radius: 5px;
}

.pro_det_text::-webkit-scrollbar-thumb {
    background: #014195;
    border-radius: 5px;
}

.pro_det_bottom {
    margin-top: 20px;
    padding: 13px 0px;
    background: #f7f9fa;
}

.pro_det_bottom .txt {
    width: 620px;
    float: left;
    padding-left: 20px;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 25px;
}

.pro_det_bottom .txt h3 {
    font-size: 20px;
    color: #014195;
}

.pro_det_bottom .btns {
    overflow: hidden;
}

.pro_det_bottom .btns a {
    display: inline-block;
    line-height: 50px;
    width: 210px;
    text-align: center;
    font-size: 16px;
    background: #014195;
    border-radius: 5px;
    margin-right: 10px;
}

.pro_det_bottom .btns a:hover {
    background: #01295e;
}

.pro_det_bottom .btns a span {
    color: #fff;
    display: inline-block;
    padding-left: 30px;
}

.pro_det_bottom .btns a.a1 {
    background: #ed7d31;
}

.pro_det_bottom .btns a.a1:hover {
    background: #dc5900;
}

.pro_det_bottom .btns .span1 {
    background: url(../img/icon18.png) no-repeat left center;
}

.pro_det_bottom .btns .span2 {
    background: url(../img/icon19.png) no-repeat left center;
}

.page_main2 .page {
    padding: 0;
    padding-bottom: 40px;
}

.page_main2 .page.on {
    background: #fff;
}

.page_main2 .tit h3 {
    line-height: 90px;
    padding-top: 10px;
    font-size: 28px;
    color: #014195;
    font-style: italic;
}

.page_main2 .tit h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    background: #014195;
    margin-right: 20px;
}

.pro_tab td, .pro_tab th {
    line-height: 36px;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.pro_tab table {
    width: 100%;
}

.pro_tab tr {
    background: #eff3f8;
}

.pro_tab tr:nth-child(2n+1) {
    background: #f8fafd;
}

.down_list li {
    margin-bottom: 20px;
    border: 1px solid #eaeef2;
    line-height: 76px;
    background: #fff;
}

.down_list a {
    display: block;
    padding-right: 220px;
    position: relative;
    padding-left: 26px;
}

.down_list h3 {
    font-size: 16px;
    font-weight: 100;
    color: #3b3b3b;
    line-height: 76px;
}

.down_list a:hover h3 {
    color: #fff;
}

.down_list a:hover {
    background: #014195;
}

.down_list a:hover span {
    background: #fff;
}

.down_list a span {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 163px;
    line-height: 51px;
    margin-top: -25px;
    background: #f7f9fa;
    text-align: center;
    border-radius: 50px;
}

.down_list a span label {
    color: #3b3b3b;
    display: inline-block;
    padding-left: 30px;
    background: url(../img/icon20.png) no-repeat left center;
}

.pro_swiper .swiper2 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.pro_swiper .swiper2 .more {
    border: 0;
}

.pro_swiper .swiper2 a {
    box-shadow: none;
}

.pro_swiper .swiper2 .img {
    border: 1px solid #e9eef3;
}

.pro_swiper .swiper2 a:hover {
    background: #fff;
}

.pro_swiper .swiper2 a:hover h3 {
    color: #014195;
}

.pro_swiper .swiper2 a:hover .more span {
    color: #8c8c8c;
}

.pro_swiper .swiper2 .more {
    margin-top: 0;
    padding-top: 10px;
}

.pro_swiper .swiper2 a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #014195;
}

.pro_swiper .swiper2 a:hover:after {
    width: 100%;
}


.details .tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e8ec;
    margin-bottom: 30px;
}

.details .tit h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.details .tit p {
    font-size: 14px;
    color: #acacac;
}

.details .text {
    padding-bottom: 80px;
}

.details .text p {
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    min-height: 30px;
}

.page_main3 {
    background: #f7f9fa;
}

.services_list li:after {
    content: '';
    clear: both;
    display: block;
}

.services_list li:first-child {
    padding-top: 20px;
}

.services_list li {
    padding: 40px 0;
}

.services_list li .img {
    width: 49%;
    max-width: 650px;
    margin-right: 50px;
    float: left;
}

.services_list li:nth-child(2n) .img {
    float: right;
    margin-right: 0;
    margin-left: 50px;
}

.services_list li:nth-child(2n) {
    background: #fff;
}

.services_list li .text {
    overflow: hidden;
}

.services_list li .text h3 {
    color: #014195;
    font-size: 32px;
    line-height: 60px;
}

.services_list li .text h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    background: #014195;
    margin-right: 14px;
}

.services_list li p {
    line-height: 28px;
    font-size: 16px;
    color: #808080;
    height: 196px;
}

.services_list .more {
    display: block;
    width: 138px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    border: 1px solid #014195;
    color: #014195;
    text-align: center;
    font-size: 16px;
}

.services_list .more span {
    display: inline-block;
    padding-right: 30px;
    background: url(../img/icon21.png) no-repeat right center;
}

.services_list .more:hover {
    width: 158px;
}

.page6 {
    background: url(../img/bg3.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.page6 h2 {
    font-size: 36px;
    padding-top: 30px;
    margin-bottom: 25px;
}

.page6 p {
    font-size: 20px;
    text-align: center;
}

.page6 .btn a {
    margin: 0 auto;
}

.about_text p {
    line-height: 24px;
    font-size: 18px;
    color: #3b3b3b;
    min-height: 24px;
    text-align: center;
}

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

.about_video iframe {
    width: 80%;
}

.page7 {
    background: #06408d;
}

.tit_fff h3, .tit_fff p {
    color: #fff;
}

.page_tit p {
    text-align: center;
    font-size: 16px;
}

.fac_list li {
    width: 25%;
    float: left;
}

.fac_list a {
    display: block;
    margin: 16px 14px;
    border-radius: 5px;
    overflow: hidden;
}

.more2 {
    text-align: center;
    margin-top: 40px;
}

.more2 a {
    display: inline-block;
    border-radius: 30px;
    width: 218px;
    line-height: 54px;
    border: 1px solid #fff;
}

.more2 a span {
    display: inline-block;
    padding-right: 36px;
    background: url(../img/icon22.png) no-repeat center right;
    color: #fff;
    font-size: 16px;
}

.more2 a.on span {
    background: url(../img/icon22-1.png) no-repeat center right;
}

.more2 a:hover {
    width: 250px;
}

.sol_box {
    padding: 32px 25px;
    border: 1px solid #e9eef3;
    background: #fff;
    margin-bottom: 30px;
}

.sol_box:after {
    content: '';
    display: block;
    clear: both;
}

.sol_box .img {
    width: 279px;
    float: left;
    margin-right: 35px;
}

.sol_box .text {
    overflow: hidden;
}

.sol_box .text .tit {
    border-bottom: 1px solid #e9eef3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sol_box .text .tit h2 {
    font-size: 30px;
    color: #014195;
    line-height: 45px;
    margin-bottom: 10px;
}

.sol_box .text .tit p {
    font-size: 16px;
    color: #ababab;
}

.sol_box ul li {
    float: left;
    width: 14.222%;
    line-height: 35px;
    height: 35px;
}

.sol_box ul li a {
    color: #3b3b3b;
}

.sol_box ul li a:hover, .sol_box ul li.on a {
    color: #014195;
    font-family: 'Montserrat-Bold';
}

.sol_box ul li a:after {
    width: 0;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: #014195;
    content: '';
    margin-bottom: 3px;
}

.sol_box ul li a:hover:after, .sol_box ul li.on a:after {
    width: 10px;
}

.page_main4 .tit h3 {
    color: #3b3b3b;
    font-size: 36px;
}

.page_main4 .tit p {
    color: #ababab;
    font-size: 20px;
    border-bottom: 1px solid #e9eef3;
    margin-top: -15px;
    padding-bottom: 20px;
    font-style: italic;
}

.pro_swiper2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pro_swiper2 li {
    width: 25%;
    float: left;
}

.hzt-cat-list.pro_swiper2 li{
    width: 20%;
}

.pro_swiper2 a {
    display: block;
    margin: 13px;
}

.pro_swiper2 ul {
    margin: -13px;
}

.pro_swiper2 li:nth-child(4n+1) {
    clear: both;
}

.pro_swiper2.hzt-cat-list li:nth-child(4n+1) {
    clear: unset;
}

.pro_swiper2 .img {
    border: 1px solid #e9eef3;
}

.pro_swiper2 .text {
    background: #f7f9fa;
    border: 1px solid #e9eef3;
    border-top: 0;
}

.pro_swiper2 .text {
    padding: 10px 20px;
    padding-bottom: 15px;
}

.pro_swiper2 .text h3,.pro_swiper2 .text h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    height: 52px;
    color: #3b3b3b;
    margin-bottom: 10px;
}

.pro_swiper2 .more span {
    display: inline-block;
    padding-right: 22px;
    color: #8c8c8c;
    background: url(../img/icon8.png) no-repeat right center;
}

.pro_swiper2 a:hover .more span, .pro_swiper2 a:hover h3 ,.pro_swiper2 a:hover h5{
    color: #fff;
}

.pro_swiper2 a:hover .text {
    background: #014195;
    border-color: #014195;
}

.sol_box ul.ul2 li {
    width: 33.333%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

.sol_box ul.ul2 li .img {
    width: 58px;
    height: 58px;
    margin-right: 18px;
    border: 1px solid #e9eef3;
}

.sol_box ul.ul2 li p {
    color: #3b3b3b;
}

.sol_box ul.ul2 li a:hover p {
    color: #014195;
    text-decoration: underline;
}

.sol_box ul.ul2 li a:hover {
    font-family: initial;
}

.sol_box ul.ul2 li a:hover:after {
    display: none;
}

.page1 .pro_swiper2 .text {
    background: #fff;
}

.modal_cont {
    max-width: 840px;
    border-radius: 5px;
}

.modal_cont .tit {
    border-bottom: 1px solid #e9eef3;
    line-height: 73px;
    padding: 0 30px;
}

.modal_cont .tit h3 {
    font-size: 22px;
}

.modal_cont .cont {
    padding: 0 40px;
}

.inp_list {
    width: 48%;
    float: left;
    margin: 0 1%;
    margin-top: 5px;
}

.inp_list2 {
    width: 98%;
}

.inp_list span {
    line-height: 50px;
    font-size: 16px;
    color: #808080;
    display: block;
}

.inp_list span label {
    display: inline-block;
    color: #ff0000;
    margin-right: 5px;
}

.inp_list .div_input {
    padding-right: 20px;
    border-radius: 5px;
    border: 1px solid #e9eef3;
    background: #f8f8f8;
}

.inp_list_vcode {
    width: 100%;
}

.inp_list_vcode .div_input {
    width: 280px;
    margin-right: 20px;
}

.inp_list_vcode .v_code {
    border: 1px solid #e9eef3;
    border-radius: 5px;
    overflow: hidden;
}

.inp_list_vcode .v_code img {
    width: 140px;
    display: block;
    height: 58px;
}

.modal_bottom {
    margin-top: 20px;
    padding: 25px 40px;
    border-top: 1px solid #e9eef3;
}

.modal_bottom .btn {
    margin: 0;
}

.modal_bottom .btn a {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}


.contact_items .tit {
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}

.contact_items .tit img {
    vertical-align: middle;
    margin-right: 14px;
}

.contact_items .tit h3 {
    font-size: 32px;
    font-style: italic;
}

.cont_box {
    margin-bottom: 30px;
    background: #fff;
    padding: 26px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cont_box .img1 {
    float: left;
    width: 50%;
    padding: 0 17px;
    box-sizing: border-box;
}

.cont_box .text {
    flex: 1;
    padding: 0 36px;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
}

.cont_box .text h3 {
    color: #3b3b3b;
    font-size: 26px;
    line-height: 30px;
    border-bottom: 1px solid #e9eef3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cont_list li {
    width: 50%;
    float: left;
}

.cont_list ul {
    margin: -6px -16px;
}

.cont_list {
    padding-bottom: 40px;
}

.cont_list .box {
    margin: 6px 16px;
    background: #fff;
    padding: 17px 50px;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
}

.cont_list .box p {
    min-height: 20px;
}

.cont_list .box h3 {
    font-size: 22px;
    color: #303030;
    line-height: 40px;
}

.h3_line {
    position: relative;
}

.h3_line:after {
    content: '';
    display: block;
    position: absolute;
    top: 60%;
    left: 20%;
    right: 0;
    height: 1px;
    background: #eef1ea;
    z-index: -1
}

.h3_line span {
    display: inline-block;
    background: #fff;
    padding-right: 40px;
}

.tit p {
    position: relative;
}

.page_main4 .modal_cont {
    max-width: initial;
    width: 100%;
    padding-bottom: 50px;
}

.page_main4 .modal_cont .cont {
    padding: 0
}

.page_main4 .inp_list {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 28px;
}

.page_main4 .inp_list span {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 30px;
}

.page_main4 .inp_list .div_input {
    overflow: hidden;
    background: #f7f9fa
}

.page_main4 .div_input textarea {
    height: 50px;
}

.page_main4 .tit p.p_line {
    border-bottom: 0
}

.page_main4 .modal_bottom {
    padding-left: 180px;
    border-top: 0;
    margin-top: 0
}

.page_main4 .modal_bottom .btn a {
    width: 300px;
}

.cer_list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 50px;
}

.cer_list .img {
    width: 680px;
}

.cer_list .text {
    flex: 1;
    padding: 0 40px;
    color: #808080;
    line-height: 30px;
    font-size: 16px;
}

.cer_list .text h3 {
    color: #3b3b3b;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 20px;
    font-style: italic;
}

.cer_list .text h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    background: #014195;
    margin-right: 14px;
}

.cer_list2 {
    margin-top: 30px;
    padding-bottom: 40px;
}

.cer_list2 ul {
    display: flex;
}

.cer_list2 ul li {
    margin: 13px;
    flex: 1;
    background: #fff;
}

.cer_list2 ul li .box {
    padding: 30px 35px;
}

.cer_list2 ul li .box:after {
    content: '';
    display: block;
    clear: both;
}

.cer_list2 ul li .img1 {
    width: 145px;
    text-align: left;
    float: left;
}

.cer_list2 ul li .text {
    overflow: hidden;
    line-height: 26px;
    color: #808080;
    font-size: 16px;
}

.cer_list2 ul li h3 {
    font-size: 24px;
    color: #3b3b3b;
    line-height: 30px;
    margin-bottom: 10px;
}

.page_main2 .tit h3.h3_1 {
    color: #3b3b3b
}

.zz_list li {
    width: 25%;
    float: left;
}

.zz_list li:nth-child(4n+1) {
    clear: both;
}

.zz_list a {
    display: block;
    margin: 13px 14px;
    background: #f7f9fa;
    border-top: 1px solid #014195;
    background: #f7f9fa;
    padding: 28px 18px;
    padding-bottom: 0;
}

.zz_list .text {
    text-align: center;
    line-height: 64px;
    color: #3b3b3b;
    font-size: 16px;
}

.zz_list ul {
    margin: -13px -14px;
    overflow: hidden;
}

.zz_list:last-child {
    margin-bottom: 50px;
}

.media {
    background: #f7f9fa
}

.med_lt {
    width: 320px;
    float: left;
    margin-right: 30px;
}

.med_lt .item {
    background: #fff;
    border: 1px solid #e9eef3;
    padding: 0 19px;
    margin-bottom: 17px;
}

.med_lt .item h3 {
    line-height: 80px;
    font-size: 20px;
    color: #3b3b3b
}

.med_lt .item .list li {
    line-height: 35px;
    margin: 5px 0
}

.med_lt .item .list li a {
    color: #014195;
    background: #fff;
    padding: 0 17px;
    display: block;
}

.med_lt .item .list li.on a, .med_lt .item .list li:hover a {
    background: #f4f6f7
}

.med_lt .item .list2 li {
    line-height: 32px;
    width: 85px;
    float: left;
    margin-left: 12px;
    margin-bottom: 20px;
}

.med_lt .item .list2 ul {
    margin-left: -13px;
}

.med_lt .item .list2 li a {
    color: #656565;
    background: #f7f9fa;
    text-align: center;
    border-radius: 30px;
    display: block;
}

.med_lt .item .list2 li.on a, .med_lt .item .list li:hover a {
    background: #014195;
    color: #fff;
}

.med_cont {
    overflow: hidden;
}

.med_cont .tit {
    margin-top: -20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9eef3
}

.news_list li {
    width: 33.33%;
    float: left;
    margin: 30px 0;
    margin-left: -1px;
    border-left: 1px solid #ebebeb;
}

.news_list ul:after {
    content: '';
    display: block;
    clear: both;
}

.news_list li a {
    display: block;
    padding: 0 30px;
}

.news_list li a:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.news_list li:nth-child(3n+1) {
    border: 0
}

.news_list .date p {
    padding-top: 30px;
    line-height: 25px;
    padding-bottom: 20px;
    color: #a4a4a4;
    font-size: 14px;
}

.news_list .date h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3b3b3b;
    height: 56px;
}

.hzt-img-box{
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    /*background-color: red;*/
}

.hzt-img-box .img-inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: #014195;*/
}

.hzt-img-box .img-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news_list .text {
    padding: 20px 0;
    line-height: 24px;
    color: #ababab;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list .text p {
}

.news_list .more {
    line-height: 63px;
    border-top: 1px solid #e9eef3
}

.news_list .more span {
    display: inline-block;
    padding-right: 22px;
    color: #8c8c8c;
    background: url(../img/icon8.png) no-repeat right center;
}

.det_box {
    flex: 1;
    border-right: 1px solid #e9eef3
}

.det_box .tit {
    border-bottom: 1px solid #e9eef3;
    padding: 30px 0;
    color: #acacac;
    font-size: 14px;
    margin-bottom: 40px;
}

.det_box .text {
    padding-right: 30px;
    padding-bottom: 70px;
}
.det_box .text *{
    all:revert;
}

.det_box .text img{
    max-width: 100%;
    display: block;
}

.det_box .text table {
    width: 100%;
    border-collapse: collapse;
    /*background-color: #f8f8f8;*/
}

.det_box .text th,.det_box .text td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.det_box .text th {
    background-color: #ccc;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/*.det_box .text tr:nth-child(even) {*/
/*    background-color: #f2f2f2;*/
/*}*/

.det_box .text p {
    min-height: 30px;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
}

.det_box .tit p span {
    display: inline-block;
    margin-right: 30px;
}

.det_box .tit h1 {
    font-size: 28px;
    color: #3b3b3b;
    line-height: 36px;
    width: 90%;
    margin-bottom: 20px;
}

.det_more {
    width: 290px;
    padding: 0 15px;
}

.det_more .tit {
    padding-top: 50px;
}

.det_more .tit h3 {
    color: #3b3b3b;
    font-size: 20px;
}

.det_more .tit h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    background: #014195;
    margin-right: 20px;
}

.det_more .list li {
    margin-top: 40px;
    font-size: 14px;
}

.det_more .list li h3 {
    white-space: normal;
    color: #014195;
    line-height: 24px;
}

.det_more .list li p {
    margin-top: 8px;
    color: #acacac
}

.det_more .list li a:hover h3 {
    text-decoration: underline;
}

.p_page {
    max-width: 850px;
    margin: 0 auto;
}

.p_page .tit {
    border-bottom: 1px solid #e9eef3;
    margin-bottom: 40px;
}

.p_page .tit h3 {
    font-size: 22px;
    color: #3b3b3b;
    padding: 0 30px;
    line-height: 75px;
}

.p_box {
    display: flex;
    border: 1px solid #e9eef3
}

.p_box .img1 {
    width: 50%;
    border-right: 1px solid #e9eef3
}

.p_box .text {
    padding: 40px;
    background: #f3f6f8;
    flex: 1;
}

.p_box .text h3 {
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 20px;
    line-height: 30px;
}

.p_box .text li {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Montserrat-Light';
}

.p_box .text li h4 {
    font-size: 16px;
    padding-left: 17px;
    color: #3b3b3b;
    font-family: 'Montserrat-Light';
}

.p_box .text li p {
    padding-left: 17px;
    background: url(../img/icon23.png) no-repeat left center;
    margin-bottom: 5px;
}

/*----------custom----------*/

@media only screen and (max-width: 1560px) {
    .swi_cur2 {
        left: -50px;
        right: -50px;
    }
}

@media only screen and (max-width: 1460px) {
    .swi_cur2 {
        left: -0px;
        right: -0px;
        z-index: 10;
        height: 0;
    }

    .swi_cur2 span {
        border: 0
    }

    .menu &gt; ul &gt; li {
        margin: 0 10px;
    }

    .swiper1 .text h2 {
        margin: 10px 0;
        font-size: 60px;
        line-height: 1.2em;
    }

    .btn {
        margin-top: 20px;
    }

    .swiper1 .text h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper1 .text h2 {
        font-size: 50px;
    }

    .swi_cur .box {
        line-height: 60px;
    }

    .link_list li a {
        margin: 5px;
    }

    .link_list ul {
        margin: -5px;
    }

    .page_news .list a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .page_news .list h3 {
        font-size: 16px;
    }

    .page_news .list .p1 {
        padding-top: 10px;
    }

    .f_nav .item {
        margin: 0 30px;
    }

    .pro_det_swiper {
        width: 500px;
    }

    .gallery-top {
        width: 500px;
        height: 500px;
    }

    .gallery-thumbs .swiper-slide .img {
        width: 88px;
        height: 88px;
    }

    .pro_det_text {
        padding: 0 10px;
        height: 636px;
    }

    .det_tit {
        padding: 10px;
    }
}

.gallery-thumbs .swiper-slide .img, .pro_det_swiper .swiper-slide {
    background-position: center center;
    background-size: cover
}

.menu_pc {
    display: block;
}

.menu_wap {
    display: none;
}

@media only screen and (max-width: 1120px) {
    .menu_pc {
        display: none;
    }

    .menu_wap {
        display: block;
    }

    .search {
        width: 80px;
    }

    .menu {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        background: #fff;
        z-index: 11;
        bottom: 0;
        overflow-y: auto;
    }

    .menu &gt; ul &gt; li &gt; a {
        color: #014195;
        display: inline-block;
        line-height: 35px;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        padding: 0 30px;
        background: none;;
    }

    .menu &gt; ul &gt; li:last-child {
        float: none;
    }

    .menu &gt; ul &gt; li &gt; a.in {
        background: none;
    }

    .menu &gt; ul &gt; li:last-child .drop {
        position: initial;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }

    .menu &gt; ul &gt; li:last-child .drop ul {
        margin: 0 auto;
        padding: 0;
    }

    .menu &gt; ul &gt; li:last-child a.in {
        background: url(../img/icon1.png) no-repeat 90% center;
    }

    .menu &gt; ul &gt; li {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        float: none;
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }

    .menu ul li a {
    }

    .menu ul {
    }

    .header .logo {
        position: relative;
        z-index: 1001;
        line-height: 60px;
    }

    .menu_wrap {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background: url(../img/menu.png) no-repeat center center;
        background-size: 25px auto;
        right: 5px;
    }

    .h_menu .menu_wrap {
        background: url(../img/menu-1.png) no-repeat center center;
        background-size: 25px auto;
    }

    .h_menu .menu {
        left: 0;
    }

    .header {
        height: 60px;
        border-bottom: 0;
        line-height: 40px;
    }

    .header .logo img {
        height: 35px;
    }

    .search {
        float: right;
        height: 60px;
        background: none;
        margin-right: 50px;
        width: 40px;
    }

    .search &gt; a {
        background-size: 20px auto
    }

    .header .wrap {
        display: block;
    }

    .header .logo {
        float: left;
    }

    .search_drop {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.41);
        padding: 10px;
    }

    .div_input {
        line-height: 40px;
    }

    .modal .div_input {
        line-height: 30px;
    }

    .div_input textarea {
        padding: 10px;
        height: 50px;
    }

    .search i {
        display: none !important;
    }

    .swi_cur .box span {
        display: none;
    }

    .swi_cur .box {
        width: 100px;
    }

    .swi_cur .box span:first-child {
        display: block;
        font-size: 14px;
    }

    .full {
        display: none;
    }

    .swi_cur .box span label {
        font-size: 20px;
    }

    .swiper1 .text h2 {
        font-size: 20px;
    }

    .swiper1 .text h4 {
        font-size: 16px;
    }

    .btn a {
        width: auto;
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
    }

    .swi_cur .box {
        line-height: 30px;
        width: auto;
    }

    .swi_cur .box span {
        margin: 0 10px;
    }

    .btn a span {
        font-size: 14px;
        padding-right: 10px;
    }

    .swi_cur .wrap {
        width: 100%;
    }

    .swiper1 img {
        width: 150%;
        margin-left: -25%;
        max-width: initial
    }

    .swiper1 .text h4 {
        font-size: 12px;
    }

    .swiper1 .swiper-slide {
        overflow: hidden;
    }

    .swiper1 .text h2 {
        width: 50%;
        margin: 0
    }

    .swiper1 .text {
        top: 55%;
    }

    .mainer {
        margin-top: 60px
    }
}

@media only screen and (max-width: 1000px) {
    .tit_tag {
        position: initial;
        top: auto;
        margin-top: 0
    }

    .page_tit h3 {
        line-height: 80px;
    }

    .page {
        padding: 20px 0
    }

    .page2 h4 {
        margin-bottom: 10px
    }

    .tit_tag li:first-child {
        margin-left: 0;
    }

    .link_list li {
        width: 25%;
    }

    .page_news .list span {
        width: 40px;
        height: 40px;
    }

    .news_list li {
        width: 50%;
    }

    .news_list li a {
        padding: 0 15px;
    }

    .news_list li {
        margin: 15px 0;
        margin-left: -1px;
    }

    .news_list .date p {
        padding: 10px 0
    }

}

@media only screen and (max-width: 900px) {
    .f_search, .footer .logo {
        float: none;
        margin: 0 auto
    }

    .footer .logo {
        line-height: 100px;
    }

    .foot {
        border-bottom: 0
    }

    .foot2 {
        padding: 30px 0
    }

    .foot2 .text {
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .foot2 .text p {
        text-align: center;
        margin: 0 auto;
    }

    .share {
        margin-top: 20px;
    }

    .share a {
        margin: 0 3px;
    }

    .copyright {
        padding: 0;
        line-height: 20px;
        opacity: .7;
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }

    .copyright .rt {
        display: none;
    }

    .f_search {
        width: 95%
    }

    .f_search .div_input a {
        width: auto;
        padding: 0 20px;
        font-size: 14px;
        line-height: 38px;
    }

    .f_search .div_input {
        line-height: 38px;
    }

    .foot2 .text h2 {
        font-size: 30px;
    }

    .foot2 .f_nav {
        display: none;
    }

    .page_tit h3 {
        font-size: 30px;
    }

    .page_tit h3 span img {
        height: 50px;
    }

    .tit_tag .btn a {
        width: auto;
        line-height: 30px;
    }

    .tit_tag li {
        margin-left: 10px;
    }

    .tit_tag li:last-child {
        float: right;
    }

    .menu &gt; ul &gt; li .drop_sol, .menu &gt; ul &gt; li .drop_pro {
        display: none !important;
    }

    .pro_det_swiper {
        float: none;
        margin: 0 auto;
    }

    .pro_det_bottom .txt {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .pro_det_bottom .btns {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .page_main2 .tit h3 {
        line-height: 60px;
    }

    .pro_tab td, .pro_tab th {
        line-height: 30px;
        padding: 5px 10px;
        vertical-align: middle;
    }

    .down_list a {
        padding-right: 70px;
        padding-left: 10px;
    }

    .down_list li {
        margin-bottom: 15px;
    }

    .down_list li h3 {
        line-height: 50px;
    }

    .page_main2 .page {
        padding-bottom: 20px;
    }

    .down_list a span {
        width: auto;
        height: auto;
        line-height: normal;
        margin-top: -17px;
    }

    .down_list a span label {
        width: 0px;
        height: 35px;
        padding-left: 35px;
        overflow: hidden;
        background-position: center center
    }

    .banner2 .tag ul li a {
        width: auto;
        padding: 0 20px;
    }

    .banner2 .tag ul {
        line-height: 45px;
    }

    .banner h1 {
        height: 150px;
        line-height: 150px;
    }

    .banner {
        height: auto;
    }

    .page_main3 {
        clear: both;
    }

    .banner2 {
        padding-bottom: 45px;
    }

    .about_text p {
        font-size: 14px;
        line-height: 18px;
    }

    .banner2 .tag {
        height: 45px;
    }

    .link_list li a {
        text-align: center;
    }

    .pro_swiper2 ul {
        margin: 0
    }

    .pro_swiper2 {
        margin-top: 10px;
    }

    .pro_list .list li {
        width: 50%;
    }

    .pro_swiper2 li, .page5 li {
        width: 33.33%;
    }

    .pro_swiper2 a {
        margin: 5px;
    }

    .pro_swiper2 li:nth-child(4n+1) {
        clear: none;
    }

    .pro_swiper2 li:nth-child(3n+1) {
        clear: both;
    }

    .sol_box ul li {
        width: 25%
    }

    .zz_list li {
        width: 50%;
    }

    .services_list li .img {
        width: 100%;
        float: none;
        max-width: initial;
        text-align: left;
    }

    .services_list li .img img {
        display: block;
        margin-left: 0
    }

    .services_list li:first-child {
        padding-top: 0
    }

    .services_list li p {
        height: auto;
        margin-bottom: 20px;
    }

    .services_list li:nth-child(2n) .img {
        float: none;
        margin: 0
    }

    .services_list li {
        padding: 20px 0
    }

    .med_lt {
        width: 100%;
        float: none;
    }

    .med_lt .item h3 {
        line-height: 60px;
    }

    .med_cont .tit {
        margin-bottom: 20px;
    }

    .modal_bottom {
        padding: 10px 20px;
        margin-top: 10px;
    }
}

.pro_wap_btn {
    display: none;
}

@media only screen and (max-width: 600px) {
    .pro_wap_btn {
        display: block;
    }

    .page_pos {
        line-height: 50px;
    }

    .page_main2 h1 {
        line-height: 35px;
    }

    .link_list li {
        width: 50%
    }

    .page_news .news_lt, .page_news .list {
        width: 100%;
        float: none;
    }

    .page_news .list {
        margin-top: 20px;
    }

    .page_tit {
        margin-bottom: 10px;
    }

    .pro_det_swiper, .gallery-top {
        width: 100%;
        box-sizing: border-box;
    }

    .pro_det_text {
        height: 400px;
    }

    .gallery-thumbs .swiper-slide .img {
        width: 100%;
    }

    .pro_det_bottom .btns a {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .pro_tab {
        overflow-x: auto;
    }

    .pro_tab table {
        min-width: 800px;
    }

    .fac_list li {
        width: 50%;
    }

    .fac_list a {
        margin: 5px;
    }

    .more2 {
        margin-top: 20px;
    }

    .more2 a {
        width: auto;
        padding: 0 20px;
        line-height: 35px;
    }

    .pro_menu {
        width: auto;
        float: none;
        position: fixed;
        top: 60px;
        bottom: 0;
        overflow-y: auto;
        width: 80%;
        box-sizing: border-box;
        right: -100%;
        margin-right: 0;
        padding: 15px;
        z-index: 10;
        background: #fff;
    }

    .pro_menu.on {
        right: 0;
    }

    .pro_wap_btn.on:after {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: .5;
        content: '';
        z-index: 1
    }

    .pro_wap_btn {
        height: 40px;
        background: url(../img/menu.png) no-repeat 10px center rgba(0, 0, 0, 0.2);
        background-size: 25px auto;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

    .pro_wap_btn:before {
    }

    .pro_wap_btn.on {
        background: url(../img/menu-1.png) no-repeat 10px center rgba(0, 0, 0, 0.32);
        background-size: 20px auto;
    }

    .div_select .select {
        line-height: 45px;
    }

    .sol_box {
        width: auto;
        float: none;
        position: fixed;
        top: 60px;
        bottom: 0;
        overflow-y: auto;
        width: 80%;
        box-sizing: border-box;
        right: -100%;
        margin-right: 0;
        padding: 15px;
        z-index: 10;
        background: #fff;
        margin-bottom: 0;
        padding: 10px;
    }

    .sol_box.on {
        right: 0;
    }

    .banner2 .tag {
        position: initial;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        float: left;
        width: 100%;
        height: auto;
    }

    .banner2 .tag li {
        display: block;
        width: 100%;
        float: left;
        border-bottom: 1px solid #e9eef3;
        margin-bottom: -1px;
        margin-left: -1px;
        border-right: 1px solid #e9eef3;
        white-space: nowrap
    }

    .banner2 .tag ul li {
        display: block;
    }

    .banner2 .tag ul {
        border-bottom: 1px solid #e9eef3
    }

    .banner2 {
        padding-bottom: 0
    }

    .div_select .drop {
        padding: 5px;
    }

    .page_main {
        padding-top: 15px;
    }

    .div_select {
        margin-bottom: 10px;
    }

    .pro_menu .list .drop {
        padding: 10px;
    }

    .pro_menu .list {
        margin: 10px 0
    }

    .pro_list .list li {
        width: 100%;
    }

    .page5 li {
        width: 50%;
    }

    .page_main2 .tit h3 {
        font-size: 30px;
        white-space: normal;
        line-height: 45px;
        font-size: 20px;
    }

    .zz_list ul {
        margin: 0
    }

    .zz_list a {
        margin: 5px;
        padding: 10px;
        padding-bottom: 0
    }

    .zz_list .text {
        line-height: 35px;
    }

    .page_main4 .tit p {
        padding-bottom: 10px;
        font-size: 14px;
        margin-top: -10px;
    }

    .pro_swiper2 li,.hzt-cat-list.pro_swiper2 li {
        width: 50%;
    }





    .pro_swiper2 li:nth-child(3n+1) {
        clear: none;
    }

    .pro_swiper2 li:nth-child(2n+1) {
        clear: both;
    }

    .sol_box .text .tit h2 {
        font-size: 18px;
        line-height: 30px
    }

    .sol_box &gt; .img {
        margin-bottom: 10px;
    }

    .page2 h4 {
        font-size: 18px;
        line-height: 1.3em
    }

    .page2 .text p {
        line-height: 20px;
    }

    .sol_box &gt; .img {
        display: none;
        margin-right: 0;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .sol_box ul li {
        width: auto;
        display: inline-block;
        margin-right: 20px;
    }

    .sol_box ul.ul2 li {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px;
    }

    .sol_box ul.ul2 li .img {
        margin-right: 10px;
    }

    .cer_list li {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .cer_list .text {
        padding: 0 20px;
        line-height: 18px;
    }

    .cer_list .text h3 {
        font-size: 20px;
        white-space: nowrap;
        margin: 10px 0;
        line-height: 30px;
    }

    .cer_list2 ul {
        display: block;
    }

    .cer_list2 ul li {
    }

    .cer_list .img {
        width: 100%;
    }

    .cer_list2 ul li .text {
        overflow: initial;
    }

    .cer_list2 ul li .img1 {
        width: auto;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .cer_list2 ul li .box {
        padding: 20px;
    }

    .services_list li .text h3 {
        font-size: 25px;
    }

    .services_list li p {
        line-height: 18px;
        font-size: 14px;
    }

    .news_list li {
        width: 100%;
        margin-left: 0;
        border-left: 0
    }

    .news_list li img {
        width: 100%;
    }

    .news_list .date h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .news_list .text {
        padding: 10px 0
    }

    .news_list .more {
        line-height: 40px;
    }

    .cont_box {
        display: block;
        padding-top: 20px;
    }

    .cont_box .text h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cont_box .text {
        line-height: 25px;
        font-size: 14px;
    }

    .cont_box .img1 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .cont_list li {
        width: 100%;
    }

    .cont_list ul {
        margin: 0
    }

    .cont_list .box {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .cont_list .box h3 {
        font-size: 18px;
        white-space: normal
    }

    .page_main4 .modal_bottom {
        padding: 0
    }

    .inp_list_vcode {
        display: flex;
    }

    .inp_list_vcode .div_input {
        flex: 1
    }

    .inp_list_vcode .v_code img {
        width: auto;
    }

    .modal_cont .tit h3 {
        font-size: 18px;
    }

    .inp_list_vcode .v_code, .inp_list_vcode .v_code img {
        height: 30px;
    }

    .page_main4 .inp_list {
        margin-top: 10px;
    }

    .page_main4 .modal_bottom {
        margin-top: 20px;
    }

    .page_main4 .modal_bottom .btn a, .modal_bottom .btn a {
        width: 100%;
        padding: 0;
    }

    .modal_bottom .btn a {
        line-height: 45px;
    }

    .contact_items .tit h3 {
        font-size: 26px
    }

    .page_details .flex {
        display: block
    }

    .det_more {
        display: none;
    }

    .det_box .tit {
        padding: 15px;
        margin-bottom: 15px;
    }

    .det_box .tit h1 {
        width: 100%;
        font-size: 20px;
        line-height: 1.3em;
    }

    .det_box .text p {
        font-size: 14px;
        line-height: 20px;
        min-height: 18px;
    }

    .det_box {
        border: 0
    }

    .p_box {
        display: block
    }

    .p_box .img1 {
        width: 100%;
        text-align: center;
    }

    .p_page .tit {
        margin-bottom: 0px;
    }

    .p_box .text {
        padding: 20px;
    }

    .p_box .text h3 {
        margin-bottom: 10px;
    }

    .inp_list {
        width: 100%;
    }

    .modal_cont .cont {
        padding: 0 20px;
    }

    .modal_cont .tit {
        line-height: 50px;
    }

    .modal_cont .close {
        top: 10px;
        right: 10px;
    }

    .inp_list span {
        line-height: 30px;
    }

    .modal .inp_list_vcode {
        display: block
    }

    .inp_list_vcode .div_input {
        width: 100px;
    }

    .banner h1 {
        font-size: 30px;
        height: 150px;
    }

    .page_main2 .tit h3:before {
        margin-right: 5px;
    }

    .page_main4 .inp_list span {
        width: 100%;
        margin: 0;
        float: none;
        margin-bottom: 10px;
        text-align: left;
        display: block;
    }

    .inp_list_vcode {
        display: block;
    }

    .page_main4 .inp_list_vcode .v_code, .page_main4 .inp_list_vcode .v_code img {
        height: 40px;
    }

    .about_video {
        padding: 0;
        margin-top: 20px;
    }

    .about_video iframe {
        width: 100%;
    }
}

.clearfix::after{
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

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

.hzt-list .hzt-tit h4{
    font-size: 24px;
    padding-left: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #014195;

}
.hzt-list .hzt-tit h4 a{
    color: #014195;
}

@media only screen and (max-width: 600px) {
    .hzt-list .hzt-tit h4{
        padding-left: 0;
    }
}

.hzt-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    font-size: 18px;
    background-color: #fff;
    padding-top: 20px;
}

.hzt-menu a{
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0 5px 10px;

}

.hzt-menu a.active,.hzt-menu a:hover{
    font-weight: 700;
    border-bottom: 2px solid #014195;
    color: #014195;
}

.download-pdf-button {
    text-align: center;
    margin-top: 20px;
}

.download-pdf-button .btn-inner{
    display: inline-block;
    padding: 10px 30px;
    background-color: #014195;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.download-pdf-button .btn-inner:hover{
    background-color: #01295e;
}



.download-pdf-button .btn-inner span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url("../img/icon18.png") no-repeat left center;
}</pre></body></html>