@font-face {  
    font-family: 'oxygen';  
    src: url('/template/default/font/oxygen.ttf');
    font-weight: normal;  
    font-style: normal;
}

body {
    background: linear-gradient(to bottom, #9dd1e9, #ffffff 60%);
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Ë¼Ô´ËÎÌå" !important;
    color: #33333f;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

input {
    background:none;
    outline:none;
    border:none;
}

.w100 {
    width: 100%;
}

.w70 {
    /* width: 70%; */
    width: 1000px;
    margin: auto;
}

.header {
    height: 160px;
    background-color: #ffffff;
    min-width: 1000px;
}

.header_top {
    height: 62%;
    min-width: max-content;
}

.header_top .w70 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50%;
    background-position-y: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background-image: url(/template/default/images/headb.png);
    background-repeat: no-repeat;
    background-size: 30% 100%;
    background-position: 54% -5px;
}

.header_top_logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_top_logo img {
    height: 65%;
}

.header_top_contact {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_top_contact>div{
    height: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.header_top_contact>div>img {
    margin-right: 5px;
    transform: translateY(7%);
}

.header_top_contact>div div {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 10px;
}

.header_top_contact>div div img {
    height: 80%;
}

.header_top_contact>div h3 {
    font-size: 20px;
}


.header_bottom {
    height: 38%;
    background-image: url(/template/default/images/nb.jpg);
    background-size: auto 100%;
    min-width: max-content;
}

.header_bottom_nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_bottom .w70 {
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.header_bottom_nav li {
    height: 50%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #bbbbbb;
}

.header_bottom_nav li:last-child {
    border-right-width: 0px;
}

.header_bottom_nav li:first-child {
    margin-left: 0;
}

.header_bottom_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.header_bottom_nav .nav_active a {
    background-color: white;
    color: #1c327e;
}

.header_bottom_nav li a:hover {
    background-color: white;
    color: #1c327e;
}

.foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5%;
    padding-bottom: 3%;
    background-color: #fafcff;
    border: 0 solid #1c327e;
    border-top-width: 2px;
}


.foot p {
    line-height: 2.5;
    color: #555555;
}

.banner {
    height: 400px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    background-color: #ffffff;
}

.banner .swiper {
    height: 100%;
}

.banner img {
    height: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
}

.banner .swiper-pagination {
    display: flex;
    justify-content: right;
    padding-right: 5px;
    box-sizing: border-box;
    bottom: 20px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    opacity: 1;
    font-size: 14px;
    cursor: pointer;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    scale: 1.2;
}


table {
    margin: auto;
}


.honor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.honor img {
    /* height: 200px; */
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.honor img:nth-child(3n) {
    margin-right: 0;
}


.pics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pics img {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.pics img:nth-child(3n) {
    margin-right: 0;
}

.business img {
    max-width: 100%;
}

.businesses {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.businesses a {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.businesses a:nth-child(2n) {
    margin-right: 0;
}

.businesses img {
    width: 100%;
}

.caselist {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.caselist .caselist_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caselist .caselist_box:nth-child(3n) {
    margin-right: 0;
}


.caselist .caselist_box img {
    width: 100%;
    flex: 1;
}

.caselist .caselist_box h2 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    height: 60px;
}

.page * {
    font-family: "ËÎÌå";
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .page-numbar {
    display: none;
}

.page .page-select button {
    margin-left: 5px;
    cursor: pointer;
    padding: 2px;
}

.page .page-select .page-select-input {
    width: 20px;
    margin: 0 5px;
    border: 1px solid black;
    padding: 2px;
}

.page span {
    margin: 0 5px;
}

.case img {
    max-width: 100%;
}

.case h1 {
    font-size: 16px;
    margin: 10px 0;
}

.news img {
    max-width: 100%;
}

.newslist_box {
    display: flex;
    justify-content: space-between;
    background-image: url(/template/default/images/News_Line.jpg);
    background-position-x: 0px;
    background-position-y: 100%;
    background-repeat: repeat-x;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.newslist_box div {
    display: flex;
    padding-left: 20px;
    background-image: url(/template/default/images/News_List.jpg);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 50%;
}

.newslist_box div h2 {
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}

.newslist_box div span {
    color: #aaaaaa;
}

.newslist_box span {
    font-size: 14px;
}

.news_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-image: url(/template/default/images/News_Line.jpg);
    background-position-x: 0px;
    background-position-y: 100%;
    background-repeat: repeat-x;
}

.news_title h1 {
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
}

.news_title div>span:first-child {
    margin-right: 30px;
}

.news_title span {
    font-size: 12px;
}

.news p {
    font-size: 14px;
    line-height: 2.5;
    text-indent: 2em;
}

.news_bottom {
    display: flex;
    justify-content: space-between;
}

.news_bottom a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

.contact h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.contact h3 span {
    font-size: 24px;
    color: red;
    display: block;
    font-weight: bold;
    font-family: 'Times New Roman';
}

.contact h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

.ProClass {
    overflow: visible;
}

.Pron {
    position: relative;
    
}

.ProClass li .Pro_v {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ProClass li .Pro_v a {
    background-repeat: no-repeat !important;
}


.Pro_v_e {
    position: absolute;
    display: block;
    left: 100%;
    top: 0px;
    z-index: 9999;
    opacity: 0;
    overflow: hidden !important;
    height: 0;
    transition: .5s;
    padding-left: 15px;
    width: 150px;
}

.Pro_v_e a {
    display: block;
    padding: 8px 8%;
    border: 0px solid #dddddd;
    background-color: #fefefe;
    color: black;
    white-space: nowrap;
    position: relative;
    
}

.Pro_v_e a span {
    width: 84%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 8%;
    background-image: url(/template/default/images/News_Line.jpg);
    background-position-x: 50%;
    background-position-y: 100%;
    background-repeat: repeat-x;
}

.Pro_v_e a:last-child span {
    background: none;
}

.Pro_v_e a:first-child {
    padding-top: 12px;
}

.Pro_v_e a:last-child {
    padding-bottom: 12px;
}

.Pron:hover .Pro_v_e  {
    height: auto;
    opacity: 1;
}

.Pron:hover .Pro_v_e a {
    border-width: 1px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.Pron:hover .Pro_v_e a:last-child {
    border-bottom-width: 1px;
}

.Pron:hover .Pro_v_e a:first-child {
    border-top-width: 1px;
}

.Pron:hover .Pro_v a {
    background-image: url(/template/default/images/Nei_About_Left_List_Hover.jpg);
    color: white;
}



table .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
}

table .swiper-pagination {
    display: flex;
    justify-content: right;
    padding-right: 5px;
    box-sizing: border-box;
    bottom: 20px !important;
}

table .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    opacity: 1;
    font-size: 12px;
    cursor: pointer;
}

table .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #1c327e;
    color: #ffffff;
}

table .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1c327e;
    color: #ffffff;
}

