﻿.nav ul li {
    float: left;
    margin-left: 10px;
    width: 124px;
    height: 54px;
}

.nav ul li:first-child {
    margin-top: 0px;
    margin-left: 0px;
}

.ul li {
    position: relative;
}

.articlecontent img {
    width: 100%;
}

.articlecontent {
    line-height: 2rem;
}

.nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 10px;
    text-align: center;
    line-height: 33px;
}

.on {
    background-color: #0f9ae0;
    background-size: cover;
}

.er_nav {
    overflow: hidden;
    position: absolute;
    top: 64px;
    z-index: 99999;
}

.active1 {
    background: #f6f6f6;
}

.bannernews {
    width: 500px;
    height: 379px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bannernews .swiper-slide {
    width: 100%;
    position: relative;
}

.bannernews .swiper-slide .img {
    min-width: 100%;
    min-height: 100%;
    display: block;
}

.bannernews .swiper-slide .title {
    background: rgba(0, 0, 0, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 47px;
    line-height: 47px;
    padding-right: 20%;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    text-indent: 10px;
}

.bannernews .swiper-pagination {
    right: 0;
    left: auto;
    width: auto;
    /* width: 172px; */
}

.bannernews .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: none;
    background-color: #fff;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
}

.bannernews .swiper-pagination-bullet-active {
    background-color: #2a82e4 !important;
    color: #fff;
}

.bannernews .swiper-pagination-bullet-active {
    background: #ffba00;
    border: 1px solid #ffba00;
    opacity: 1;
}

.article .intro {
    text-align: center;
    width: 100%;
    color: #666666;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 16px;
}

.bannernews.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
}

.bannernews.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 8px;
}

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    /*实现下拉菜单螺旋淡出*/
}

.menu .submenu li:hover a {
    border-radius: 0;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}

.menu>li:hover .submenu li,
.menu>li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/*动画递进的时间 实现一个个螺旋子菜单*/

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.er_nav li {
    float: left;
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
    padding: 0px !important;
    background-color: #fff;
}

.er_nav li:hover a {
    font-weight: bold;
    color: #fff !important;
}

.er_nav li a {
    color: #111 !important;
    font-size: 14px !important;
}

.er_nav {
    overflow: hidden;
    position: absolute;
    top: 53px;
    z-index: 99999;
}

.ul li {
    position: relative;
}

.clearfix li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.clearfix li:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.w1240 {
    width: 1200px;
    margin: 0 auto;
}

#dl-menu {
    display: none;
}

.banner {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    margin-top: 70px;
    top: 32%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: absolute;
    top: 93%;
    bottom: 0px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.PRODUCT_CENTER {
    background: url('https://www.xn--n7q74viod614b.cn/image/product.png') no-repeat;
    min-height: 783px;
}

.product {
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 60px;
}

.logo {
    float: left;
    width: 150px !important;
    height: 80px !important;
}

.logo img {
    width: 150px !important;
    height: 80px !important;
    object-fit: contain;
}

.logo_title {
    float: left;
    margin-left: 10px;
}

.logo_title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #074b98;
    margin-top: 13px;
    margin-bottom: 10px;
    text-align-last: justify;
}

.yx-rotaion {
    width: 507px !important;
    height: 382px !important;
}

.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
    position: absolute
}

.yx-rotation-title {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1
}

.yx-rotation-t {
    color: #fff;
    font-size: 16px;
    font-family: microsoft yahei;
    z-index: 2;
    bottom: 0;
    left: 10px;
    line-height: 40px;
    text-decoration: none;
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
    background: url(https://www.xn--n7q74viod614b.cn/images/ico.png) no-repeat;
    display: block;
}

.yx-rotation-focus {
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 0;
    z-index: 2
}

.yx-rotation-focus span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    float: left;
    margin-left: 5px;
    position: relative;
    top: 14px;
    cursor: pointer;
    background-position: -24px -126px;
}

.yx-rotaion-btn {
    width: 100%;
    height: 41px;
    top: 50%;
    margin-top: -20px;
}

.yx-rotaion-btn span {
    width: 41px;
    height: 41px;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative
}

.yx-rotaion-btn .left_btn {
    background-position: -2px -2px;
    float: left;
    left: 10px
}

.yx-rotaion-btn .right_btn {
    background-position: -2px -49px;
    float: right;
    right: 10px
}

.yx-rotaion-btn span.hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.yx-rotation-focus span.hover {
    background-position: -10px -126px;
    color: #ffdc00;
}

.rotaion_list {
    width: 0;
    height: 0;
    overflow: hidden;
}

.rotaion_list img {
    width: 100%;
}

.news_left {
    float: left;
}

.news_index {
    overflow: hidden;
}

.yx-rotaion a {
    color: #fff;
}

.yx-rotation-focus span {
    color: #fff;
}

.news_right {
    width: 57%;
    float: left;
    margin-left: 5px;
    box-shadow: 0px 2px 4px 0px rgba(233, 239, 239, 1);
}

#tap_tab ul {
    overflow: hidden;
}

#tap_tab ul li {
    width: 342px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    float: left;
    background-color: rgba(214, 232, 250, 1);
    margin-top: 15px;
}

#tap_tab ul li.act {
    background-color: rgba(70, 155, 235, 1);
    color: #fff;
}

#tap_tab ul li:hover {
    cursor: pointer
}

#tap_tab ul li.act a {
    color: #fff
}

#tap_tab {
    margin-top: -15px;
}

#container ul li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 22px;
}

#container ul {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#container {
    margin-top: -4px;
}

#container ul li {
    margin-bottom: 10px;
}

#container ul li a img {
    display: inline-block;
    margin-right: 20px;
}

.list_index li a img {
    display: inline-block;
    margin-right: 20px;
}

.list_index li {
    margin-bottom: 10px;
}

.list_index li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 22px;
}

.tb_index {
    overflow: hidden;
    margin-top: 20px;
}

.tb_box {
    width: 32%;
    float: left;
    margin-left: 24px;
    box-shadow: 0px 2px 4px 0px rgba(233, 239, 239, 1);
    min-height: 190px;
    overflow: hidden;
}

.tb_box:first-child {
    margin-left: 0;
}

.tb_box .tb_box_title {
    width: 100%;
    height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(70, 155, 235, 1);
    line-height: 42px;
}

.tb_box_list {
    padding: 10px;
}

.tb_box .img_wt {
    width: 100%;
    height: 190px;
}

.hl img {
    width: 100%;
    margin-top: 60px;
}

.zhyw {
    overflow: hidden;
    margin-top: 0;
}

.zhyw h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.zhyw_mian {
    overflow: hidden;
    min-height: 180px;
}

.zhyw_mian ul {
    overflow: hidden;
}

.zhyw_mian ul li {
    min-height: 480px;
    box-shadow: 0px 2px 4px 0px rgba(233, 239, 239, 1);
    float: left;
    margin-left: 20px;
    width: 285px;
    position: relative;
    background-color: rgba(249, 250, 250, 1);
}

.zhyw_mian ul li:first-child {
    margin-left: 0px;
}

.zhyw_jj {
    padding: 20px;
    background-color: rgba(249, 250, 250, 1);
    position: relative;
    min-height: 155px;
}

.zhyw_jj h3 {
    font-size: 14px;
    color: #111;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.zhyw_jj p {
    font-size: 14px;
    color: #9d9d9d;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 25px;
}

.zhyw_jj a {
    color: #469beb;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ico {
    position: absolute;
    top: 250px;
    left: 18px;
}

.xmzs {
    margin-top: 80px;
}

.xmzs h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.xmzs a.pro_more {
    display: block;
    font-size: 14px;
    text-align: right;
    color: #0f9ae0;
    margin-bottom: 5px;
    width: 98%;
}

.case_main {
    overflow: hidden;
}

.case_main ul {
    display: block;
    zoom: 1;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.case_main ul li {
    width: 380px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px 0px rgba(233, 239, 239, 1);
    height: 305px;
}

.case_main ul li img {
    max-width: 100%;
    height: 250px;
}

.case_main ul li p {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.case_main ul li:first-child {
    margin-left: 0;
}

.case_main ul li:nth-child(4) {
    margin-left: 0;
    clear: both;
}

.about_index {
    overflow: hidden;
    margin-top: 120px;
}

.about_index-left {
    width: 48%;
    float: left;
    padding: 20px;
}

.about_index-left h1 {
    font-size: 28px;
    font-weight: bold;
    color: #111;
}

.about_index-left p {
    font-size: 16px;
    line-height: 45px;
    text-indent: 20px;
    text-align: justify;
    margin-top: 30px;
}

.about_index-left a {
    display: inline-block;
    width: 110px;
    height: 40px;
    background-color: rgba(70, 155, 235, 1);
    color: #fff;
    text-align: center;
    padding: 10 20px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
}

.about_index_right {
    float: right;
    width: 48%;
}

.about_index_right img {
    width: 100%;
}

.xsdw {
    margin-top: 70px;
}

.xsdw_title {
    width: 100%;
    background-color: #e5e5e8;
    height: 52px;
}

.xsdw_hl {
    width: 210px;
    background-color: #469beb;
    text-align: center;
    font-size: 28px;
    color: #fff;
    height: 52px;
    line-height: 52px;
}

.zgs {
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}

.zgs li {
    width: 20%;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.footer {
    background-color: #469beb;
    min-height: 240px;
    overflow: hidden;
}

.footer_flte {
    width: 80%;
    float: left;
}

.mbox {
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 20px;
}

.friendlink {
    height: 81px;
    color: #fff;
    font-size: 16px;
}

.friendlink .title {
    float: left;
    line-height: 62px;
}

.friendlink ul {
    float: left;
    width: 93%;
    margin-top: 16px;
}

.breadbox .bread::before {
    content: ">";
}

.friendlink ul li {
    margin-left: 22px;
    width: 200px;
    float: left;
}

.friendlink ul li select {
    width: 200px;
    height: 32px;
    line-height: 32px;
    color: #333333;
    font-size: 14px;
    padding-left: 20px;
    background: #f1f1f1;
}

.footer_flte p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_flte p img {
    display: inline-block;
    float: left;
}

.footer_right {
    float: right;
    width: 20%;
}

.footer_right img {
    display: inline-block;
    width: 97px;
    height: 97px;
    margin: 0 auto;
    margin-top: 65px;
    margin-left: 70px;
}

.footer_right p {
    text-align: center;
    color: #fff;
}


/*其他页面*/

.w1245 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.Center_Introduction {
    width: 323px;
    height: 375px;
    float: left;
    border: 1px solid rgba(161, 161, 161, 1);
}

.title_title {
    width: 100%;
    height: 41px;
    background: url("https://www.xn--n7q74viod614b.cn/image/title.png") no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 41px;
    text-indent: 20px;
}

.center_main {
    padding: 10px;
}

.center_main p {
    text-align: justify;
    text-indent: 20px;
    line-height: 29px;
    font-size: 13px;
}

.center_main p a {
    color: #469beb;
}

.Center_swperi {
    width: 500px;
    height: 379px;
    float: left;
    margin-left: 7px;
}

.bannernews {
    width: 500px;
    height: 379px;
}

.bannernews .swiper-pagination-bullet-active {
    background-color: #469beb;
    border: #469beb;
}

.Central_dynamics {
    width: 387px;
    height: 374px;
    float: right;
    border: 1px solid rgba(161, 161, 161, 1);
}

.list li {
    background: url('https://www.xn--n7q74viod614b.cn/image/icon3.png') no-repeat 18px center;
    padding: 15px 20px 15px 30px;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(161, 161, 161, 1);
}

.list li:last-child {
    border-bottom: none;
}

.hui {}

.more {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
}

.business {
    background-color: #fff;
    padding: 30px;
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}

.business_ul {
    overflow: hidden;
}

.business_li {
    width: 25%;
    float: left;
    margin-bottom: 30px;
}

.business_li img {
    display: block;
    margin: 0 auto;
    height: 147px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.business_li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.business_li h2 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.business_li p {
    text-align: center;
    color: rgba(150, 150, 150, 1);
    font-size: 16px;
}

.facilities_h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hx {
    width: 500px;
    height: 3px;
    display: block;
    margin: 0 auto;
    background: url("https://www.xn--n7q74viod614b.cn/image/hx.png") no-repeat;
    background-size: cover;
    background-color: #b0b0b0;
}

.facilities_list {
    overflow: hidden;
    margin-top: 60px;
}

.facilities_list ul {
    overflow: hidden;
}

.facilities_list ul li {
    width: 23%;
    float: left;
    margin-bottom: 30px;
    margin-left: 15px;
    position: relative;
}

.facilities_list ul li img {
    width: 100%;
    height: 190px;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.facilities_list ul li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.facilities_list_title {
    position: absolute;
    bottom: 4px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 31px;
    line-height: 30px;
}

.sign_list {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 30px;
}

.sign_list ul li {
    width: 33%;
    float: left;
}

.sign_list ul li img {
    display: block;
    margin: 0 auto;
}

.sign_list ul li p {
    text-align: center;
    font-style: 20px;
    margin-top: 30px;
}

.meeting {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

#wrapper {
    overflow: hidden;
    width: 95%;
    height: 240px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

#wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 213px;
    overflow: hidden;
}

#wrapper li {
    float: left;
    list-style: none;
    margin-left: 5px;
}

#wrapper li img {
    width: 286px;
    height: 190px;
}

input[type=button] {
    margin-top: 20px;
    width: 35px;
    height: 25px;
    line-height: 25px;
}

.meeting_lunbo {
    position: relative;
}

#btn1 {
    background-color: #469beb;
    width: 28px;
    height: 57px;
    position: absolute;
    top: 60px;
    left: 15px;
    color: #fff;
}

#btn1 img,
#btn2 img {
    display: block;
    margin-top: 10px;
    width: 16px;
    height: 36px;
    margin-left: 5px;
}

#btn2 {
    background-color: #469beb;
    width: 28px;
    height: 57px;
    position: absolute;
    top: 60px;
    right: 15px;
    color: #fff;
}

.meeting_title {
    text-align: center;
    font-size: 14px;
}

.dizhi_main {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.dizhi_left {
    padding: 20px;
    float: left;
    margin-left: 50px;
    border-right: 1px solid #b0b0b0;
    padding-right: 50px;
}

.dizhi_left ul li {
    margin-bottom: 20px;
    font-size: 16px;
    overflow: hidden;
}

.dizhi_left ul li img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    float: left;
    margin-top: 3px;
}

.dizhi_left ul li span {
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.dizhi_left ul li strong {
    font-size: 16px;
    float: left;
    line-height: 24px;
    font-weight: initial;
}

.map {
    width: 554px;
    height: 243px;
    margin-left: 110px;
    float: left;
}

.index_title {
    overflow: hidden;
    margin-top: 30px;
}

.index_title_left {
    float: left;
}

.index_title_left img {
    margin-top: 25px;
}

.index_title_right {
    width: 250px;
    float: right;
}

.index_title_right img {
    width: 139px;
    height: 139px;
    display: block;
    margin: 0 auto;
}

.index_title_right p {
    text-align: center;
    color: #b0b0b0;
    font-size: 16px;
    margin-top: 20px;
}

.red {
    background-color: #469beb;
}

.view_title_right img {
    float: left;
}

.view {
    min-height: 500px;
}

.list_left {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 20%;
    float: left;
}

.list_right {
    width: 76%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin-left: 15px;
    padding: 15px;
}

.list_left .list_title {
    width: 100%;
    height: 100px;
    background-color: #469beb;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}

.list_left ul li {
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

.list_left ul .on {
    background-color: #fff6d9;
    color: rgba(255, 56, 56, 1);
    border-right: 2px solid rgba(255, 56, 56, 1);
}

.list_left ul {
    margin-bottom: 30px;
}

.lx {
    font-size: 18px;
    margin-bottom: 10px;
}

.lx img {
    margin-right: 5px;
}

.list_left p {
    font-size: 14px;
    margin-top: 10px;
}

.view_title {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.view_title_left {
    float: left;
    font-size: 18px;
    margin-left: 10px;
}

.view_title_left img {
    margin-right: 10px;
    float: left;
}

.view_title_right {
    float: right;
    margin-right: 10px;
    line-height: 24px;
}

.view_mian h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d3d3d3;
}

.news_list {
    overflow: hidden;
}

.news_list ul li {
    border-bottom: 1px dashed #d3d3d3;
    margin-top: 30px;
    overflow: hidden;
}

.riqi {
    float: left;
    width: 65px;
    height: 80px;
}

.ti {
    background-color: #edf2f7;
    color: #469beb;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 53px;
}

.year {
    background-color: #469beb;
    color: #edf2f7;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
}

.news_title {
    float: left;
    margin-left: 10px;
}

.news_title h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.news_title p {
    font-size: 14px;
}

.photo_list {
    overflow: hidden;
}

.photo_list ul {
    overflow: hidden;
}

.photo_list ul li {
    float: left;
    width: 31%;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #e4e4e4;
}

.photo_list ul li img {
    width: 100%;
    height: 184px;
}

.photo_list ul li div {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 43px;
    background-color: #e4e4e4;
}

.xixin {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 30px;
}

.xixin ul li {
    padding: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #d3d3d3;
}

.xx_left {
    float: left;
    width: 20%;
    font-size: 18px;
    line-height: 24px;
}

.xx_left img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: block;
    float: left;
}

.xx_right {
    float: left;
    font-size: 18px;
}

.izl-rmenu {
    position: fixed;
    left: 67%;
    margin-left: 532px;
    bottom: 10px;
    padding-bottom: 73px;
    background: url(https://www.xn--n7q74viod614b.cn/image/r_b.png) 0px bottom no-repeat;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(https://www.xn--n7q74viod614b.cn/image/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(https://www.xn--n7q74viod614b.cn/image/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(https://www.xn--n7q74viod614b.cn/image/r_wx.png) 0px 0px no-repeat;
    background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .btn-phone {
    background: url(https://www.xn--n7q74viod614b.cn/image/r_phone.png) 0px 0px no-repeat;
    background-color: #fbb01f;
}

.izl-rmenu .btn-phone:hover {
    background-color: #cb9866;
}

.izl-rmenu .btn-phone .phone {
    background-color: #cb9866;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(https://www.xn--n7q74viod614b.cn/image/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #469beb;
}

.yuan_text {
    text-align: center;
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
}

.newslistTab .page {
    width: 86%;
    padding-top: 26px;
    padding-bottom: 32px;
    text-align: right;
    padding-left: 10px;
    padding-right: 25%;
}

.navswiper {
    margin-bottom: 10px;
}

.navswiper .swiper-slide {
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px 0;
    overflow: hidden;
}

.navswiper .current {
    background: #469beb;
    color: #fff;
}

.m-left-phone {
    display: none;
}

.view_list ul li {
    overflow: hidden;
}

.view_list ul li h3 {
    color: #111;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.view_list ul li p {
    font-size: 14px;
    line-height: 25px;
}

.dashed {
    border-top: 1px dashed #d5d5d5;
    border-bottom: 1px dashed #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.more {
    border: 1px solid rgba(196, 196, 196, 1);
    padding: 10px 20px;
    float: right;
    color: #111;
}

.about_title {
    font-size: 24px;
    font-weight: bold;
}

.about_title img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.about_mian {
    border: 1px solid #ddd;
    padding: 20px;
}

.form {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
}

.to50 {
    float: left;
    margin-bottom: 20px;
    width: 50%;
}

.to50 label {
    font-size: 14px;
}

.to50 input {
    width: 353px;
    height: 37px;
    border: none;
    margin-left: 10px;
}

.to100 {
    width: 100%;
    float: left;
}

.to100 label {
    float: left;
    font-size: 14px;
}

.to100 textarea {
    width: 900px;
    height: 111px;
    border: none;
    margin-left: 10px;
}

.mima {
    margin-top: 20px;
}

.mima_img {
    float: right;
}

.btn {
    width: 45%;
    float: left;
    clear: both;
    margin-top: 50px;
}

.btn button {
    text-align: center;
    float: right;
    background-color: #469beb;
    color: #fff;
    padding: 10px 20px;
    width: 158px;
    height: 49px;
    font-size: 14px;
    border: none;
}

.qiye_img {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.qy_left {
    width: 75%;
    float: left;
}

.qy_left img {
    width: 100%;
}

.qy_right {
    float: left;
    width: 22%;
    margin-left: 25px;
}

.qy_right h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.qy_right p {
    font-size: 14px;
    margin-bottom: 10px;
}

.map_box {
    margin-top: 30px;
}

#container ul li a span {
    font-size: 12px;
    float: right;
    margin-right: 10px;
}

@media screen and (max-width: 414px) {
    #dl-menu {
        display: block;
    }
    .nav {
        display: none;
    }
    .container {
        width: 100%;
    }
    .container h2 a img {
        width: 80%;
    }
    .header .head_r {
        padding-top: 0px;
        float: left;
        margin-left: 10px;
    }
    #ss {
        float: left;
        margin-top: 10px;
    }
    .banner {
        height: 175px;
    }
    .swiper {
        height: 100%;
    }
    .swiper .swiper-wrapper img {
        height: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 0%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 80%;
    }
    .index_news .txtScroll-top {
        width: 50%;
        margin-left: 0px;
    }
    .container {
        margin-bottom: 0px;
    }
    .inn_tit {
        width: 90px;
        font-size: 18px;
        ;
    }
    .index_news .txtScroll-top .bd {
        width: 90%;
    }
    .product {
        padding-top: 0px;
    }
    .w1240 {
        width: 100%;
    }
    .title img {
        width: 100%;
    }
    .product_box {
        margin-top: 20px;
    }
    .pro ul li {
        width: 100%;
    }
    .pro ul li a {
        margin: 0 auto;
    }
    .jj_box_left {
        width: 100%;
    }
    .jj_box_left img {
        width: 100%;
    }
    .jj_box_right {
        width: 92%;
    }
    .jj_box_right h3 {
        font-size: 28px;
        margin-top: 5px;
    }
    .xq_btn {
        margin-right: 78px;
    }
    .news_main {
        margin-top: 10px;
    }
    .index_1 .slideBox,
    .index_1 .slideBox .bd img,
    .index_1 .slideBox .bd li a {
        width: 100%;
        height: 300px;
    }
    .news_mian_box_right {
        width: 100%;
    }
    .news_mian_box_right li a {
        font-size: 14px !important;
    }
    .news_mian_box_right li a span {
        display: none;
    }
    #rd_main_ul li:first-child,
    #rd_main_ul li:nth-child(4) {
        margin-left: 10px;
    }
    .re_box {
        margin-top: 10px;
    }
    .hz_box ul li {
        width: 46%;
        margin-left: 10px;
    }
    .hz_box ul li img {
        width: 100%;
    }
    .footer_top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_top ul {
        margin-left: 20px;
    }
    .footer_us {
        margin-left: 20px;
        float: left;
    }
    .swiper-slide img {
        width: 100%;
    }
    .banner {
        background-color: transparent;
    }
    .list_left {
        margin-top: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .list_right {
        margin-top: 0px;
        margin-left: 0px;
        width: 93%;
    }
    .news_title {
        width: 80%;
    }
    .news_title h2 {
        margin-top: 0px;
    }
    .list_left ul {
        margin-bottom: 0px;
    }
    .photo_list ul li {
        width: 92%;
    }
    .newslistTab .page {
        padding-top: 26px;
        padding-bottom: 32px;
        text-align: left;
        padding-left: 10px;
        padding-right: 0%;
    }
    .us_yuan ul li {
        width: 100%;
    }
    .yuan {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: rgba(33, 79, 148, 1);
        margin: 0 auto;
    }
    .big_size {
        font-size: 30px !important;
        font-weight: bold;
        padding-top: 58px !important;
    }
    .contact_leftmap {
        margin-top: 20px;
        width: 100%;
    }
    .logo_title h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .index_news {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .index_news .txtScroll-top .infoList li .date {
        font-size: 14px;
    }
    .yx-rotaion {
        width: 414px !important;
        height: 300px !important;
    }
    #tap_tab ul li {
        width: 50%;
    }
    .news_right {
        width: 100%;
    }
    .tb_box {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .zhyw_mian ul li {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .zhyw_mian ul li:first-child {
        margin: 0 auto;
    }
    .case_main ul li:first-child {
        margin: 0 auto;
    }
    .case_main ul li {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .about_index-left {
        width: 89%;
    }
    .about_index_right {
        display: none;
    }
    .footer_flte {
        width: 100%;
    }
    .mbox {
        margin-top: 10px !important;
    }
    .friendlink ul li {
        float: none;
        margin-left: 0px;
    }
    .footer_right {
        width: 55%;
        margin-top: -70px;
    }
    .w1245 {
        width: 100%;
    }
    #container ul li a span {
        display: none;
    }
}