@charset "utf-8";
/* 整个滚动条 */
    ::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }
 
    /* 滚动条有滑块的轨道部分 */
    ::-webkit-scrollbar-track-piece {
      background-color: transparent;
      border-radius: 5px;
    }
 
    /* 滚动条滑块(竖向:vertical 横向:horizontal) */
    ::-webkit-scrollbar-thumb {
      cursor: pointer;
      background-color:#999999;
      border-radius: 5px;
    }
 
    /* 同时有垂直和水平滚动条时交汇的部分 */
    ::-webkit-scrollbar-corner {
      display: block;    /* 修复交汇时出现的白块 */
    }
.left-list li{
	line-height: 40px;
	    display: flex;
	    align-items: center;
}
.right-list li{
	line-height: 40px;
	    display: flex;
	    align-items: center;
}
.left-list .list-radius,.right-list .list-radius{
	width: 8px;
	    height: 8px;
	    background: #4472ff;
	    border-radius: 50%;
	    display: inline-block;
	
}

* {
    margin: 0;
    padding: 0;
}

.p_container {
    width: 100%;
}

.p_img {
    overflow: hidden;
}

.p_img img{
    width: 100%;
    height: 100%;
}

.p_ComprehendSee {
    width: 100%;
    max-height: 600px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p_i_content {
    width: 60%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.p_text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_text span {
    font-family: '';
    font-weight: 290;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 28px;
}

/* .p_text span:hover {
    color: #4F9EDC;
} */

.p_i_title {
    display: flex;
    justify-content: center;
}

.p_i_title span {
    font-family: "";
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: rgb(68, 68, 68);
}

.p_i_middle {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.p_i_m_box {
    width: 147px;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 5px rgba(174, 174, 174, 0.349019607843137);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_i_m_text {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p_i_m_text img {
    width: 35%;
}

.img_box {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_desc {
    font-weight: 290;
    color: #777777;
    text-align: center;
    line-height: 24px;
    height: 90px;
}

.p_i_m_box p {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #444444;
    padding: 15px 0;
}

.p_i_m_box span {
    font-family: '';
    font-weight: 290;
    font-style: normal;
    color: #999999;
    text-align: center;
    line-height: 24px;
    padding-top: 8px;
	max-width: 118px;
}

.p_i_m_box p:hover {
    color: #1296DB;
    cursor: pointer;
}

.p_i_m_box span:hover {
    color: #1296DB;
    cursor: pointer;
}

.ComprehendSee_function {
    width: 100%;
 
    height: 1600px;
    background-color: #EAF5FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.i_f_content {
    width: 100%;
		max-width: 1200px;
    height: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.i_f_title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.i_f_title span {
    font-family: "";
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: rgb(68, 68, 68);
}

.i_f_c_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.i_f_c_box {
    width: 31%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 5px rgba(174, 174, 174, 0.349019607843137);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.activeTxt {
    color: #ffffff;
}

.overBack {
    background-color: #132B83;
}
.overLine {
    border-bottom: 1px solid #FFFFFF;
    width: 85%;
    padding-bottom: 8px;
}

.outLine {
    border-bottom: 1px solid rgb(68, 68, 68);
    width: 85%;
    padding-bottom: 8px;
	margin-left: 24px;
}

.i_f_c_pic {
    overflow: hidden;
}

.i_f_c_pic img {
    width: 100%;
	max-width: 308px;
    cursor: pointer;
    transition: all 0.6s;
}

.i_f_c_pic img:hover {
    transform: scale(1.1);
}

.i_f_c_text {
    width: 100%;
    height: 180px;
/*    display: flex; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}

.i_f_c_text:hover {
    background-color: #132B83;
}

.i_f_c_text:hover p {
    color: #ffffff;
}

.i_f_c_text:hover .i_f_c_text1 {
    color: #ffffff;
}

.i_f_c_text :hover span {
    color: #ffffff;
}

.i_f_c_text p {
    font-family: "";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgb(68, 68, 68);
    text-align: center;
    line-height: 28px;
}

.i_f_c_text img {
    padding-top: 3px;
    width: 268px;
    height: 2px;
}

.i_f_c_text .i_f_c_text1 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400;
    font-style: normal;
    color: rgb(68, 68, 68);
    text-align: center;
    line-height: 26px;
	max-width: 225px;
	    margin-left: 24px;
}

.txt_box {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
	    padding-left: 24px;
}

.i_f_c_txt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
}

.i_f_c_txt img {
    padding-right: 7px;
    width: 16px;
    height: 16px;
    line-height: 15px;
}

.i_f_c_txt span {
    font-size: 14px;
    font-weight: 400;
}

.ComprehendSee_application {
    background-color: #FFFFFF;
    height: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.i_a_content1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.i_a_title {
    padding-bottom: 50px;
}

.i_a_title span {
    font-family: "";
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: rgb(68, 68, 68);
}

.i_a_c_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.i_a_c_text {
    width: 24%;
    background-color: #EAF5FF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.i_a_c_text:hover {
    background-color: #132B83;
}

.i_a_c_text:hover span {
    color: #FFFFFF;
}

.i_a_c_pic {
    overflow: hidden;
    width: 100%;
}

.i_a_c_pic img {
 /*   width: 100%; */
 width: 274px;
 height: 210px;
    cursor: pointer;
    transition: all 0.6s;
}

.i_a_c_pic img:hover {
    transform: scale(1.1);
}

.i_a_c_txt span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #444444;
    text-align: center;
    line-height: 70px;
}

.i_a_c_txt:hover {
    width: 100%;
    text-align: center;
    background-color: #132B83;
}

.i_a_c_txt:hover span {
    color: #ffffff;
}