﻿@charset "utf-8";
/* CSS Document */


/*typage*/
.h10{font-size: 0px;line-height: 10px;height: 10px;overflow:hidden;clear: both;}
.h20{font-size: 0px;line-height: 20px;height: 20px;overflow:hidden;clear: both;}
.fnt_40{font-size: 40px;}
.fnt_32{font-size: 32px;}
.fnt_26 {font-size: 26px;}
.fnt_22 {font-size: 22px;}
.fnt_18 {font-size: 18px;}
.fnt_16 {font-size: 16px;}
.text-cen{text-align: center;}

.typage{position: relative;overflow: hidden;padding:50px;}

.typage .pro-logo{display: block;float: left;height: 40px;margin-right: 10px;}
.typage h1{line-height:40px;}
.typage .text{margin: 30px 0;line-height: 2;color: #575d6c;}

.typage .down-box a{display: inline-block;width: 180px;height: 50px;line-height:50px;text-align: center;border-radius: 10px;color: #fff; box-sizing: content-box;background-image: linear-gradient(135deg, #0068dd, #00aeee);background-color: #0360c3;border: none;}
.typage .down-box a:after {transform: translateY(-1px);content: "";transition: all 0.4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle;}
.typage .down-box a:hover:after {content: "\00BB"; margin-left: 5px;}


.typage h2 {font-weight: bold; #252B3A;}
.typage .ty-content{margin: 30px auto;color: #575d6c;line-height:2;}
.typage img {max-width: 100%;height: auto;}
.typage h3{font-weight: bold;#252B3A;}

.answer ul li {padding: 30px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);list-style-type: none;}
.ans_tit{position: relative;font-weight: bold;padding-left: 40px;}
.ans_tit::before {content: "";display: block; width: 16px;height: 16px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);background: url(/upload/pic/iplus.png); background-size: cover;}
.ans_des {color: #666a75;margin-top: 15px;line-height: 30px;  font-size: 18px;padding-left: 38px;}


.journey{ background-color: #f1f7ff; overflow: hidden; width: 100%;padding: 100px 0 50px; box-sizing: border-box;}
.journey-title { font-weight: bold;color: #03053B; margin-bottom: 18px;}
.journey-desc{color: #03053B;margin-bottom: 32px;line-height: 36px;}
.journey-buttons{margin-bottom: 30px;}
.journey a{background: linear-gradient(269deg, #1FABFF -21.46%, #06F 99.76%);color: #ffffff;display: inline-block;width: 180px;height: 50px;line-height: 50px;font-weight: 500; border-radius: 8px;text-decoration: none;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);cursor: pointer;}
.journey-hint {color: #7B808C;}