@charset "utf-8";

/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Source Han Sans CN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    /*background: #f2f4f7;*/
    background: rgb(189 216 253);
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}


/* placeholder修改 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6a737c !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6a737c !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6a737c !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6a737c !important;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}


/*公共样式*/

.c-clear {
    zoom: 1;
}

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

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
}

.c-common-btn {
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border:1px solid #bfc5cb;
    border-radius: 4px;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all .3s;
    background: #3a4254db;
}

.c-common-btn .c-jt {
    margin-left: 10px;
    border-top: 5px solid #228bf4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: all .5s;
}

.c-common-btn:hover {
 
    background: #92969d8f;
}

.c-common-btn:hover .c-jt {
    border-top: 5px solid #fff;
}


/*字体*/


/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 90px;
}


/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid #eaf1f9;
    line-height: 90px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

#c-header a {
    color: #323c55;
    transition: all 0.5s;
}

#c-header.c-head-move {
    top: -100px;
}

#c-header.c-style2 {
    background: #fff;
}

#c-header .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
}


/*顶部logo*/

#c-header .c-logo {
    display: flex;
    align-items: center;
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}

#c-header .c-logo img {
    height: 32px;
}

#c-header .c-logo .c-text {
    display: inline-block;
    margin-left: 4px;
    /*padding-left: 15px;*/
    /*border-left: 1px solid #e0e0e7;*/
    font-size: 22px;
    line-height: 1;
}

#c-header .c-logo .c-text span {
    color: #228bf4;
}


/*顶部pc导航*/

#c-header .c-nav {
    display: flex;
    align-items: center;
}

#c-header .c-nav>li {
    position: relative;
    margin-right: 60px;
}

#c-header .c-nav>li:last-child {
    margin-right: 0;
}

#c-header .c-nav li a {
    position: relative;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#c-header .c-nav>li>a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 4px;
    background: #0b7183;
    transition: .3s;
}

#c-header .c-nav li a i {
    margin-left: 8px;
    font-size: 20px;
}

#c-header .c-nav ul {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none;
    width: 150px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#c-header .c-nav ul li {
    border-bottom: 1px solid #eee;
}

#c-header .c-nav ul li:last-child {
    border: 0;
}

#c-header .c-nav ul a {
    color: #323c55;
}

#c-header .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #0b7183;
}

#c-header .c-nav li.on>a::before,
#c-header .c-nav>li:hover>a::before {
    width: 100%;
}


/*顶部移动端导航*/

#c-header .c-nav2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
}

#c-header .c-nav2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    border-bottom: 1px solid #f1f1f1;
    color: #323c55;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-nav2>li:first-child {
    border-top: 1px solid #f1f1f1;
}

#c-header .c-nav2 li:hover>a,
#c-header .c-nav2 li.on>a {
    color: #228bf4
}

#c-header .c-nav2 li a i {
    font-size: 20px;
}

#c-header .c-nav2 li ul {
    display: none;
}

#c-header .c-nav2 li ul a {
    padding-left: 15px;
}

#c-header .c-nav2 li li li a {
    padding-left: 30px;
}


/*顶部导航开关*/

#c-header .c-switch {
    margin-left: 10px;
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background:#48d3ff;
    border-radius: 4px;
}

#c-header .c-switch i {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 20px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    margin-top: 7px;
    top: 0;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
    margin: 5px auto;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 顶部下载 */

#c-header .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 46px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    background: #0e4339ba;
}
#c-header .c-btn:hover {
   background:#10977f;
    
}
/* 底部 */

#c-footer {
    color: #777;
    background: #fff;
}

#c-footer a {
    color: #2f2e2e;
    transition: .3s;
}

#c-footer a:hover {
    color: #0b7183 !important;
}

#c-footer .c-top-box {
    padding: 60px 0;
}

#c-footer .c-top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width:84%;
    margin: 0 auto;
}

#c-footer .c-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8edf1;
    font-size: 18px;
    line-height: 28px;
    color: #2f3235;
}

#c-footer .c-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 35px;
    border-top: 1px solid #228bf4
}

#c-footer .c-title i {
    display: none;
    transition: .5s;
}

#c-footer .c-list-box {
    width: 100px;
}

#c-footer .c-list-box.on .c-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-footer .c-list-box .c-list {
    padding-top: 15px;
}

#c-footer .c-list-box .c-list li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

#c-footer .c-list-box .c-list li:last-child {
    padding-bottom: 0;
}

#c-footer .c-text-box {
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
}

#c-footer .c-text-box p {
    padding-bottom: 10px;
}

#c-footer .c-ico {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

#c-footer .c-ico .c-wx-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #cecece;
    transition: .5s;
    transition: all .5s;
}

#c-footer .c-wx:hover .c-ico .c-wx-btn {
    background: #0dd102;
}

#c-footer .c-wx {
    position: relative;
}

#c-footer .c-wx .c-img-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 45px;
    left: -70px;
    z-index: 100;
    padding: 15px;
    width: 170px;
    border: 1px solid #d8dfe5;
    background: #fff;
    transition: all .5s;
}

#c-footer .c-wx:hover .c-img-box {
    visibility: visible;
    opacity: 1;
}

#c-footer .c-wx .c-img-box::before {
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -5px;
    width: 10px;
    left: 50%;
    height: 10px;
    border-right: 1px solid #d8dfe5;
    border-bottom: 1px solid #d8dfe5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#c-footer .c-wx .c-img-box img {
    width: 100%;
}

#c-footer .c-wx .c-img-box .c-text {
    padding-top: 10px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

#c-footer .c-bottom-box {
    padding: 25px 0;
    border-top: 1px solid #e8edf1;
    font-size: 14px;
    line-height: 24px;
    color: #9ea4ab;
}

#c-footer .c-bottom-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
      width:84%;
    margin: 0 auto;
}

#c-footer .c-bottom-box a {
    color: #9ea4ab;
}

#c-footer .c-bottom-box .c-copyright {
    word-wrap: break-word;
    word-break: break-all;
}

#c-footer .c-bottom-box .c-link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-footer .c-bottom-box .c-link li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #9ea4ab;
    line-height: 1;
}

#c-footer .c-bottom-box .c-link li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}


/* 回到顶部 */

#c-go-top {
    opacity: .4;
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/go-top.png) no-repeat center;
    transition: all .5s linear;
    background-size: 30px;
    border-radius: 50%;
}

#c-go-top:hover {
    opacity: 1;
}


/* 顶部banner */

#c-top-banner {
    position: relative;
}


/* #c-top-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
} */

#c-top-banner img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    padding-bottom:120px ;
}

#c-top-banner .c-box {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #39435c;
}

#c-top-banner .c-title {
    font-weight: bolder;
    font-size: 60px;
    line-height: 180px;
    color: #0e2d41cf;
}

#c-top-banner .c-text {
    padding: 10px 0 35px;
    font-size: 32px;
    line-height: 30px;
}

#c-top-banner .c-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#c-top-banner .c-list li {
    margin-right: 10px;
}

#c-top-banner .c-list li:last-child {
    margin-right: 0;
}

#c-top-banner .c-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    line-height: 26px;
   color: #ffffffc9;
    background: #486a6bd6;
    transition: all .5s;
}

#c-top-banner .c-list .on a,
#c-top-banner .c-list a:hover {
  color: #ffffffc9;
    background: #00717794;
}

.c-container .c-list1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    line-height: 26px;
   color: #ffffffc9;
    background: #486a6bd6;
    transition: all .5s;
    margin-top:10px;
}

.c-container .c-list1 .on a,
.c-container .c-list1 a:hover {
  color: #ffffff;
    background: #00717794;
    margin-top:10px;
}
.c-container .c-list1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.c-container .c-list1 li {
    margin-right: 10px;
}

.c-container .c-list1 li:last-child {
    margin-right: 0;
}
.c-container .c-list5 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0; /* 让 c-list2 置于最上方 */
    left: 50%;
    transform: translateX(-50%); /* 使用 transform 使其水平居中 */
    list-style-type: none; /* 如果有列表符号，可以去掉 */
    margin: 0;
    padding: 0;
    
}
.c-container .c-list5 a {
   display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    line-height: 26px;
    color: #ffffffc9;
    background: #486a6bd6;
    transition: all .5s;
    margin-top: 10px;
    flex-grow: 0;  /* 不允许扩展 */
    flex-shrink: 0; /* 不允许收缩 */
    /*max-width:initial !important;*/
}

.c-container .c-list5 .on a,
.c-container .c-list5 a:hover {
  color: #ffffff;
    background: #00717794;
    margin-top:10px;
}

.c-container .c-list5 li {
    margin-right: 10px;
}

.c-container .c-list5 li:last-child {
    margin-right: 0;
}

#c-top-banner.c-dt img {
    height: 5.7rem;
}

#c-top-banner.c-dt .c-box {
    bottom: auto;
    top: 75px;
    color: #fff;
    line-height: 1;
}

#c-top-banner.c-dt .c-box .c-title2 {
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
    font-weight: bolder;
    font-size: 56px;
}

#c-top-banner.c-dt .c-box .c-en-title {
    font-weight: bold;
    font-size: 76px;
    opacity: .05;
}


/* 顶部菜单 */

#c-top-menu {
    background: #f7f7f7;
    border-bottom: 1px solid #fafafa;
}

#c-top-menu .c-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    margin-bottom: -1px;
}

#c-top-menu .c-list li {
    flex: none;
    margin-right: .4rem;
    line-height: 80px;
    width: 190px;
}

#c-top-menu .c-list li a {
    position: relative;
    display: block;
    color: #666;
    transition: .5s;
}

#c-top-menu .c-list li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 2px solid #228bf4;
    transition: .5s;
}

#c-top-menu .c-list li.on a,
#c-top-menu .c-list li:hover a {
    color: #228bf4;
}

#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li:hover a::before {
    width: 100%;
}

#c-top-menu.c-click-move .c-list li {
    width: 25%;
    margin: 0;
}


/* 地图 */

.c-map {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.c-map.on {
    opacity: 1;
    z-index: 2!important;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #228bf4;
}

.c-map .map-content {
    font-size: 12px;
    color: #222;
}

.c-map .anchorBL {
    display: none;
}


/* 分享 */

div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
    width: 100% !important;
}

.bFind-wrapper-top {
    height: 26px !important;
}

#bsBox #bsMorePanel {
    height: 373px !important;
}

.bsPlatDiv {
    height: 312px !important;
}

.bFind {
    width: 204px !important;
}

#bsBox {
    height: 408px !important;
    width: 276px !important;
    margin-left: -138px !important;
}

.bsTop {
    width: 208px !important;
}

.bsFrameDiv div {
    width: 208px !important;
    height: 208px !important;
}

.bsFrameDiv img {
    width: 166px !important;
    height: 166px !important;
}

.bshare-custom.icon-medium a {
    margin-left: 5px;
    margin-right: 0 !important;
    height: 30px !important;
    padding-left: 30px !important;
}

.bshare-custom.icon-medium .bshare-qqim {
    background: url(../images/fx-ico1.png)no-repeat center / 100% !important;
}

.bshare-custom.icon-medium .bshare-sinaminiblog {
    background: url(../images/fx-ico2.png)no-repeat center / 100% !important;
}

.bshare-custom.icon-medium .bshare-weixin {
    background: url(../images/fx-ico3.png)no-repeat center / 100% !important;
}

.bshare-custom.icon-medium .c-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #3a4254;
}


/* 上下页 */

#c-prevNext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#c-prevNext a {
    max-width: 46%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: .5s;
}

#c-prevNext a:hover {
    color: #228bf4;
}

#c-prevNext .prev i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

#c-prevNext .next i {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}


/* 分页 */

#c-page {
    padding-top: .4rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

#c-page .c-box {
    display: flex;
    align-items: flex-start;
}

#c-page .c-box a {
    margin: 0 5px;
    display: block;
    width: 40px;
    text-align: center;
    background: #f9f9f9;
    color: #666;
    transition: .5s;
}

#c-page .c-box .on {
    color: #fff;
    background: #228bf4;
}

#c-page .c-box .prev,
#c-page .c-box .next {
    width: 100px;
}

#c-page .c-box .c-dot {
    margin: 0 -5px;
    background: #fff;
}

#c-page .c-box a:hover {
    color: #fff;
    background: #228bf4;
}

#c-page form {
    display: flex;
}

#c-page form .c-text {
    padding: 0 20px;
}

#c-page form input {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #f9f9f9;
    color: #666;
    text-align: center;
}

#c-page form button {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    color: #666;
    cursor: pointer;
    transition: .5s;
}

#c-page form button:hover {
    color: #fff;
    background: #228bf4;
}


/* 公共标题 */

.c-common-title {
    margin-bottom: 55px;
    text-align: center;
    padding-top:12px ;
}

.c-common-title .c-title {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    margin-top:20px;
}
.c-common-title .c-title1 {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    /*margin-top: 196px;*/
}
.c-common-title .c-title2 {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    /*margin-top: 196px;*/
}
.c-common-title .c-title3 {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    /*margin-top: 196px;*/
}
.c-common-title .c-title4 {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    /*margin-top: 196px;*/
}
.c-common-title .c-title5 {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    /*margin-top: 196px;*/
}
.c-common-title .c-title6 {
    font-size: 44px;
    line-height: 54px;
    color: #000000b3;
    /*margin-top: 196px;*/
}

.c-common-title .c-text {
    padding-top: 19px;
    font-size: 28px;
    line-height: 30px;
    color: #000000b3;
}
.c-common-title .c-text1 {
    padding-top: 5px;
    font-size: 20px;
    line-height: 30px;
    color: #000000b3;
}


/* 公共盒子 */

.c-common-box {
    margin-top: -120px;
    padding-bottom: 0px;
    position: relative;
    z-index: 5;
}


/* 常见问题 */

#c-problem {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    background: #fff;
}

#c-problem .c-left {
    position: sticky;
    top: 170px;
    flex: 0 0 200px;
    padding: 50px 0;
}

#c-problem .c-left .c-list-wrap {
    margin-bottom: 30px;
}

#c-problem .c-left .c-list-wrap .c-title {
    padding-left: 40px;
    font-weight: bold;
    line-height: 36px;
    color: #323c55;
}

#c-problem .c-left .c-list-wrap .c-title i {
    font-size: 20px;
    margin-right: 10px;
}

#c-problem .c-left .c-list-wrap:last-child {
    margin: 0;
}

#c-problem .c-left .c-list-wrap a {
    display: block;
    border-left: 5px solid transparent;
    padding-left: 58px;
    line-height: 36px;
    color: #777;
    transition: all .5s;
}

#c-problem .c-left .c-list-wrap a:hover,
#c-problem .c-left .c-list-wrap .on a {
    border-color: #228bf4;
    background: #e8f3fe;
    color: #228bf4;
}

#c-problem .c-right {
    padding: 55px 100px 100px;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    border-left: 1px solid #f2f4f7;
}

#c-problem .c-right .c-text-box {
    line-height: 1.5;
    color: #777;
}

#c-problem .c-right .c-text-box img {
    max-width: 100%;
    height: auto!important;
}


/* 下载 */

#c-download {
    position: relative;
    padding: 90px 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-download .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#c-download .c-left .c-title-box {
    position: relative;
    margin-left: 174px;
}

#c-download .c-left .c-title-box .c-title {
    padding-right: 70px;
    font-weight: bolder;
    font-size: 44px;
    line-height: 54px;
    margin-left: 110px;
}

#c-download .c-left .c-title-box .c-text {
    position: absolute;
    top: -30px;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 70px;
    height: 40px;
    line-height: 34px;
    font-weight: bold;
    font-size: 12px;
    color: #228bf4;
    background: url(../images/qp-ico.png)no-repeat center / 100%;
}

#c-download .c-left .c-subtitle {
   padding: 10px 42px 11px 0;
    font-size: 20px;
    line-height: 30px;
    margin-left: 115px;
}

#c-download .c-left .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: rgb(34 139 244 / 70%);
    transition: background 0.5s, color 0.6s; /* 添加渐变效果 */
}
#c-download .c-left .c-btn:hover {
    color: #fff; /* 鼠标悬停时字体颜色为金色 */
    background: rgb(34 139 244 / 90%);; /* 鼠标悬停时背景颜色为黑色 */
}
#c-download .c-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 0 0 450px;
}

#c-download .c-right .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #323c55;
    background: #fff;
    margin-right: 125px;
    transition: background 0.3s, color 0.3s; /* 添加渐变效果 */

}
#c-download .c-right .c-btn:hover {
    color: #FFD700; /* 鼠标悬停时字体颜色为金色 */
    background: #000; /* 鼠标悬停时背景颜色为黑色 */
}
#c-download .c-right .c-item {
    margin-right: 40px;
    width: 180px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

#c-download .c-right .c-item:last-child {
    margin-right: 0;
}

#c-download .c-right .c-item .c-img img {
    width: 100%;
}

#c-download .c-right .c-item .c-bbox {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

#c-download .c-right .c-item .c-bbox .c-ico {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
}

#c-download .c-right .c-item .c-bbox .c-ico img {
    width: 100%;
    height: 100%;
}

#c-download .c-right .c-item .c-bbox .c-text {
    padding-left: 15px;
    font-size: 12px;
    line-height: 22px;
    color: #81878e;
}


/* 了解我们 */

#c-about {
    padding: 0px 100px 0;
    border-radius: 10px;
    background: #fff;
}

#c-about .c-top {
    position: relative;
    z-index: 2;
}

#c-about .c-top .c-title {
    font-weight: bolder;
    font-size: 74px;
    line-height: 54px;
    color: #3b6dcde0;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 12px;
}

#c-about .c-top .c-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #3a4254;
    border-radius: 50%;
    background: #95977a;
}

#c-about .c-top .c-dot div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1ce8ff94;
}

#c-about .c-list {
    position: relative;
}

#c-about .c-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 3px solid #228bf4;
}

#c-about .c-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-about .c-list li:nth-child(even) {
    flex-direction: row-reverse;
}

#c-about .c-list .c-text-box {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 80px 50px;
    border-bottom: 3px solid #228bf4;
}

#c-about .c-list li:nth-child(even) .c-text-box {
    justify-content: flex-end;
}

#c-about .c-list .c-text-box .c-title {
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
    color: #585959e0;
}

/*#c-about .c-list .c-text-box .c-text p {*/
/*    position: relative;*/
/*    margin-top: 15px;*/
/*    padding-left: 26px;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    color: #777;*/
/*    background: url(../images/text-bj.png)no-repeat top 6px left / auto 14px;*/
/*}*/

#c-about .c-list .c-text-box .c-title span {
    color: #585959e0;
}

#c-about .c-list .c-img-box {
    display: flex;
    align-items: center;
    padding: 80px 80px 80px 0;
    width: 50%;
}

#c-about .c-list li:nth-child(odd) .c-img-box {
    padding: 80px 0 80px 80px;
    justify-content: flex-end;
}

#c-about .c-list li:last-child .c-img-box {
    border-bottom: 3px solid #228bf4;
}

#c-about .c-list .c-img-box img {
    max-width: 100%;
}

#c-about .c-bottom {
    padding: 35px 0;
}

#c-about .c-bottom .c-text {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

#c-about .c-bottom .c-text a {
    color: #228bf4;
}


/* 联系我们 */

#c-contact .c-top {
    margin-bottom: 20px;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

#c-contact .c-top .c-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 70px 0;
}

#c-contact .c-top .c-item:first-child {
    border-right: 1px solid #f2f4f7;
}

#c-contact .c-top .c-item .c-ico {
    flex: 0 0 150px;
    margin-right: 50px;
    width: 150px;
    height: 150px;
    /*border-radius: 50%;*/
    /*background: #228bf4;*/
}

#c-contact .c-top .c-item .c-ico img {
    width: 100%;
    height: 100%;
}

#c-contact .c-top .c-item .c-title {
    font-weight: bolder;
    font-size: 24px;
    line-height: 34px;
    color: #39435c;
}

#c-contact .c-top .c-item .c-text {
    padding: 5px 0 25px;
    line-height: 26px;
    color: #6a737c;
}

#c-contact .c-top .c-item .c-btn {
   display: inline-block;
    padding: 0 30px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #3e4b59;
    transition: all .5s;
}

#c-contact .c-top .c-item .c-btn:hover {
    /*background: #228bf4;*/
    color: #228bf4;
}

#c-contact .c-bottom {
    padding: 15px 100px;
    background: rgb(240 240 240 / 40%);
    border-radius: 10px;
}

#c-contact .c-bottom .c-title {
    margin-bottom: 35px;
    font-weight: bolder;
    font-size: 44px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
}

#c-contact .c-bottom .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -10px -20px;
}

#c-contact .c-bottom .c-list li {
    padding: 0 10px 20px;
    width: 33.333333%;
}

#c-contact .c-bottom .c-list input {
    padding: 0 80px 0 30px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 4px;
    background: #f5f6f9;
}

#c-contact .c-bottom .c-list textarea {
    width: 100%;
    padding: 25px 30px;
    height: 200px;
    border-radius: 4px;
    background: #f5f6f9;
    overflow-y: auto;
}

#c-contact .c-bottom .c-list button {
    display: block;
    margin: 0 auto;
    width: 235px;
    font-weight: bold;
    font-size: 22px;
    line-height: 80px;
    border-radius: 10px;
    color: #fff;
    background: rgb(34 139 244 / 70%);
    cursor: pointer;
}

#c-contact .c-bottom .c-list li:nth-child(4),
#c-contact .c-bottom .c-list li:nth-child(5) {
    width: 100%;
}

#c-contact .c-bottom #name {
    background: #f5f6f9 url(../images/ly-ico1.png)no-repeat right 30px center / 20px auto;
}

#c-contact .c-bottom #phone {
    background: #f5f6f9 url(../images/ly-ico2.png)no-repeat right 30px center / 15px auto;
}

#c-contact .c-bottom #email {
    background: #f5f6f9 url(../images/ly-ico3.png)no-repeat right 30px center / 24px auto;
}

/* 复制contact */

#c-contact1 .c-top {
    margin-bottom: 20px;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

#c-contact1 .c-top .c-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 70px 0;
}

#c-contact1 .c-top .c-item:first-child {
    border-right: 1px solid #f2f4f7;
}

#c-contact1 .c-top .c-item .c-ico {
    flex: 0 0 150px;
    margin-right: 50px;
    width: 150px;
    height: 150px;
    /*border-radius: 50%;*/
    /*background: #228bf4;*/
}

#c-contact1 .c-top .c-item .c-ico img {
    width: 100%;
    height: 100%;
}

#c-contact1 .c-top .c-item .c-title {
    font-weight: bolder;
    font-size: 24px;
    line-height: 34px;
    color: #39435c;
}

#c-contact1 .c-top .c-item .c-text {
    padding: 5px 0 25px;
    line-height: 26px;
    color: #6a737c;
}

#c-contact1 .c-top .c-item .c-btn {
   display: inline-block;
    padding: 0 30px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #3e4b59;
    transition: all .5s;
}

#c-contact1 .c-top .c-item .c-btn:hover {
    /*background: #228bf4;*/
    color: #228bf4;
}

#c-contact1 .c-bottom {
    padding: 15px 50px;
   background: #323c551c ;
    border-radius: 10px;
    margin-top: -70px;
}

#c-contact1 .c-bottom .c-title {
    margin-bottom: 35px;
    font-weight: bolder;
    font-size: 44px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
}

#c-contact1 .c-bottom .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -10px -20px;
}

#c-contact1 .c-bottom .c-list li {
    padding: 0 10px 20px;
    width: 33.333333%;
}

#c-contact1 .c-bottom .c-list input {
    padding: 0 80px 0 30px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 4px;
    background: #f5f6f9;
}

#c-contact1 .c-bottom .c-list textarea {
    width: 100%;
    padding: 25px 30px;
    height: 200px;
    border-radius: 4px;
    background: #f5f6f9;
    overflow-y: auto;
}

#c-contact1 .c-bottom .c-list button {
    display: block;
    margin: 0 auto;
    width: 235px;
    font-weight: bold;
    font-size: 22px;
    line-height: 80px;
    border-radius: 10px;
    color: #fff;
    background: rgb(34 139 244 / 70%);
    cursor: pointer;
        transition: 0.5s;
}
#c-contact1 .c-bottom .c-list button:hover{
     background: rgb(34 139 244 / 90%);
} 

#c-contact1 .c-bottom .c-list li:nth-child(4),
#c-contact1 .c-bottom .c-list li:nth-child(5) {
    width: 100%;
}

#c-contact1 .c-bottom #name {
    background: #f5f6f9 url(../images/ly-ico1.png)no-repeat right 30px center / 20px auto;
}

#c-contact1 .c-bottom #phone {
    background: #f5f6f9 url(../images/ly-ico2.png)no-repeat right 30px center / 15px auto;
}

#c-contact1 .c-bottom #company {
    background: #f5f6f9 url(../images/ly-ico3.png)no-repeat right 24px center / 24px auto;
}


/* 博客 */

#c-common-box2 {
    padding: 0px 0 0px;
    /*background: url(__PUBLIC__/images/34.jpg);*/
}

#c-common-box2 .c-recommend {
    margin-bottom: 30px;
}

#c-common-box2 .c-recommend .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: .5s;
}

#c-common-box2 .c-recommend .c-wrap:hover {
    box-shadow: 0 0 128px rgba(61, 78, 103, .2);
}

#c-common-box2 .c-recommend .c-img-box {
    width: 57%;
    height: 454px;
    border-radius: 10px;
    overflow: hidden;
}

#c-common-box2 .c-recommend .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-common-box2 .c-recommend .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-box2 .c-recommend .c-text-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 40px;
    width: 43%;
}

#c-common-box2 .c-recommend .c-text-box .c-tbox {
    width: 100%;
}

#c-common-box2 .c-recommend .c-text2 {
    width: 70px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #228bf4;
}

#c-common-box2 .c-recommend .c-title {
    padding: 25px 0 20px;
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
    color: #3a4254;
}

#c-common-box2 .c-recommend .c-text {
    height: 96px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

#c-common-box2 .c-bbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

#c-common-box2 .c-photo {
    display: flex;
    align-items: center;
}

#c-common-box2 .c-photo .c-img {
    margin-right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}

#c-common-box2 .c-photo .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-common-box2 .c-list {
    margin: 0 0px -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-common-box2 .c-list li {
   padding: 0px 20px 34px;
    width: 24%;
    margin: 0 auto;
}

#c-common-box2 .c-list .c-wrap {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background: #73798170;
    transition: .5s;
    margin-bottom: 10px;
}

#c-common-box2 .c-list .c-wrap:hover {
    box-shadow: 0 0 128px rgba(61, 78, 103, .2);
    background: #3a4254db;
}

#c-common-box2 .c-list .c-wrap .c-img-box {
    position: relative;
    height: 2.3rem;
    border-radius: 10px;
    overflow: hidden;
}

#c-common-box2 .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-common-box2 .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-box2 .c-list .c-wrap .c-img-box .c-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

#c-common-box2 .c-list .c-wrap .c-img-box .c-mask .c-text {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #228bf4;
    background-color: #fff;
}

#c-common-box2 .c-list .c-wrap .c-img-box .c-mask .c-text2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

#c-common-box2 .c-list .c-wrap .c-text-box .c-title {
    padding: 25px 0 10px;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #3a4254;
}

#c-common-box2 .c-list .c-wrap .c-text-box .c-text {
    margin-bottom: 40px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-common-box2 .c-list .c-wrap .c-text-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


/* 顶部当前位置 */

#c-top-site {
    padding: 25px 0;
}

#c-top-site .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

#c-top-site .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-top-site .c-list li {
    display: flex;
    align-items: center;
}

#c-top-site .c-list a {
    color: #999;
    transition: .5s;
}

#c-top-site .c-list li.on a {
    color: #555;
}

#c-top-site .c-list a:hover {
    color: #228bf4 !important;
}

#c-top-site .c-list i {
    margin: 0 15px;
}

#c-top-site .c-list li:last-child i {
    display: none;
}

#c-top-site .c-btn {
    padding-left: 20px;
    color: #228bf4;
    background: url(../images/sy-ico.png)no-repeat left center / 12px auto;
}

#c-top-site.c-dt {
    background: #fff;
}


/* 隐私政策 */

#c-statement {
    padding-bottom: 100px;
}

#c-statement .c-wrap {
    padding: 80px 150px 150px;
    background: #fff;
    border-radius: 10px;
}

#c-statement .c-wrap .c-title {
    margin-bottom: 80px;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    color: #39435c;
}

#c-statement .c-wrap .c-text-box {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}


/* 博客详情 */

#c-common-box3 {
    padding-bottom: 80px;
}

#c-common-box3 .c-container {
    display: flex;
    align-items: flex-start;
}

#c-common-box3 .c-left {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    padding: 60px 60px 0;
    border-radius: 10px;
    background: #fff;
}

#c-common-box3 .c-left .c-tbox .c-text {
    width: 70px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #228bf4;
}

#c-common-box3 .c-left .c-tbox .c-title {
    padding: 10px 0;
    font-weight: normal;
    font-size: 44px;
    line-height: 54px;
    color: #3a4254;
}

#c-common-box3 .c-left .c-tbox .c-time {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

#c-common-box3 .c-left .c-tbox .c-time span {
    color: #555;
}

#c-common-box3 .c-left .c-cbox {
    margin-top: 35px;
    padding: 35px 0;
    border-top: 1px solid #d8dfe5;
    border-bottom: 1px solid #d8dfe5;
}

#c-common-box3 .c-left .c-cbox .c-text-box {
    line-height: 1.8;
    color: #777;
}

#c-common-box3 .c-left .c-cbox .c-text-box img {
    max-width: 100%;
    /*height: auto!important;*/
}

#c-common-box3 .c-left .c-bbox {
    display: flex;
    justify-content: flex-end;
    padding: 26px 0;
}

#c-common-box3 .c-right {
    position: sticky;
    top: 0;
    flex: 0 0 310px;
    padding-left: 30px;
}

#c-common-box3 .c-right .c-recommend {
    margin-bottom: 20px;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
}

#c-common-box3 .c-right .c-recommend .c-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #d8dfe5;
    font-size: 16px;
    line-height: 1;
    color: #3a4254;
}

#c-common-box3 .c-right .c-recommend .c-list li {
    padding-top: 25px;
}

#c-common-box3 .c-right .c-recommend .c-list li:first-child {
    padding-top: 20px;
}

#c-common-box3 .c-right .c-recommend .c-wrap {
    display: block;
}

#c-common-box3 .c-right .c-recommend .c-wrap .c-img-box {
    position: relative;
    height: 134px;
    border-radius: 4px;
    overflow: hidden;
}

#c-common-box3 .c-right .c-recommend .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-common-box3 .c-right .c-recommend .c-wrap .c-img-box .c-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

#c-common-box3 .c-right .c-recommend .c-wrap .c-img-box .c-mask .c-text {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    color: #228bf4;
    background-color: #fff;
}

#c-common-box3 .c-right .c-recommend .c-wrap .c-img-box .c-mask .c-text2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

#c-common-box3 .c-right .c-recommend .c-wrap .c-title2 {
    padding-top: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    transition: .5s;
}

#c-common-box3 .c-right .c-recommend .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-box3 .c-right .c-recommend .c-wrap:hover .c-title2 {
    color: #228bf4;
}

#c-common-box3 .c-right .c-next {
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
}

#c-common-box3 .c-right .c-prev {
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}

#c-common-box3 .c-right .c-next .c-title {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #3a4254;
    border-bottom: 1px solid #d8dfe5;
}
#c-common-box3 .c-right .c-prev .c-title1 {
   margin-bottom: 20px;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #3a4254;
    border-bottom: 1px solid #d8dfe5;
}

#c-common-box3 .c-right .c-next .c-wrap {
    display: block;
}

#c-common-box3 .c-right .c-next .c-wrap .c-title2 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #3a4254;
    transition: .5s;
}
#c-common-box3 .c-right .c-prev .c-wrap .c-title2 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #3a4254;
    transition: .5s;
}

#c-common-box3 .c-right .c-next .c-wrap .c-time {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
#c-common-box3 .c-right .c-prev .c-wrap .c-time {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

#c-common-box3 .c-right .c-next .c-wrap:hover .c-title2 {
    color: #228bf4;
}
#c-common-box3 .c-right .c-prev .c-wrap:hover .c-title2 {
    color: #228bf4;
}

#c-common-box3 .c-right .c-customer .c-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
    padding: 25px 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    color: #3a4254;
    background: #fff;
}

#c-common-box3 .c-right .c-customer .c-title i {
    display: inline-block;
    margin: 9px 0 9px 10px;
    border-top: 8px solid #228bf4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

#c-common-box3 .c-right .c-customer .c-list {
    margin-bottom: 20px;
}

#c-common-box3 .c-right .c-customer .c-list li {
    padding-bottom: 10px;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap {
    display: block;
    padding: 30px 20px;
    border-radius: 4px;
    background: #fff;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap .c-photo {
    display: flex;
    align-items: center;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap .c-photo .c-img {
    margin-right: 10px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap .c-photo .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap .c-photo .c-text1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #404244;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap .c-photo .c-title2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

#c-common-box3 .c-right .c-customer .c-list .c-wrap .c-text2 {
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #65686d;
}

#c-common-box3.c-dt .c-left {
    padding: 60px;
}

#c-common-box3.c-dt .c-left .c-cbox {
    padding-bottom: 0;
    border-bottom: 0;
}
#c-common-box3.c-dt .c-left .c-cbox .c-text-box {
    position: relative;
}
#c-common-box3.c-dt .c-left .c-cbox .c-text-box .jianjie {
    color: #000000;
}

#c-common-box3.c-dt .c-left .c-cbox .c-text-box .pic-r {
    display: flex;
    margin-top: 10px;
}

#c-common-box3.c-dt .c-left .c-cbox .c-text-box .pic-1,
#c-common-box3.c-dt .c-left .c-cbox .c-text-box .pic-2 {
    height: 300px;
    width: auto;
}

#c-common-box3.c-dt .c-left .c-cbox .c-text-box .pic-2 {
    margin-left: 5px;
}

/* 案例 */

#c-case {
    padding: 100px 0;
}

#c-case .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px -30px;
}

#c-case .c-list li {
    padding: 0 15px 30px;
    width: 33.333333%;
}

#c-case .c-list .c-wrap {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: .5s;
}

#c-case .c-list .c-wrap .c-img-box {
    height: 2.5rem;
    border-radius: 4px;
    overflow: hidden;
}

#c-case .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-case .c-list .c-wrap .c-text-box {
    padding: 40px 20px;
}

#c-case .c-list .c-wrap .c-text-box .c-text2 {
    width: 70px;
    font-size: 12px;
    line-height: 26px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #228bf4;
}

#c-case .c-list .c-wrap .c-text-box .c-title {
    margin: 15px 0 10px;
    height: 64px;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #3a4254;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-case .c-list .c-wrap .c-text-box .c-text {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-case .c-list .c-wrap:hover {
    box-shadow: 0 0 128px rgba(61, 78, 103, .2);
}

#c-case .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}


/* 网站地图 */

#c-sitemap {
    padding: 60px 0 100px;
    background: url(../images/dt-bj.jpg)no-repeat center / cover;
}

#c-sitemap .c-title-box .c-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
    color: #323c55;
}

#c-sitemap .c-list {
    margin-bottom: -20px;
}

#c-sitemap .c-list>li {
    display: flex;
    align-items: flex-start;
}

#c-sitemap .c-list>li>a {
    margin-bottom: 20px;
    display: block;
    flex: 0 0 80px;
    font-weight: bold;
    line-height: 40px;
    color: #228bf4;
}

#c-sitemap .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-sitemap .c-list2 li {
    padding: 0 20px 20px 0;
}

#c-sitemap .c-list2 li a {
    display: block;
    padding: 0 15px;
    border: 1px solid #228bf4;
    border-radius: 4px;
    line-height: 38px;
    color: #228bf4;
    transition: all .5s;
}

#c-sitemap .c-list2 li a:hover {
    color: #fff;
    background: #228bf4;
}


/* 调查表 */

#c-questionnaire {
    padding-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
}

#c-questionnaire .c-top {
    padding: 60px 200px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    background: #228bf4;
    background: -webkit-linear-gradient(left, #29a1f6, #228bf4);
    background: linear-gradient(to right, #29a1f6, #228bf4);
}

#c-questionnaire .c-top .c-img-box {
    flex-wrap: 0 0 340px;
    padding: 0 50px 0 20px;
}

#c-questionnaire .c-top .c-img-box img {
    width: 100%;
}

#c-questionnaire .c-top .c-text-box .c-title {
    margin-bottom: 20px;
    font-weight: bolder;
    font-size: 44px;
    line-height: 54px;
}

#c-questionnaire .c-top .c-text-box .c-text {
    font-size: 20px;
    line-height: 30px;
}

#c-questionnaire .c-bottom {
    padding: 30px 100px 100px;
    background: #fff;
}

#c-questionnaire .c-bottom .c-list li {
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
    border-bottom: 1px dashed #c8c8c8;
}

#c-questionnaire .c-bottom .c-list li:last-child {
    padding-bottom: 0;
    border: 0;
}

#c-questionnaire .c-bottom .c-list .c-lt {
    flex: 0 0 40px;
    font-size: 26px;
    line-height: 32px;
    color: #228bf4;
}

#c-questionnaire .c-bottom .c-list .c-gt {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

#c-questionnaire .c-bottom .c-list .c-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}

#c-questionnaire .c-bottom .c-list .c-title span {
    font-weight: normal;
    color: #228bf4;
}

#c-questionnaire .c-bottom .c-list .c-title i {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #999;
}

#c-questionnaire .c-bottom .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-questionnaire .c-bottom .c-list2 .c-item {
    width: 20%;
}

#c-questionnaire .c-bottom label {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

#c-questionnaire .c-bottom label input {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 50%;
}

#c-questionnaire .c-bottom label input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-questionnaire .c-bottom label.on input::before {
    background: #228bf4;
}

#c-questionnaire .c-bottom label span {
    display: inline-block;
    vertical-align: middle;
}

#c-questionnaire .c-bottom button {
    margin: 0 auto;
    width: 100%;
    max-width: 456px;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #228bf4;
    border-radius: 4px;
    cursor: pointer;
}

#c-questionnaire .c-bottom .c-list .c-gt>input {
    padding: 0 20px;
    width: 100%;
    max-width: 580px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #dbe1e6;
    border-radius: 4px;
    background: #f9fafb;
}

#c-questionnaire .c-bottom .c-list .c-input-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#c-questionnaire .c-bottom .c-list .c-input-box input {
    padding: 0 20px;
    width: 49%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #dbe1e6;
    border-radius: 4px;
    background: #f9fafb;
}

#c-questionnaire .c-bottom textarea {
    padding: 20px;
    width: 100%;
    max-width: 580px;
    height: 200px;
    border: 1px solid #dbe1e6;
    border-radius: 4px;
    background: #f9fafb;
}


/* 下载 */

#c-download2 {
    padding: 140px 0 200px;
    background: url(../images/xz-bj2.jpg)no-repeat center /cover;
}

#c-download2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    padding: 0 40px;
}

#c-download2 .c-list li {
    margin-bottom: 40px;
}

#c-download2 .c-list .c-wrap {
    margin: 0 auto;
    display: block;
    width: 240px;
}

#c-download2 .c-list .c-wrap .c-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    /*box-shadow: 0 0 110px rgba( 190, 198, 212, .72);*/
}

#c-download2 .c-list .c-wrap .c-img-box img {
    transition: all .3s;
}

#c-download2 .c-list .c-wrap .c-img-box img:nth-child(1) {
    width: 240px;
    height: 240px;
}

#c-download2 .c-list .c-wrap .c-img-box img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    -webkit-transform: translate(-50%, -50%) scale(.5, .5);
    transform: translate(-50%, -50%) scale(.5, .5);
}

#c-download2 .c-list .c-wrap .c-img-box img:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

#c-download2 .c-list .c-wrap .c-text-box {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #39435c;
    transition: all .3s;
}

#c-download2 .c-list .c-wrap .c-text-box p {
    transition: all .3s;
}

#c-download2 .c-list .c-wrap .c-text-box p:last-child {
    opacity: 0;
}

#c-download2 .c-list .c-wrap:hover .c-img-box img:nth-child(1) {
    opacity: 0;
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
}

#c-download2 .c-list .c-wrap:hover .c-img-box img:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
}

#c-download2 .c-list .c-wrap:hover .c-img-box img:nth-child(3) {
    top: -80px;
    right: -80px;
}

#c-download2 .c-list .c-wrap:hover .c-text-box {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-download2 .c-list .c-wrap:hover .c-text-box p:nth-child(1) {
    opacity: 0;
}

#c-download2 .c-list .c-wrap:hover .c-text-box p:nth-child(2) {
    opacity: 1;
}


/* 开始使用 */

#c-use {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    background: #fff;
}

#c-use .c-left {
    position: sticky;
    top: 65px;
    z-index: 2;
    flex: 0 0 220px;
    padding: 45px 0 90px;
}

#c-use .c-left .c-list li {
    padding: 14px 35px;
    border-left: 5px solid transparent;
    font-weight: bold;
    line-height: 1.4;
    color: #000000a8;
    transition: all .5s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-use .c-left .c-list li.on {
color: #000000a8;
    /*border-color: #4af422;*/
    background: #716e6e38;
}

#c-use .c-right {
    padding: 0 140px 90px;
    border-left: 1px solid #f2f4f7;
}

#c-use .c-right .c-list li {
    padding-top: 90px;
}

#c-use .c-right .c-list li:first-child {
    padding-top: 50px;
}

#c-use .c-right .c-list .c-title-box {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

#c-use .c-right .c-list .c-title-box .c-title {
    margin-right: 20px;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #323c55;
}

#c-use .c-right .c-list .c-title-box .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
    width: 120px;
    height: 30px;
    border: 1px solid #228bf4;
    border-radius: 4px;
    font-size: 14px;
    color: #228bf4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-use .c-right .c-list .c-title-box .c-btn span {
    display: inline-block;
    margin-right: 6px;
}

#c-use .c-right .c-list .c-title-box .c-btn i {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: url(../images/bf-ico.png)no-repeat center / 100%;
}

#c-use .c-right .c-list .c-text-box {
    color: #777;
    line-height: 2;
}

#c-use .c-right .c-list .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-use .c-right .c-list .c-item {
    margin-bottom: 10px;
}

#c-use .c-right .c-list .c-item .c-tbox {
    display: flex;
    align-items: center;
}

#c-use .c-right .c-list .c-item .c-tbox .c-t1 {
    margin-right: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

#c-use .c-right .c-list .c-item .c-tbox .c-t2 {
    font-size: 14px;
    line-height: 24px;
    color: #228bf4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-use .c-right .c-list .c-item .c-tbox .c-t2:hover {
    text-decoration: underline;
}

#c-use .c-right .c-list .c-item .c-t3 {
    line-height: 1.8;
    color: #777;
}

#c-pop-list .c-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#c-pop-list .c-box-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    max-width: 90%;
    max-height: 90%;
    padding: 60px;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-pop-list .c-box-wrap .c-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff url(../images/close2.png)no-repeat center / 20px auto;
    cursor: pointer;
}

#c-pop-list .c-box-wrap .c-close:hover {
    background-color: #228bf4;
    background-image: url(../images/close.png);
}

#c-pop-list .c-box-wrap .c-box {
    line-height: 1.8;
    color: #666;
    max-height: 70vh;
    overflow-y: auto;
}


/* 视频弹窗 */

#hi-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

#hi-video-pop .hi-close {
    position: fixed;
    top: 86%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
    background: #333;
    transition: .5s;
}

#hi-video-pop .hi-close:hover {
    background: #228bf4;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
    background: #fff;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-video-pop video {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 90%;
    max-height: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*客户轮播*/

#c-customer {
    padding: 100px 0;
    background: url(../images/wanz.jpg);
    background-size: cover; /* 让背景图铺满整个页面 */
    background-position: center center; /* 背景图居中对齐 */
    background-repeat: no-repeat; /* 防止背景图重复 */
}

.c-banner4 {
    padding: 0px 20px 60px;
    /*margin: -44px -20px 0;*/
}

.c-banner4 .c-wrap {
    padding: 40px;
    border-radius: 24px;
    background: #6a737cbd;
    box-shadow: 0 10px 20px rgba(48, 80, 105, .11);
}

.c-banner4 .c-wrap .c-text {
    margin-bottom: 20px;
    line-height: 26px;
    color: #ffee00;
}

.c-banner4 .c-wrap .c-box {
    display: flex;
    align-items: center;
}

.c-banner4 .c-wrap .c-lt {
    /*width: 60px;*/
    /*height: 60px;*/
    border-radius: 0%;
    overflow:  visible;
}
.c-banner4 .c-wrap .c-lt .c-title{
    margin-top: -32px;
    font-size: 22px;
    /*white-space: normal;*/
    overflow: visible;
    /*margin-left: 15px;*/
    transition: color 0.3s;
}
.c-banner4 .c-wrap .c-lt .c-title:hover{

    color:#cbcbcb ;
}

.c-banner4 .c-wrap .c-lt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner4 .c-wrap .c-gt {
    padding: 0 50px 0 20px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    /*background: url(../images/dh-ico.png)no-repeat right center / 38px auto;*/
}

.c-banner4 .swiper-pagination {
    bottom: 0;
}

.c-banner4 .swiper-pagination-bullet {
       margin: 0 10px !important;
    width: 24px;
    height: 24px;
    border: 3px solid #ffffff;
    background: transparent;
    opacity: 1;
}

.c-banner4 .swiper-pagination-bullet-active {
    border-color: #228bf4;
    background:#6eb3e5de;
    border:3px solid #767f87;
}


/* 简单易用，灵活快速 */

#c-introduction {
    position: relative;
    padding: 100px 0;
    background:url(../images/blue.jpg) ;
    background-size: cover; /* 让背景图铺满整个页面 */
    background-position: center center; /* 背景图居中对齐 */
    background-repeat: no-repeat; /* 防止背景图重复 */
}

#c-introduction .c-yy {
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 1;
    width: 100%;
}

#c-introduction .c-container {
    z-index: 2;
}

.c-banner3-wrap {
    /*margin: -60px -20px 0;*/
    position: relative;
}

.c-banner3-wrap .c-prev,
.c-banner3-wrap .c-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-color: #228bf4;
    cursor: pointer;
    transition: .5s;
}

.c-banner3-wrap .c-prev:hover,
.c-banner3-wrap .c-next:hover {
    background-color: #31bb93;
}

.c-banner3-wrap .c-prev {
    left: -1.2rem;
    background-image: url(../images/prev2.png);
}

.c-banner3-wrap .c-next {
    right: -1.2rem;
    background-image: url(../images/next2.png);
}

.c-banner3 {
    padding: 60px 20px;
    margin-top: -68px;
}

.c-banner3 .c-wrap {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(48, 80, 105, .11);
}

.c-banner3 .c-wrap .c-img-box {
    width: 100%;
    height: 3.85rem;
}

.c-banner3 .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner3 .c-wrap .c-text-box {
    padding: 0 50px 70px;
    text-align: center;
}

.c-banner3 .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #323c55;
}

.c-banner3 .c-wrap .c-text-box .c-text {
    line-height: 26px;
    color: #898d92;
}

.c-banner3 .swiper-pagination {
    bottom: 0;
}

.c-banner3 .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 24px;
    height: 24px;
    border: 3px solid #ffffff;
    background: transparent;
    opacity: 1;
}

.c-banner3 .swiper-pagination-bullet-active {
    border-color: #228bf4;
    background:#6eb3e5de;
    border:3px solid #767f87;
}


/* 视角 */

.c-eyes {
position: relative;
padding: 100px 0;
/*background: #fff url(../images/sj-bj1.png) no-repeat right bottom / 5.34rem auto;*/
}

.c-eyes.c-dt {
    /*background: #fff url(../images/sj-bj2.png)no-repeat left bottom/ 6.6rem auto;*/
}

.c-eyes .c-yy {
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 1;
    width: 100%;
}

.c-eyes .c-container {
    z-index: 2;
    margin-top: 0px;
    
}

.c-banner2-top .swiper-wrapper {
    justify-content: center;
    margin-top:-30px;
}

.c-banner2-top .swiper-slide {
    display: flex;
    width: auto;
}

.c-banner2-top .swiper-slide .c-title {
    width: 200px;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: rgb(34 139 244 / 70%);
    cursor: pointer;
}

.c-banner2-top .swiper-slide-thumb-active .c-title {
     color: white;
    background:  rgb(34 139 244 / 100%);
}

.c-banner2-bottom .swiper-slide {
    display: flex;
    align-items: center;
}

.c-banner2-bottom .c-img-box {
    /*width: 57%;*/
    width: 100%; /* 设置宽度为100% */
    height: 640px; /* 固定高度 */
    overflow: hidden; /* 隐藏溢出的部分 */
    position: relative; /* 为绝对定位做准备 */
    
}


.c-banner2-bottom .c-img-box img {
    /*width: 100%;*/
    margin-top: 22px;
    width: 100%; 
    height: 100%; 
    object-fit: contain;  
    position: absolute; 
    top: 0; 
    left: 0; 
  
}

.c-banner2-bottom .c-text-box {
    padding: 0 60px 0 90px;
    width: 43%;
}

.c-banner2-bottom .c-text-box .c-title {
    font-weight: bolder;
    font-size: 40px;
    line-height: 50px;
    color: #323c55;
}

.c-banner2-bottom .c-text-box .c-text {
    margin: 20px 0 55px;
    font-size: 20px;
    line-height: 30px;
    color: #656c73;
}

.c-banner2-bottom .c-text-box .c-btn {
   display: inline-block;
    width: 180px;
    border-radius: 34px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background:  rgb(34 139 244 / 70%);
    transition: background 0.3s;
    font-size: 20px;
}
.c-banner2-bottom .c-text-box .c-btn:hover {
    background:  rgb(34 139 244 / 100%);
    
}

/* 首页 */

#c-banner1 {
    /*position: relative;*/
    /*z-index: 5;*/
    /*margin-bottom: -60px;*/
    
    /*padding-top: 155px;*/
   
    /*background-repeat: no-repeat;*/

   
    /*background-image: url(../images/165.png);*/
    /*    background-position: 20px center;*/
    /*    background-size: calc(100% - 40px) auto;*/
        position: relative;
    z-index: 5;
    margin-bottom: -60px;
    padding-top: 155px;
    background-repeat: no-repeat;
    background-image: url(../images/190.png);
    background-position: center; /* 背景居中对齐 */
    background-size: cover; /* 背景图片覆盖整个容器 */
    height: 100vh; /* 设置容器高度为视口高度，确保背景图填满整个视口 */
}


#c-banner1 .c-tbox {
    text-align: center;
}

#c-banner1 .c-tbox .c-title {
    font-size: 54px;
    line-height: 64px;
    color: #00eb2cc7;
}

#c-banner1 .c-tbox .c-text {
    padding: 20px 0 35px;
    line-height: 26px;
    color: #00eb2cc7;
    font-size: 32px;
}

#c-banner1 .c-tbox .c-btn-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#c-banner1 .c-tbox .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    border: 1px solid #228bf4;
    border-radius: 4px;
    color: #fff;
    background: #228bf4;
}

#c-banner1 .c-tbox .c-btn.c-dt {
    margin-left: 20px;
    color: #228bf4;
    background: transparent;
}

#c-banner1 .c-tbox .c-btn i {
    margin-left: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/bf-ico.png)no-repeat center /100%;
}

#c-banner1 .c-bbox {
    position: relative;
    margin: 30px auto 0;
    width: 390px;
    transform: scale(.75) translateY(-130px);
    -webkit-transform: scale(.75) translateY(-130px);
}

#c-banner1 .c-bbox .c-phone {
    width: 100%;
}

.c-banner1-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
}

.c-banner1-wrap .c-content {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.c-banner1-wrap .c-title-box .c-title {
    display: none;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #111;
}

.c-banner1-wrap .c-title-box .c-title.on {
    display: block;
}

.c-banner1-wrap .c-ltk img {
    width: 100%;
}

.c-banner1-wrap .c-list2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    background: #f7f7f7;
    text-align: center;
}

.c-banner1-wrap .c-list2 li:nth-child(1),
.c-banner1-wrap .c-list2 li:nth-child(2),
.c-banner1-wrap .c-list2 li:nth-child(3){
    cursor: pointer;
}

.c-banner1-wrap .c-list2 .c-ico {
    margin: 0 auto;
    width: 18px;
    height: 18px;
}

.c-banner1-wrap .c-list2 .c-ico img {
    width: 100%;
}

.c-banner1-wrap .c-list2 .c-ico img:nth-child(2),
.c-banner1-wrap .c-list2 li.on .c-ico img:nth-child(1) {
    display: none;
}

.c-banner1-wrap .c-list2 li.on .c-ico img:nth-child(2) {
    display: inline-block;
}

.c-banner1-wrap .c-list2 .c-title {
    padding-top: 5px;
    font-size: 10px;
    line-height: 1;
    color: #888;
}

.c-banner1-wrap .c-list2 li.on .c-title {
    color: #228bf4;
}

.c-banner1-wrap .c-list1 li {
    position: relative;
}

.c-banner1-wrap .c-list1 li::before {
    content: "+";
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #777;
}

.c-banner1-top {
    margin-right: 60px;
    padding: 0 10px;
}

.c-banner1-top .swiper-slide {
    width: auto;
}

.c-banner1-top .c-title {
    font-size: 16px;
    line-height: 40px;
    color: #777;
    border-bottom: 2px solid transparent;
    text-align: center;
    cursor: pointer;
}

.c-banner1-top .swiper-slide-thumb-active .c-title {
    color: #228bf4;
    border-color: #228bf4;
}

.c-banner1-bottom .swiper-slide {
    height: 527px;
    overflow: hidden;
}

.c-banner1-bottom .swiper-slide img {
    width: 100%;
}

.c-banner1-wrap .c-list1 {
    position: relative;
    height: 527px;
    overflow: hidden;
}

.c-banner1-wrap .c-list1 li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.c-banner1-wrap .c-list1 li.on {
    z-index: 2;
    opacity: 1;
}
.x-px-list{
    display: flex;   
    width: 252px;
}
.x-px-list .c-list{
    width: 50%;
}

/*
#c-use .c-right .c-list li:nth-of-type(2) .c-title-box .c-btn{
    display: none;
}
*/