body {
    font-family: FZHTJT, "方正黑体简体", "pingfang SC", "Microsoft YaHei", 微软雅黑, STHeiti;
    letter-spacing: 1px;
}


/* header */

.headT_cot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    position: relative;
}

.head_top {
    background: #333;
    position: relative;
    z-index: 9;
}

.headT_menu {
    width: 80%;
}

.headT_menu ul {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.headT_menu li {
    position: relative;
}

.headT_menu li img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.headT_menu li img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.headT_menu li a:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.headT_menu li a:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.headT_menu li a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    line-height: 60px;
    padding: 0 25px;
}

.headT_menu li a:hover {
    color: #0070c9;
}

.logo img {
    width: 70px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.logo {
    position: relative;
}

.headB_cot ul {
    width: 74%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    height: 110px;
    text-align: center;
}

.headB_cot li p {
    margin: 0;
}

.headB_lis img {
    height: 52px;
    margin-bottom: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.headB_lis img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.headB_cot li:last-child .headB_lis:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.headB_cot li:last-child .headB_lis:hover img:first-child {
    opacity: 0;
    visibility: hidden;
}

.headB_cot li a {
    color: #333;
}

.head_bott.head_bott_abso {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.head_bott.head_bott_abso.into {
    top: 60px;
    opacity: 1;
    visibility: visible;
}


/**footer**/

.footer {
    background: #f2f2f2;
    padding: 52px 0 40px;
}

.foot_top ul:after {
    content: '';
    display: table;
    clear: both;
}

.foot_top li {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.foot_top ul {
    margin: 0 -15px;
}

.foot_top li:last-child {
    width: 40%;
}

.foot_top li h3 {
    font-size: 16px;
    margin-bottom: 14px;
}

.foot_top li h5 a {
    color: #999;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.foot_top li h5 a:hover {
    color: #0070c9;
}

.foot_top p a {
    display: inline-block;
    margin-right: 15px;
}

.foot_top {
    margin-bottom: 20px;
}

.foot_bott p {
    font-size: 12px;
    color: #aaa;
    padding-bottom: 10px;
    border-bottom: solid 1px #d6d6d6;
    letter-spacing: 0;
}

.foot_bott p a {
    color: #0070c9;
}

.copy {
    padding-top: 10px;
    font-size: 12px;
    justify-content: space-between;
    display: flex;
    color: #777;
    letter-spacing: 0;
}

.copy i {
    font-style: normal;
}

.copy i b {
    font-weight: normal;
    margin-left: 6px;
}


/* flexo */

.flexo_box1 {
    padding: 80px 0 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.flexo_tit h3 {
    font-size: 30px;
    margin-bottom: 14px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
}

.flexo_tit h4 {
    font-size: 18px;
    color: #777;
    margin-bottom: 14px;
    font-family: '方正兰亭超细黑简体', "pingfang SC", "Microsoft YaHei", 微软雅黑, STHeiti;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
}

.flexo_tit h5 {
    font-size: 24px;
    color: #555;
    margin-bottom: 18px;
    font-family: '方正兰亭超细黑简体', "pingfang SC", "Microsoft YaHei", 微软雅黑, STHeiti;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
}

.flexo_tit a,
.flexo_tit span {
    color: #0070c9;
    font-family: '方正兰亭超细黑简体', "pingfang SC", "Microsoft YaHei", 微软雅黑, STHeiti;
    display: inline-flex;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexo_tit a i,
.flexo_tit span i {
    font-size: 20px;
    margin-left: 4px;
}

.flexo_tit {
    text-align: center;
}

.flexo1_img {
    width: 54%;
    margin: 0 auto;
}

.flexo1_img img {
    max-width: 100%;
    position: relative;
    top: 200px;
    opacity: 0;
}

.flexo_box2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.flexo2_img {
    width: 50%;
    margin: 40px auto 0;
}

.flexo2_img img {
    max-width: 100%;
    position: relative;
    top: 200px;
    opacity: 0;
}

.flexo_box3 {
    padding: 80px 0 40px;
    position: relative;
}

.flexo3_cot li {
    flex: 1;
    width: 50%;
    padding: 0 25px;
}

.flexo3_cot ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
}

.flexo3_cot a {
    height: 100%;
}

.flexo3_lis {
    height: 100%;
    background: #fafafa;
    padding: 30px;
    overflow: hidden;
}

.flexo3_lis .flexo_tit h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.flexo3_lis .flexo_tit h4 {
    font-size: 18px;
}

.flexo3_cot li:first-child .flexo3_lis {
    padding-top: 45px;
    padding-bottom: 0;
}

.flexo3_img img {
    max-width: 100%;
    position: relative;
    top: 100px;
    opacity: 0;
}

.flexo3_img {
    margin-top: 40px;
}

.flexo3_img.flexo3_img1 {
    margin: 5px auto 25px;
    width: 80%;
    text-align: center;
}

.flexo_tit.tit_white {
    color: #fff;
}

.flexo_tit.tit_white h4 {
    color: #fff;
}

.flexo_tit.tit_white h5 {
    color: #fff;
}

.flexo_tit.tit_white a {
    color: #fff;
}

.flexo_box4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.flexo4_cot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexo4_left {
    flex: 2;
}

.flexo4_right {
    flex: 3;
}

.flexo4_img {
    width: 100%;
    margin: 0 auto;
}

.flexo4_right img {
    max-width: 100%;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 0.6s 0.5s ease;
    -webkit-transition: all 0.6s 0.5s ease;
}

.flexo4_cot.into .flexo4_right img {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.flexo_box5 {
    padding: 160px 0 0;
    overflow: hidden;
    position: relative;
}

.flexo5_cot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexo5_left {
    flex: 1;
}

.flexo5_img img {
    max-width: 100%;
    position: relative;
    top: 200px;
    opacity: 0;
}

.flexo5_right {
    flex: 1;
}


/* compare*/

.compare_box {
    padding: 80px 0;
}

.compare_tit {
    text-align: center;
    margin-bottom: 60px;
}

.compare_tit h3 {
    font-size: 34px;
    margin-bottom: 8px;
}

.compare_tit a {
    color: #0070c9;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare_tit a i {
    font-size: 20px;
    margin-left: 8px;
}

.compare_tit p {
    margin-top: 30px;
    font-size: 18px;
}

.compare_top {
    position: relative;
    top: 80px;
    opacity: 0;
}

.compare_top li {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}

.compare_top ul {
    margin: 0 -15px;
}

.compare_top ul:after {
    content: '';
    display: table;
    clear: both;
}

.compare_sele h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d6d6d6;
    line-height: 50px;
    cursor: pointer;
}

.compare_sele h3 i {
    color: #0070c9;
}

.compare_sele ul {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fafafa;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.compare_sele ul.into {
    top: 51px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.compare_sele {
    position: relative;
}

.compare_sele ul li {
    width: 100%;
    float: none;
    line-height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.compare_sele li:hover {
    background: #0070c9;
}

.compare_sele li:hover a {
    color: #fff;
}

.compare_sele li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.compare_img {
    padding: 30px 0;
    text-align: center;
}

.compare_img img {
    max-width: 100%;
}

.compare_li {
    border-bottom: solid 1px #d6d6d6;
}

.compare_lis {
    padding: 30px 0;
    border-bottom: solid 1px #d6d6d6;
    opacity: 0;
    top: 80px;
    position: relative;
}

.compare_lis h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.compare_lis ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.compare_lis li {
    flex: 1;
    text-align: center;
    padding: 0 15px;
}

.compare_lis li p {
    line-height: 30px;
}

.compare_lis * {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.compare_lis.compare_hover * {
    opacity: 0.5;
}


/* format */

.format_box {
    padding: 0 0 80px;
}

.flexo_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: solid 1px #d6d6d6;
}

.flexo_nav ul {
    display: inline-flex;
    align-items: center;
}

.flexo_nav ul li {
    padding: 0 10px;
}

.nav_top ul li a:hover {
    color: #0070c9;
}

.format_lis {
    display: flex;
    padding: 60px 0;
    border-bottom: solid 1px #d6d6d6;
    position: relative;
    top: 80px;
    opacity: 0;
}

.format_tit {
    width: 25%;
}

.format_tit h3 {
    font-size: 18px;
    line-height: 30px;
}

.format_img {
    text-align: center;
}

.format_right {
    width: 75%;
}

.format_lis1 .format_img {
    margin: -40px auto;
    width: 70%;
}

.format_img img {
    max-width: 100%;
}

.format_lis2 ul {
    margin: -40px -15px;
}

.format_right li {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.format_lis1 .format_right li {
    padding: 0 15px 30px;
}

.format_right li img {
    max-width: 100%;
}

.format_right ul:after {
    content: '';
    display: table;
    clear: both;
}

.format_lis2 .formatPic_lis {
    text-align: center;
    font-size: 16px;
}

.format_right ul {
    margin: 0 -15px;
}

.format_right p {
    line-height: 30px;
}


/* flexo_HDI400 */

.flexod_box1 {
    position: relative;
    padding: 50px 0 50px;
}

.flexod1_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.flexod_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.flexod1_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.flexod1_mask {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flexod1_tit {
    text-align: center;
    margin-bottom: 30px;
}

.flexod1_tit h5 {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
}

.flexod1_tit h3 {
    font-size: 44px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
}

.flexod1_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: all 1.2s 0.5s ease;
    -webkit-transition: all 1.2s 0.5s ease;
}

.flexod1_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexod1_img.into {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.flexod1_img img {
    max-width: 100%;
}

.flexod1_wz {
    text-align: center;
}

.flexod1_wz h5 {
    font-size: 18px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod1_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod_box2 {
    padding: 50px 0;
    position: relative;
}

.flexod2_cot {
    text-align: center;
}

.flexod2_cot h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 40px;
    /* transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    opacity: 0; */
}

.flexod2_img {
    position: relative;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 60%;
}

.flexod2_pic {
    width: 70%;
    margin: 0 0 0 auto;
    text-align: right;
    padding-top: 30px;
    overflow: hidden;
}

.flexod2_pic img {
    max-width: 100%;
    position: relative;
    top: 150px;
    opacity: 0;
    transition: all 1.2s 0.4s ease;
    -webkit-transition: all 1.2s 0.4s ease;
}

.flexod2_ico {
    position: absolute;
    top: 0;
    left: 4%;
    width: 14%;
    opacity: 0;
    display: none;
    transition: all 0.8s 0.8s ease;
    -webkit-transition: all 0.8s 0.8s ease;
}

.flexod2_ico img {
    max-width: 100%;
}

.flexod2_ico1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43%;
    opacity: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transition: all 0.8s 0.8s ease;
    -webkit-transition: all 0.8s 0.8s ease;
}

.flexod2_ico1 img {
    max-width: 100%;
}

.flexod2_wz h5 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod2_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod_box3 {
    padding: 50px 0;
    position: relative;
}

.flexod3_wz {
    width: 78%;
    margin: 0 auto 60px;
}

.flexod3_wz h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod3_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod3_img {
    width: 64%;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
}

.flexod3_img img {
    max-width: 100%;
}

.flexod3_wz.flexod4_wz {
    width: 72%;
}

.flexod4_img {
    width: 64%;
    margin: 0 auto;
    position: relative;
}

.flexod4_pic {
    width: 100%;
    margin: 0 auto;
}

.flexod4_pic img {
    max-width: 100%;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
}

.flexod4_ico {
    position: absolute;
    bottom: 0;
    width: 48%;
    left: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.flexod4_ico img {
    max-width: 100%;
}

.flexod_box4 {
    padding: 30px 0px;
    position: relative;
}

.flexod5_top {
    width: 90%;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.flexod5_ico {
    width: 15.5%;
    display: none;
}

.flexod5_ico img {
    max-width: 100%;
}

.flexod5_wz {
    width: 74%;
}

.flexod5_wz h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod5_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.flexod5_bott li {
    padding: 0 15px;
    width: 33.33%;
    float: left;
    opacity: 0;
    top: 100px;
    position: relative;
}

.flexod5_bott ul {
    margin: 0 -15px;
}

.flexod5_bott ul:after {
    content: '';
    display: table;
    clear: both;
}

.fiexod5_lis img {
    width: 100%;
}

.flexod_box5 {
    padding-bottom: 100px;
    overflow: hidden;
}


/**flexo_HDI600**/

.flexod6002_pic {
    width: 65%;
    margin: 0 auto;
}

.flexod6002_pic img {
    max-width: 100%;
    position: relative;
    top: 150px;
    opacity: 0;
    transition: all 1.2s 0.4s ease;
    -webkit-transition: all 1.2s 0.4s ease;
}

.flexod6002_ico {
    position: absolute;
    top: -90px;
    right: 0;
    width: 14%;
    opacity: 0;
    transition: all 0.8s 0.8s ease;
    -webkit-transition: all 0.8s 0.8s ease;
    display: none;
}

.flexod6002_ico img {
    max-width: 100%;
}

.flexod6002_ico1 {
    position: absolute;
    bottom: 0;
    width: 28%;
    left: 2%;
    opacity: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transition: all 0.8s 0.8s ease;
    -webkit-transition: all 0.8s 0.8s ease;
}

.flexod6002_ico1 img {
    max-width: 100%;
}

.flexod6002_img {
    position: relative;
    padding: 30px 0 50px;
    width: 70%;
    margin: 0 auto;
}


/* flexo_HDI920 */

.flexod2_pic.flexod9202_pic {
    width: 74%;
    margin-right: 10%;
}

.flexod2_ico.flexod9202_ico {
    left: 0%;
}

.flexod2_ico1.flexod9202_ico1 {
    width: 62%;
    left: -20%;
}

.flexod2_img.flexod9202_img {
    padding-bottom: 50px;
}


/* flexo_HDI1600 */

.flexod_box2.flexod1600_box2 {
    padding-top: 0;
}

.flexod2_top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    margin-bottom: 50px;
}

.flexod2_top h3 {
    color: #fff;
    text-align: right;
    margin-bottom: 0;
}

.flexod2_img.flexod16002_img {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.flexod2_pic.flexod16002_pic {
    width: 54%;
    margin: 0 6% 0 auto;
}

.flexod2_ico.flexod16002_ico {
    position: relative;
    margin-left: 40%;
}

.flexod2_wz {
    text-align: center;
}


/* flexo_HDI2000 */

.nav_top {
    background: #fff;
}

.flexod2000_box {
    position: relative;
}

.flexod2_pic.flexod20002_pic {
    width: 66%;
}

.flexod2_ico1.flexod20002_ico1 {
    z-index: -1;
    width: 80%;
    left: -10%;
}

.flexod2_img.flexod20002_img {
    padding-bottom: 0;
    padding-top: 40px;
    margin-bottom: 60px;
}


/* nav_down */

.nav_down {
    position: absolute;
    top: 90px;
    padding-top: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 770px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.headB_cot li:hover .nav_down {
    top: 78px;
    opacity: 1;
    visibility: visible;
}

.headB_cot li {
    position: relative;
}

.navD_left {
    width: 350px;
    float: left;
    padding: 0 10px;
}

.nav_down a {
    display: block;
    padding: 50px 35px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    background: #fff;
}

.navD_right {
    width: 300px;
    float: right;
    padding: 0 10px;
}

.nav_down a:after {
    content: '';
    display: table;
    clear: both;
}

.headB_cot li:nth-child(5) .nav_down {
    width: 1070px;
    left: calc(50% - 200px);
}

.headB_cot li:nth-child(5) .nav_down:before,
.headB_cot li:nth-child(5) .nav_down:after {
    left: calc(50% + 200px);
}

.headB_cot li:nth-child(2) .nav_down {
    left: calc(50% + 100px);
}

.headB_cot li:nth-child(2) .nav_down:before,
.headB_cot li:nth-child(2) .nav_down:after {
    left: calc(50% - 100px);
}

.headB_cot li:nth-child(1) .nav_down {
    left: calc(50% + 200px);
}

.headB_cot li:nth-child(1) .nav_down:before,
.headB_cot li:nth-child(1) .nav_down:after {
    left: calc(50% - 200px);
}

.navD_img img {
    max-width: 100%;
}

.navD_right h3 {
    margin-bottom: 10px;
}

.navD_right h5 {
    color: #bbb;
    margin-bottom: 10px;
}

.navD_right p {
    color: #555;
    line-height: 24px;
}

.nav_down:before {
    border-bottom: 12px solid #ffffff;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
}

.nav_down:after {
    border-bottom: 12px solid #ccc;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: -1
}


/* search */

.head_search {
    position: absolute;
    top: 0;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.headS_input {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.headS_input input {
    width: 100%;
    background: none;
    border: 0;
    height: 30px;
    padding: 0 36px;
    color: #fff;
    font-size: 16px;
}

.headS_input img {
    position: absolute;
    width: 18px;
    margin: 0 8px;
}

.headS_close {
    position: absolute;
    right: calc(-30% - 30px);
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headS_close img {
    width: 30px;
}

.headS_bott {
    background: #fff;
    padding: 30px;
}

.headS_bott h5 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 8px;
}

.headS_bott ul li a {
    line-height: 30px;
    padding: 0 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.headS_bott ul li a:hover {
    color: #0070c9
}

.body_bg {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.body_bg.into {
    opacity: 1;
    visibility: visible;
}

.headT_cot.state_hid .headT_menu li {
    -webkit-animation: ac-gn-item-searchhide .4s both;
    animation: ac-gn-item-searchhide .4s both;
}

.headT_cot.state_open .headT_menu li {
    visibility: hidden !important;
}

.headT_menu li:nth-child(2) {
    -webkit-animation-delay: .035s;
    animation-delay: .035s;
    -webkit-transition-delay: .035s;
    transition-delay: .035s;
}

.headT_menu li:nth-child(3) {
    -webkit-animation-delay: .07s;
    animation-delay: .07s;
    -webkit-transition-delay: .07s;
    transition-delay: .07s;
}

.headT_menu li:nth-child(4) {
    -webkit-animation-delay: .105s;
    animation-delay: .105s;
    -webkit-transition-delay: .105s;
    transition-delay: .105s;
}

.headT_menu li:nth-child(5) {
    -webkit-animation-delay: .14s;
    animation-delay: .14s;
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
}

.headT_menu li:nth-child(6) {
    -webkit-animation-delay: .175s;
    animation-delay: .175s;
    -webkit-transition-delay: .175s;
    transition-delay: .175s;
}

@-webkit-keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}

@keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}

.state_open .head_search {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s
}


/* effect */

@-webkit-keyframes cd-bounce-right {
    0% {
        opacity: .2;
        -webkit-transform: translateX(-200px);
    }
    60% {
        opacity: .7;
        -webkit-transform: translateX(15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes cd-bounce-right {
    0% {
        opacity: .2;
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    60% {
        opacity: .7;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-left {
    0% {
        opacity: .2;
        -webkit-transform: translateX(200px);
    }
    60% {
        opacity: .7;
        -webkit-transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes cd-bounce-left {
    0% {
        opacity: .2;
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        -o-transform: translateX(200px);
        transform: translateX(200px);
    }
    60% {
        opacity: .7;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-bottom {
    0% {
        opacity: .2;
        -webkit-transform: translateY(30px);
    }
    60% {
        opacity: .7;
        -webkit-transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes cd-bounce-bottom {
    0% {
        opacity: .2;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    60% {
        opacity: .7;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.flexo_tit.into h3 {
    animation: cd-bounce-right 0.6s 0.3s forwards;
    -webkit-animation: cd-bounce-right 0.6s 0.3s forwards;
}

.flexo_tit.into h4 {
    animation: cd-bounce-left 0.6s 0.3s forwards;
    -webkit-animation: cd-bounce-left 0.6s 0.3s forwards;
}

.flexo_tit.into h5 {
    animation: cd-bounce-left 0.6s 0.5s forwards;
    -webkit-animation: cd-bounce-left 0.6s 0.5s forwards;
}

.flexo_tit.into span,
.flexo_tit.into a {
    animation: cd-bounce-bottom 0.6s 0.7s forwards;
    -webkit-animation: cd-bounce-bottom 0.6s 0.7s forwards;
}

.flexod1_tit.into h5 {
    animation: cd-bounce-right 0.6s 0.3s forwards;
    -webkit-animation: cd-bounce-right 0.6s 0.3s forwards;
}

.flexod1_tit.into h3 {
    animation: cd-bounce-left 0.6s 0.3s forwards;
    -webkit-animation: cd-bounce-left 0.6s 0.3s forwards;
}

.flexod1_wz.into h5,
.flexod2_wz.into h5,
.flexod3_wz.into h3,
.flexod5_wz.into h3 {
    animation: cd-bounce-bottom 0.6s 0.3s forwards;
    -webkit-animation: cd-bounce-bottom 0.6s 0.3s forwards;
}

.flexod1_wz.into p,
.flexod2_wz.into p,
.flexod3_wz.into p,
.flexod5_wz.into p {
    animation: cd-bounce-bottom 0.6s 0.6s forwards;
    -webkit-animation: cd-bounce-bottom 0.6s 0.6s forwards;
}


/* .flexod2_cot.into h3 {
    animation: cd-bounce-right 0.6s 0.3s forwards;
    -webkit-animation: cd-bounce-right 0.6s 0.3s forwards;
} */

.flexod2_cot.into .flexod2_pic img,
.flexod2_cot.into .flexod6002_pic img {
    opacity: 1;
    top: 0;
}

.flexod2_cot.into .flexod2_ico1,
.flexod2_cot.into .flexod6002_ico1 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.flexod2_cot.into .flexod2_ico,
.flexod2_cot.into .flexod6002_ico {
    opacity: 1;
}

.flexod3_img.into {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.flexod4_img.into .flexod4_pic img {
    top: 0;
    opacity: 1;
}

.flexod4_img.into .flexod4_ico {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.phone_search {
    padding: 20px 0px;
}

.phoneS_input input {
    width: 100%;
    border: 0;
    height: 40px;
    background: #f2f2f2;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
}

.phoneS_input {
    position: relative;
    margin-bottom: 20px;
}

.phoneS_input img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
}

.phoneS_bott h5 {
    font-size: 12px;
    margin-bottom: 8px;
    color: #888;
}

.phoneS_bott li {
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
    float: left;
}

.phoneS_bott li a {
    padding: 0 20px;
    line-height: 28px;
    background: #f2f2f2;
    border-radius: 30px;
    margin-bottom: 12px;
    margin-right: 12px;
}

.phoneS_bott ul {
    margin-right: -12px;
}


/* 上传下载 */

.flexod1_btn {
    text-align: center;
    margin-top: 20px;
}

.flexod1_btn a {
    display: inline-block;
    position: relative;
    margin: 0 12px;
    font-size: 16px;
    color: #0070c9;
}

.flexod1_btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.flexod1_btn a img {
    width: 25px;
    margin-right: 4px;
}

.flexod1_btn a * {
    display: inline-block;
    vertical-align: middle;
}

.flexod1_btn p {
    font-size: 14px;
    color: #0070c9;
    margin-top: 8px;
}

.flexod2_lis {
    width: 80%;
    margin: 0 auto 30px;
}

.flexod2_lis video {
    width: 100%;
    height: 100%;
    margin: 0 0 40px;
}

.flexod2_lis img {
    max-width: 100%;
}


/* about */

.main_ban {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_ban .nav_top {
    background: none;
}

.main_ban .nav_top * {
    color: #fff;
    border-color: #fff;
}

.ab_box1 {
    padding-top: 80px;
}

.ab1_cot {
    text-align: center;
}

.ab1_cot h3 {
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.ab1_wz {
    margin: 0 auto;
}

.ab1_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-bottom: 20px;
}

.ab1_wz p:last-child {
    margin: 0;
}

.ab_box2 {
    padding: 80px 0;
}

.ab2_cot {
    text-align: center;
    margin-bottom: 40px;
}

.ab2_cot h3 {
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-size: 30px;
}

.ab2_cot p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.ab2_bott li {
    width: 33.33%;
    float: left;
}

.ab2_bott:after {
    content: '';
    display: table;
    clear: both;
}

.ab2_lis img {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ab2B_wz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.ab2_lis {
    position: relative;
    overflow: hidden;
}

.ab2B_wz h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
}

.ab2B_wz i {
    float: right;
    line-height: 60px;
    font-size: 20px;
}

.ab2_lis:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ab2_lis:hover .ab2B_wz {
    background: rgba(0, 112, 201, 0.4);
}


/* value */

.value_box1 {
    padding: 80px 0 0;
}

.ab_tit {
    text-align: center;
}

.ab_tit h3 {
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.value1_cot {
    position: relative;
    text-align: center;
}

.value1_img img {
    max-width: 100%;
}

.value1_wz {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
}

.value1_wz h3 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
}

.value1_wz p {
    font-size: 14px;
    line-height: 24px;
}

.value1_wz i {
    font-size: 60px;
    margin-top: 20px;
}

.value1_wz a {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

.value1_wz img {
    width: 60px;
}

.value_box2 {
    padding: 80px 0 0;
}

.value2_wz {
    text-align: center;
    margin-bottom: 20px;
}

.value2_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.value2_lis img {
    width: 100%;
}

.value2_lis {
    position: relative;
}

.value2_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60px;
}

.value2_swiper {
    width: 130%;
}

.value2_cot {
    overflow: hidden;
    position: relative;
}

.value2_jt {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.value2_jt a {
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

a.value2_arrr {
    background: rgba(0, 112, 201, 0.4);
}

.value2_jt i {
    line-height: 54px;
}

.value_box3 {
    padding: 80px 0;
}

.value3_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.value3_wz {
    text-align: center;
    margin-bottom: 30px;
}

.value3T_swiper {
    border: solid 1px #ddd;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px;
}

.value3T_lis {
    line-height: 60px;
    font-size: 20px;
    padding: 0 32px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
}

.value3T_swiper .swiper-slide {
    width: auto;
    cursor: pointer;
}

.value3T_lis:hover {
    color: #0070c9;
}

.value3T_lis.active {
    color: #0070c9;
}

.value3_swiper {
    width: 80%;
    margin: 0 auto;
}

.value3_lis {
    display: inline-flex;
}

.value3_img {
    flex: 1;
}

.value3_img img {
    width: 100%;
}

.value3_txt {
    flex: 1;
    padding: 10px 0;
    padding-left: 40px;
}

.value3_txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.value3_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.value3_jt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.value3_jt a {
    width: 54px;
    height: 54px;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.value3_jt i {
    line-height: 54px;
}

a.value3_arrr {
    background: rgba(0, 112, 201, 0.4);
}

.value3_cot {
    position: relative;
}


/* news */

.news_top a {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.newsT_left {
    flex: 0 0 65%;
    width: 100%;
    position: relative;
}

.news_img {
    width: 100%;
    padding-top: 56.25%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.newsT_right {
    padding: 24px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    transition: transform 250ms ease;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 42px;
    padding-right: 40px;
}

.news_box {
    background: #f2f2f2;
    padding: 40px 0 0;
}

.newsT_wz h5 {
    font-size: 12px;
    color: #0070c9;
    margin-bottom: 6px;
}

.newsT_wz h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsT_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsT_right h6 {
    position: absolute;
    left: 42px;
    bottom: 24px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

.news_cot li {
    flex: 1.4224 0 38.88829%;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.news_top {
    margin-bottom: 20px;
    background: #fff;
}

.news_cot ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: 0;
}

.news_cot li:nth-child(even) {
    margin-right: 0;
}

.news_wz {
    padding: 24px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    transition: transform 250ms ease;
    position: relative;
}

.news_wz h5 {
    font-size: 12px;
    color: #0070c9;
    margin-bottom: 6px;
}

.news_wz h3 {
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.news_wz h6 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

.news_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 24px;
    display: -webkit-box;
    color: #888;
    font-size: 14px;
    line-height: 24px;
    height: 68px;
    width: 100%;
}

.news_txt p {
    font-size: 14px;
    line-height: 20px;
}

.news_lis {
    position: relative;
    background: #fff;
}

li.newsL {
    flex: 1.4224 0 40.31069%;
}

li.newsR {
    flex: 1 0 28.34157%;
}

li.newsR .news_img {
    padding-top: 80.0%;
}

.news_img:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}

.news_top a:hover .news_img:before,
.news_lis:hover .news_img:before {
    opacity: 1;
}

.news_top a:hover .newsT_right {
    transform: translate(-8px, 0);
}

.news_lis:hover .news_wz {
    transform: translate(0, -48px);
}

.news_lis:hover .news_txt {
    opacity: 1;
    transition: opacity 180ms ease 180ms;
}

.news_bott a {
    background: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #0070c9;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.news_bott a i {
    font-size: 22px;
    margin-left: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.news_bott a:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

.news_tit {
    max-width: 700px;
    margin: 0 auto 40px;
}

.newsdot_box {
    padding: 60px 0;
}

.news_tit h5 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #0070c9;
}

.news_tit h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.news_tit h3 {
    font-size: 30px;
    line-height: 40px;
}

.newsd_cot {
    max-width: 700px;
    margin: 0 auto;
}

.newsd_cot p {
    margin: 12px 0;
    line-height: 24px;
    color: #666;
}

.newsd_cot p img {
    max-width: 100%;
}

.newsd_cot p:last-child {
    margin-bottom: 0
}


/* login */

.login_cot {
    padding: 40px 160px;
    height: 100%;
    background: #fff;
    position: relative;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.login_box {
    display: flex;
    justify-content: space-between;
}

.login_bg {
    height: 100%;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.login_tit h3 {
    font-size: 30px;
    color: #0070c9;
    letter-spacing: 4px;
    line-height: 40px;
    margin-bottom: 6px;
}

.login_tit h5 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
}

.login_tit {
    margin-bottom: 20px;
}

.login_lis input {
    width: 300px;
    height: 50px;
    line-height: 48px;
    border: solid 1px #ddd;
    padding: 0 10px 0 74px;
    border-radius: 3px;
    color: #888;
}

.login_lis img {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    border-right: 1px solid #ddd;
    padding: 10px 17px;
}

.login_lis {
    position: relative;
    margin-bottom: 12px;
}

.login_bott {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    align-items: center;
}

.login_bott input {
    width: 100px;
    height: 100%;
    background: #0070c9;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 2px;
}

.login_bott a {
    color: #0070c9;
}

.login_bott a span {
    color: #888;
}

.login_lis input::-webkit-input-placeholder {
    color: #888;
}

.login_lis input:-moz-placeholder {
    color: #888;
}

.login_lis input::-moz-placeholder {
    color: #888;
}

.login_lis input:-ms-input-placeholder {
    color: #888;
}

img.login_see {
    top: 50% !important;
    right: 0 !important;
    left: auto;
    transform: translateY(-50%);
    width: 40px;
    padding: 0 10px;
}

.login_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* contact */

.contactL {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
}

.contactR {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
}

.contBan_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.contBan_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.contBan_left .contBan_bg {
    left: 0
}

.contBan_right .contBan_bg {
    right: 0
}

.contBan_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
}

.contWz_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.contWz_txt {
    width: 50%;
    padding-right: 40px;
}

.contWz_left .cont_cot {
    width: 100%;
}

.contWz_txt h3 {
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 60px;
}

.contWz_txt h5 {
    font-size: 24px;
    line-height: 40px;
}

.contWz_right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.cont_opac {
    opacity: 0;
}

.contWz_right .cont_cot {
    width: 100%;
}

.contWz_right .contWz_txt {
    margin-left: 50%;
    text-align: right;
    padding: 0 0 0 40px;
}

.contBan_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.contact_ban {
    position: relative;
}

.contact_box {
    padding-top: 80px;
}

.cont_cot {
    margin: 0 140px;
}

.contT_wz h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}

.contT_wz h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
}

.contT_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.contT_lis h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.contT_lis h3 span {
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.contT_addr {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.contT_addr p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.contT_lis {
    margin-bottom: 50px;
}

.cont_bott {
    padding: 80px 0;
    position: relative;
}

.cont_bott:before {
    content: '';
    width: 1000%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-top: solid 1px #ddd;
}

.contB_lis input {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
    height: 40px;
    border: 0;
    border-bottom: solid 1px #ddd;
}

.contB_lis:after {
    content: '';
    display: table;
    clear: both;
}

.contB_lis {
    margin: 0 -10px 10px;
}

.contB_lis textarea {
    margin: 0 10px;
    width: calc(100% - 20px);
    border: 0;
    line-height: 24px;
    height: 100px;
    border-bottom: solid 1px #ddd;
}

.contB_lis input {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
    height: 40px;
    border: 0;
    border-bottom: solid 1px #ddd;
}

.contB_lis:after {
    content: '';
    display: table;
    clear: both;
}

.contB_lis {
    margin: 0 -10px 10px;
}

.contB_lis textarea {
    margin: 0 10px;
    width: calc(100% - 20px);
    border: 0;
    line-height: 24px;
    height: 100px;
    border-bottom: solid 1px #ddd;
}

.contB_btn input {
    text-align: center;
    height: 40px;
    width: 120px;
    border: 0;
    background: #0070cf;
    color: #fff;
}

.contB_btn {
    text-align: right;
    margin-top: 20px;
}

.contB_tit h3 {
    font-size: 34px;
    text-transform: capitalize;
}


/* job */

.job_box {
    padding: 80px 0 20px;
}

.job_left {
    width: 64%;
    float: left;
}

.job_cot:after {
    content: '';
    display: table;
    clear: both;
}

.job_left li {
    float: left;
    width: 50%;
    padding: 0 40px 60px;
}

.job_left ul:after {
    content: '';
    display: table;
    clear: both;
}

.job_left ul {
    margin: 0 -40px;
}

.job_img img {
    width: 100%;
}

.job_img {
    margin-bottom: 16px;
}

.job_lis {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.job_opac {
    opacity: 0.4;
}

.job_wz h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.job_wz h3 span {
    font-weight: bold;
    line-height: 30px;
}

.job_wz i {
    font-size: 14px;
    color: #888;
    font-style: normal;
}

.job_wz h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

.job_wz>span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.job_wz>span i {
    color: #666;
    margin-left: 5px;
}

.job_wz h3 img {
    margin-right: 4px;
}

.job_right {
    float: right;
    position: relative;
    width: calc(36% - 100px);
}

.job_right ul {
    position: absolute;
    top: 0;
    padding: 40px 0;
    border-right: solid 1px #ddd;
}

.job_right ul.fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.job_right li {
    font-size: 16px;
    line-height: 40px;
}

.job_right li a {
    color: #888;
}

.job_right li a:hover {
    color: #0070c9;
}

.job_right .line_fixed {
    content: '';
    width: 3px;
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    overflow: hidden;
}

.job_right .line_fixed span {
    width: 3px;
    display: block;
    top: 0;
    height: 100%;
    background: #333;
    transform-origin: top center;
    position: absolute;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.fixed_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.fixed_bg.into {
    opacity: 1;
    visibility: visible;
}

.fixed_job.into {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s 0.15s ease;
    -webkit-transition: all 0.3s 0.15s ease;
}

.fixed_job {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1000px;
    background: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 4px;
    padding: 60px 70px;
    min-height: 60vh;
    max-height: 90%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.jobF_left {
    width: calc(100% - 240px);
    float: left;
    padding-right: 60px;
}

.jobF_cot:after {
    content: '';
    display: table;
    clear: both;
}

.jobF_right {
    width: 240px;
    float: right;
}

.jobF_tit {
    border-top: solid 1px #ddd;
    padding: 10px 0 20px;
}

.jobF_tit h4 {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.jobF_tit h3 {
    font-size: 24px;
    line-height: 36px;
}

.jobF_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.jobF_top img {
    width: 100%;
}

.jobF_top p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.jobF_top {
    margin-bottom: 20px;
}

.hobF_upload span {
    color: #0070c9;
}

.hobF_upload {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}

.hobF_upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.jobF_bott p {
    font-size: 12px;
    line-height: 20px;
}


/* help */

.ban_search {
    color: #fff;
    text-align: center;
    margin: 60px 0 0;
}

.ban_search h3 {
    font-size: 30px;
    margin-bottom: 14px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ban_search h5 {
    margin-bottom: 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.banS_input {
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.banS_input input {
    width: 100%;
    line-height: 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    padding-left: 50px;
    color: #666;
    border-radius: 3px;
}

.banS_input img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0.6;
}

.help_box1 {
    padding: 80px 0 40px;
    border-bottom: solid 1px #ddd;
}

.help1_cot li {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.help1_cot ul {
    margin: 0 -20px;
}

.help1_cot ul:after {
    content: '';
    display: table;
    clear: both;
}

.help1_lis img {
    width: 80px;
    margin-bottom: 14px;
}

.help1_lis h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.help1_lis p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.help1_lis a {
    color: #0070c9;
    font-size: 14px;
    margin-top: 10px;
}

.help_box2 {
    padding: 40px 0;
}

.help2_cot {
    margin: 0 60px;
}

.help2_cot h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.help2_cot p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-bottom: 20px;
}

.help2_cot p:lasr-child {
    margin-bottom: 0
}

.help2_cot p span {
    color: #0070c9;
}

.help_box {
    padding: 80px 0 40px;
}

.help_tit {
    border-bottom: solid 1px #ddd;
}

.help_tit h3 {
    letter-spacing: 4px;
    line-height: 40px;
}

.help_top {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 140%;
    margin-bottom: 20px;
}

.helpT_wz h3 {
    font-size: 34px;
    margin-bottom: 14px;
    line-height: 50px;
}

.helpT_wz p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.help_bott li {
    width: 25%;
    float: left;
    padding: 0 10px 20px;
}

.help_bott ul {
    margin: 0 -10px;
}

.help_lis:hover {
    border: solid 1px #0070c9;
}

.help_lis img {
    max-width: 100%;
    max-width: 110px;
    margin-bottom: 10px;
}

.help_lis {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border: solid 1px #ddd;
    flex-direction: column;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    min-height: 180px;
}

.help_lis p {
    font-size: 16px;
}

.help_btn {
    padding-top: 20px;
    text-align: center;
}

.help_bott ul:after {
    content: '';
    display: table;
    clear: both;
}

.help_btn a {
    margin: 0 5px;
    color: #0070c9;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.help_btn a i {
    margin-left: 5px;
    font-size: 20px;
}

.helpC_tit {
    margin: 60px 0 40px;
    text-align: center;
}

.helpC_tit h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.helpC_tit p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    width: 60%;
    margin: 0 auto;
}

.helpC_input {
    width: 64%;
    position: relative;
    margin: 20px auto 0;
}

.helpC_input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    padding-left: 50px;
    border-radius: 3px;
}

.helpC_input img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0.6;
}

.help3_cot ul {
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
    margin: 0 -10px;
}

.help3_cot li {
    flex: 1;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.help3_cot li a {
    height: 100%;
}

.help3_lis {
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.help3_cot li span {
    color: #0070c9;
    margin-bottom: 14px;
    display: inline-block;
    position: absolute;
    top: -30px;
}

.help3_lis img {
    margin-bottom: 20px;
    width: 100px;
    max-width: 100%;
}

.help3_lis h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 4px;
}

.help3_lis p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.help3_bott {
    margin-top: 30px;
}

.help3_bott h3 {
    text-align: center;
}

.help3B_lis a {
    display: flex;
    align-items: center;
}

.help3B_lis {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}

.help3B_lis:last-child {
    padding-bottom: 0;
}

.help3B_lis img {
    width: 60px;
    margin-right: 15px;
}

.help3B_wz {
    flex: 1;
}

.help3B_wz h3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #0070c9;
}

.help3B_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.help3B_lis:last-child {
    border: 0;
}


/* tech */

.tech_nav {
    border-bottom: solid 1px #ddd;
    padding: 60px 0;
}

.techN_cot li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.techN_lis img {
    max-width: 100%;
    margin-bottom: 10px;
}

.techN_cot ul:after {
    content: '';
    display: table;
    clear: both;
}

.techN_lis p {
    font-size: 16px;
}

.tech_box1 {
    padding: 50px 0;
    border-bottom: solid 1px #ddd;
}

.tech1_cot {
    display: flex;
    justify-content: space-between;
}

.tech1_img {
    flex: 1;
    text-align: center
}

.tech1_img img {
    max-width: 100%;
}

.tech1_wz {
    flex: 2;
    padding-left: 20px;
}

.tech1_wz h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
}

.tech1_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.tech1_btn a {
    display: flex;
    color: #0070c9;
    line-height: 24px;
    align-items: center;
}

.tech1_btn a i {
    font-size: 20px;
    margin-left: 5px;
}

.tech1_btn {
    margin-top: 20px;
}

.tech2_top {
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
}

.tech2_top ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
}

.tech2_top li {
    flex: 1;
    padding: 0 30px;
}

.tech2_img img {
    height: 130px;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
}

.tech2_img {
    margin-bottom: 20px;
    text-align: center;
}

.tech2_lis h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}

.tech2_lis p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.tech2_lis a {
    color: #0070c9;
    display: inline-flex;
    align-items: center;
}

.tech2_lis a i {
    font-size: 20px;
    margin-left: 5px;
}

.tech2_cot {
    padding: 60px 0;
}

.tech2_wz {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.tech2_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.tech_box3 img {
    width: 100%;
}

.tech4_top {
    padding: 50px;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #ddd;
}

.tech4T_wz {
    flex: 4;
}

.tech4T_img img {
    width: 100%;
    max-width: 140px;
}

.tech4T_img {
    flex: 1;
}

.tech4T_wz h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}

.tech4T_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.tech4T_wz a {
    margin-top: 10px;
    display: flex;
    color: #0070c9;
    align-items: center;
}

.tech4T_wz a i {
    font-size: 20px;
    margin-left: 5px;
}

.tech4_cent {
    padding: 40px 50px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

.tech4_cent h3 {
    margin-bottom: 10px;
    line-height: 40px;
}

.tech4_cent a {
    display: flex;
    align-items: center;
    color: #0070c9;
    justify-content: center;
    line-height: 24px;
}

.tech4_cent a i {
    font-size: 20px;
    margin-left: 5px;
}

.tech4_bott {
    padding: 50px 50px 60px;
    text-align: center;
}

.tech4_bott h3 {
    line-height: 40px;
    margin-bottom: 10px;
}

.tech4_bott p {
    font-size: 16px;
    line-height: 30px;
}

.tech4_bott p a {
    color: #0070c9;
}

.tech4_bott p a:hover {
    text-decoration: underline;
}

.tech4_cent h2 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
}


/* download */

.download_box {
    padding: 60px 0;
}

.download_tit h3 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 30px;
}

.download_tit h3 a {
    font-size: 14px;
    color: #0070c9;
    display: inline-flex;
    align-items: center;
}

.download_tit h3 a i {
    font-size: 20px;
    margin-left: 5px;
}

.download_tit {
    margin-bottom: 15px;
}

.download_cot {
    border: solid 1px #ddd;
    border-radius: 5px;
}

.download_top {
    padding: 40px;
}

.swiper_downl {
    margin: 0 40px;
    padding-top: 10px;
}

.downloadT_lis {
    text-align: center;
}

.downloadT_lis.active .downloadT_pic {
    box-shadow: 0 0 8px #0070c9;
}

.downloadT_pic {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.downloadT_pic img {
    max-width: 60px;
}

.downloadT_lis p {
    font-size: 14px;
}

.downloadT_cot {
    position: relative;
    margin: 10px 0 20px;
}

.downloadT_cot>a {
    font-size: 30px;
    width: 30px;
    height: 90px;
    background: #ddd;
    position: absolute;
    top: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

a.download_arrr {
    right: 0;
}

.downloadT_cot>a.swiper-button-disabled {
    opacity: 0.2;
}

.downloadT_search input[type='text'] {
    width: calc(100% - 100px);
    height: 34px;
    padding: 0 10px;
    padding-left: 30px;
    border-radius: 3px;
}

.downloadT_search img {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 18px;
    transform: translateY(-50%);
    opacity: 0.6;
}

.downloadT_search {
    position: relative;
}

.downloadT_search input[type="button"] {
    width: 100px;
    float: right;
    height: 34px;
    border: 0;
    background: #0070c9;
    color: #fff;
}

.download_bott {
    border-top: solid 1px #ddd;
}

.download_bott h3 {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    border-bottom: solid 1px #ddd;
    padding: 0 40px;
}

.downloadB_cot ul:after {
    content: '';
    display: table;
    clear: both;
}

.downloadB_cot:after {
    content: '';
    width: 100%;
    border-top: solid 1px #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}

.downloadB_cot {
    position: relative;
}

.downloadB_cot li {
    width: 33.33%;
    padding: 20px 40px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    float: left;
}

.downloadB_lis {
    text-align: center;
}

.download_img {
    padding-bottom: 70%;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.download_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    border: solid 2px #eee;
    border-radius: 50%;
}

.download_wz {
    padding: 12px 0 0;
    text-align: left;
}

.download_wz h5 {
    font-size: 16px;
    line-height: 30px;
}

.download_wz p {
    font-size: 14px;
    color: #888;
    display: flex;
    justify-content: space-between;
}

.download_wz p a {
    color: #0070c9;
}

.download_zs {
    padding: 20px 40px;
}

.download_zs h3 {
    line-height: 40px;
    margin-bottom: 15px;
}

.downloadZ_lis h5 {
    font-size: 16px;
    line-height: 30px;
}

.downloadZ_lis p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.downloadZ_lis {
    margin-bottom: 15px;
}

.question_box {
    padding-bottom: 60px;
}

.question_cot {
    background: #fff;
    display: flex;
}

.question_left {
    width: 240px;
    border-right: 1px solid #ddd;
}

.question_right {
    width: calc(100% - 240px);
    padding: 30px;
}

.question_left li {
    height: 46px;
    line-height: 46px;
    border-bottom: solid 1px #ddd;
}

.question_left li a {
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.question_left li a:hover {
    background: #f2f2f2;
}

.question_left h3 {
    font-size: 16px;
    line-height: 46px;
    background: #ddd;
}

.question_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    border-bottom: solid 1px #ddd;
}

.questionT_img {
    flex: 2;
}

.questionT_wz {
    flex: 3;
    padding-left: 40px;
}

.questionT_img img {
    max-width: 100%;
}

.questionT_wz h3 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 4px;
}

.questionT_wz p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
}

.question_lis {
    padding: 40px 0;
    border-bottom: solid 1px #ddd;
    position: relative;
    background: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.question_lis:hover {
    background: #f2f2f2;
}

.question_lis:last-child {
    border: 0;
}

.questionL_tit {
    text-align: center;
}

.questionL_tit img {
    width: 40px;
    margin-bottom: 10px;
}

.questionL_tit h3 {
    font-size: 30px;
    margin-bottom: 4px;
}

.questionL_tit p {
    font-size: 16px;
    color: #888;
}

.questionL_cot {
    width: 80%;
    margin: 30px auto 0;
    display: none;
}

.questionL_cot p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}

.questionL_cot p:last-child {
    margin: 0
}

.questionL_down {
    text-align: center;
    position: relative;
    top: 18px;
    font-size: 24px;
    opacity: 0.7;
}

.questionL_close {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
}

.jobP_nav li {
    line-height: 30px;
    display: inline-block;
    margin-right: 30px;
}

.jobP_nav ul {
    margin-right: -30px;
}

.jobP_nav {
    margin-bottom: 20px;
}

@media(max-width:1440px) {}

@media(max-width:1200px) {
    .flexo_tit h3 {
        font-size: 40px;
    }
    .flexo_tit h4 {
        font-size: 20px;
    }
    .flexo_tit h5 {
        font-size: 30px;
    }
    .flexo3_lis .flexo_tit h3 {
        font-size: 28px;
    }
    .flexo3_lis .flexo_tit h4 {
        font-size: 20px;
    }
    .flexod1_tit h3 {
        font-size: 50px;
    }
    .flexod1_wz h5 {
        font-size: 24px;
    }
    .flexod1_wz p {
        font-size: 14px;
        line-height: 24px;
    }
    .flexod2_cot h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .flexod2_wz h5 {
        font-size: 24px;
    }
    .flexod2_wz p {
        font-size: 14px;
        line-height: 24px;
    }
    .flexod3_wz h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .flexod3_wz p {
        font-size: 14px;
        line-height: 24px;
    }
    .flexod5_wz h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .flexod5_wz p {
        font-size: 14px;
        line-height: 24px;
    }
    .navD_right h3 {
        font-size: 20px;
    }
    .navD_right h5 {
        font-size: 12px;
    }
    .navD_right p {
        line-height: 22px;
        font-size: 12px;
    }
    .compare_tit h3 {
        font-size: 40px;
    }
    .compare_tit a {
        font-size: 14px;
    }
    .compare_tit a i {
        font-size: 24px;
    }
    .compare_tit p {
        margin-top: 10px;
        font-size: 16px;
    }
    .headB_cot ul {
        width: 80%;
    }
    .navD_left {
        width: 300px;
    }
    .nav_down {
        width: 610px;
    }
    .headB_cot li:nth-child(5) .nav_down {
        width: 910px;
    }
    .navD_right {
        width: 240px;
    }
    .compare_lis li p {
        line-height: 24px;
    }
    .format_right p {
        line-height: 24px;
    }
    .format_tit h3 {
        line-height: 24px;
    }
    .cont_cot {
        margin: 0 80px;
    }
}

@media(max-width:991px) {
    .nav_down {
        display: none;
    }
    .headB_cot ul {
        width: 90%;
    }
    .flexo_tit h3 {
        font-size: 30px;
        margin-bottom: 14px;
    }
    .flexo_tit h4 {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .flexo_tit h5 {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .flexo_tit a,
    .flexo_tit span {
        font-size: 12px;
    }
    .flexo3_lis .flexo_tit h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .flexo3_lis .flexo_tit h4 {
        font-size: 16px;
    }
    .flexo_box5 {
        padding: 120px 0 0;
    }
    .flexo_box4 {
        padding: 180px 0 50px;
    }
    .flexo_nav h3 {
        font-size: 18px;
    }
    .flexod1_img {
        width: 84%;
    }
    .flexod3_wz {
        width: 88%;
    }
    .flexod3_wz.flexod4_wz {
        width: 88%;
    }
    .flexod4_img {
        width: 88%;
    }
    .flexo1_img {
        width: 76%;
    }
    .flexod6002_pic {
        width: 76%;
    }
    .compare_tit h3 {
        font-size: 30px;
    }
    .cont_cot {
        margin: 0 30px;
    }
    .contWz_txt h3 {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 40px;
    }
    .job_wz h3 {
        display: block;
    }
    .job_wz i {
        display: block
    }
    .job_left li {
        padding: 0 15px 30px;
    }
    .job_left ul {
        margin: 0 -15px;
    }
}

@media(max-width:768px) {
    /* phone_menu */
    .phone_logo img {
        height: 30px;
    }
    .phone_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #333;
        z-index: 9;
    }
    .phoneH_cot {
        display: flex;
        justify-content: space-between;
        height: 60px;
        align-items: center;
    }
    .phone_right li {
        float: left;
        margin-left: 24px;
    }
    .phone_right li img {
        width: 20px;
    }
    .phone_right ul {
        display: inline-flex;
        align-items: center;
    }
    /* .phone_right li:nth-child(2) img {
        width: 16px;
    } */
    .phone_right li:last-child img {
        width: 30px;
    }
    .phone_right li:last-child {
        margin-left: 20px;
    }
    .phoneM_close {
        position: absolute;
        top: 13px;
        right: 12px;
        width: 34px;
    }
    .phoneM_close img {
        width: 100%;
    }
    .phoneM_bg {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        visibility: hidden;
        transition: all 0.3s 0.1s ease;
        -webkit-transition: all 0.3s 0.1s ease;
    }
    .phoneM_bg.into {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        visibility: visible;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .phone_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 74%;
        height: 100%;
        background: #fff;
        z-index: 9;
        min-width: 200px;
        max-width: 270px;
        padding: 30px 20px;
        overflow-y: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        visibility: hidden;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .phone_menu.into {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        visibility: visible;
        transition: all 0.5s 0.1s ease;
        -webkit-transition: all 0.5s 0.1s ease;
    }
    .phone_menu li {
        font-size: 16px;
        line-height: 48px;
        letter-spacing: 4px;
        border-bottom: solid 1px #e2e2e2;
        padding: 0 5px;
    }
    .phone_menu li a {
        color: #333;
    }
    .phoneM_down li {
        width: 33.33%;
        float: left;
        padding: 0 10px 15px;
        text-align: center;
        border-bottom: 0;
    }
    .phoneM_down ul:after {
        content: '';
        display: table;
        clear: both;
    }
    .phoneM_down ul {
        margin: 0 -10px;
    }
    .phoneM_down img {
        height: 50px;
        margin-bottom: 4px;
    }
    .phoneM_down p {
        font-size: 12px;
        letter-spacing: 0;
    }
    .phoneM_down {
        padding-bottom: 10px;
    }
    .phone_menu li:last-child {
        border: 0;
    }
    .wrapper {
        padding-top: 60px;
    }
    /* phone_menu */
    /* flexo */
    .flexo_box1 {
        padding: 50px 0 30px;
    }
    .flexo_tit h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .flexo_tit h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .flexo_tit h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .flexo1_img {
        width: 100%;
    }
    .flexo_box2 {
        padding: 50px 0 0;
    }
    .flexo_box3 {
        padding: 50px 0;
    }
    .flexo3_cot ul {
        display: block;
    }
    .flexo3_cot li {
        width: 100%;
        margin-bottom: 20px;
    }
    .flexo3_cot li:first-child .flexo3_lis {
        padding-top: 30px;
    }
    .flexo3_lis .flexo_tit h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .flexo3_lis .flexo_tit h4 {
        font-size: 14px;
    }
    .flexo3_lis {
        padding: 30px 20px;
    }
    .flexo3_cot li:last-child {
        margin-bottom: 0;
    }
    .flexo_box4 {
        padding: 50px 0;
        background-position: 0 center;
    }
    .flexo4_cot {
        display: block;
    }
    .flexo4_right {
        flex: 1;
        padding-top: 20px;
    }
    .flexo4_img {
        max-width: 100%;
        width: 100%;
    }
    .flexo_box5 {
        padding: 50px 0;
    }
    .flexo5_cot {
        display: block;
    }
    .flexo5_left {
        margin-bottom: 20px;
    }
    /* flexoHDI400*/
    .flexod_box1 {
        padding: 50px 0 20px;
    }
    .flexod1_tit h5 {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .flexod1_tit h3 {
        font-size: 24px;
    }
    .flexod1_tit {
        margin-bottom: 30px;
    }
    .flexod1_img {
        width: 100%;
        margin-bottom: 0;
    }
    .flexod1_wz h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .flexod1_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .flexod1_wz p br {
        display: none;
    }
    .flexod_box2 {
        padding: 30px 0 20px;
    }
    .flexod2_cot h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .flexod2_pic.flexod9202_pic {
        width: 84%;
        margin-right: 0;
    }
    .flexod2_img.flexod9202_img {
        padding-bottom: 0px;
    }
    .flexod2_wz h5 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .flexod2_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .flexod_box3 {
        padding: 30px 0 20px;
    }
    .flexod3_wz {
        width: 100%;
        margin: 0 auto 30px;
    }
    .flexod3_wz h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .flexod3_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .flexod2_wz p br,
    .flexod3_wz p br {
        display: none;
    }
    .flexod3_img {
        width: 100%;
    }
    .flexod3_wz.flexod4_wz {
        width: 100%;
    }
    .flexod4_img {
        width: 100%;
    }
    .flexod5_top {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .flexod5_ico {
        display: none;
    }
    .flexod5_wz {
        width: 100%;
    }
    .flexod5_wz h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .flexod5_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .flexod5_bott li {
        padding: 0 15px 20px;
        width: 100%;
    }
    .flexod5_bott li:last-child {
        padding-bottom: 0
    }
    .flexod_box5 {
        padding-bottom: 50px;
    }
    .foot_top li:last-child {
        display: none;
    }
    .foot_top li {
        width: 33.33%;
    }
    .footer {
        padding: 30px 0 10px;
    }
    .foot_top li h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .foot_top li h5 a {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .foot_bott p {
        font-size: 12px;
        line-height: 18px;
    }
    .copy {
        line-height: 18px;
    }
    .copy i {
        display: none;
    }
    /* flexoHDI600*/
    .flexod6002_img {
        padding: 0px 0 20px;
    }
    .flexod6002_pic {
        width: 84%;
    }
    /* flexoHDI1600 */
    .flexod2_top {
        padding-top: 50px;
        margin-bottom: 50px;
        background-position: right center;
        background: #38393d;
    }
    .flexod2_ico.flexod16002_ico {
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .flexod2_pic.flexod16002_pic {
        width: 80%;
        margin: 0 0 0 auto;
    }
    .flexod2_img.flexod16002_img {
        padding-bottom: 40px;
    }
    /* compare */
    .compare_box {
        padding: 50px 0;
    }
    .compare_tit h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .compare_tit a {
        font-size: 12px;
    }
    .compare_tit p {
        margin-top: 4px;
        font-size: 14px;
    }
    .compare_top li,
    .compare_lis li {
        width: 50%;
    }
    .compare_top li:nth-child(3),
    .compare_lis li:nth-child(3) {
        display: none;
    }
    .compare_sele h3 {
        font-size: 16px;
        line-height: 40px;
    }
    .compare_sele ul.into {
        top: 41px;
    }
    .compare_sele ul li {
        line-height: 34px;
        font-size: 12px;
    }
    .compare_img {
        padding: 15px 0;
    }
    .compare_lis {
        padding: 15px 0;
    }
    .compare_lis h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .compare_lis li p {
        line-height: 20px;
        font-size: 12px;
    }
    .compare_tit {
        margin-bottom: 30px;
    }
    /* format */
    .format_tit h3 {
        line-height: 20px;
        font-size: 14px;
    }
    .format_lis {
        padding: 15px 0;
    }
    .format_tit {
        width: 100px;
    }
    .format_right {
        width: calc(100% - 100px);
    }
    .format_lis1 .format_img {
        margin: 0px auto;
    }
    .format_right p {
        line-height: 20px;
        font-size: 12px;
    }
    .format_right li {
        width: 100%;
    }
    .format_lis2 .format_right li {
        width: 50%;
    }
    .format_box {
        padding: 0 0 50px;
    }
    .ab_box1 {
        padding-top: 50px;
    }
    .ab1_cot h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .ab1_wz p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .ab1_wz p br {
        display: none;
    }
    .ab_box2 {
        padding: 50px 0;
    }
    .ab2_cot h3 {
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .ab2_cot p {
        font-size: 12px;
        line-height: 20px;
    }
    .ab2_cot p br {
        display: none;
    }
    .ab2_cot {
        margin-bottom: 20px;
    }
    .ab2_bott li {
        width: 100%;
        margin-bottom: 20px;
    }
    .value1_img img {
        max-width: 160%;
        margin: 0 -30%;
    }
    .value1_img {
        overflow: hidden;
    }
    .value_box1 {
        padding: 50px 0 0;
    }
    .ab_tit h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    .value1_wz {
        width: 100%;
        padding: 15px;
    }
    .value1_wz h3 {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
    }
    .value1_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .value1_wz a {
        margin-top: 10px;
    }
    .value1_wz img {
        width: 40px;
    }
    .value_box2 {
        padding: 50px 0 0;
    }
    .value2_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .value2_swiper {
        width: 100%;
    }
    .value2_play {
        width: 40px;
    }
    .value2_jt a {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
    .value2_jt i {
        line-height: 44px;
    }
    .value_box3 {
        padding: 50px 0;
    }
    .value3_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .value3T_lis {
        line-height: 40px;
        font-size: 14px;
        padding: 0 25px;
    }
    .value3_lis {
        display: block;
    }
    .value3_swiper {
        width: 100%;
    }
    .value3_txt {
        padding: 20px 0 0;
        padding-left: 0;
    }
    .value3_txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .value3_txt p {
        font-size: 12px;
        line-height: 20px;
    }
    .contWz_txt h3 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
    }
    .contWz_txt h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .cont_cot {
        margin: 0 15px;
    }
    .contWz_txt {
        padding-right: 15px;
    }
    .contWz_right .contWz_txt {
        padding: 0 0 0 15px;
    }
    .contact_box {
        padding-top: 50px;
    }
    .contT_wz h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .contT_wz h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .contT_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .contT_wz {
        margin-bottom: 30px;
    }
    .contT_lis h3 span {
        font-size: 16px;
    }
    .contT_lis h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .contT_addr p {
        font-size: 12px;
        line-height: 20px;
    }
    .contT_lis {
        margin-bottom: 20px;
    }
    .cont_bott:before {
        display: none;
    }
    .cont_bott {
        padding: 30px 0 50px;
    }
    .contB_tit h3 {
        font-size: 18px;
    }
    .contB_lis input {
        width: 100%;
        margin: 0;
        font-size: 12px;
    }
    .contB_lis {
        margin: 0;
    }
    .contB_lis textarea {
        margin: 0;
        font-size: 12px;
        width: 100%;
    }
    .contB_btn input {
        font-size: 12px;
    }
    .job_right {
        display: none;
    }
    .job_left {
        width: 100%;
    }
    .job_box {
        padding: 50px 0 20px;
    }
    .job_wz h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .job_wz i {
        font-size: 12px;
    }
    .job_wz h3 img {
        width: 16px;
    }
    .job_wz h4 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .job_wz>span {
        font-size: 10px;
    }
    .jobF_left {
        width: 100%;
        padding-right: 0;
    }
    .fixed_job {
        padding: 20px 20px;
        width: 90%;
    }
    .jobF_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .jobF_tit h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .jobF_tit h4 {
        font-size: 12px;
    }
    .jobF_top img {
        display: none;
    }
    .jobF_right {
        width: 100%;
        margin-top: 30px;
    }
    .jobF_top p {
        font-size: 12px;
        line-height: 20px;
    }
    .flexo_nav h3 {
        font-size: 16px;
    }
    .flexo_nav ul li {
        padding: 0 4px;
        font-size: 12px;
    }
    .news_cot li {
        margin-right: 0;
    }
    .news_top a {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .newsT_right {
        padding: 15px;
    }
    .newsT_right h6 {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 10px;
        font-size: 12px;
    }
    .newsT_wz h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .newsT_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .news_txt {
        position: relative;
        opacity: 1;
        padding: 10px 15px 15px;
    }
    .news_wz {
        padding: 15px 15px 0;
    }
    .news_wz h6 {
        font-size: 12px;
        margin-top: -6px;
    }
    .news_wz h3 {
        font-size: 16px;
        line-height: 24px;
    }
    li.newsR .news_img {
        padding-top: 56.25%;
    }
    .news_bott a {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .newsdot_box {
        padding: 50px 0;
    }
    .news_tit h6 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .news_tit h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .news_tit {
        margin: 0 auto 20px;
    }
    .newsd_cot p {
        font-size: 12px;
        line-height: 20px;
    }
    .ban_search {
        margin: 30px 0 0;
    }
    .ban_search h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .ban_search h5 {
        margin-bottom: 14px;
        font-size: 12px;
    }
    .banS_input input {
        line-height: 40px;
        padding-left: 40px;
        font-size: 12px;
    }
    .banS_input img {
        left: 10px;
        width: 20px;
    }
    .download_box {
        padding: 40px 0;
    }
    .download_tit h3 {
        font-size: 20px;
    }
    .download_tit h3 a {
        font-size: 12px;
    }
    .download_top {
        padding: 15px;
    }
    .download_top h3 {
        font-size: 16px;
    }
    .downloadT_cot>a {
        font-size: 24px;
        width: 24px;
    }
    .swiper_downl {
        margin: 0 34px;
    }
    .download_bott h3 {
        font-size: 16px;
        padding: 0 20px;
    }
    .downloadB_cot li {
        width: 50%;
        padding: 15px 20px;
    }
    .download_wz h5 {
        font-size: 14px;
        line-height: 24px;
    }
    .download_wz {
        padding: 6px 0 0;
    }
    .download_wz p {
        font-size: 12px;
    }
    .download_zs {
        padding: 20px;
    }
    .download_zs h3 {
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .downloadZ_lis h5 {
        font-size: 14px;
        line-height: 24px;
    }
    .downloadZ_lis p {
        font-size: 12px;
        line-height: 20px;
    }
    .downloadZ_lis {
        margin-bottom: 10px;
    }
    .downloadT_search input[type='text'],
    .downloadT_search input[type="button"] {
        font-size: 12px;
    }
    .techN_lis img {
        width: 60px;
        margin-bottom: 6px;
    }
    .techN_lis p {
        font-size: 14px;
    }
    .tech_nav {
        padding: 40px 0;
    }
    .tech_box1 {
        padding: 30px 0;
    }
    .tech1_cot {
        display: block
    }
    .tech1_wz h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .tech1_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .tech1_btn {
        margin-top: 10px;
        font-size: 12px;
    }
    .tech2_top ul {
        flex-direction: column;
    }
    .tech2_lis p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .tech2_lis h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .tech2_lis {
        margin-bottom: 30px;
    }
    .tech2_top li:last-child .tech2_lis {
        margin-bottom: 0;
    }
    .tech2_lis a {
        font-size: 12px;
    }
    .tech2_cot {
        padding: 40px 0;
    }
    .tech2_wz {
        width: 100%;
    }
    .tech2_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .tech_box3 img {
        width: 180%;
        margin: 0 -40%;
    }
    .tech4_top {
        padding: 40px 0;
    }
    .tech4T_wz h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .tech4T_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .tech4T_wz a {
        font-size: 12px;
    }
    .tech4_cent {
        padding: 40px 0;
    }
    .tech4_cent h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .tech4_cent a {
        font-size: 12px;
        line-height: 20px;
    }
    .tech4_cent h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .tech4_bott {
        padding: 40px 0;
    }
    .tech4_bott h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .tech4_bott p a {
        font-size: 12px;
    }
    .question_left {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        z-index: 1;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .question_left.into {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .question_right {
        width: 100%;
        padding: 15px;
    }
    .question_cot {
        position: relative;
        overflow: hidden;
    }
    .ques_btn {
        position: absolute;
        top: 0;
        left: 100%;
        background: #dedede;
        width: 46px;
        height: 46px;
    }
    .ques_btn span {
        width: 26px;
        height: 2px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .ques_btn span i {
        width: 100%;
        height: 100%;
        background: #fff;
        display: inline-block;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .ques_btn.ques_close span i {
        opacity: 0;
    }
    .ques_btn span:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        height: 2px;
        background: #fff;
        left: 0;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform-origin: center;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .ques_btn.ques_close span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .ques_btn span:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        height: 2px;
        background: #fff;
        left: 0;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform-origin: center;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .ques_btn.ques_close span:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .question_top {
        padding: 0 0 20px;
        flex-direction: column;
    }
    .questionT_wz {
        flex: inherit;
        padding-left: 0;
    }
    .questionT_wz h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .questionT_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .questionL_tit h3 {
        font-size: 18px;
    }
    .questionL_cot {
        width: 100%;
        padding: 0 15px;
    }
    .questionL_cot p {
        font-size: 12px;
        line-height: 20px;
    }
    .news_lis:hover .news_wz {
        transform: translate(0, 0);
    }
    .help_box1 {
        padding: 50px 0 40px;
    }
    .help1_lis img {
        width: 60px;
    }
    .help1_lis h3 {
        font-size: 18px
    }
    .help1_lis p {
        font-size: 12px;
        line-height: 20px;
    }
    .help1_cot li {
        padding: 0 15px;
    }
    .help1_cot ul {
        margin: 0 -15px;
    }
    .help2_cot {
        margin: 0;
    }
    .help2_cot h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .help2_cot p {
        font-size: 12px;
        line-height: 20px;
    }
    .help2_cot h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .help_box {
        padding: 50px 0 40px;
    }
    .help_top {
        padding: 30px 0;
        margin-bottom: 0;
        background-image: none !important;
    }
    .helpT_wz h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .helpT_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .help_bott li {
        width: 50%;
    }
    .help_lis p {
        font-size: 12px;
    }
    .help_lis {
        padding: 15px;
    }
    .help_tit h3 {
        font-size: 18px;
    }
    .helpC_tit {
        margin: 40px 0 40px;
    }
    .helpC_tit h3 {
        font-size: 18px;
    }
    .helpC_tit p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
    .helpC_input {
        width: 100%;
    }
    .helpC_input input {
        height: 40px;
        padding-left: 40px;
    }
    .helpC_input img {
        left: 10px;
        width: 20px;
    }
    .help3_cot ul {
        flex-direction: column;
    }
    .help3_cot li {
        padding-bottom: 20px;
    }
    .help3_lis img {
        width: 80px;
    }
    .help3_lis h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .help3_lis p {
        font-size: 12px;
        line-height: 20px;
    }
    .help3_bott {
        margin-top: 10px;
    }
    .help3B_lis {
        width: 100%;
    }
    .help3B_wz p {
        font-size: 12px;
        line-height: 20px;
    }
    .help3B_wz h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .login_box {
        width: 100%;
    }
    .login_cot {
        padding: 40px 0;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.8);
    }
    .login_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    .flexod2_lis {
        width: 100%;
    }
}

@media(max-width:320px) {
    .flexo_nav ul li {
        padding: 0 4px;
        font-size: 10px;
    }
}