
@font-face{
    font-family:'cn_r';
    src:url('../fonts/cn_r.ttf');
}
@font-face{
    font-family:'cn_b';
    src:url('../font/cn_b.otf');
}
@font-face{
     font-family: 'Roboto', 'Poppins','arial'; 
    src:url('../font/cn_h.otf'); 		
}  

* {
    padding: 0;
    margin: 0;
     font-family: 'Roboto', 'Poppins','arial';
    box-sizing: border-box;
    box-sizing: -webkit-border-box; 
    font-weight: normal;
}

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem; font-family: 'Roboto', 'Poppins','arial';
    /* 12÷10=1.2 */
}

p {
    font-size: 14px;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #272727;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

li {
    list-style: none;
}
button, input {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

i, em {
    font-style: normal;
}
img {
    max-width: 100%;
}
h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}
.on .fl a:nth-child(1){
    display: none;
}
.on .y_head_12 p{
    color: #333;
    transition: ease 1s all;
}
.on .y_head_13 img:nth-child(1){
    display: none;
}
.on .y_head_13 img:nth-child(2){
    display: block;
}
.y_head_phone{
    display: none;
}
.y_index_two_swiper-pagination span{
    width: 25px;
    height: 1px;
    background: #fff;
    opacity: 1;
    position: relative;
    border-radius: 0px;
}
.y_index_two_swiper-pagination .swiper-pagination-bullet-active::after{
    position: absolute;
    height: 6px;
    width: 10px;
    background: #fff;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    content: '';
}
/* 首页 */
.y_index_1{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.y_index_2{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: block;
}
.y_index_3{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.y_index_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_two_mySwiper{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.y_index_one_swiper-pagination{
    right: 50px !important;
}
.y_index_one_swiper-pagination span{
    width: 15px;
    height: 15px;
    background: #fff;
    transition: ease 0.5s all;
    margin: 20px auto !important;
}
.y_index_one_swiper-pagination .swiper-pagination-bullet-active{
    width: 45px;
    border-radius: 10px;
}
.y_index_4{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_index_5{
    flex: 1;
}
.y_index_6{
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.y_index_6 h2{
    font-size: 35px;
    color: #fff;
    font-style: italic;
     font-family: 'Roboto', 'Poppins','arial';
}
.y_index_6 h2 span{
    color: #e62129;
     font-family: 'Roboto', 'Poppins','arial';
    font-style: italic;
    font-size: 35px;
}
.y_index_6 h3{
    font-size: 50px;
    color: #fff;
    font-family: 'cn_b';
    font-style: italic;
}
.y_index_7{
    width: 100%;
    margin-top: 20px;
}
.y_index_7 p{
    text-indent:2em;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1px;
}
.y_index_8{
    margin-top: 30px;
}
.y_index_8 a{
    display: inline-block;
    background: #e62129;
    width: 150px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1px;
}
.y_index_9{
    height: 500px;
    width: 780px;
    margin-left: 35px;
    position: relative;
    padding: 25px 25px 0px 0px;
}
.y_index_9::after{
    position: absolute;
    width: 430px;
    height: 430px;
    right: 0px;
    top: 0px;
    background: #e62129;
    z-index: 1;
    content: '';
}
.y_index_9 img{
    position: relative;
    z-index: 2;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.y_index_10{
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_index_11{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_2.png) no-repeat;
    background-size: 100% 100%;
}
.y_index_12{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.y_index_13{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.y_index_14{
    flex: 1;
    margin-top: 50px;
}
.y_index_14_xg{
    display: flex;
    align-items: baseline;
    margin-top: 80px;
}
.y_index_14 h2{
    font-size: 35px;
    color: #fff;
}
.y_index_14 h3{
    font-size: 50px;
    color: #fff;
    font-family: 'cn_b';
    margin-bottom: 10px;
}
.y_index_14 p{
    font-size: 16px;
    color: #fff;
} 
.y_index_15{
    width: 136px;
    height: 93px;
}
.y_index_15 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_16{
    position: relative;
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
}
.y_index_17{
    width: 100%;
    display: inline-block;
}
.y_index_17:hover .y_index_19 {
    background: #0352ab;
    transition: ease 1s all;
}
.y_index_18{
    width: 100%;
    height: 310px;
    overflow: hidden;
}
.y_index_18 img{
    width: 100%;
    height: 100%;
}
.y_index_19{
    width: 100%;
    height: 65px;
    transition: ease 1s all;
    background: #bababa;
}
.y_index_19 h2{
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 65px;
    height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.y_index_pro_swiper-button-next::after{
    display: none;
}
.y_index_pro_swiper-button-next{
    background: url(../images/icon_2.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    right: 50px;
    top: 40%;
    opacity: 0 !important;
    transition: ease 1s all;
}
.y_index_pro_swiper-button-prev::after{
    display: none;
}
.y_index_pro_swiper-button-prev{
    background: url(../images/icon_1.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 40%;
    opacity: 0 !important;
    transition: ease 1s all;
}
.y_index_pro_mySwiper:hover .y_index_pro_swiper-button-next{
    opacity: 1 !important;
    transition: ease 1s all;
}
.y_index_pro_mySwiper:hover .y_index_pro_swiper-button-prev{
    opacity: 1 !important;
    transition: ease 1s all;
}
.y_index_20{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_3.png) no-repeat;
    background-size: 100% 100%;
}
.y_index_21{
    max-width: 1600px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.y_index_22{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}
.y_index_23{
    width: 24%;
    margin-right: 1.3%;
    height: 400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.y_index_22 .y_index_23:nth-last-child(1){
    margin-left: 0%;
}
.y_index_24{
    width: 100%;
    height: 100%;
}
.y_index_24 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_25{
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(3,82,171,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease 1s all;
}
.y_index_22 .y_index_23:hover .y_index_25{
    top: 0%;
}
.y_index_25 p{
    font-size: 35px;
    color: #fff;
}
.y_index_26{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_4.png) no-repeat;
    background-size: 100% 100%;
}
.y_index_27{
    max-width: 1600px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.y_index_28{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_index_29{
    width: 24%;
    margin-right: 1.3%;
    height: 450px;
}
.y_index_28 .y_index_29:nth-last-child(1){
    margin-right: 0%;
}
.y_index_30{
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.y_index_30 img{
    width: 100%;
    height: 100%;
    object-fit: none;
}
.y_index_31{
    width: 100%;
    height: 150px;
    background: #fff;
    padding: 22px 25px 18px;
    transition: ease 1s all;
    border: 1px solid #d9d9d9;
}
.y_index_32 h2{
    font-size: 20px;
    color: #3e3e3e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 22px;
    height: 22px;
    transition: ease 1s all;
}
.y_index_32 p{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    transition: ease 1s all;
    color: #3e3e3e;
    height: 39px;
}
.y_index_33{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.y_index_33 p{
    font-size: 14px;
    color: #3e3e3e;
    transition: ease 1s all;
}
.y_index_28 .y_index_29:hover .y_index_31{
    background: #0352ab;
    transition: ease 1s all;
    border: 1px solid #fff;
}
.y_index_28 .y_index_29:hover .y_index_32 h2{
    color: #fff;
    transition: ease 1s all;
}
.y_index_28 .y_index_29:hover .y_index_32 p{
    color: #fff;
    transition: ease 1s all;
}
.y_index_28 .y_index_29:hover .y_index_33 p{
    color: #fff;
    transition: ease 1s all;
}
.y_index_34{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_5.png) no-repeat;
    background-size: 100% 100%;
}
.y_index_35{
    max-width: 1600px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.y_index_36{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
}
.y_index_37{
    flex: 1;
    background: #fff;
    padding: 0px 40px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.y_index_38{
    width: 720px;
    background: #0352ab;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 0px 45px;
}
.y_index_39{
    width: 100%;
    margin-bottom: 16px;
}
.y_index_39 p{
    font-size: 14px;
    color: #3e3e3e;
    display: flex;
    justify-content: flex-start;
    align-items: end;
	margin-bottom:6px;
}
.y_index_39 p span{
    font-size: 20px;
    color: #c7000b;
}
.y_index_39 input{
    width: 100%;
    border: none;
    background: #f7f7f7;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
}
.y_index_39 input::placeholder{
    color: #3e3e3e;
}
.y_index_39 textarea{
    width: 100%;
    border: none;
    background: #f7f7f7;
    height: 100px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.y_index_39 textarea::placeholder{
    color: #3e3e3e;
}
.y_index_40{
    width: 100%;
}
.y_index_41{
    width: 315px;
    background: #0352ab;
    text-align: center;
    text-align: center;
    color: 18px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
}
.y_index_42{
    width: 100%;
}
.y_index_42 h2{
    font-size: 32px;
    color: #fff;
}
.y_index_42 h3{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.y_index_43{
    width: 100%;
    margin-top: 30px;
}
.y_index_43 p{
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    font-weight: 100;
}
.y_index_44{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.y_index_45{
    margin-right: 40px;
}
.y_index_46{
    text-align: center;
}
.y_index_47{
    width: 100%;
}
.y_index_47 p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 100;
}
.y_index_48{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    width: 100%;
}
.y_index_48 p{
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
.y_index_48 p a{
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
.y_index_48 p:nth-child(1){
    margin-right: 50px;
}












/* 首页 */

/* 公共头部 */
.y_head_1{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    height: 90px;
}
.y_head_2{
    display: flex;
    justify-content: flex-end;
}
.y_head_7{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_head_10{
    margin-left: 20px;
}
.y_head_11{
    position: relative;
}
.y_head_12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_head_12 p{
    font-size: 16px;
    color: #fff;
     font-family: 'Roboto', 'Poppins','arial';
}
.y_head_13{
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_head_13 img:nth-child(2){
    display: none;
}
.y_head_14{
    position: absolute;
    left: 0px;
    top: 110%;
    height: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* height: 50px; */
    background: #fff;
    overflow:  hidden;
    border-radius: 5px;
    transition: ease 0.5s all;
}
.y_head_11:hover .y_head_14{
    transition: ease 0.5s all;
    height: 60px;
}
.y_head_14 a{
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #ccc;
    font-size: 14px;
    padding: 0px 5px;
}
.y_head_15{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}
.y_head_15 img{
    width: 28px;
    height: 28px;
    object-fit: cover;
}
.y_head_15 img:nth-child(2){
    display: none;
}

.y_index_one_mySwiper{
    position: relative;
    overflow: hidden;
}
/* 搜索弹窗 */
.y_search_1{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}
.y_search_2{
    position: fixed;
    z-index: 101;
    max-width: 1500px;
    width: 100%;
    height: 180px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid rgb(170, 170, 170);
    display: none;
}

.y_search_3 h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.y_search_4{
    margin-bottom: 10px;
    margin-top: 10px;
}
.y_search_4 input{
    line-height: 40px;
    width: 100%;
    background: #f2f2f2;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    height: 40px;
}
.y_search_4 input::placeholder{
    color: #cecece;
}
.y_search_5{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.y_search_5 p{
    padding: 15px;
    line-height: 16px;
    background: transparent;
    transition: ease 0.5s all;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}
.y_search_5 p:hover{
    background: #f2f2f2;
    transition: ease 0.5s all;
}
.y_search_5 input{
    padding: 15px;
    line-height: 16px;
    background: transparent;
    transition: ease 0.5s all;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}
.y_search_5 input:hover{
    background: #f2f2f2;
    transition: ease 0.5s all;
}
.y_search_8{
    padding: 0px 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.y_search_8>div{
    width: 100%;
}
/* 搜索弹窗 */
.y_wow_left{
    position: relative;
    left: -100%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}
.y_wow_right{
    position: relative;
    right: -100%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}
.y_wow_up{
    position: relative;
    top: -800%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}
.y_wow_bottom{
    position: relative;
    bottom: -100%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}

.swiper-slide-active .y_index_left{
    transition: ease 1s all;
    left: 0%;
    opacity: 1;
    z-index: 0;
}
.swiper-slide-active .y_index_right{
    transition: ease 1s all;
    right: 0%;
    opacity: 1;
    z-index: 0;
}
.swiper-slide-active .y_index_up{
    transition: ease 1s all;
    top: 0%;
    opacity: 1;
    z-index: 0;
}
.swiper-slide-active .y_index_bottom{
    transition: ease 1s all;
    bottom: 0%;
    opacity: 1;
    z-index: 0;
}
.y_hover_img img{
    transition: ease 1s all;
}
.y_hover_img:hover img{
    transform: scale(1.1);
    transition: ease 1s all;
}
.y_index_phone{
    display: none;
}
/* 公共 分页 头部 */
.y_page_top_1{
    width: 100%;
    height: 450px;
    position: relative;
}
.y_page_top_2{
    width: 100%;
    height: 100%;
}
.y_page_top_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_page_top_3{
    max-width: 1600px;
    left: 50%;
    height: 450px;
    width: 100%;
    top: 0px;
    transform: translate(-50%,0%);
    position: absolute;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.y_page_top_4{
    width: 100%;
}
.y_page_top_4 h2{
    font-size: 25px;
    color: #fff;
}
.y_page_top_5{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.y_page_top_6{
    width: 12px;
    height: 18px;
    margin-right: 10px;
}
.y_page_top_6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_page_top_7{
    display: flex;
    justify-content: flex-start;
    align-items: center; color:#fff;
}
.y_page_top_7 p{
    font-size: 16px;
    color: #fff;
}
.y_page_top_7 a{
    font-size: 16px;
    color: #fff;
    margin: 0px 5px;
}
.y_page_top_7 p:nth-last-child(1){
    display: none;
}
/* 公共 分页 头部 */

/* 关于我们 */
.y_about_1{
    width: 100%;
    max-width: 1600px;
    margin: 90px auto 60px;
}
.y_about_2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.y_about_3{
    width: 310px;
    margin-right: 85px;
    border: 1px solid #0352ab;
}
.y_about_4{
    height: 90px;
    background: #0352ab;
    display: flex;
    align-items: center;
}
.y_about_4 h2{
    font-size: 25px;
    color: #fff;
    padding-left: 40px;
}
.y_about_5{
    width: 100%;
}
.y_about_5>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.y_about_5>a p{
    font-size: 18px;
    color: #000;
    transition: ease 1s all;
}
.y_about_5>a:nth-last-child(1){
    border-bottom:none;
}
.y_about_5 .y_about_5_active p{
    color: #0352ab;
}
.y_about_5>a:hover p{
    color: #0352ab;
    transition: ease 1s all;
}
/*  */
.y_about_5>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.y_about_5>div p{
    font-size: 18px;
    color: #000;
    transition: ease 1s all;
    height: 100%;
    display: flex;
    align-items: center;
}
.y_about_5>div a{
    font-size: 18px;
    color: #000;
    transition: ease 1s all;
    /*height: 100%;*/
    display: flex;
    align-items: center;
}
.y_about_5>div:nth-last-child(1){
    border-bottom:none;
}
.y_about_5 .y_about_5_active p{
    color: #0352ab;
}
.y_about_5 .y_about_5_active a{
    color: #0352ab;
}
.y_about_5>div:hover p{
    color: #0352ab;
    transition: ease 1s all;
}
.y_about_6{
    flex: 1;
}
.y_about_7{
   width: 100%;
   position: relative; 
   border-bottom: 1px solid #eee;
   height: 60px;
}
.y_about_7 h2{
    font-size: 25px;
    color: #000;
    height: 100%;
    position: relative;
    display: inline-block;
}
.y_about_7 h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #0352ab;
    bottom: -2.5px;
    left: 0px;
}
.y_about_8{
    margin-top: 40px;
}
.y_about_8 p{
    font-size: 16px;
    color: #000;
    line-height:32px;
	margin-bottom:16px;
}
/* 关于我们 */

/* 分页底部 */
.y_comm_foot_1{
    width: 100%;
    background: #313131;
}
.y_comm_foot_2{
    max-width: 1600px;
    margin: 0px auto 0px;
    display: flex;
    justify-content: space-between;
    padding: 100px 0px 40px;
}
.y_comm_foot_2>div{
    max-width: 200px;
}
.y_comm_foot_3{
    width: 140px;
}
.y_comm_foot_3 img{
    width: 100%;
    object-fit: cover;
}
.y_comm_foot_5{
    width: 100%;
}
.y_comm_foot_5 h2{
    font-size: 25px;
    color: #fff;
}
.y_comm_foot_6{
    margin-top: 20px;
}
.y_comm_foot_6 a{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 32px;
}
.y_comm_foot_2 .y_comm_foot_7{
    max-width: 400px;
}
.y_comm_foot_8{
    width: 100%;
    margin-top: 20px;
}
.y_comm_foot_8 p{
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.y_comm_foot_9{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_comm_foot_10{
    width: 30%;
    margin-right: 5%;
}
.y_comm_foot_9 .y_comm_foot_10:nth-last-child(1){
    margin-right: 0%;
}
.y_comm_foot_11{
    width: 100%;
}
.y_comm_foot_11 img{
    display: inline-block;
    width: 100%;
    object-fit: cover;
}
.y_comm_foot_12{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.y_comm_foot_12 p{
    font-size: 16px;
    color: #fff;
}
.y_comm_foot_13{
    width: 100%;
    border-top: 1px solid #757574;
}
.y_comm_foot_14{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-height: 95px;
    align-items: center;
}
.y_comm_foot_15{
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.y_comm_foot_15 p{
    font-size: 16px;
    color: #fff;
}
.y_comm_foot_15 p:nth-child(1){
    margin-right: 50px;
}
.y_comm_foot_15 p a{
    font-size: 16px;
    color: #fff;
}
.y_comm_foot_16{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.y_comm_foot_16 a{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 15px
}
.y_comm_foot_16 a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}
/* 分页底部 */

/* 新闻列表 */
.y_news_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;margin-top:40px;

}
.y_news_2{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.y_news_1 .y_news_2:nth-child(3n){
    margin-right: 0%;
}

/* 新闻列表 */

/* 新闻详情 */
.y_news_date_1{
    max-width: 1600px;
    margin: 0px auto 45px;
}
.y_news_date_2{
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.y_news_date_2 h2{
    font-size: 25px;
    color: #000;
}
.y_news_date_3{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
}
.y_news_date_3 p{
    font-size: 14px;
    color: #000;
    margin-right: 20px;
}
.y_news_date_4{
    padding: 30px 0px 80px;
}
.y_news_date_4 p{
    font-size: 16px;
    color: #000;
    line-height:30px;
	margin-bottom:20px;
}
.y_news_date_5{
    width: 100%;
    display: flex;
    justify-content: center;
}
.y_news_date_6 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0352ab;
    height: 48px;
    border-radius: 5px;
    padding: 0px 15px;
}
.y_news_date_6 img{
    width: 32px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
}
.y_news_date_6 p{
    font-size: 16px;
    color: #fff;
}
.y_news_date_7{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.y_news_date_7 a{
    font-size: 16px;
    color: #c9c9c9;
}
.y_news_date_7 p{
    font-size: 16px;
    color: #c9c9c9;
}
/* 新闻详情 */

/* 视频列表 */
.y_video_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_video_2{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.y_video_1 .y_video_2:nth-child(3n){
    margin-right: 0%;
}
.y_video_3{
    width: 100%;
}
.y_video_3 p{
    font-size: 14px;
    color: #909090;
}
.y_video_3 h2{
    font-size: 18px;
    color: #494949;
    margin-top: 20px;
}
.y_video_4{
    margin-top: 25px;
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.y_video_4>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}
.y_video_5{
    position: absolute;
    width: 35px;
    height: 35px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.y_video_5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}
.y_video_6{
    width: 100%;
    margin-top: 20px;
}
.y_video_6 p{
    font-size: 14px;
    color: #494949;
}
/* 视频列表 */

/* 视频详情 */
.y_video_date_1{
    max-width: 1600px;
    margin: 0 auto;
}
.y_video_date_2{
    width: 100%;
}
.y_video_date_2 h2{
    font-size: 25px;
    color: #000;
}
.y_video_date_3{
    width: 100%;
    max-height: 800px;
    margin-top: 30px;
}
.y_video_date_3 video{
    width: 100%;
    max-height: 800px;
    object-fit: contain;
}
/* 视频详情 */

/* 下载中心 */
.y_download_1{
    width: 100%;
    display: flex;
    background: #bfbfbf;
    height: 55px;
    justify-content: flex-start;
    align-items: center;
}
.y_download_2 p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.y_download_flex_1{
    flex: 1;
}
.y_download_flex_2{
    flex: 2;
    display: flex;
    justify-content: flex-start;
}
.y_download_flex_2>p{
    flex: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.y_download_3{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 140px;
    border-bottom: 1px solid #c8c8c8;
}
.y_download_4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_download_4 img{
    max-height: 110px;
    max-width: 160px;
}
.y_download_5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_download_5 p{
    font-size: 18px;
    color: #000;
}
.y_download_6{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_download_7{
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_download_7 p{
    font-size: 18px;
    color: #000;
}
.y_download_7 a{
    display: inline-block;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #000;
    transition: ease 1s all;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    background: transparent;
}
.y_download_6 .y_download_7 a:hover{
    transition: ease 1s all;
    background: #0352ab;
    border: 1px solid #0352ab;
    color: #fff;
}
/* 下载中心 */

/* 联系我们 */
.y_contact_2{
    width: 100%;
    margin-bottom: 40px;
}
.y_contact_2 h2{
    font-size: 25px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items:baseline;
    font-weight: 600;
}
.y_contact_2 h2 p{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-left: 5px;
}
.y_contact_3{
    border: 1px solid #eae8e8;
}
.y_contact_4{
    margin-top: 110px;
}
.y_contact_5{
    text-align: center;
    width: 100%;
}
.y_contact_5 h2{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.y_contact_6{
    width: 100%;
    height:550px;
    margin-top: 30px;
}
/* 联系我们 */

/* 产品列表 */
.y_about_5 .y_product_left_1{
    flex-wrap: wrap;
    height: auto;
}
.y_product_left_1 .y_product_left_3{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_product_left_3 p{
    cursor: pointer;
}
.y_product_left_2{
    width: 100%;
    padding-bottom: 20px;
    display: none;
}
.y_product_left_2 a{
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 36px;
}
.y_product_right_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin-top:40px;
}
.y_product_right_2{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.y_product_right_1 .y_product_right_2:nth-child(3n){
    margin-right: 0%;
}
.y_product_right_1 .y_product_right_2:hover .y_product_right_4{
    background: #0352ab;
    transition: ease 1s all;
}
.y_product_right_1 .y_product_right_2:hover .y_product_right_4 h2{
    color: #fff;
    transition: ease 1s all;
}
.y_product_right_3{
    width: 100%;
    height: 310px;
    overflow: hidden;
}
.y_product_right_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.y_product_right_4{
    width: 100%;
    height: 65px;
    background: #bababa;
    transition: ease 1s all;
}
.y_product_right_4 h2{
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 65px;
    height: 65px;
    transition: ease 1s all;
}
/* 产品列表 */

/* 产品详情 */
.y_pro_date_1{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.y_pro_date_2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.y_pro_date_3{
    width: 850px;
    margin-right: 110px;
}
.y_pro_date_swiper-button-next::after{
    display: none;
}
.y_pro_date_swiper-button-next{
    background: url(../images/icon_11.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 22px; 
    display: block;
    top: 50%;
    transform: translate(0%,50%);
}
.y_pro_date_swiper-button-prev::after{
    display: none;
}
.y_pro_date_swiper-button-prev{
    background: url(../images/icon_12.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 22px; 
    display: block;
    top: 50%;
    transform: translate(0%,50%);
}
.y_product_date_5{
    width: 100%;
    height: 680px;
    border: 1px solid #e5e5e5;
}
.y_product_date_5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_product_date_6{
    margin-top: 40px;
    padding: 0px 45px;
    position: relative;
}
.y_product_date_7{
    height: 50px;
}
.y_product_date_7 img{
    height: 100%;
    object-fit: cover;
    max-width: 60px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}
.y_pro_date_swiper-button-next::after{
    display: none;
}
.y_pro_date_8{
    flex: 1;
}
.y_pro_date_9_xg{
    border-bottom: 1px solid #d7d7d7;
}
.y_pro_date_9 h2{
    font-size: 26px;
    color: #000;
    line-height: 85px;

}
.y_pro_date_9 p{
    font-size: 24px;
    color: #0352ab;
    line-height: 80px;
}
.y_pro_date_10{
    width: 100%;
    margin-top: 20px;
}
.y_pro_date_11{
    width: 100%;
}
.y_pro_date_11 a{
    display: inline-block;
    background: #0352ab;
    height: 65px;
    line-height: 65px;
    padding: 0px 15px;
    font-size: 23px;
    color: #fff;
}
.y_pro_date_12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.y_pro_date_12 p{
    font-size: 18px;
    color: #000;
    margin-right: 25px;
}
.y_pro_date_13{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.y_pro_date_13>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.y_pro_date_14{
    position: relative;
}
.y_pro_date_15{
    left: 50%;
    top: 150%;
    transform: translate(-50%,0%);
    display: flex;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 200px;
    transition: ease 1s all;
    opacity: 0;
    z-index: -1;
}
.y_pro_date_14:hover .y_pro_date_15{
    transition: ease 1s all;
    opacity: 1;
    z-index: 1;
}
.y_pro_date_16{
    flex: 1;
    margin: 0px 10px;
}
.y_pro_date_17{
    width: 100%;
    margin-top: 65px;
}
.y_pro_date_18{
    position: relative;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.y_pro_date_18 h2{
    font-size: 25px;
    color: #000;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}
.y_pro_date_18 h2::after{
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translate(-50%,0%);
    width: 120%;
    height: 3px;
    background: #0352ab;
    content: '';
}
.y_pro_date_19{
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}
/* 产品详情 */


/* 分页 */
.y_page_1 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.y_page_1 li{
    min-width: 30px;
    padding: 0px 5px;
    line-height: 27px;
    height: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
    border: 1px solid #b5b5b5;
    text-align: center;
    border-radius: 5px;
}
.y_page_1 .active{
    background: #0352ab;
}
.y_page_1 .active a{
    color: #fff;
}
.y_page_1 li span{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3f3f3f;
    font-size: 16px;
}
.y_page_1 li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3f3f3f;
    font-size: 16px;
}
/* 分页 */















































@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .y_index_10{
        padding: 0px 10px;
    }
    .y_index_12{
        padding: 0px 10px;
    }
    .y_index_21{
        padding: 0px 10px;
    }
    .y_index_27{
        padding: 0px 10px;
    }
    .y_index_35{
        padding: 0px 10px;
    }
    .y_page_top_3{
        padding: 0px 10px;
    }
    .y_about_2{
        padding: 0px 10px;
    }
    .y_comm_foot_2{
        padding: 100px 10px 40px;
    }
    .y_comm_foot_14{
        padding: 0px 10px;
    }
    .y_news_date_1{
        padding: 0px 10px;
    }
    .y_video_date_1{
        padding: 0px 10px;
    }
    .y_contact_1{
        padding: 0px 10px;
    }
    .y_pro_date_1{
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .y_head_phone{
        display: block;
    }
    .y_index_pc{
        display: none;
    }
    .y_index_phone{
        display: block;
    }
    .y_index_1 .swiper {
        height: auto;
    }
    .y_index_1{
        height: auto;
    }
    .y_index_2{
        height: auto;
    }
    .y_index_two_mySwiper{
        height: 100%;   
    }
    .y_index_3{
        height: auto;
    }
    .y_index_3 img{
        height: auto;
    }
    .y_index_4{
        height: auto;
    }
    .y_index_10{
        flex-wrap: wrap;
        padding: 10px;
    }
    .y_index_6 h2{
        font-size: 20px;
    }
    .y_index_6 h2 span{
        font-size: 20px;
    }
    .y_index_6 h3{
        font-size: 22px;
    }
    .y_index_7{
        margin-top: 10px;
    }
    .y_index_7 p{
        font-size: 14px;
        line-height: 30px;
    }
    .y_index_8{
        margin-top: 10px;
    }
    .y_index_9::after{
        display: none;
    }
    .y_index_9{
        height: auto;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        padding: 0px 0px 0px 0px;
    }
    .y_index_11{
        height: auto;
    }
    .y_index_12{
        padding: 10px;
        height: auto;
    }
    .y_index_14 {
        margin-top: 0px;
    }
    .y_index_14 h2{
        font-size: 20px;
    }
    .y_index_14 h3{
        font-size: 22px;
    }
    .y_index_14 p{
        font-size: 14px;
    }
    .y_index_15{
        display: none;
    }
    .y_index_16{
        margin-top: 20px;
    }
    .y_index_pro_mySwiper .y_index_pro_swiper-button-next{
        opacity: 1 !important;
        transition: ease 1s all;
    }
    .y_index_20{
        height: auto;
    }
    .y_index_21{
        padding: 10px;
        height: auto;
    }
    .y_index_22{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .y_index_23{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .y_index_25 p{
        font-size: 26px;
    }
    .y_index_26{
        height: auto;
    }
    .y_index_27{
        padding: 10px;
        height: auto;
    }
    .y_index_28{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .y_index_29{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .y_index_34{
        height: auto;
    }
    .y_index_35{
        padding: 10px;
        height: auto;
    }
    .y_index_36{
        flex-wrap: wrap;
        height: auto;
    }
    .y_index_37{
        height: auto;
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .y_index_38{
        height: auto;
        padding: 10px 20px;
    }
    .y_index_42 h2{
        font-size: 24px;
    }
    .y_index_42 h3{
        font-size: 14px;
    }
    .y_index_43{
        margin-top: 20px;
    }
    .y_index_43 p{
        font-size: 14px;
        line-height: 30px;
    }
    .y_index_44{
        margin-top: 20px;
        justify-content: space-between;
    }
    .y_index_45{
        margin-right: 0px;
    }
    .y_index_48{
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .y_index_48 p:nth-child(1){
        margin-right: 0px;
    }
    .y_index_48 p{
        font-size: 14px;
    }
    .y_index_48 p a{
        font-size: 14px;
    }
    .y_page_top_1{
        height: 400px;
    }
    .y_page_top_3{
        height: 100px;
        padding: 0px 10px;
        top: auto;
        bottom: 5%;
    }
    .y_page_top_4 h2{
        font-size: 22px;
    }
    .y_page_top_5{
        margin-top: 10px;
    }
    .y_page_top_7 p{
        font-size: 14px; color:#fff;
    }
    .y_page_top_7 p a{
        font-size: 14px;color:#fff;
    }
    .y_about_1{
        margin: 20px auto;
        padding: 0px 10px;
    }
    .y_about_2{
        flex-wrap: wrap;
    }
    .y_about_3{
        width: 100%;
        margin-right: 0px;
    }
    .y_about_4{
        height: 70px;
    }
    .y_about_4 h2{
        font-size: 20px;
        padding-left: 20px;
    }
    .y_about_5>a{
        padding: 0px 20px;
        height: 50px;
    }
    .y_about_6{
        margin-top: 15px;
    }
    .y_about_7 h2{
        font-size: 20px;
    }
    .y_about_7{
        height: 40px;
    }
    .y_about_8{
        margin-top: 10px;
    }
    .y_about_8 p{
        font-size: 14px;
        line-height: 30px;
    }
    .y_comm_foot_2{
        padding: 20px 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .y_comm_foot_3{
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .y_comm_foot_3 img{
        width: 100px;
    }
    .y_comm_foot_4{
        width: 50%;
    }
    .y_comm_foot_5 h2{
        font-size: 18px;
    }
    .y_comm_foot_6{
        margin-top: 10px;
    }
    .y_comm_foot_6 a{
        font-size: 14px;
    }
    .y_comm_foot_7{
        margin-top: 10px;
    }
    .y_comm_foot_8{
        margin-top: 10px;
    }
    .y_comm_foot_8 p{
        font-size: 14px;
    }
    .y_comm_foot_9{
        width: 100%;
        margin-top: 20px;
    }
    .y_comm_foot_2 .y_comm_foot_7{
        max-width: 100%;
        width: 100%;
    }
    .y_comm_foot_11 {
        text-align: center;
    }
    .y_comm_foot_11 img{
        width: 80px;
        height: 80px;
    }
    .y_comm_foot_12 p{
        font-size: 12px;
    }
    .y_comm_foot_13{
        padding: 10px;
        height: auto;
    }
    .y_comm_foot_14{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .y_comm_foot_15{
        flex: none;
        width: 100%;
        flex-wrap: wrap;
    }
    .y_comm_foot_15 p:nth-child(1){
        margin-right: 10px;
    }
    .y_comm_foot_15 p{
        font-size: 12px;
    }
    .y_comm_foot_15 p a{
        font-size: 12px;
    }
    .y_comm_foot_16{
        justify-content: flex-start;
    }
    .y_comm_foot_16 a{
        margin-left: 0px;
        margin-right: 10px;
    }
    .y_news_1{
        flex-wrap: wrap;
        flex: none;
        width: 100%;
		
    }
    .y_news_2{
        width: 100%;
        margin-right: 0%;
    }
    .y_news_date_1{
        margin: 20px auto;
    }
    .y_news_date_2 h2{
        font-size: 22px;
    }
    .y_news_date_3{
        margin-top: 10px;
    }
    .y_news_date_3 p{
        margin-right: 10px;
    }
    .y_news_date_2{
        padding-bottom: 20px;
    }
    .y_news_date_4{
        padding: 20px 0px 40px;
    }
    .y_video_2{
        width: 100%;
        margin-right: 0%;
    }
    .y_download_2 p{
        font-size: 14px;
    }
    .y_download_flex_2>p{
        font-size: 14px;
    }
    .y_download_3{
        height: 100px;
    }
    .y_download_4 img{
        max-height: 70px;
        max-width: 130px;
    }
    .y_download_5 p{
        font-size: 14px;
    }
    .y_download_7 p{
        font-size: 14px;
    }
    .y_download_7 a{
        padding: 0px 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .y_contact_2{
        margin-bottom: 0px;
    }
    .y_contact_2 h2{
        font-size: 22px;
    }
    .y_contact_4{
        margin-top: 20px;
    }
    .y_contact_5 h2{
        font-size: 22px;
    }
    .y_contact_6{
        margin-top: 10px;
        height: 400px;
    }
    .y_product_right_2{
        width: 100%;
        margin-right: 0%;
    }
    .y_product_right_4{
        height: 50px;
    }
    .y_product_right_4 h2{
        line-height: 50px;
        height: 50px;
        font-size: 18px;
    }
    .y_pro_date_2{
        flex-wrap: wrap;
    }
    .y_pro_date_3{
        width: 100%;
        margin-right: 0px;
    }
    .y_product_date_5{
        height: 400px;
    }
    .y_product_date_6{
        margin-top: 20px;
    }
    .y_pro_date_9 h2{
        font-size: 22px;
    }
    .y_pro_date_9 p{
        font-size: 20px;
        line-height: 60px;
    }
    .y_pro_date_11 a{
        height: 45px;
        line-height: 45px;
        padding: 0px 10px;
        font-size: 18px;
    }
    .y_pro_date_19{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .y_page_top_7{
        flex-wrap: wrap;
    }
    .y_index_13{
        margin-top: 0px;
    }
    .on #navToggle span:after{
        background: #333;
    }
    .on #navToggle span{
         background: #333;
    }
    .on #navToggle span:before{
        background: #333;
    }
    .y_news_date_5{
        margin-bottom: 20px;
    }
}
.text_center { text-align: center; margin:0px auto;}
.x_page a,.x_page span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:0 4px 30px auto;
        background: #ccc;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .x_page a:hover,.x_page span.current {
        background: #ff9d00;
        color:#fff;
    }
	
.sideMenu_p{ border:0px solid #ddd; margin-top:0px; }
.sideMenu_p h3{ height:56px; line-height:56px; font-weight:normal; padding:0px 26px;border-bottom:1px solid #e3e3e3; background:#fff; cursor:pointer; font-size:18px; color: #333;}
.sideMenu_p h3:hover{ height:56px; line-height:56px; font-weight:normal; padding:0px 26px;border-bottom:0px solid #e3e3e3; background:#2c84e2;  color: #fff;}
.sideMenu_p h6{ color:#fff; background-color:#0352ab; height:90px; line-height:90px; font-size:26px; text-indent:26px; margin-bottom:10px;}
.sideMenu_p ul .nLi.on .sub{ display: block; background-color:#fff; margin-bottom:6px;padding:10px 0px;}
.sideMenu_p ul .nLi .sub{ padding:10px 0px; color:#666; display:none; font-size:16px; line-height:24px;background-color:#fff;}
.sideMenu_p ul .nLi .sub li{ height:45px; line-height:45px; list-style: none; font-size:18px;}
.sideMenu_p ul .nLi .sub li a{ display: block; width: 100%; height: 100%; font-size: 16px; color: #333; text-decoration: none; padding:0 25px; box-sizing:border-box;}
.sideMenu_p ul .nLi .sub li a:hover{ background:#2c84e2; color:#eaf4f7;}


