/* .w1200 .in_title {
    padding-top: 80px;
} */


.w1200 .in_title {
    width: 100%;
    margin: 48px auto;
}

.w1200 .in_title .entit {
    margin-bottom: 12px;
    font: normal 45px "AvantGarde Bk BT";
    color: #666;
    text-align: center
}

.w1200 .in_title .tit {
    width: 300px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #016cd4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w1200 .in_title .tit span {
    margin: 0 20px;
}

.w1200 .in_title .tit em {
    display: block;
    width: 68px;
    height: 2px;
    margin-top: 16px;
    background: #ccc;
}


#floor_3_main {
    height: 550px;
    background: #fff;
}

#floor_3_main .proAdvant {
    margin-top: 60px;
}

#floor_3_main .proAdvant .list {
    width: 106%;
}

#floor_3_main .proAdvant .list li {
    float: left;
    width: 278px;
    margin-right: 120px;
}

#floor_3_main .proAdvant .list li a {
    display: block;
}

#floor_3_main .proAdvant .list li:first-child {
    margin-left: 60px;
}

#floor_3_main .proAdvant .list li .img {
    width: 134px;
    height: 150px;
    margin: 0 auto;
    transition: all .5s;
    margin-left: 72px;
}

#floor_3_main .proAdvant .list li .title {
    margin-top: 30px;
}

#floor_3_main .proAdvant .list li .tit {
    font-size: 24px;
    text-align: center;
    color: #016cd4;
    font-weight: normal;
}

#floor_3_main .proAdvant .list li .cont {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #666;text-indent: 2em;
}

#floor_3_main .proAdvant .list li:hover .img {
    margin-top: -10px;
    transition: all .5s;
}

#floor_3_main .proAdvant .list li:hover .tit {
    font-weight: bold;
}



.nacLists span {
    display: inline-block;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 4px 15px;
    font-size: 13px;
}

.nacLists a {
    margin-left: 15px;
    font-size: 13px;
}

#in_pro_lf {
    font-size: 20px;
    padding: 0;
    background: #f2f2f2;
}

#in_pro_lf big {
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: #333333;
}

#in_pro_lf big span {
    color: #0b73c1;
}

#in_pro_lf small {
    display: block;
    color: #9c9c9c;
    letter-spacing: 0;
    padding: 0 45px;
}

#in_pro_lf font {
    display: block;
    font-size: 20px;
    line-height: 88px;
    color: #333333;
}

#in_pro_lf p {
    display: block;
    font-size: 22px;
    color: #0b73c1;
    margin: 30px 0;
    font-weight: bold;
    padding-bottom: 10px;
}

/* #in_pro_lf p i {
    width: 57px;
    height: 2px;
    background: #0b73c1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */


#in_pro_lf .in_pro_lf_up {
    height: 390px;
    padding: 80px 0;
    text-align: center;

}

#in_pro_lf .in_pro_lf_down {
    height: 380px;
    background: #56a9f7;
    padding: 0 !important;
}


#in_pro_lf .in_pro_lf_down img {
    margin: 0 auto;
    /* margin-top: 30px; */
    width: 100%;
    height: 100%;
}

.swiper-container1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.swiper-wrapper {
    width: 2038px;
    transform: translate3d(-1222.5px, 0px, 0px);
    transition-duration: 0ms;
    display: flex;
    flex-wrap: wrap;
}

.swiper-container1 .swiper-slide {
    order: 0;
    width: 387.5px;
    margin-right: 20px;
    height: 380px;
}

#in_pro_rt {
    width: 73%;
    overflow: hidden;
}

.swiper-container1 .swiper-slide a {
    display: block;
    height: 100%;
    position: relative;
}


.swiper-container1 .swiper-slide a .img {
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

.swiper-container1 .swiper-slide a img {
    margin: 0 auto;
    transition: all 0.3s;
}

.swiper-container1 .swiper-slide a:hover img {
    transform: scale(1.1);
}

.swiper-container1 .swiper-slide a .title {
    width: 100%;
    height: 44px;
    color: #fff;
    background: rgba(74, 169, 1241, 1);
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}



/* header */
/*header_main*/

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.top_main {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 80;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 12px;
}

.top_r {
    display: flex;
    align-items: center;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}

.split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    vertical-align: middle;
    margin: 0;
}

.header_main {
    width: 100%;
    height: 120px;
    z-index: 100;
    background: #fff;
}

.header_main .header {
    display: flex;
    justify-content: space-between;
}

.header_main .logo {
    width: 540px;
    height: 88px;
    display: block;
    margin-top: 16px;
}

.header_main .logo img {
    /* width: 100%; */
    height: 100%;
    display: block;
}.header_main .logo  .ydlogo{display: none;}

.header_main .tel {
    width: 300px;
    padding: 32px 0 0 0;
    line-height: 26px;
    margin-left: 30px;transform: scale(0.9);
}

.header_main .tel span {
    font-size: 30px;
    font-weight: bold;
    color: #0185d0;
    font-family: arial;
}

.header_main .tel s {
    width: 57px;
    height: 57px;
    float: left;
    margin-right: 10px;
    background-position: 0 0;
}

.header_main .tel .ico {
    background: url(../../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.header_main .search {
    width: 300px;
    height: 41px;
    line-height: 41px;
    margin-top: 38px;
    border: 2px solid #016cd4;
    position: relative;
    float: right;
}

.header_main .search * {
    font-family: arial;
}

.header_main .search .sbtn {
    width: 100px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -2px;
    top: -2px;
    background: #016cd4;
    cursor: pointer;
    border: none;
}

.header_main .search .stxt {
    width: 200px;
    padding-left: 10px;
    height: 41px;
    line-height: 41px;
    border: 0px;
    background: none;
    outline: none;
    color: #999;
}

.nav_main {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #016cd4;
    position: relative;
    z-index: 3;
}

.nav .list {
    width: 102%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.nav_main .nav {
    width: 1200px;
    margin: 0 auto;
}

.nav_main .nav li {
    float: left;
    width: 170px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    border-right: 1px solid #0b2d7e;
    text-align: center;
}

.nav_main .nav li:first-child {
    border-left: 1px solid #0b2d7e;
    background: none;
}

.nav_main .nav li:first-child.hover {
    background-color: #0185d0;
}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover,
.nav_main .nav li #hover2 {
    background: #0185d0;
}

.nav_main .nav dl {
    width: 169px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 12;
    border: 1px solid #0185d0;
}

.nav_main .nav dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
    line-height: 49px;
    height: 49px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
}

.nav_main .nav dl dd:first-child {
    border: none;
}

.nav_main .nav dl dd a {
    color: #666;
    font-size: 16px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.nav_main .nav dl dd a:hover,
.nav_main .nav dl dd a.hover {
    background: #0185d0;
    color: #fff;
}

.nav_main .nav dl dd .three {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
}

.nav_main .nav dl dd:hover .three {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd .three {
    position: absolute;
    left: 158px;
    top: 4px;
    padding-left: 20px;
    color: #666;
    z-index: 10;
    background: url(../images/menu_bg.png) 12px 10px no-repeat;
}

.nav_main .nav dl dd .three a {
    color: #fff;
    width: 140px;
    font-size: 14px;
    background: #0185d0;
    text-align: center;
    display: block;
    height: 39px;
    line-height: 39px;
    border-top: 1px solid #016cd4;
    transition: ease-in-out .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav_main .nav dl dd .three a:first-child {
    border-top: none;
}

.nav_main .nav dl dd .three a:hover {
    background: #016cd4;
    color: #fff;
}


.row-a3Img {
    width: 100%;
    display: none;
}


/* 联系我们 */
.wp .cont {
    width: 100%;
    /* height: 450px; */
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wp .cont .cu-left {
    width: 50%;
}

.wp .cont .cu-right {
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
}

.wp .cont .cu-left .lx_dz {
    padding: 5px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 479px) {
    .top_main {
        display: none;
    }

    .w1200 {
        width: 100%;
    }

    .nav_main {
        height: 88px;
        line-height: 44px;
    }

    .nav_main .nav {
        width: 100%;
        height: 100%;
        line-height: 44px;

    }

    .nav .list {
        display: flex;
        flex-wrap: wrap;
        height: 88px;
        line-height: 44px;
    }

    .nav .list li {
        width: 33%;
    }

    .nav_main .nav li a {
        font-size: 14px;
    }

    .w1200 .in_title {
        margin: 24px auto;
    }

    .w1200 .in_title .entit {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .w1200 .in_title .tit {
        font-size: 22px;
    }

    .about-box {
        display: flex;
        flex-direction: column;
    }

    .about-box .left {
        width: 100%;
    }

    .about-box .right {
        width: 100%;
        padding-top: 0;
    }

    .about-box .tit h2 {
        font-size: 22px;
        text-align: center;
    }

    .about-box .tit p {
        font-size: 22px;
        text-align: center;
    }

    .row-a3 {
        height: 99px;
        background-size: 155% 100%;
    }

    #floor_3_main .proAdvant .list {
        width: 100%;
    }

    #floor_3_main .proAdvant .list li {
        width: 100%;
        width: 100%;
        margin-right: 0;
        padding: 0 30px;
        margin-bottom: 16px;

    }

    #floor_3_main .proAdvant .list li .img {
        margin-left: auto;
        width: 112px;
        height: 128px;
    }

    #floor_3_main .proAdvant .list li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #floor_3_main .proAdvant .list li:first-child {
        margin-left: 0;
    }

    #floor_3_main .proAdvant {
        margin-top: 30px;
    }

    .hzhb {
        display: none;
    }

    .bottom_main .bott_nav {
        line-height: 35px;
        padding: 0 10px;
    }

    .bottom_main .bott_nav span {
        display: block;
    }

    .bottom_main .bott_nav a {
        padding-left: 6px;
        font-size: 12px;
    }

    .bottom_main .tel {
        flex-direction: column;
    }

    .bottom_main .tel .left dl {
        margin-left: 0;
        margin-top: 16px;
    }

    .bottom_main .tel .right .fl {
        display: none;
    }

    .bottom_main .tel .right {
        width: 100%;
    }

    .bottom_main .tel .right .fr {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom_main .tel .right {
        flex-direction: column;
    }

    .bottom_copy {
        padding: 10px 10px 0;
    }

    .bottom_copy .w1200 {
        flex-direction: column;
        line-height: 24px;
    }

    .row-a6 .content {
        flex-direction: column;
        margin: 30px 0 0px;
        padding: 0 10px;
    }

    .row-a6 .content .left {
        width: 100%;
    }

    .row-a6 ul {
        width: 100%;
    }

    .row-a6 .content .left .text {
        padding: 11px 15px;
    }

    .center-align {
        width: 100% !important;
    }

    #in_pro_lf .in_pro_lf_down {
        display: none;
    }

    #in_pro_rt {
        width: 100%;
    }

    #in_pro_lf .in_pro_lf_up {
        height: auto;
        padding: 20px 0;
    }

    #in_pro_lf big {
        font-size: 28px;
    }

    #in_pro_lf font {
        display: block;
        font-size: 18px;
        line-height: 44px;
        color: #333333;
    }

    #in_pro_lf p {
        display: block;
        font-size: 22px;
        color: #0b73c1;
        margin: 5px 0;
        font-weight: bold;
    }

    .swiper-container1 .swiper-slide {
        height: 288px;
    }

    .header_main {
        height: auto;
    }

    .header_main .header {
        flex-wrap: wrap;
    }

    .header_main .logo {
        padding-top: 8px;
        margin-top: 0;
        width: 35%;
    }

    .header_main .tel {
        width: 60%;
        line-height: 26px;
        padding-top: 8px;
        transform: scale(.9);
        margin-left: 0;
    }

    .header_main .tel span {
        font-size: 20px;
    }

    .header_main .search {
        width: 100%;
        margin-top: 0;
        display: none;
    }

    body {
        padding-top: 0;
    }

    .row-a3 {
        display: none;
    }

    .row-a3Img {

        display: block;
    }

    .wp .cont {
        padding: 15px;
    }

    .ul-imgtxt-01 li a {
        height: 268px;
    }

    .wp .cont .cu-left {
        width: 100%;
    }

    .wp .cont .cu-right {
        width: 100%;
    }

    .about .wp .cont {
        display: flex;
        flex-direction: column
    }

    #map {
        height: 218px !important;
    }

    .wp .cont .cu-right {
        padding: 0 5px;
    }.nacLists span{    display: block;    border-top: 1px solid #333;    border-bottom: 1px solid #333;    padding: 4px 15px;    font-size: 13px;    width: 23%;    margin-bottom: 14px;}.header_main .logo{height:68px;}.header_main .logo .ydlogo{display: block;}.header_main .logo .pclogo{display:none}.row-a6 li .date{left:15px}.row-a6 li a{    padding: 20px 20px 20px 88px;}.row-b1 .col-r .g-titIns1{display:none;}.m_chanpin .desc{    margin-top: 0px; }.nav_main .nav dl{display:none}.nav .list{width:100%}.nav_main .nav li{border-right:none}.nav_main .nav li:nth-child(3n-1) {	border-right: 1px solid #fff;}.nav_main .nav li:nth-child(3n+1) {	border-right: 1px solid #fff;}.nav_main .nav li:nth-child(1) {	border-bottom: 1px solid #fff;}.nav_main .nav li:nth-child(2) {	border-bottom: 1px solid #fff;}.nav_main .nav li:nth-child(3) {	border-bottom: 1px solid #fff;}.nav_main .nav li:first-child{border-left:none}.item {        background-size: 125% 100% !important;    }
}