﻿@charset "utf-8";
/* Design by jytrack.com  2021-11-03*/
/*about*/
.header-default { width: 1200px; margin: 0 auto; }
.abt_page { /*background-image: -webkit-gradient(linear,left top,left bottom,from(#e9f2fa),to(#FFF));
    background-image: -webkit-linear-gradient(top,#e9f2fa 0,#FFF 100%);
    background-image: -moz- oldlinear-gradient(top,#e9f2fa 0,#FFF 100%);
    background-image: linear-gradient(180deg,#e9f2fa 0,#fff 100%);*/ background: #f7f7f7; padding: 20px 0; }
.about_nav { width: 220px; background: var(--white);     /*box-shadow: 0 0 6px 0 rgb(102 102 102 / 20%);*/ -webkit-box-shadow: 1px 2px 12px -5px rgba(0,0,0,.1); box-shadow: 1px 2px 12px -5px rgba(0,0,0,.1); }
.about_nav ul li { height: 45px; line-height: 45px; }
.about_nav ul li:last-child { border-bottom: 0; }
.about_nav ul li a { display: block; text-align: left; font-size: 14px; color: var(--gray3); text-indent: 30px; border-bottom: 1px dotted #eee; border-left: 2px solid var(--white); }
.about_nav ul li.cur a { color: var(--red-jy); border-left: 2px solid var(--red-jy); font-weight: bold; }
.about_nav ul li:hover a { color: var(--red-jy); border-left: 2px solid var(--red-jy); font-weight: bold; }
.jy_abt_rights { width: calc(100% - 240px); -webkit-box-shadow: 1px 2px 12px -5px rgba(0,0,0,.1); box-shadow: 1px 2px 12px -5px rgba(0,0,0,.1); }
.jy_abt_cons { width: 100%; background: var(--white); padding: 20px 30px; }
.jy_abt_title { line-height: 32px; margin-bottom: 20px; }
.jy_abt_title h1 { display: block; line-height: 32px; font-size: 18px; color: var(--gray3); padding-bottom: 10px; border-bottom: 1px solid #dfdfdf; font-weight: bold; }
.jy_abtintro_txt { font-size: 14px; color: var(--gray3); line-height: 2.5; }
.jy_abtintro_txt h2 { display: block; line-height: 22px; font-size: 15px; color: var(--gray3); margin: 20px 0 15px 0; font-weight: bold; border-left: 2px solid var(--red-jy); padding-left: 10px; }
.jy_abtintro_txt h3 { display: block; line-height: 22px; font-size: 14px; color: var(--gray3); margin-bottom: 10px; font-weight: bold; }
.jy_abtintro_txt p { padding-bottom: 10px; }
.jy_abtintro_txt1 p { text-indent: 2em; }
.jy_abtintro_txt img { max-width: 100%; }
/*contact*/
.con_co_box .con_co { width: 50%; float: left; margin-top: 30px; }
.con_co_box .con_co h5 { font-size: 14px; color: var(--gray3); padding-bottom: 10px; font-weight: bold; }
.con_co_box .con_co p { margin-bottom: 0; text-indent: 0; }
/*发展历程*/
.time-axis { margin: 0; padding: 0; position: relative; }
.time-axis:before { content: ''; position: absolute; left: 97px; top: 15px; width: 1px; height: calc(100% - 15px); background-color: #E4E4E4; }
.time-axis p { margin-bottom: 0; font-size: 13px; line-height: 22px; padding-bottom: 10px; color: var(--gray78); }
.time-axis-item { list-style: none; padding-left: 120px; position: relative; line-height: 45px; font-size: 14px; color: #141414; }
.time-axis-item:hover { color: var(--yellow); cursor: default; }
.time-axis-item:hover p { color: var(--orange-f60); }
.time-axis-achievement { margin: 0; }
.time-axis-date { position: absolute; left: 0; top: 0; color: var(--gray3); font-size: 14px; padding-left: 20px; width: 86px; }
.time-axis-item:hover .time-axis-date { color: var(--yellow); }
.time-axis-date span { position: absolute; right: -20px; top: 35%; display: block; width: 16px; height: 16px; border: 1px solid var(--gray-c); ; border-radius: 100%; background-color: var(--white); }
.time-axis-date span:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 10px; height: 10px; margin: auto; background-color: var(--gray-c); ; border: 1px solid var(--gray-c); ; border-radius: 100%; }
.time-axis-item:hover .time-axis-date span { border-color: var(--yellow); }
.time-axis-item:hover .time-axis-date span:after { background-color: var(--yellow); border-color: var(--yellow); }
.time-axis-item:first-child .time-axis-date span { border-color: var(--yellow); }
.time-axis-item:first-child .time-axis-date span:after { background-color: var(--yellow); border-color: var(--yellow); }
/*job*/
.Joblist_table { width: 100%; border: 0px solid #eee; margin-top: 20px; margin-bottom: 20px; font-size: 14px; }
.Joblist_table thead th { line-height: 20px; padding: 10px 2px; text-align: center; font-weight: bold; color: var(--gray3); border: 1px solid var(--gray-c); ; border-left: 0; border-right: 0; }
.Joblist_table tbody tr td { line-height: 24px; padding: 10px 2px; color: var(--gray6); text-align: center; background: var(--white); border-bottom: 1px solid #eee; }
.Joblist_table tbody tr:nth-child(even) td { color: var(--gray6); background: var(--white); }
.Joblist_table tbody tr td:first-child { font-weight: bold; color: var(--gray3); font-weight: bold; }
.Joblist_table tbody tr td a:hover { text-decoration: underline; color: var(--yellow); }
/*faq*/
.feedback_content { width: 600px; margin: 30px auto; }
.feedback_content input { outline-style: none; width: 100%; color: var(--gray6); }
.feedback_content .input { border-radius: 3px; background: var(--white); padding: 8px; border: 1px solid #d3d3d3; line-height: 1.5em; width: 285px; margin: 0 7px 20px 0; }
.inputtxt { color: var(--gray6); line-height: 1.5em; border: 0; width: 285px; height: 20px; background: none; }
.feedback_content textarea { border-radius: 3px; padding: 8px; border: 1px solid #d3d3d3; width: 595px; outline-style: none; height: 120px; margin: 0 0 10px 0; line-height: 1.5em; color: var(--gray6); }
.feedback_content select { margin: -56px 0 24px 5px; background: var(--white); padding: 8px; border: none; line-height: 1.5em; width: 296px; outline: none; display: block; color: var(--gray6); }
.inputtxt { color: #919191; line-height: 1.5em; border: 0; width: 285px; height: 20px; background: none; }
.feedbackbt { display: flex; align-content: center; }
.feedbackbt span { padding: 6px 0 0 5px; font-size: 14px; color: #5c5c5c; }
.feedbackbt span a { color: #5c5c5c; }
.feedbackbt span a:hover { color: var(--yellow); }
.feedbackbt .jy-btn, .feedback_content .jy-btn { color: var(--white); }
/*数据*/
.ab_sj { width: 100%; padding: 20px 0; height: 140px; }
.ab_sj .ab_co { float: left; width: 20%; border-right: 1px solid #eaeaea; text-align: center; }
.ab_sj .ab_co:last-child { border-right: none; }
.ab_sj .ab_co em { font-size: 14px; color: var(--gray6); display: block; margin-bottom: 30px; }
.ab_sj .ab_co span { font-size: 24px; color: var(--red-jy); }
.ab_sj .ab_co i { font-size: 14px; color: var(--gray6); font-style: normal; display: inline-block; margin-left: 10px; }
