/* 解决锚点定位被顶部固定导航栏遮盖问题   ---- 开始 */


/* #Contact:target {
  padding-top: 80px;
  margin-top: 18px;
}

#User_guide:target {
  padding-top: 80px;
  margin-top: 9px;
}

#faq-position:target {
  padding-top: 80px;
  margin-top: -80px;
} */


/* 解决锚点定位被顶部固定导航栏遮盖问题   ---- 结束 */

.w1160 {
    width: 1160px;
    margin: 0 auto;
}

.oneLine {
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 38px;
}


/* .h2_animation {
	animation: h2Animat 1s linear .2s;
}

@keyframes h2Animat {
	0% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.2);
	}

	60% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
} */

.corporate_reform {
    margin-top: 98px;
}

.corporate_reform_table {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}


/* .corporate_reform_table_line {
	width: 0.0625rem;
	background: #E0E0E0;
} */

.corporate_reform_table_box {
    /* width: 386px; */
    width: 50%;
    padding: 59px 60px 53px 54px;
}

.corporate_reform_table_box {
    border-right: 1px solid #E0E0E0;
}

.corporate_reform_table_box:last-child {
    border: none;
}

.corporate_reform_table_box p:first-child {
    font-size: 31px;
    font-weight: bold;
    line-height: 33px;
}

.Online_consultation {
    display: block;
    /* width: 186px; */
    width: 153px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #3765DB;
    border: 1px solid #3765DB;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    border-radius: 18px;
    margin: 30px 0px;
    /* padding: 15px 51px; */
}


/* .Online_consultation:hover {
	background: #FFFFFF;
	color: #3765DB;
	border: 1px solid #3765DB;
} */

.Online_consultation:hover {
    background: #3d71f5;
}

.consultation_phone,
.consultation_email {
    font-size: 14px;
    /* font-weight: bold; */
    color: #000000;
    margin: 30px 0px;
}

.consultation_phone span {
    color: #AAAAAA;
}

.consultation_phone span .grey {
    font-size: 16px;
}

.consultation_time,
.Operation_time,
.consultation_email_info {
    color: #AAAAAA;
    font-size: 14px;
    word-wrap: break-word;
}

.an_instruction_manual {
    margin-top: 89px;
    margin-bottom: 130px;
}

.an_instruction_manual_input {
    width: 370px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: #F7F7F7;
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
}

.an_instruction_manual_input input {
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

.an_instruction_manual_input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000000;
}

.an_instruction_manual_input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
}

.an_instruction_manual_input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
}

.an_instruction_manual_input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000000;
}

.an_instruction_manual_input img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}


/* input获取焦点 placeholder消失 */

.an_instruction_manual_input input:focus::placeholder {
    opacity: 0;
}


/* //旋转后的位置 */


/* .rotate1 {

	transform: rotate(180deg);

	transtion: all .3s linear;

	-webkit-transform: rotate(180deg);

	-webkit-transtion: all .3s linear;

} */


/* //初始状态的旋转位置 */


/* .rotate {

	transform: rotate(0);

	transtion: all .3s linear;

	-webkit-transform: rotate(0);

	-webkit-transtion: all .3s linear;

} */

.an_instruction_manual_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 56px;
}


/* .an_instruction_manual_drop_down_line {
	width: 540px;
	height: 1px;
	background: #E0E0E0;
} */

.an_instruction_manual_drop_down {
    width: 540px;
    border-top: 1px solid #E0E0E0;
    /* padding: 21px 0px; */
}

.an_instruction_manual_drop_down:nth-last-child(1) {
    border-bottom: 1px solid #E0E0E0;
}

.an_instruction_manual_head {
    height: 57px;
    line-height: 57px;
    display: flex;
    align-items: center;
}

.an_instruction_manual_head span,
.FAQ_list a span {
    display: inline-block;
    width: calc(100% - 28px);
    font-size: 18px;
    font-weight: bold;
}

.FAQ_list a span {
    font-weight: normal !important;
}

.an_instruction_manual_head img,
.FAQ_list div.FAQ_list_item img {
    width: 14px;
    height: 9px;
}

.an_instruction_manual_list a {
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.an_instruction_manual_list_tag {
    display: inline-block;
    width: 46px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    background: #3765DB;
    font-size: 12px;
    margin-right: 20px;
}

.FAQ {
    margin-bottom: 98px;
}

.FAQ_tab {
    /* width: 100%; */
    display: flex;
    justify-content: center;
}


/* 横向隐藏滚动条 */

ul::-webkit-scrollbar {
    display: none;
}

.FAQ_tab li {
    width: 130px;
    /* height: 36px; */
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border-radius: 18px;
    border: 1px solid #C2C2C2;
    margin-right: 20px;
    color: #000000;
}

.FAQ_tab li:last-child {
    margin-right: 0;
}

.tab_active {
    background: #333333;
    color: #FFFFFF !important;
    border: none !important;
}

.faq_content {
    border-top: 1px solid #E0E0E0;
    margin-top: 40px;
}

.FAQ_list>div.FAQ_total {
    margin-top: 20px;
    font-size: 16px;
    color: #AAAAAA;
    padding-left: 8px;
}

.FAQ_list>div.FAQ_list_item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    /* line-height: 81px; */
    /* padding-top: 28px; */
    padding-top: 20px;
    /* padding-bottom: 7px; */
    font-size: 18px;
    color: #000000;
    /* font-weight: bold; */
}

.FAQ_list_item_head {
    display: flex;
    align-items: center;
    /* padding-bottom: 30px; */
    padding-bottom: 22px;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
}

.FAQ_list_item_body {
    padding-bottom: 38px;
    padding-left: 8px;
    padding-right: 8px;
}

.FAQ_list_item_body a {
    display: inline-block;
    display: flex;
    font-size: 16px;
}

.FAQ_list_item_body a span {
    display: inline-block;
    width: 862px;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1366px) {
    #Contact:target {
        padding-top: 80px;
        margin-top: 3px;
    }
    #User_guide:target {
        padding-top: 80px;
        margin-top: -5px;
    }
    .w1160 {
        width: 980px;
        margin: 0 auto;
    }
    h2 {
        font-size: 26px;
    }
    .an_instruction_manual_drop_down {
        width: 456px;
    }
    .an_instruction_manual_input {
        height: 50px;
        line-height: 50px;
    }
    .corporate_reform_table_box {
        /* width: 326px; */
        width: 50%;
    }
    .corporate_reform_table_box p:first-child {
        font-size: 31px;
        line-height: 33px;
    }
    .corporate_reform {
        margin-top: 83px;
    }
    .an_instruction_manual {
        margin-top: 75px;
        margin-bottom: 109px;
    }
    .FAQ {
        margin-bottom: 83px;
    }
    .FAQ_list_item_body {
        padding-bottom: 34px;
    }
}

@media screen and (max-width: 1024px) {
    /*1024 解决锚点定位被顶部固定导航栏遮盖问题   ---- 开始 */
    #Contact:target,
    #User_guide:target {
        padding-top: 60px;
        margin-top: -30px;
    }
    #faq-position:target {
        padding-top: 60px;
        margin-top: -60px;
    }
    /*1024 解决锚点定位被顶部固定导航栏遮盖问题   ---- 结束 */
    .w1160 {
        width: 94%;
        margin: 0 auto;
        /* padding: 0 1%; */
    }
    h2 {
        font-size: 20px;
    }
    .main_container_left,
    .main_container_right {
        width: 48%;
    }
    .an_instruction_manual_drop_down {
        width: 100%;
    }
    .an_instruction_manual_input {
        height: 50px;
        line-height: 50px;
    }
    .corporate_reform {
        margin-top: 30px;
    }
    .corporate_reform_table_box {
        /* width: 33%; */
        width: 50%;
        /* width: 216px; */
        padding: 39px 30px 33px 34px;
    }
    .corporate_reform_table_box p:first-child {
        font-size: 24px;
        line-height: 26px;
    }
    .consultation_phone,
    .consultation_email {
        font-size: 14px;
    }
    .Online_consultation {
        height: 32px;
        line-height: 32px;
        /* font-size: 14px; */
        border-radius: 16px;
        margin: 15px 0px;
        /* padding: 15px 51px; */
    }
    .an_instruction_manual {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    .FAQ {
        margin-bottom: 30px;
    }
    .an_instruction_manual_head span,
    .FAQ_list div.FAQ_list_item span {
        font-size: 18px;
    }
    .an_instruction_manual_list a {
        font-size: 16px;
        line-height: 40px;
    }
    .FAQ_list>div {
        margin-top: 15px;
    }
    .FAQ_list>a {
        line-height: 61px;
        font-size: 16px;
    }
    .Online_consultation {
        width: 130px;
    }
    .FAQ_list_item_body a span {
        width: 720px;
    }
}

@media screen and (max-width:720px) {
    #BackTop {
        display: none;
    }
    .w1160 {
        width: 100%;
        margin: 0 auto;
        padding: 0 1%;
    }
    .an_instruction_manual_drop_down {
        width: 100%;
    }
    .an_instruction_manual_input {
        height: 50px;
        line-height: 50px;
    }
    .an_instruction_manual_input input {
        font-size: 14px;
    }
    .corporate_reform {
        margin-top: 30px;
    }
    .corporate_reform_table_box {
        width: 100%;
        padding: 39px 30px 33px 34px;
        border: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .corporate_reform_table_box:last-child {
        border: none;
    }
    .corporate_reform_table_box p:first-child {
        font-size: 16px;
        line-height: 18px;
    }
    .consultation_phone,
    .consultation_email,
    .consultation_time,
    .Operation_time,
    .consultation_email_info {
        font-size: 12px;
    }
    .Online_consultation {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        border-radius: 16px;
        margin: 15px 0px;
        /* padding: 15px 51px; */
    }
    .an_instruction_manual_drop_down:nth-last-child(2) {
        border-bottom: none;
    }
    .an_instruction_manual {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    .FAQ {
        margin-bottom: 30px;
    }
    .an_instruction_manual_head span,
    .FAQ_list div.FAQ_list_item span,
    .FAQ_list_item_body a {
        font-size: 14px;
    }
    .FAQ_list div.FAQ_list_item a.FAQ_list_item_head span {
        width: 80%;
    }
    .an_instruction_manual_input {
        width: 80%;
        height: 40px;
        line-height: 40px;
        padding: 0px 14px;
    }
    .FAQ_list>div {
        font-size: 12px;
    }
    .an_instruction_manual_list a {
        font-size: 14px;
        line-height: 40px;
    }
    .FAQ_tab {
        display: block;
        white-space: nowrap;
        overflow-y: auto;
    }
    .FAQ_tab li {
        line-height: 13px;
        padding: 12px 0px;
        /* margin-right: 8px; */
        font-size: 12px;
        vertical-align: middle;
        display: inline-block;
    }
    .FAQ_list>div {
        margin-top: 15px;
    }
    .FAQ_list>a {
        line-height: 61px;
        font-size: 14px;
    }
    .Online_consultation {
        width: 130px;
    }
    .main_container_left,
    .main_container_right {
        width: 100%;
    }
    .main_container_left .an_instruction_manual_drop_down {
        border-bottom: none;
    }
    .FAQ_list_item_body a span {
        width: 80%;
    }
    .FAQ_list>div.FAQ_list_item {
        padding-top: 0;
    }
    .FAQ_list_item_head {
        padding-bottom: 16px;
    }
    .FAQ_list_item_body {
        padding-bottom: 18px;
    }
}