body {
    min-width: 1200px;
    overflow-x: scroll;
    font-family: MicrosoftYaHei;
}

p,
ul,
li {
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    min-width: 1200px;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
    /* box-shadow: 0 3px 3px #eee; */
    border-bottom: 1px solid #eee;
}

.header_zw {
    width: 100%;
    height: 89px;
}

.header_box {
    width: 1200px;
    height: 89px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
}

.header_box .logo,
.header_box .nav,
.header_box .search {
    display: inline-block;
    vertical-align: middle;
}

.header_box .logo {
    width: 128px;
    height: 51px;
    margin-right: 2px;
}

.header_box .nav {
    text-align: center;
    height: 89px;
    width: 880px;
}

.header_box .nav .nav_list {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 89px;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.5s;
}

.header_box .nav .nav_list:hover {
    height: auto;
}

.header_box .nav .nav_list ul {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.header_box .nav .nav_list p {
    display: inline-block;
    height: 89px;
    line-height: 89px;
}

.header_box .nav .nav_list p span {
    color: #333;
    font-size: 18px;
}

.header_box .nav .active p span {
    position: relative;
    color: #0080d8;
    font-size: 20px;
    font-weight: bold;
}

.header_box .nav .active p span::after {
    position: absolute;
    z-index: 9;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 28px;
    height: 2px;
    background-color: #0080d8;
}

.header_box .nav .nav_list li {
    color: #666;
    font-size: 16px;
    padding: 11px;
}

.header_box .nav .nav_list li:hover {
    color: #0080d8;
    font-weight: bold;
}

.header_box .search {
    height: 28px;
    width: 180px;
}

.header_box .search .search_box {
    width: 180px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 4px;
}

.header_box .search .search_box input {
    width: 150px;
    height: 26px;
    vertical-align: middle;
    color: #666;
    background-color: transparent;
    border: 0;
    padding: 0 3px;
}

.header_box .search .search_box i {
    vertical-align: middle;
    color: #0080d8;
    font-size: 16px;
    line-height: 26px;
}

.swiper-container {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
}

.main_news {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.main_news:nth-child(2n + 1) {
    background-color: #e5e5e5;
}

.main_news_box {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 100px 0;
}

.main_news_title {
    text-align: center;
}

.main_news_title .mnt_zhu {
    color: #0080d8;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
}

.main_news_title .mnt_english {
    font-size: 14px;
    color: #333;
    margin-bottom: 7px;
}

.main_news_title .mnt_line {
    display: inline-block;
    width: 180px;
    height: 4px;
    background-color: #0080d8;
    margin-bottom: 21px;
}

.main_news_title .mnt_fu {
    font-size: 14px;
    color: #333;
    margin-bottom: 61px;
}

.main_news_more {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}

.main_news_more p {
    text-align: right;
    font-size: 16px;
    color: #333;
}

.main_news_row {
    white-space: nowrap;
    margin-bottom: 30px;
}

.main_news_row .mnr_img {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 138px;
    margin-right: 40px;
}

.main_news_row .mmnr_content {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: 980px;
    height: 138px;
}

.main_news_row .mmnr_content .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.main_news_row .mmnr_content .text {
    display: inline-block;
    width: 100%;
    height: 66px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    text-indent: 32px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main_news_row .mmnr_content .time {
    font-size: 16px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    float: right;
    line-height: 16px;
}

.main_news_list1 {
    white-space: nowrap;
}

.main_news_row1 {
    display: inline-block;
    white-space: normal;
    width: 260px;
    margin-right: 53px;
}

.main_news_row1:last-child {
    margin-right: 0;
}

.main_news_row1 .mnr_img {
    width: 260px;
    height: 173px;
    margin-bottom: 20px;
}

.main_news_row1 .mmnr_content .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 25px;
}

.main_news_row1 .mmnr_content .text {
    display: inline-block;
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    text-indent: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: 410px;
    background: rgba(0, 128, 216, 1);
    overflow: hidden;
}

.footer_box {
    width: 1200px;
    margin: 170px auto 81px auto;
    text-align: center;
}

.footer_link {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 42px;
}

.footer_link a span {
    padding: 0 16px;
}

.footer_link a span {
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
}

.footer_link a:last-child span {
    border-right: 2px solid #0080d8;
}

.footer_relation {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 8px;
}

.footer_relation span {
    padding: 0 16px;
}

/* 单网页 */
.singpage {
    width: 1200px;
    margin: 0 auto;
}

.singpage_img {
    width: 1200px;
    height: auto;
    margin-bottom: 30px;
}

.singpage_nav_dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 40px;
    background: rgba(0, 128, 216, 1);
    margin-right: 10px;
}

.singpage_nav_mbx {
    display: inline-block;
    vertical-align: middle;
}

.singpage_nav_mbx .chinese {
    font-size: 18px;
}

.singpage_nav_mbx .english {
    font-size: 14px;
}

.singpage_nav_mbx p span:first-child {
    color: #0080d8;
}

.singpage_content {
    min-height: 700px;
    padding-top: 20px;
    white-space: nowrap;
}

.singpage_content .column {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 120px;
    margin-right: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 3px 6px 0px rgba(209, 209, 209, 1);
    border-radius: 0px 0px 4px 4px;
    text-align: center;
}
.singpage_content .pagebox,
.singpage_content .newsbox,
.singpage_content .casebox {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 1050px;
    overflow-x: hidden;
}

.singpage_content .column ul li {
    position: relative;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    padding: 20px 0;
}
.singpage_content .column ul li:hover {
    color: #0080d8;
}

.singpage_content .column .pageactive {
    color: #0080d8;
}

.singpage_content .column .pageactive::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 99;
    width: 6px;
    height: 6px;
    background: rgba(0, 128, 216, 1);
    border-radius: 50%;
    left: 10px;
    top: 30px;
}
.singpage_content .pagebox .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    padding: 10px 0;
}

.singpage_content .newsbox .news_row {
    text-align: center;
    font-size: 24px;
    color: #333;
    padding: 10px 0;
    white-space: nowrap;
}
.singpage_content .newsbox .news_row .time {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    height: 92px;
    border: 1px solid #0080d8;
    color: #0080d8;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
    transition-duration: 0.3s;
}
.singpage_content .newsbox .news_row:hover .time {
    background-color: #0080d8;
    color: #fff;
}
.singpage_content .newsbox .news_row .time .time_date {
    font-size: 26px;
    font-weight: bold;
    padding: 10px;
}
.singpage_content .newsbox .news_row .time .all_data {
    font-size: 18px;
}
.singpage_content .newsbox .news_row .titles {
    display: inline-block;
    vertical-align: middle;
    width: 929px;
    height: 92px;
    overflow: hidden;
    white-space: normal;
    text-align: left;
}
.singpage_content .newsbox .news_row .titles .n_title {
    font-size: 22px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    padding: 10px 0;
}
.singpage_content .newsbox .news_row .titles .n_des {
    height: 46px;
    text-indent: 24px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(68, 68, 68, 1);
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.singpage_content .newsbox .n_page {
    text-align: center;
    padding-top: 70px;
}
.singpage_content .newsbox .n_page div {
    display: inline-block;
    border: 1px solid #0080d8;
    border-radius: 3px;
}
.singpage_content .newsbox .n_page a,
.singpage_content .newsbox .n_page span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    color: #0080d8;
}
.singpage_content .newsbox .n_page span {
    background-color: #0080d8;
    color: #fff;
}
.singpage_content .casebox .case_row {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 45px 45px 0 45px;
    box-shadow: 1px 1px 2px transparent;
    transition-duration: .3s;
}
.singpage_content .casebox .case_row:hover{
    box-shadow: 1px 1px 2px #eee;
}
.singpage_content .casebox .case_row .case_img {
    width: 250px;
    height: 163px;
    margin-bottom: 20px;
}
.singpage_content .casebox .case_row .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}
.singpage_content .casebox .case_row .text {
    display: inline-block;
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    text-indent: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.singpage_content .casebox .n_page {
    text-align: center;
    padding-top: 70px;
}
.singpage_content .casebox .n_page div {
    display: inline-block;
    border: 1px solid #0080d8;
    border-radius: 3px;
}
.singpage_content .casebox .n_page a,
.singpage_content .casebox .n_page span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    color: #0080d8;
}
.singpage_content .casebox .n_page span {
    background-color: #0080d8;
    color: #fff;
}

/* 新闻或产品详情页 */
.news_detail {
    width: 1000px;
    margin: 0 auto;
    white-space: normal;
}
.news_detail_title {
    text-align: center;
    font-size: 28px;
    color: #333;
}
.news_detail_message {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 15px 0;
}
.news_detail_message .ndm1 {
    color: #333;
}
.news_detail_message .ndm2 {
    margin-right: 25px;
}
.news_detail_content {
    width: 1000px;
    margin: 0 auto;
}


/* 搜索页面 */
.search{
    width: 1200px;
    margin: 0 auto;
}
.search_res{
    margin: 70px 0 30px 0;
    text-align: center;
}
.search_ipt .search_ipt_logo{
    text-align: center;
    padding-top: 100px;
}
.search_ipt .search_res img{
    width: 105px;
    margin-right: 30px;
    vertical-align: middle;
}
.search_ipt .search_ipt_box{
    vertical-align: middle;
    display: inline-block;
    width: 641px;
    height: 40px;
    border: 1px solid #0080d8;
    margin: 0 auto 100px auto;
    overflow: hidden;
}
.search_ipt .search_res .search_ipt_box{
    margin: 0;
}
.search_ipt .search_ipt_box .sib_text{
    width: 536px;
    height: 38px;
    padding: 9px 7px;
    line-height: 38px;
}
.search_ipt .search_ipt_box .sib_sub{
    float: right;
    width: 102px;
    height: 38px;
    background-color: #0080d8;
    color: #fff;
    text-align: center;
    line-height: 38px;
    padding: 0;
    border: 0;
    font-size: 16px;
}
.search_ipt .search_totle{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 25px 0 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #999;
}
.search_ipt .search_result{
    width: 1000px;
    min-height: 400px;
    margin: 0 auto;
}
.search_result .search_result_list{
    display: block;
    width: 820px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.search_result .search_result_list .srl_row{
    width: 820px;
    height: 120px;
    white-space: nowrap;
    margin-top: 30px;
}
.search_result .search_result_list .srl_row .srl_row_left,
.search_result .search_result_list .srl_row .srl_row_right{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.search_result .search_result_list .srl_row .srl_row_left{
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.search_result .search_result_list .srl_row .srl_row_right{
    width: 680px;
    height: 120px;
}
.srl_row_right .srr_title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 32px;
    padding-top: 10px;
}
.srl_row_right .srr_des{
    display: inline-block;
    height: 54px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-indent: 28px;
    padding-top: 10px;
}
.srl_row_right .srr_time{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
