* {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
@font-face {
  font-family: Montserrat;
  src: url("font-awesome-4.7.0/fonts/Montserrat-Medium-7.otf");
}
@media (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header_nav {
    top: 0;
    position: absolute;
    z-index: 999;
    height: 82px;
    width: 100%;
    background-color: rgba(57, 57, 57, 0.4);
  }
  .header_nav .container {
    display: flex;
    justify-content: space-between;
  }
  .header_nav .container .logo {
    margin-top: 10px;
    margin-left: 15px;
  }
  .header_nav .container .logo i {
    display: none;
  }
  .header_nav .container nav {
    display: block;
  }
  .header_nav .container nav > ul {
    list-style-type: none;
  }
  .header_nav .container nav > ul > li {
    position: relative;
    display: inline-block;
    height: 82px;
    padding: 0 15px;
  }
  .header_nav .container nav > ul > li > a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    line-height: 82px;
    display: block;
    height: 82px;
  }
  .header_nav .container nav > ul > li > a:hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffffff;
    top: 20px;
    left: 2px;
  }
  .header_nav .container nav > ul > li .active::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffffff;
    top: 20px;
    left: 2px;
  }
  .header_nav .container nav > ul .nav_s ul {
    list-style-type: none;
    position: absolute;
    left: -5px;
    width: 120px;
    background: #F6F6F6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  .header_nav .container nav > ul .nav_s ul li a {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 20px;
    display: block;
    text-decoration: none;
  }
  .header_nav .container nav > ul .nav_s ul li a:hover {
    background: #5BC2CE;
    color: #fff;
  }
  .header_nav .container nav > ul .nav_s ul li a:not(last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .main_t {
    background: url(images/city.jpeg);
    height: 680px;
    width: 100%;
    background-position: center;
  }
  .main_t .container {
    padding-top: 280px;
    height: 680px;
  }
  .main_t .container .card_content {
    width: 50%;
    background: rgba(112, 112, 112, 0.399);
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    color: #ffffff;
    border-left: 3px solid #5BC2CE;
    border-right: 3px solid #5BC2CE;
  }
  .main_t .container .card_content .c_title {
    font-size: 32px;
    font-weight: 700;
  }
  .main_t .container .card_content .c_entry {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 300;
  }
  .main_m .container {
    border: 1px solid rgba(153, 60, 60, 0);
  }
  .main_m .container .cards {
    display: flex;
    margin: 0 15px;
  }
  .main_m .container .cards .card {
    width: 33.3%;
    box-shadow: -10px 0 60px #edeeee inset;
    padding: 60px 40px;
    color: #404040;
  }
  .main_m .container .cards .card h4 {
    font-size: 22px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 30px;
    position: relative;
  }
  .main_m .container .cards .card h4::after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #5BC2CE;
    top: 40px;
    left: 2px;
  }
  .main_m .container .cards .card .c_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .main_m .container .about {
    margin: 80px 15px;
    display: flex;
    justify-content: space-between;
  }
  .main_m .container .about .section_sec {
    width: 62%;
  }
  .main_m .container .about .section_sec .section_title {
    font-size: 26px;
    font-weight: 600;
    color: #404046;
    margin-bottom: 30px;
    position: relative;
  }
  .main_m .container .about .section_sec .section_title::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #5BC2CE;
    top: 46px;
    left: 2px;
  }
  .main_m .container .about .section_sec .section_content h6 {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: normal;
    color: #404040;
  }
  .main_m .container .about .section_sec .section_content p {
    margin: 0 0 15px;
    line-height: 1.8;
    font-size: 14px;
    color: #404040;
  }
  .main_m .container .about .section_sec .section_content a {
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    color: #ffffff;
    background: #32373c;
    text-decoration: none;
  }
  .main_m .container .about .img_sec {
    width: 36%;
    height: 400px;
    border: 1px solid rgba(153, 60, 60, 0);
  }
  .main_m2 {
    width: 100%;
    background: #F6F6F6;
  }
  .main_m2 .container .items {
    padding: 80px 15px;
    display: flex;
    justify-content: space-between;
  }
  .main_m2 .container .items .i_tab {
    border-right: 1px solid rgba(175, 175, 175, 0.247);
    list-style-type: none;
    width: 24%;
    height: fit-content;
    margin: 80px 0;
  }
  .main_m2 .container .items .i_tab li {
    font-size: 20px;
    line-height: 1.2;
    position: relative;
  }
  .main_m2 .container .items .i_tab li a {
    text-decoration: none;
    color: #444;
    display: block;
    padding: 15px 0;
  }
  .main_m2 .container .items .i_tab li a i {
    margin-right: 15px;
  }
  .main_m2 .container .items .i_tab .active::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 54px;
    background: #5BC2CE;
    top: 0;
    right: -3px;
  }
  .main_m2 .container .items .tab_content {
    margin: 80px 0;
    padding-left: 0px;
    width: 68%;
  }
  .main_m2 .container .items .tab_content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #404046;
    margin-bottom: 30px;
    position: relative;
  }
  .main_m2 .container .items .tab_content h2::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #5BC2CE;
    top: 40px;
    left: 2px;
  }
  .main_m2 .container .items .tab_content .tab_entry p {
    margin: 0 0 15px;
    line-height: 1.8;
    font-size: 14px;
    color: #404040;
  }
  .main_m2 .container .items .tab_content .tab_content_1 .tab_entry p a {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #404040;
  }
  .main_m2 .container .items .tab_content .tab_content_1 .tab_entry p a:hover {
    color: #5BC2CE;
  }
  .main_m2 .container .items .tab_content .tab_content_2 .tab_entry h5 {
    font-size: 15px;
    color: #363636;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p {
    font-size: 16px;
    color: #404040;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p input {
    float: right;
    height: 36px;
    width: 85%;
    margin-left: 15px;
    border: 1px solid rgba(112, 112, 112, 0.399);
    color: #404040;
    text-indent: 15px;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p textarea {
    float: right;
    width: 85%;
    height: 90px;
    border: 1px solid rgba(112, 112, 112, 0.399);
    color: #404040;
    text-indent: 15px;
    padding-top: 5px;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p .submit-btn {
    width: 86px;
    height: 36px;
    margin-top: 15px;
    margin-left: 108px;
    color: #fff;
    background: #5BC2CE;
    border: none;
    cursor: pointer;
  }
  footer {
    background: #2E3336;
  }
  footer .container {
    border: 1px solid rgba(153, 60, 60, 0);
  }
  footer .container .footer_t {
    display: flex;
    padding: 50px 15px 30px 15px;
    justify-content: space-between;
  }
  footer .container .footer_t .footer_t_area {
    border: 1px solid rgba(153, 60, 60, 0);
  }
  footer .container .footer_t .footer_t_area h5 {
    letter-spacing: 1px;
    color: #d5dfe5;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    font-size: 20px;
  }
  footer .container .footer_t .footer_t_area h5::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #5BC2CE;
    top: 40px;
    left: 2px;
  }
  footer .container .footer_t .area1 {
    width: 46%;
  }
  footer .container .footer_t .area1 img {
    margin-bottom: 30px;
  }
  footer .container .footer_t .area1 p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #7e8b93;
    line-height: 24px;
  }
  footer .container .footer_t .area2 ul {
    list-style-type: none;
  }
  footer .container .footer_t .area2 ul li {
    font-size: 14px;
    color: #7e8b93;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  footer .container .footer_t .area2 ul li a {
    text-decoration: none;
    color: #7e8b93;
    margin-left: 15px;
  }
  footer .container .footer_t .area2 ul li span {
    margin-left: 15px;
  }
  footer .container .footer_b {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    border-top: 1px solid rgba(175, 175, 175, 0.247);
  }
  footer .container .footer_b .footer_b_l {
    line-height: 1.2;
    font-size: 14px;
    color: #7e8b93;
  }
  footer .container .footer_b .footer_b_r a {
    text-decoration: none;
    color: #7e8b93;
    font-size: 16px;
    padding: 0 4px;
  }
  .page_t {
    background: url(images/city.jpeg);
    height: 300px;
  }
  .page_t .container {
    display: flex;
    justify-content: space-between;
  }
  .page_t .container h1 {
    padding: 130px 0 0 15px;
    color: #fff;
    position: relative;
    font-size: 28px;
    font-weight: 600;
  }
  .page_t .container h1::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 185px;
    left: 18px;
  }
  .page_t .container h1::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 194px;
    left: 18px;
  }
  .page_t .container .team_txt {
    padding-top: 130px;
  }
  .page_t .container .team_txt b {
    color: #FFF402;
    font-size: 28px;
  }
  .page_t .container .team_txt span {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
  }
  .page_team {
    background: url(images/team.jpg);
    height: 420px;
    background-position: center -40px;
  }
  .page_m .container .page_txt {
    padding: 40px 15px 60px 15px;
    border: 1px solid rgba(153, 60, 60, 0);
  }
  .page_m .container .page_txt h5 {
    font-size: 18px;
    color: #404040;
    line-height: 36px;
  }
  .page_m .container .page_txt p {
    font-size: 15px;
    line-height: 1.8;
    color: #404040;
  }
  .page_m .container .page_txt .contact p {
    font-size: 16px;
    line-height: 1.8;
    color: #404040;
    width: 830px;
    margin: 15px auto;
  }
  .page_m .container .page_txt .contact p input {
    width: 830px;
    height: 45px;
    margin: 0 auto;
    text-indent: 10px;
    font-size: 16px;
    color: #404040;
    border: 1px solid rgba(175, 175, 175, 0.347);
    outline: none;
  }
  .page_m .container .page_txt .contact p .submit-btn {
    background: #5BC2CE;
    width: 90px;
    height: 40px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    outline: none;
  }
  .page_m .container .page_txt .contact p textarea {
    width: 810px;
    border: 1px solid rgba(175, 175, 175, 0.347);
    outline: none;
    color: #404040;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
  }
  .page_m .container .page_txt .aboutus h5 {
    margin: 15px auto;
  }
  .page_m .container .page_txt .sfda {
    color: #404040;
  }
  .page_m .container .page_txt .sfda li {
    line-height: 1.5;
  }
  .page_m .container .page_txt .qm table {
    background: #fff;
    border: solid thin rgba(112, 112, 112, 0.399);
  }
  .page_m .container .page_txt .qm table td {
    padding: 7px;
    color: #404040;
    font-size: 13px;
  }
  .page_m .container .page_txt .faqs dl {
    border: 1px solid rgba(153, 60, 60, 0);
    padding-bottom: 15px;
  }
  .page_m .container .page_txt .faqs dl dt {
    padding-left: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(153, 60, 60, 0);
    cursor: pointer;
    background: #5BC2CE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .page_m .container .page_txt .faqs dl dt:not(:first-child) {
    margin-top: 15px;
  }
  .page_m .container .page_txt .faqs dl dd {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    background: #b6d6da;
  }
  .page_m .container .page_txt .faqs dl dd p {
    font-size: 14px;
    color: #404040;
    line-height: 25px;
  }
  .page_m .container .page_txt .faqs dl dd p a {
    text-decoration: none;
    color: #404040;
  }
  .page_m .container .page_txt .team .card_box {
    display: flex;
    justify-content: space-between;
  }
  .page_m .container .page_txt .team .card_box .card {
    border: 1px solid rgba(153, 60, 60, 0);
    width: 240px;
    height: 280px;
    background: #F3F3F3;
    cursor: default;
    border-radius: 10px;
    text-align: center;
  }
  .page_m .container .page_txt .team .card_box .card:nth-child(2) {
    margin: 0 10%;
  }
  .page_m .container .page_txt .team .card_box .card .count {
    color: #f5d63c;
  }
  .page_m .container .page_txt .team .card_box .card .count1 {
    color: #b8d2eb;
  }
  .page_m .container .page_txt .team .card_box .card .count2 {
    color: #ED7C30;
  }
  .page_m .container .page_txt .team .card_box .card .count,
  .page_m .container .page_txt .team .card_box .card .count1,
  .page_m .container .page_txt .team .card_box .card .count2 {
    font-size: 36px;
    line-height: 65px;
  }
  .page_m .container .page_txt .team .card_box .card svg {
    margin: 20px auto;
    width: 120px;
    height: 120px;
  }
  .page_m .container .page_txt .team .card_box .card svg path {
    fill: #666666;
  }
  .page_m .container .page_txt .team .card_box .card span:last-child {
    line-height: 45px;
    font-weight: 600;
    color: #222;
    font-size: 14px;
  }
  .page_m .container .page_txt .team .team_txt {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .main_t {
    background: url(images/city.jpeg);
    background-position: center;
    height: 680px;
    width: 100%;
  }
  .main_t .container {
    padding-top: 280px;
    height: 680px;
  }
  .main_t .container .card_content {
    width: 50%;
    background: rgba(112, 112, 112, 0.399);
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    color: #ffffff;
    border-left: 3px solid #5BC2CE;
    border-right: 3px solid #5BC2CE;
  }
  .main_t .container .card_content .c_title {
    font-size: 28px;
    font-weight: 600;
  }
  .main_t .container .card_content .c_entry {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 899px) {
  .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header_nav .container .logo {
    height: 60px;
    display: flex;
    justify-content: space-between;
    background-color: #1E242A;
    padding: 10px 15px;
  }
  .header_nav .container .logo .fa {
    font-size: 40px;
    cursor: pointer;
    margin-top: 12px;
    color: #ffffff;
  }
  .header_nav .container nav {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
    background: #ffffff;
  }
  .header_nav .container nav ul {
    list-style-type: none;
  }
  .header_nav .container nav ul li a {
    text-decoration: none;
    border-bottom: 1px solid rgba(166, 165, 167, 0.116);
    display: block;
    color: #444;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 0;
  }
  .header_nav .container nav ul li:first-child {
    border-top: 2px solid #5BC2CE;
  }
  .header_nav .container nav ul li:last-child {
    border-bottom: 1px solid #5BC2CE;
  }
  .main_t {
    background: url(images/city.jpeg);
    background-position: center -240px;
    height: 448px;
    width: 100%;
  }
  .main_t .container {
    padding-top: 170px;
  }
  .main_t .container .card_content {
    width: 50%;
    background: rgba(112, 112, 112, 0.399);
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    color: #ffffff;
    border-left: 3px solid #5BC2CE;
    border-right: 3px solid #5BC2CE;
  }
  .main_t .container .card_content .c_title {
    font-size: 24px;
    font-weight: 600;
  }
  .main_t .container .card_content .c_entry {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
  }
  .main_m .container {
    border: 1px solid rgba(153, 60, 60, 0);
  }
  .main_m .container .cards .card {
    padding: 60px 40px;
    margin-bottom: 20px;
    background: #F7F8F9;
    border-bottom: 2px solid #5BC2CE;
    color: #404040;
  }
  .main_m .container .cards .card h4 {
    font-size: 22px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 30px;
    position: relative;
  }
  .main_m .container .cards .card h4::after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #5BC2CE;
    top: 40px;
    left: 2px;
  }
  .main_m .container .cards .card .c_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .main_m .container .about {
    border: 1px solid rgba(153, 60, 60, 0);
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .main_m .container .about .section_sec {
    padding: 0 15px;
  }
  .main_m .container .about .section_sec .section_title {
    font-size: 26px;
    font-weight: 600;
    color: #404046;
    margin-bottom: 30px;
    position: relative;
  }
  .main_m .container .about .section_sec .section_title::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #5BC2CE;
    top: 46px;
    left: 2px;
  }
  .main_m .container .about .section_sec .section_content h6 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: normal;
    color: #404040;
  }
  .main_m .container .about .section_sec .section_content p {
    margin: 0 0 15px;
    line-height: 1.8;
    font-size: 14px;
    color: #404040;
  }
  .main_m .container .about .section_sec .section_content a {
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    color: #ffffff;
    background: #32373c;
    text-decoration: none;
  }
  .main_m .container .about .img_sec {
    width: 80%;
    border: 1px solid rgba(153, 60, 60, 0);
    margin: 50px auto 0 auto;
  }
  .main_m2 .container .items {
    padding: 80px auto;
    background: #F6F6F6;
  }
  .main_m2 .container .items .i_tab {
    border-right: 1px solid rgba(175, 175, 175, 0.247);
    list-style-type: none;
    height: fit-content;
    margin: 80px auto;
    background: #ffffff;
  }
  .main_m2 .container .items .i_tab li {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    background: #F6F6F6;
    border-bottom: 2px solid #5BC2CE;
    padding: 0 15px;
  }
  .main_m2 .container .items .i_tab li a {
    text-decoration: none;
    color: #444;
    display: block;
    padding: 15px 0;
  }
  .main_m2 .container .items .i_tab li a i {
    margin-right: 20px;
  }
  .main_m2 .container .items .tab_content {
    margin: 80px auto 0 auto;
    padding: 0 15px 60px 15px;
  }
  .main_m2 .container .items .tab_content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #404046;
    margin-bottom: 30px;
    position: relative;
  }
  .main_m2 .container .items .tab_content h2::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #5BC2CE;
    top: 40px;
    left: 2px;
  }
  .main_m2 .container .items .tab_content .tab_entry p {
    margin: 0 0 15px;
    line-height: 1.8;
    font-size: 14px;
    color: #404040;
  }
  .main_m2 .container .items .tab_content .tab_content_1 .tab_entry p a {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #404040;
  }
  .main_m2 .container .items .tab_content .tab_content_1 .tab_entry p a:hover {
    color: #5BC2CE;
  }
  .main_m2 .container .items .tab_content .tab_content_2 .tab_entry h5 {
    font-size: 15px;
    color: #363636;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p {
    font-size: 16px;
    color: #404040;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p input {
    height: 36px;
    width: 100%;
    border: 1px solid rgba(112, 112, 112, 0.399);
    color: #404040;
    text-indent: 15px;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p textarea {
    width: 100%;
    height: 90px;
    border: 1px solid rgba(112, 112, 112, 0.399);
    color: #404040;
    text-indent: 15px;
    padding-top: 5px;
  }
  .main_m2 .container .items .tab_content .tab_content_3 .tab_entry .contact p .submit-btn {
    width: 86px;
    height: 36px;
    color: #fff;
    background: #5BC2CE;
    border: none;
    cursor: pointer;
  }
  footer {
    background: #2E3336;
  }
  footer .container .footer_t {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 15px 30px 15px;
  }
  footer .container .footer_t .footer_t_area {
    box-sizing: border-box;
    border: 1px solid rgba(153, 60, 60, 0);
  }
  footer .container .footer_t .footer_t_area h5 {
    letter-spacing: 1px;
    color: #d5dfe5;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    font-size: 20px;
  }
  footer .container .footer_t .footer_t_area h5::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #5BC2CE;
    top: 40px;
    left: 2px;
  }
  footer .container .footer_t .area1 {
    margin-bottom: 35px;
  }
  footer .container .footer_t .area1 img {
    margin-bottom: 30px;
  }
  footer .container .footer_t .area1 p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #7e8b93;
    line-height: 24px;
  }
  footer .container .footer_t .area2 ul {
    list-style-type: none;
  }
  footer .container .footer_t .area2 ul li {
    font-size: 14px;
    color: #7e8b93;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  footer .container .footer_t .area2 ul li a {
    text-decoration: none;
    color: #7e8b93;
    margin-left: 20px;
  }
  footer .container .footer_t .area2 ul li span {
    margin-left: 20px;
  }
  footer .container .footer_b {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    border-top: 1px solid rgba(175, 175, 175, 0.247);
  }
  footer .container .footer_b .footer_b_l {
    line-height: 1.2;
    font-size: 14px;
    color: #7e8b93;
  }
  footer .container .footer_b .footer_b_r a {
    text-decoration: none;
    color: #7e8b93;
    font-size: 16px;
    padding: 0 4px;
  }
  .page_t {
    background: url(images/city.jpeg);
    background-position: center -82px;
    height: 218px;
  }
  .page_t .container {
    display: flex;
    justify-content: space-between;
  }
  .page_t .container h1 {
    padding: 65px 15px;
    color: #fff;
    position: relative;
    font-size: 28px;
    font-weight: 600;
  }
  .page_t .container h1::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 115px;
    left: 18px;
  }
  .page_t .container h1::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 125px;
    left: 18px;
  }
  .page_t .container .team_txt {
    padding-top: 65px;
  }
  .page_t .container .team_txt b {
    color: #FFF402;
    font-size: 28px;
  }
  .page_t .container .team_txt span {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
  }
  .page_team {
    background: url(images/team.jpg);
    height: 380px;
    background-position: center -40px;
  }
  .page_m .container .page_txt {
    padding: 40px 15px 60px 15px;
  }
  .page_m .container .page_txt h5 {
    font-size: 18px;
    color: #404040;
    line-height: 36px;
  }
  .page_m .container .page_txt p {
    font-size: 15px;
    line-height: 1.8;
    color: #404040;
  }
  .page_m .container .page_txt .contact p {
    font-size: 16px;
    line-height: 1.8;
    color: #404040;
    width: 100%;
    margin: 15px auto;
  }
  .page_m .container .page_txt .contact p input {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    text-indent: 10px;
    font-size: 16px;
    color: #404040;
    border: 1px solid rgba(175, 175, 175, 0.347);
    outline: none;
  }
  .page_m .container .page_txt .contact p .submit-btn {
    background: #5BC2CE;
    width: 90px;
    height: 40px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    outline: none;
    font-size: 15px;
  }
  .page_m .container .page_txt .contact p textarea {
    width: 100%;
    border: 1px solid rgba(175, 175, 175, 0.347);
    outline: none;
    color: #404040;
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
  }
  .page_m .container .page_txt .aboutus h5 {
    margin: 15px auto;
  }
  .page_m .container .page_txt .sfda {
    color: #404040;
  }
  .page_m .container .page_txt .sfda li {
    line-height: 1.5;
  }
  .page_m .container .page_txt .qm table {
    background: #fff;
    border: solid thin rgba(112, 112, 112, 0.399);
  }
  .page_m .container .page_txt .qm table td {
    padding: 7px;
    color: #404040;
    font-size: 13px;
  }
  .page_m .container .page_txt .faqs dl {
    border: 1px solid rgba(153, 60, 60, 0);
    padding-bottom: 15px;
  }
  .page_m .container .page_txt .faqs dl dt {
    padding-left: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(153, 60, 60, 0);
    cursor: pointer;
    background: #5BC2CE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .page_m .container .page_txt .faqs dl dt:not(:first-child) {
    margin-top: 15px;
  }
  .page_m .container .page_txt .faqs dl dd {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    background: #b6d6da;
  }
  .page_m .container .page_txt .faqs dl dd p {
    font-size: 14px;
    color: #404040;
    line-height: 25px;
  }
  .page_m .container .page_txt .faqs dl dd p a {
    text-decoration: none;
    color: #404040;
  }
  .page_m .container .page_txt .team .team_txt {
    margin-bottom: 30px;
  }
  .page_m .container .page_txt .team .card_box {
    display: flex;
    justify-content: space-between;
  }
  .page_m .container .page_txt .team .card_box .card {
    border: 1px solid rgba(153, 60, 60, 0);
    width: 230px;
    height: 220px;
    background: #F3F3F3;
    cursor: default;
    border-radius: 10px;
    text-align: center;
  }
  .page_m .container .page_txt .team .card_box .card:nth-child(2) {
    margin: 0 5%;
  }
  .page_m .container .page_txt .team .card_box .card .count {
    color: #f5d63c;
  }
  .page_m .container .page_txt .team .card_box .card .count1 {
    color: #b8d2eb;
  }
  .page_m .container .page_txt .team .card_box .card .count2 {
    color: #ED7C30;
  }
  .page_m .container .page_txt .team .card_box .card .count,
  .page_m .container .page_txt .team .card_box .card .count1,
  .page_m .container .page_txt .team .card_box .card .count2 {
    font-size: 40px;
    line-height: 65px;
  }
  .page_m .container .page_txt .team .card_box .card svg {
    margin: 20px auto;
    width: 60px;
    height: 60px;
  }
  .page_m .container .page_txt .team .card_box .card svg path {
    fill: #666666;
  }
  .page_m .container .page_txt .team .card_box .card span:last-child {
    line-height: 45px;
    font-weight: 600;
    color: #222;
    font-size: 14px;
  }
}
