@charset "UTF-8";

* {padding: 0; margin: 0}
h1, h2, h3, h4, h5, h6, .btn {font-family: 'Poppins', sans-serif;}
body, button, input, select, textarea {font-family: 'Open Sans', sans-serif;}
ul,li {list-style: none;}
a {text-decoration: none; color: black;}
:root {
    --fz12:12px;
    --fz14:14px;
    --fz16:16px;
    --fz18:18px;
    --fz20:20px;
    --fz22:22px;
    --fz24:24px;
    --fz26:26px;
    --fz28:28px;
    --fz30:30px;
    --fz32:32px;
    --fz34:34px;
    --fz36:36px;
    --fz38:38px;
    --fz40:40px;
    --fz45:45px;
    --fz64:64px;
}

*::selection {
    background: #0A4BDB;
    color: #fff;
}


/*—————————————————————————— 公共部分 header —————————————————————————————*/

/* 导航栏 */
header .bar {width: 100%; position: absolute; z-index: 1;}
header .bar-box {width: 1200px; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between;}
header .ul-01 {display: flex; align-items: center; box-sizing: border-box;}
header .ul-01>li>a {display: block; color: #fffa; transition: color .2s;}
header .ul-01>li>a:hover {color: #fff;}
header .ul-01 .li-select {padding: 20px;}
header .ul-01 .li-select select {width: 120px; height: 50px; padding: 12px; border-radius: 3px; outline: none; border: none; box-shadow: none; color: #666; font-size: var(--fz14);}
header .more-list {display: none; padding: 10px;}
header .more-list .icon {font-size: var(--fz22); color: #fff; background: #dd3333; padding: 15px; border-radius: 3px; cursor: pointer;}
header .more-list .icon::before {content: "\e61e";}
header .more-list .icon-x::before {content: "\ed1e";}

/* 回到顶部 */
header .toTop {position: fixed; bottom: 5%; right: 30px; z-index: 999; visibility: hidden; opacity: 0; transition: all .2s;}
header>.active {visibility: visible; opacity: 1;}
header .toTop .icon {background: #1e73be; color: #fff; font-size: var(--fz30); border-radius: 3px; cursor: pointer; transition: all .2s;}
header .toTop .icon:hover {background: #1d66a6;}

/*—————————————————————————— 公共部分 footer —————————————————————————————*/

footer .footer-box {width: 100%; background: #242424;}
footer .content-top {padding: 100px 0 50px;}
footer .top {width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;}
footer .top .logo {width: 30%;}
footer .top .logo h5 {color: #fff; font-size: var(--fz18);}
footer .top .ul-01 {width: 68%; display: flex; justify-content: space-between;}
footer .top .ul-01>li {display: flex; flex-direction: column;}
footer .top .ul-01 .li-contact {flex: 0.7;}
footer .top .ul-01>li>h5 {color: #fff; font-size: var(--fz18); margin-bottom: 20px;}
footer .top .ul-02>li>a {color: #dee1f8; display: block; line-height: 26px; font-size: var(--fz14);}
footer .top .ul-02>li>a span::before {content: "\eb03"; color: #0A4BDB; font-size: var(--fz14); vertical-align: top; font-weight: bold; margin-left: -5px; margin-right: 10px;}
footer .top .ul-02>li>a:hover {color: #fff;}
footer .top .ul-contact {color: #aaa; line-height: 26px; font-size: var(--fz14); display: flex; flex-direction: column;}
footer .top .ul-contact>li {position: relative; padding-left: 20px;}
footer .top .ul-contact>li span::before {position: absolute; left: 0; color: #fff;}
footer .top .li-icon {padding-left: 0 !important; margin-top: 10px;}
footer .top .ul-03 {display: flex;}
footer .top .ul-03>li {margin-right: 3%;}
footer .top .ul-03>li a {width: 35px; height: 35px; display: block; border-radius: 50%; background: #09003F; color: #f1f1f1; font-size: var(--fz16); text-align: center; line-height: 35px;}
footer .content-bottom {border-top: 1px solid #343965; padding: 35px 0;}
footer .bottom {width: 1200px; margin: 0 auto;}
footer .bottom p {font-size: var(--fz14); color: #dee1f8;}

/*—————————————————————————— 公共部分 面包屑导航 —————————————————————————————*/

.crumbs li {display: inline-block; margin: 0 10px;}
.crumbs li:nth-child(1) {margin: 0 10px 0 0;}

/*—————————————————————————— 首页 —————————————————————————————*/

.index-01 {width: 100%;}
.index-01 video {width: 100%; height: 100vh; min-height: 650px; object-fit: cover; position: absolute;}

/*.index-01 {width: 100%; background: url("<?php echo HX_T_DIR ?>static/img/index-01.jpeg") no-repeat; background-size: cover; border-radius: 0 0 120px 0;}*/
/*.index-01 .bg-color {width: 100%; position: relative; z-index: 0;}*/
/*.index-01 .bg-color::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 120px 0; background: linear-gradient(180deg,#424242 0%,#212121 85%);; opacity: .75; z-index: -1;}*/
.index-01 .content {width: 1200px; height: 100vh; min-height: 650px; margin: 0 auto; color: #fff; position: relative; padding-top: 150px; box-sizing: border-box;}
.index-01 a {color: #fff;}
.index-01 h1 {font-size: var(--fz64); margin-top: 20px; width: 50%; line-height: 80px;}
.index-01 p {margin: 10px 0; font-size: var(--fz16);}
.index-01 .btn {margin-top: 120px;}
.index-01 .btn a {background: #0A4BDB; text-align: center; padding: 13px 20px; border-radius: 6px; transition: background-color .2s;}
.index-01 .btn a span::after {content: "\e65d"; margin-left: 10px;}
.index-01 .btn a p {display: inline; font-size: var(--fz14);}
.index-01 .btn a:hover {background: #09003F;}

.index-02 {width: 100%; margin-top: 50px;}
.index-02 .content {width: 1200px; margin: 0 auto; padding: 50px 0; text-align: center;}
.index-02 .top-icon::before {content: "\e67c"; font-weight: bold; font-size: var(--fz64);}
.index-02 h2 {font-size: var(--fz40); margin-top: 20px;}
.index-02 p {color: #6e7180; font-size: var(--fz16); line-height: 30px; max-width: 900px; margin: 20px auto;}
.index-02 .list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.index-02 .list li {width: 30%; padding: 30px; box-sizing: border-box; display: flex; align-content: space-between; flex-wrap: wrap; border-radius: 10px; box-shadow: 0 40px 120px -40px rgb(0,0,0,.3); background: #fff; margin-bottom: 50px;}
.index-02 .list .img {width: 100%;}
.index-02 .list .img img {width: 100%;}
.index-02 .btn {margin: 50px auto 20px;}
.index-02 .btn a {background: #0A4BDB; color: #fff; text-align: center; padding: 15px 20px; border-radius: 6px; transition: background-color .2s;}
.index-02 .btn a:hover {background: #09003F;}

.index-03 {width: 100%;}
.index-03 .content {width: 100%; margin: 0 auto; padding: 50px 0; position: relative; display: flex; justify-content: space-between;}
.index-03 .left {width: 32%; position: relative;}
.index-03 .left .img {width: 60%; position: absolute; right: -10%; top: 10%;}
.index-03 .left .img img {width: 400px; border-radius: 10px;}
.index-03 .right {width: 68%; padding: 20px 20px 40px 200px; box-sizing: border-box; background: #0A4BDB;}
.index-03 .right h2 {font-size: var(--fz32); margin-bottom: 20px; color: #fff; width: 60%;}
.index-03 .right p {font-size: var(--fz16); color: #dee1f8; width: 60%; line-height: 30px;}
.index-03 .right .list {display: flex; flex-direction: column; width: 60%;}
.index-03 .right .list li {color: #fff; line-height: 26px; margin: 5px 0 5px 30px;}
.index-03 .right .list li span::before {content: "\e60c"; margin-left: -30px; padding-right: 14px;}
.index-03 .right .btn {margin-top: 40px;}
.index-03 .right .btn a {padding: 13px 52px 13px 22px; border-radius: 7px; border: 1px solid rgba(255,255,255,.48); color: #fff; position: relative; transition: all .2s;}
.index-03 .right .btn a span::after {content: "\e65d"; font-size: var(--fz14); position: absolute; top: 19px; right: 22px;}
.index-03 .right .btn a p {display: inline; font-size: var(--fz14); color: #fff; transition: all .2s;}
.index-03 .right .btn a:hover {background: #fff; color: #000;}
.index-03 .right .btn a:hover p {color: #000;}

.index-04 {width: 100%;}
.index-04 .content {width: 1200px; margin: 0 auto; padding: 50px 0;}
.index-04 .ul-box {display: flex; flex-direction: column;}
.index-04 .ul-box>li {display: flex; justify-content: space-between; margin-bottom: 40px;}
.index-04 .left h2 {font-size: var(--fz32); margin-bottom: 20px;}
.index-04 .left {width: 45%;}
.index-04 .left p {font-size: var(--fz16); color: #6e7180; line-height: 30px;}
.index-04 .left .list {display: flex; justify-content: left; margin-top: 20px;}
.index-04 .left .list li {margin-right: 30px; display: flex; justify-content: left;}
.index-04 .left .list li:nth-last-child(1) {margin-right: 0;}
.index-04 .left .list li .icon {font-size: var(--fz24); width: 25px; height: 25px; padding: 10px; line-height: 25px; text-align: center; border-radius: 50%; background: rgba(59,79,228,.09); color: #0A4BDB; vertical-align: top; margin-right: 20px;}
.index-04 .left .list li p {color: #000; font-weight: bold;}
.index-04 .left .text-list {display: flex; flex-direction: column;}
.index-04 .left .text-list li {display: flex; line-height: 26px; margin: 5px 0;}
.index-04 .left .text-list .iconfont {font-size: var(--fz18); font-weight: bold;}
.index-04 .left .text-list p {margin-left: 10px; font-size: var(--fz14);}
.index-04 .right {width: 45%;}
.index-04 .right .img {width: 100%;}
.index-04 .right .img img {width: 100%; border-radius: 10px;}

.index-04 .btn {margin-top: 40px;}
.index-04 .btn a {padding: 14px 50px 14px 20px; border-radius: 7px; background: #0A4BDB; color: #fff; position: relative; transition: all .2s;}
.index-04 .btn a span::after {content: "\e65d"; font-size: var(--fz16); position: absolute; right: 20px; top: 18px;}
.index-04 .btn a p {display: inline; font-size: var(--fz14); color: #fff;}
.index-04 .btn a:hover {background: #000c2d;}
/*.index-04 {width: 100%;}*/
/*.index-04 .content {width: 1200px; margin: 0 auto; padding: 50px 0; display: flex; justify-content: space-between;}*/
/*.index-04 .left {width: 45%; order: 2;}*/
/*.index-04 .left h2 {font-size: var(--fz32); margin-bottom: 20px;}*/
/*.index-04 .right {width: 45%; order: 1;}*/
/*.index-04 .right .img {width: 100%;}*/
/*.index-04 .right .img img {width: 100%; border-radius: 10px;}*/


.index-06 {width: 100%;}
.index-06 .content {width: 1200px; margin: 0 auto; padding: 100px 0;}
.index-06 h2 {text-align: center; font-size: var(--fz32); margin-bottom: 50px;}
.index-06 .list {display: flex; justify-content: left; flex-wrap: wrap;}
.index-06 .list li {width: 30%; margin-right: 5%; border-radius: 10px; overflow: hidden; box-shadow: #e2e2e2 0 0 10px 3px; margin-bottom: 40px; transition: box-shadow .4s;}
.index-06 .list li:hover {box-shadow: #e2e2e2 0 0 30px 0;}
.index-06 .list li:hover .img a::after {opacity: .5;}
.index-06 .list .img {width: 100%; height: 200px; position: relative;}
.index-06 .list .img a {width: 100%; height: 100%; display: inline-block;}
.index-06 .list .img a::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%); transition: all .4s;}
.index-06 .list .img img {width: 100%; height: 100%; object-fit: cover; display: block;}
.index-06 .list h3 a {display: block; padding: 20px 30px; font-size: var(--fz20); color: #54595F;}
.index-06 .list .more {padding: 20px 30px; display: block; font-size: var(--fz12); color: #1e73be; font-weight: bold;}
.index-06 .list .date {color: #999; border-top: 1px solid #eee; padding: 10px 30px; font-size: var(--fz12);}

/*—————————————————————————— 产品列表页 —————————————————————————————*/

.list-product-01 {width: 100%; border-radius: 0 0 120px 0;}
.list-product-01 .bg-color {width: 100%; position: relative; z-index: 0;}
.list-product-01 .bg-color::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 120px 0; background: #000c2d; opacity: .5; z-index: -1;}
.list-product-01 .content {width: 1200px; margin: 0 auto; color: #fff; position: relative; padding: 200px 0 80px 0;}
.list-product-01 a {color: #fff;}
.list-product-01 h1 {font-size: var(--fz40); margin-top: 20px;}
.list-product-01 .list {margin: 20px 0 60px 40px; color: #DEE1F8;}
.list-product-01 .list li {margin: 10px 0; list-style-type: disc;}
.list-product-01 .btn {margin-top: 80px;}
.list-product-01 .btn a {background: #0A4BDB; text-align: center; padding: 15px 20px; border-radius: 6px; transition: background-color .2s;}
.list-product-01 .btn a:hover {background: #09003F;}

.list-product-02 {width: 100%; padding: 100px 0; background: #f1f1f1;}
.list-product-02 .content {width: 1200px; margin: 0 auto;}
.list-product-02 .title {text-align: center; font-size: var(--fz36); margin-bottom: 50px;}
.list-product-02 .list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.list-product-02 .list li {width: 30%; text-align: center; margin-bottom: 20px;}
.list-product-02 .list .img {width: 100%; height: 75%;}
.list-product-02 .list .img img {width: 100%; height: 100%;}
.list-product-02 .list .btn {margin-top: 30px;}
.list-product-02 .list .btn a {color: #fff; background: #0A4BDB; text-align: center; padding: 15px 20px; border-radius: 6px; transition: background-color .2s;}
.list-product-02 .list .btn a:hover {background: #09003F;}

.list-product-03 {width: 100%; padding: 100px 0;}
.list-product-03 .content {width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;}
.list-product-03 .left {width: 60%;}
.list-product-03 .left h2 {font-size: var(--fz40); margin: 20px 0;}
.list-product-03 .left h3 {font-size: var(--fz32); margin: 20px 0;}
.list-product-03 .left h5 {font-size: var(--fz20); margin: 20px 0;}
.list-product-03 .left img {max-width: 100%;}
.list-product-03 .left ol, .list-product-03 .left ul {margin: 20px 0 20px 40px;}
.list-product-03 .left ol li {list-style: decimal;}
.list-product-03 .left ul li {list-style: disc; margin: 10px 0;}
.list-product-03 .left p {margin: 20px 0;}
.list-product-03 .left p, .list-product-03 .left li {color: #666;}
.list-product-03 .left .img {width: 80%; margin: 0 auto;}
.list-product-03 .left .img img {width: 100%; height: 100%;}
.list-product-03 .right {width: 30%;}
.list-product-03 .right .form-box {width: 100%; padding: 20px 40px 50px; box-sizing: border-box; box-shadow: 0 0 10px 0 rgb(0,0,0,.5); position: sticky; top: 50px;}
.list-product-03 .right form .text {margin: 20px 0 5px; color: #666;}
.list-product-03 .right form input, .list-product-03 .right form textarea {width: 100%; padding: 10px; box-sizing: border-box; font-size: var(--fz16);}
.list-product-03 .right form input::placeholder, .list-product-03 .right form textarea::placeholder {color: #999;}
.list-product-03 .right form textarea {resize: vertical; min-height: 45px; height: 100px;}
.list-product-03 .right form .btn {margin-top: 5px; font-size: var(--fz14); color: #fff; background: #0A4BDB; border-radius: 6px; outline: none; border: none; transition: background-color .2s; cursor: pointer;}
.list-product-03 .right form .btn:hover {background: #09003F;}

/*—————————————————————————— blog列表页 —————————————————————————————*/

.blog-01 {width: 100%;}
.blog-01 .bg-color {width: 100%; background: linear-gradient(130deg, #0a4bdb  0%, #09003f 89%);}
.blog-01 .curve {transform: rotate(180deg); overflow: hidden;}
.blog-01 .curve svg {position: relative; left: 50%; bottom: 1px; width: 260%; height: 50px; transform: translateX(-50%) rotateY(180deg);}
.blog-01 .curve path {fill: #fff;}
.list-blog-01 .content {width: 100%; padding: 200px 0;}
.list-blog-01 h1 {color: #fff; text-align: center; font-size: var(--fz64);}

.list-blog-02 {width: 100%;}
.list-blog-02 .content {width: 1200px; margin: 0 auto; padding: 100px 0;}
.list-blog-02 .list {display: flex; justify-content: left; flex-wrap: wrap;}
.list-blog-02 .list li {width: 30%; margin-right: 5%; border-radius: 10px; overflow: hidden; box-shadow: #e2e2e2 0 0 10px 3px; margin-bottom: 40px; transition: box-shadow .4s;}
.list-blog-02 .list li:hover {box-shadow: #e2e2e2 0 0 30px 0;}
.list-blog-02 .list li:hover .img a::after {opacity: .5;}
.list-blog-02 .list .img {width: 100%; height: 200px; position: relative;}
.list-blog-02 .list .img a {width: 100%; height: 100%; display: inline-block;}
.list-blog-02 .list .img a::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%); transition: all .4s;}
.list-blog-02 .list .img img {width: 100%; height: 100%; object-fit: cover; display: block;}
.list-blog-02 .list .text a {display: block; text-align: center; padding: 20px 30px; font-size: var(--fz20); color: #4632da;}
.list-blog-02 .list .date {color: #999; border-top: 1px solid #eee; text-align: center; font-size: var(--fz14); padding: 10px 0;}

.blog-03 .bg-color {width: 100%; background: linear-gradient(130deg, #0a4bdb  0%, #09003f 89%);}
.blog-03 .content {width: 1200px; margin: 0 auto; padding-bottom: 50px; display: flex; justify-content: space-between;}
.blog-03 .right {width: 50%;}
.blog-03 .right .img {width: 100%;}
.blog-03 .right .img img {max-width:100%; border-radius: 300px 100px 100px 100px; margin-top: -160px; position: relative;}
.blog-03 .curve {overflow: hidden;}
.blog-03 .curve svg {position: relative; left: 50%; top: -1px; width: 260%; height: 100px; transform: translateX(-50%) rotateY(180deg);}
.blog-03 .curve path {fill: #fff;}
.blog-03 .left {width: 50%;}
.list-blog-03 .left h3 {font-family: "Varela Round", sans-serif; font-size: var(--fz45); color: #fff;}
.list-blog-03 .left h4 {font-family: "Montserrat", sans-serif; font-size: var(--fz20); color: #fff; margin-top: 20px;}
.list-blog-03 .left .btn2 {margin-top: 80px;}
.list-blog-03 .left .btn2 a {padding: 15px 50px 15px 20px; border-radius: 40px; background: #fff; color: #000; position: relative; transition: all .2s;}
.list-blog-03 .left .btn2 a p {font-family: "Montserrat", sans-serif; font-size: var(--fz16); font-weight: 500; display: inline; transition: all .2s;}
.list-blog-03 .left .btn2 a span::after {content: "\e65d"; font-size: var(--fz16); font-weight: bold; position: absolute; right: 20px; top: 19px;}
.list-blog-03 .left .btn2 a:hover {background: #4054b2; color: #fff;}
.list-blog-03 .left .btn2 a:hover p {color: #fff;}

/*—————————————————————————— blog详情页 —————————————————————————————*/

.single-blog-01 .curve svg {height: 80px;}
.single-blog-01 .content {width: 40%; margin: 0 auto; padding: 150px 0 50px;}
.single-blog-01 h1 {width: 100%; color: #fff; text-align: center; font-weight: 400; font-size: var(--fz45); font-family: "Varela Round", sans-serif;}
.single-blog-01 .text-list {width: 100%; margin-top: 20px; color: #fff; display: flex; justify-content: center;}
.single-blog-01 .text-list li {width: 40%; line-height: 30px; }
.single-blog-01 .text-list .author {text-align: right;}
.single-blog-01 .text-list .line {width: 1px; background: #fff; margin: 0 30px;}
.single-blog-01 .icon-list {width: 100%; margin-top: 20px; display: flex; justify-content: center;}
.single-blog-01 .icon-list li {width: 40px; height: 40px; background: rgba(84,108,124,0.46); margin: 0 5px;}
.single-blog-01 .icon-list a {display: block; font-size: 20px; color: #fff; line-height: 40px; text-align: center;}

.single-blog-02 {width: 100%; background: #f5f5f5;}
.single-blog-02>.content {width: 1200px; margin: 0 auto; padding-bottom: 100px; display: flex; justify-content: space-between;}
.single-blog-02 .left {width: 67%; padding: 40px; box-sizing: border-box; position: relative; margin-top: -50px; box-shadow: #ddd 0 0 20px 0; background: #fff;}
.single-blog-02 .left .img {width: 100%;}
.single-blog-02 .left .img img {width: 100%; height: 100%; display: block; border: 1px solid #aaa;}
.single-blog-02 .left .directory {padding: 50px 20px 20px;}
.single-blog-02 .left .directory h4 {font-size: var(--fz24); color: #6e7180; margin-bottom: 30px;}
.single-blog-02 .left .directory .list li {margin: 10px 0; line-height: 30px;}
.single-blog-02 .left .directory .list li a {color: #666; display: block; font-size: var(--fz16); font-weight: 700;}
.single-blog-02 .left .directory p {color: #666; font-size: var(--fz16); font-weight: 700;}
.single-blog-02 .left p {color: #6e7180; font-size: var(--fz16); margin: 20px 0; line-height: 30px;}
.single-blog-02 .left .num-box {margin: 40px 0;}
.single-blog-02 .left .num-box h2 {font-size: var(--fz40); color: #1a1a1a;}
.single-blog-02 .left .num-box b {font-weight: 700;}
.single-blog-02 .left .num-box h6 {font-size: var(--fz16); color: #1a1a1a;}
.single-blog-02 .left .bottom {width: 100%; padding: 35px; box-sizing: border-box; background: #0A4BDB; text-align: center;}
.single-blog-02 .left .bottom h2 {color: #fff;}
.single-blog-02 .left .bottom p {color: #fff;}
.single-blog-02 .left .bottom .btn2 a {color: #fff; padding: 15px 20px; border: 2px solid #fff; border-radius: 5px; display: inline-block; transition: all .2s;}
.single-blog-02 .left .bottom .btn2 a:hover {background: #09003F; border: 2px solid #09003F;}
.single-blog-02 .right {width: 30%; padding: 40px; box-sizing: border-box;}
.single-blog-02 .right .search {width: 100%;}
.single-blog-02 .right .search form {width: 100%;}
.single-blog-02 .right .search form .content {width: 100%; display: flex; justify-content: left;}
.single-blog-02 .right .search form input {width: calc(100% - 50px); height: 50px; box-sizing: border-box; border: none; padding: 20px; font-size: var(--fz16); outline: none;}
.single-blog-02 .right .search form input::placeholder {font-size: var(--fz16);}
.single-blog-02 .right .search form .icon {width: 50px; height: 50px; background: #222; font-size: var(--fz22); color: #fff; line-height: 50px; text-align: center;}
.single-blog-02 .right .about h4 {font-size: var(--fz24); margin: 20px 0;}
.single-blog-02 .right .about .img {width: 100%;}
.single-blog-02 .right .about .img img {width: 100%; height: 100%;}
.single-blog-02 .right .about p {margin: 20px 0; font-size: var(--fz14); line-height: 30px; color: #6e7180;}
.single-blog-02 .right .about .btn {margin-top: 40px;}
.single-blog-02 .right .about .btn a {background: #0A4BDB; text-align: center; color: #fff; font-size: var(--fz14); padding: 15px 20px; border-radius: 6px; transition: background-color .2s;}
.single-blog-02 .right .about .btn a:hover {background: #09003F;}
.single-blog-02 .right .recent h4 {font-size: var(--fz24); margin: 20px 0;}
.single-blog-02 .right .recent .list {display: flex; flex-direction: column;}
.single-blog-02 .right .recent .list li {width: 100%; margin: 20px 0; display: flex; justify-content: space-between;}
.single-blog-02 .right .recent .list .img {width: 25%;}
.single-blog-02 .right .recent .list .img img {width: 100%;}
.single-blog-02 .right .recent .list .content {width: 70%; display: flex; flex-direction: column;}
.single-blog-02 .right .recent .list h5 a {font-size: var(--fz14); color: #1e73be;}
.single-blog-02 .right .recent .list a {font-size: var(--fz12); color: #a0a0a0; font-weight: 700;}

.single-blog-03 .left {padding-right: 40px;}
.single-blog-03 .left h2 {font-family: "Varela Round", sans-serif; color: #fff; font-size: var(--fz45); font-weight: 300; margin-bottom: 40px;}
.single-blog-03 .left p {font-size: var(--fz14); color: #fff8;}

/*—————————————————————————— 解决问题 —————————————————————————————*/

.page-solution-01 {width: 100%;}
.page-solution-01 .bg-color {width: 100%; position: relative; z-index: 0;}
.page-solution-01 .bg-color::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0000007d; opacity: .5; z-index: -1;}
.page-solution-01 .content {width: 1200px; margin: 0 auto; color: #fff; position: relative; padding: 200px 0;}
.page-solution-01 h1 {font-size: var(--fz64); width: 70%; line-height: 76px; margin: 0 auto; text-align: center;}

.page-solution-02 {width: 100%; background: #efefef; padding: 20px 0;}
.page-solution-02 .img {width: 500px; margin: 50px auto 0;}
.page-solution-02 .img img {width: 100%;}

.page-solution-03 {width: 100%;}
.page-solution-03 .content {width: 100%; height: 80px; background: #fff;}

.page-solution-04 {width: 100%; padding: 30px 0; background: #efefef;}
.page-solution-04 .content {width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;}
.page-solution-04 .left {width: 45%;}
.page-solution-04 .left .list {display: flex; justify-content: space-between;}
/*.page-solution-04 .left .list li {width: 30%;}*/
.page-solution-04 .left .list .icon {width: 20px; height: 20px; margin: 0 auto 20px; padding: 15px; line-height: 20px; color: #0A4BDB; font-weight: bold; text-align: center; border: 3px solid #0A4BDB; border-radius: 50%; font-size: var(--fz14);}
.page-solution-04 .left .list h6 {font-size: var(--fz16); text-align: center;}
.page-solution-04 .right {width: 45%;}
.page-solution-04 .right p {color: #6e7180; line-height: 30px;}

.page-solution-05 {width: 100%;}
.page-solution-05 .content {width: 1200px; margin: 0 auto; padding: 80px 0 60px; display: flex; justify-content: space-between;}
.page-solution-05 .left {width: 45%;}
.page-solution-05 .right {width: 45%;}
.page-solution-05 h2 {font-size: var(--fz40); color: #1a1a1a; line-height: 44px;}
.page-solution-05 h3 {font-size: var(--fz32); color: #1a1a1a; line-height: 36px;}
.page-solution-05 h4 {font-size: var(--fz24); color: #1a1a1a; line-height: 32px;}
.page-solution-05 p {font-size: var(--fz16); color: #6e7180; margin: 20px 0; line-height: 26px;}

/*—————————————————————————— 关于我们 —————————————————————————————*/

.page-about-01 {width: 100%; border-radius: 0 0 120px 0;}
.page-about-01 .bg-color {width: 100%; position: relative; z-index: 0;}
.page-about-01 .bg-color::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 120px 0; background: #000c2d; opacity: .5; z-index: -1;}
.page-about-01 .content {width: 1200px; margin: 0 auto; color: #fff; position: relative; padding: 150px 0;}
.page-about-01 a {color: #fff;}
.page-about-01 h1 {width: 50%; font-size: var(--fz64); margin-top: 20px;}
.page-about-01 p {width: 50%; color: #dee1f8; font-size: var(--fz16); line-height: 30px; margin-top: 20px;}

.page-about-02 {width: 100%;}
.page-about-02 .content {width: 1200px; margin: 0 auto; padding: 50px 0;}
.page-about-02 h2 {font-size: var(--fz40); margin-bottom: 20px;}
.page-about-02 .content-box {display: flex; justify-content: space-between;}
.page-about-02 .left {width: 45%;}
.page-about-02 .left p {font-size: var(--fz16); color: #6e7180; line-height: 30px;}
.page-about-02 .left .btn {margin-top: 40px;}
.page-about-02 .left .btn a {padding: 15px 60px 15px 30px; border-radius: 7px; background: #0A4BDB; color: #fff; position: relative; transition: all .2s;}
.page-about-02 .left .btn a span::after {content: "\e65d"; font-size: var(--fz16); position: absolute; right: 20px; top: 18px;}
.page-about-02 .left .btn a p {display: inline; font-size: var(--fz14); color: #fff;}
.page-about-02 .left .btn a:hover {background: #000c2d;}
.page-about-02 .right {width: 45%;}
.page-about-02 .right .img {width: 100%;}
.page-about-02 .right .img img {width: 100%; border-radius: 10px;}

.page-about-03 {width: 100%;}
.page-about-03 .content {width: 1200px; margin: 0 auto; padding: 50px 0;}
.page-about-03 h2 {font-size: var(--fz40); margin-bottom: 20px; text-align: center;}
.page-about-03 .list {display: flex; justify-content: space-between;}
.page-about-03 .list li {width: 30%;}
.page-about-03 .list .img {width: 100%;}
.page-about-03 .list .img img {width: 100%; border-radius: 10px;}

.page-about-04 {width: 100%;}
.page-about-04 .content {width: 100%; margin: 0 auto; padding: 50px 0; display: flex; justify-content: space-between;}
.page-about-04 .left {width: 32%; position: relative;}
.page-about-04 .left .img {width: 60%; position: absolute; right: -15%; top: 10%;}
.page-about-04 .left .img img {width: 300px; border-radius: 10px;}
.page-about-04 .right {width: 68%; padding: 20px 20px 40px 200px; box-sizing: border-box; background: #0A4BDB;}
.page-about-04 .right h2 {font-size: var(--fz40); margin-bottom: 20px; color: #fff;}
.page-about-04 .right p {font-size: var(--fz16); color: #dee1f8; width: 60%; line-height: 30px;}
.page-about-04 .right .btn {margin-top: 40px;}
.page-about-04 .right .btn a {padding: 15px 50px 15px 20px; border-radius: 7px; border: 1px solid rgba(255,255,255,.48); color: #fff; position: relative; transition: all .2s;}
.page-about-04 .right .btn a span::after {content: "\e65d"; font-size: var(--fz16); position: absolute; right: 20px; top: 19px;}
.page-about-04 .right .btn a p {display: inline; font-size: var(--fz14); color: #fff; transition: all .2s;}
.page-about-04 .right .btn a:hover {background: #fff; color: #3b4fe4;}
.page-about-04 .right .btn a:hover p {color: #3b4fe4;}

.page-about-05 {width: 100%;}
.page-about-05 .content {width: 1200px; margin: 0 auto; padding: 50px 0;}
.page-about-05 h2 {font-size: var(--fz40); margin-bottom: 20px; text-align: center;}
.page-about-05 .list {display: flex; justify-content: space-between;}
.page-about-05 .list li {width: 24%; padding: 20px; box-sizing: border-box; background: #fff; box-shadow: 0 24px 80px -24px rgb(0,0,0,.24);}
.page-about-05 .list .img {width: 50%; margin: 0 auto;}
.page-about-05 .list .img img {width: 100%;}

/*—————————————————————————— 联系我们 —————————————————————————————*/

.page-contact-01 {width: 100%; border-radius: 0 0 120px 0;}
.page-contact-01 .bg-color {width: 100%; position: relative; z-index: 0;}
.page-contact-01 .bg-color::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 120px 0; background: #000c2d; opacity: .5; z-index: -1;}
.page-contact-01 .content {width: 1200px; margin: 0 auto; color: #fff; position: relative; padding: 100px 0 150px;}
.page-contact-01 a {color: #fff;}
.page-contact-01 h1 {width: 50%; font-size: var(--fz40); margin-top: 20px;}
.page-contact-01 p {width: 50%; color: #dee1f8; font-size: var(--fz16); line-height: 30px; margin-top: 20px;}

.page-contact-02 {width: 100%;}
.page-contact-02 .content {width: 1200px; margin: 0 auto; padding: 50px 0;}
.page-contact-02 h2 {font-size: var(--fz40); color: #1a1a1a; text-align: center;}
.page-contact-02 p {font-size: var(--fz16); color: #6e7180; text-align: center; margin: 20px 0;}
.page-contact-02 .list {display: flex; justify-content: center;}
.page-contact-02 .list li a {width: 35px; height: 35px; display: block; margin: 10px; border-radius: 50%; background: #0A4BDB; color: #fff; font-size: 20px; text-align: center; line-height: 35px;}
.page-contact-02 .list-01 {display: flex; justify-content: space-between; margin-top: 20px;}
.page-contact-02 .list-01>li {width: 30%; padding: 30px; border: 1px solid #eeea; box-sizing: border-box; box-shadow: 0 32px 80px -40px rgb(0,0,0,.24);}
.page-contact-02 .list-01 .title {font-size: var(--fz24); color: #1a1a1a; text-align: left; font-family: 'Poppins', sans-serif; font-weight: 700;}
.page-contact-02 .list-01 .text {text-align: left;}
.page-contact-02 .list-01 .icon {padding: 15px; background: rgba(59,79,228,.12); display: inline-block; border-radius: 50%; font-size: var(--fz26); color: #0A4BDB;}
.page-contact-02 .list-01>li:nth-child(2) .icon {transform: rotateZ(270deg);}
.page-contact-02 .list-02>li {margin: 10px 0; color: #6e7180;}
.page-contact-02 .list-02>li::before {color: #000; margin-right: 10px;}

.page-contact-03 {width: 100%;}
.page-contact-03 .content {width: 1200px; margin: 0 auto; padding: 50px 0;}
.page-contact-03 h2 {font-size: var(--fz40); color: #1a1a1a; text-align: center;}
.page-contact-03 p {font-size: var(--fz16); color: #6e7180; text-align: center;}
.page-contact-03 .form-box {max-width: 560px; margin: 0 auto;}
.page-contact-03 .form-box p {text-align: left; margin: 20px 0 5px;}
.page-contact-03 .form-box input {width: 100%; padding: 10px; font-size: var(--fz16); outline: none; border: 1px solid #aaa; box-sizing: border-box; transition: all .2s;}
.page-contact-03 .form-box input:focus {border: 1px solid #1e73be;}
.page-contact-03 .form-box textarea {width: 100%; resize: vertical; padding: 10px; font-size: var(--fz16); outline: none; min-height: 100px; box-sizing: border-box;}
.page-contact-03 .form-box .btn {margin-top: 20px; border: none; background: #0A4BDB; color: #fff; border-radius: 5px; cursor: pointer;}
.page-contact-03 .form-box .btn:hover {background: #000c2d;}






