* {
    margin: 0px;
    padding: 0px;
    outline: none;
}



body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.w1488 {
    width: 1488px;
    margin: 0 auto;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}


/*header*/
.header {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 100px;
    width: 100%;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, .2);
}

.header_l {
    width: 29%;
    padding-left: 11%;
    float: left;
}

.header_l img {
    position: relative;
    top: 18.5px;
}

.header_r {
    float: right;
}

.header_r ul {
    display: flex;
    justify-content: space-between;
}

.header_r ul li {
    text-align: center;
    position: relative;
}

.header_rltaw {
    line-height: 100px;
    height: 100px;
    color: #000;
    position: relative;
    overflow: hidden;
    padding: 0 1.354vw;
}

.header_r ul li:hover .zw_show {
    display: flex;
}

.header_r ul li.action .header_rltaw:after {
    top: 0;
}

.header_r ul li:hover .header_rltaw:after {
    top: 0;
}

.hidename,
.showname {
    transition: .5s;
}

.header_r ul li .hidename {
    color: #fff;
}

.header_rltaw::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #005BAC;
    z-index: auto;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}
.fzlc{
    padding:90px 0px 90px;
    background:rgb(241, 243, 245);
}

.fzlc_ul .swiper-slide {
    display: flex;
    height: auto;
    background: #fff;
    padding: 40px 25px 32px;
    flex-direction: column;
    justify-content: space-between;
}
.fzlc_ul .swiper-slide:hover{
    background:#005BAC;
    background-size:100% 100%;
}
.fzlc_ul .swiper-slide:hover .fzlc_ul1{
	color:#fff;
    border:1px solid #fff;
}
.fzlc_ul1{
    width:138px;
    height:52px;
    text-align:center;
    line-height:50px;
    color:rgb(215, 171, 105);
    border:1px solid rgb(215, 171, 105);
    border-radius: 25px;
    font-size:22px;
	margin-bottom:40px;
}
.fzlc_ul2{
    line-height:28px;
    text-align:justify;
    color:rgb(143, 143, 143);
	font-size:14px;
}
.fzlc_ul .swiper-slide:hover .fzlc_ul2{
    color:#fff;
}
.fzlc_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    text-align: center;
}
.fzlc_fx{
    display:flex;
}
.fzlc_fx div{
    width:64px;
    height:64px;
    line-height:62px;
    text-align:center;
    border-radius: 50%;
    background:#fff;
    
    margin-left:36px;
}
.fzlc_titlel .jssl1l2{
    margin-bottom:0px;
}
.header_r ul li:hover .showname,
.header_r ul li:hover .hidename {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
}

.header_r ul li.action .showname,
.header_r ul li.action .hidename {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
}

.header_rltaw div {
    position: relative;
    z-index: 1;
}

.header_r ul li:hover .navchildbox {
    visibility: visible;
    opacity: 1;
    top: 100px;
    z-index: 13;
    display:flex;
}

.boxflex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex: wrap;
    -ms-flex-wrap: wrap;
}

.navchildbox .navchilditem:hover {
    background-color: #1a89d8;
}

.navchildbox .navchilditem:hover a {
    color: #fff;
}

.navchildbox {
    width: 850px;
    position: absolute;
    left: 0;
    top: 150px;
    background-color: #fff;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    display:None;
}

.navchildbox .navchilditems {
    width: 290px;
    background-color: #f4f4f4;
    padding: 40px
}

.navchildbox .navchilditem {
    height: 65px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.navchildbox .navchilditem a {
    display: block;
    line-height: 65px;
    color: #666
}

.navchildbox .navchilditem:after {
    content: "";
    width: 9px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -9px;
    background-image: url(../img/navright.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.navchildbox .rightbox {
    width: 560px;
    padding: 54px 60px 60px 58px;
    border-top: 1px solid #f3f9fd
}

.navchildbox .rightbox .title {
    color: #444;
    font-weight: bold;
    font-size: 24px
}

.navchildbox .rightbox .text {
    margin-top: 28px;
    color: #666;
    line-height: 2;
    height: 90px;
    overflow: hidden
}

.navchildbox .rightbox .img {
    margin-top: 58px
}



.navchildbox .rightbox .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.header_r ul li:nth-of-type(3) .navchildbox,
.header_r ul li:nth-of-type(4) .navchildbox,
.header_r ul li:nth-of-type(5) .navchildbox,
.header_r ul li:nth-of-type(6) .navchildbox,
.header_r ul li:nth-of-type(7) .navchildbox,
.header_r ul li:nth-of-type(8) .navchildbox {
    left: auto;
    right: 0
}
.header_ssym{
    margin:0px 20px;
}
.header_ssym:hover .searchbox {
    display: block !important;
}

.header_ssym .searchbox {
    display: none !important;
}

.header_rs {
    margin-left: 0px;
    width: 80px !important;
    text-align: center;
}
.header_rsws{
    width: 120px !important;
    background:#005BAC;
    position: relative !important;
}
.header_rr_c {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 120px;
    left: -0%;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.header_rsws:hover .header_rr_c{
    top:100px;
    opacity: 1;
    z-index: 9;
}
.header_r ul .header_rs .header_rsa img {
    height: 28px;
    position: relative;
    top: 36px;
    width: 28px;
    margin: 0 auto;
}

.header_r ul li .header_rsa img:nth-child(2) {
    display: none;
}

.header_rs:hover .header_rsa img:nth-child(2) {
    display: block;
}

.header_rs:hover .header_rsa img:nth-child(1) {
    display: none;
}

.header_r ul li.header_rs {
    position: unset;
}

.searchbox {
    width: 0;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 4;
    opacity: 0
}

.searchbox .close {
    line-height: 74px;
    cursor: pointer
}

.searchbox .close:hover img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg)
}

.searchbox .searchform .input {
    width: calc(100% - 120px);
    margin: 0 20px
}

.searchbox .searchform .input input {
    width: 100%;
    height: 74px;
    font-size: 24px;
    text-align: center;
    position: relative;
    background-color: transparent;
    color: #333;
    border: none;
    border-bottom: 1px solid #ddd
}

.searchbox .searchform .input input:focus {
    border-bottom-color: #d50900
}

.searchbox .searchform .input input::-webkit-input-placeholder {
    color: #999
}

.searchbox .searchform .btn {
    height: 74px;
    text-align: center;
    line-height: 74px;
    cursor: pointer;
    background: None;
    border: none;
}

.searchbox .searchform .btn img {
    width: 20px;
}

.searchbox.cur {
    width: 100%;
    padding: 13px 50px;
    opacity: 1
}

.close img {
    display: inline-block;
    vertical-align: middle;
}

.lf {
    float: left;
}

/*header end*/

/*banner*/
.banner {
    height: 90vh;
    width: 100%;
}

.banner img {
    height: 90vh;
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.04, 1.04);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

#banner .arrow-right {
    background: url(../images/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

#banner .arrow-left {
    background: url(../images/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    cursor: pointer;
}

#banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}

#banner .swiper-pagination-bullet-active {
    background: #fdd000;
    width: 12px;
}

.banner_top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    overflow: hidden;
}

.banner_top img {
    width: 100%;
}

/*banner end*/

/*inews*/
.inews {
    padding: 30px 0px 60px;
    background: rgb(246, 246, 246);
}

.w1520 {
    width: 1520px;
    margin: 0 auto;
}

.inews .w1520 {
    display: flex;
    justify-content: space-between;
}

.inewsl {
    width: 860px;
}

.inewsl_ul {
    display: flex;
    justify-content: space-between;
}

.inewsl_ul li {
    width: 49%;
}

.inewsla {
    font-size: 44px;
    line-height: 64px;
    color: rgb(0, 0, 0);
    margin-bottom: 34px;
}

.inewsla_time {
    width: 91px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(0, 91, 172);
}

.inewsla_time1 {
    font-size: 42px;
    color: rgb(255, 255, 255);
    line-height: 60px;
}

.inewsla_time2 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding-bottom: 9px;
}

.inewsa {
    background: rgb(255, 255, 255);
    padding: 37px 22px;
}

.inewsa1 {
    color: rgb(0, 91, 172);
}

.inewsa2 {
    font-size: 18px;
    line-height: 30px;
    color: rgb(31, 31, 31);
}

.inewsa3 {
    font-size: 14px;
    line-height: 23px;
    color: rgb(163, 163, 163);
    margin-top: 20px;
}

.inewsa4 {
    font-size: 14px;
    color: rgb(76, 76, 76);
    line-height: 22px;
    margin-top: 56px;
    padding-left: 8px;
}

.inewsl_ul li:hover .inewsa {
    background: rgb(0, 91, 172);
}

.inewsl_ul li:hover .inewsa1,
.inewsl_ul li:hover .inewsa2,
.inewsl_ul li:hover .inewsa3,
.inewsl_ul li:hover .inewsa4 {
    color: #fff;
}

.inewsr {
    width: 641px;
    padding-top: 17px;
}

.inewra {
    width: 100%;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(192, 192, 192);
    display: flex;
}

.inewra li {
    cursor: pointer;
    text-align: center;
    font-size: 23px;
    color: rgb(43, 43, 43);
    margin-right: 89px;
    position: relative;
}

.inewra li.action::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 87px;
    height: 8px;
    background: url(../images/new_nav_x.png) center no-repeat;
}

.inewrb {
    margin-top: 38px;
    height: 601.5px;
    overflow-y: auto;
    padding-right: 14px;
}

.inewrb li {
    padding: 0px 30px 0px 60px;
    background: #fff;
    height: 192px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.inewrb1 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    margin-left: -8px;
}

.inewrb2 {
    font-size: 18px;
    line-height: 28px;
    color: rgb(118, 118, 118);
    margin: 8px 0px;
}

.inewrb3 {
    font-size: 18px;
    line-height: 26px;
    color: rgb(23, 20, 20);
}

.inewrb li:hover {
    background: rgb(0, 91, 172);
}

.inewrb li:hover .inewrb1,
.inewrb li:hover .inewrb2,
.inewrb li:hover .inewrb3 {
    color: #fff;
}

.inewrb ul {
    display: none;
}

.inewrb ul.action {
    display: block;
}

.iabout {
    display: flex;
    position: relative;
    padding-bottom: 272px;
    justify-content: space-between;
}

.iaboutf {
    position: absolute;
    bottom: 80px;
    right: 0px;
}

.iaboutl {
    width: 640px;
    margin-left: 5%;
}

.iaboutl1 {
    padding-top: 90px;
    font-size: 44px;
    line-height: 64px;
    color: rgb(14, 14, 14);
    text-transform: capitalize;
    font-weight: 700;
}

.iaboutl2 {
    font-size: 44px;
    line-height: 64px;
    color: rgb(14, 14, 14);
}

.iaboutl3 {
    margin: 53px 0px 130px;
    font-size: 16px;
    line-height: 34px;
    color: rgb(101, 101, 101);
}

.iaboutl4 a {
    font-size: 16px;
    line-height: 49px;
    color: rgba(0, 0, 0, 0.5);
}

.iaboutl4 img {
    position: relative;
    top: 20.5px;
    margin-right: 15px;
}
.iaboutl4 img:nth-child(2){
    display:none;
}
.iaboutl4:hover a{
    color:#ef9f3b;
}
.iaboutl4:hover img:nth-child(1){
    display:none;
}
.iaboutl4:hover img:nth-child(2){
    display:inline-block;
}

.iaboutr {
    position: relative;
    width: 1046px;
    height: 699px;
    z-index: 2;
}

.iaboutra {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.iaboutra img {
    display: block;
}

.rightbox img {
    width: 100%;
}

.iaboutr .video {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 699px;
    background: rgba(0, 0, 0, .8);
}

.iaboutr .video video {
    width: 100% !important;
    height: 699px !important;
    background: #000;
}

.gsjj_video .video {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 535px;
    background: rgba(0, 0, 0, .8);
}

.ne_r {
    width: 80%;
}

.gsjj_video .video video {
    width: 100% !important;
    height: 535px !important;
    background: #000;
}

.vclose {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}

.lg-object.lg-image {
    max-height: 600px !important;
}

.gcyj .gcyj1 li.action a {
    color: #005BAC;
}

.iaboutrk {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    background-attachment: fixed;
}

.z_about_num {
    position: absolute;
    left: 0;
    bottom: 0%;
    background: rgb(0, 91, 172);
    width: 248px;
    padding: 41px 39px;
    color: #fff;
}

.z_about_num li {
    margin-bottom: 40px;
}

.z_about_num li:last-child {
    margin-bottom: 0px;
}

.timer {
    font-size: 34px;
    font-weight: bold;
}

.z_about_num h3 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
}

.z_about_num div {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.iab3c i {
    color: rgb(0, 78, 147) !important;
}

/*inews end*/


.index-s3 {
    padding: 7.5rem 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img-4.jpg);
    background-attachment: fixed;
}

.index-s3:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/img-6-1.png) center bottom no-repeat;
    background-size: 100% auto;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.wrap-s {
    width: 1540px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.index-s3 .flex {
    display: flex;
    justify-content: space-between;
}

.index-s3 .index-tit {
    width: 43%;
}

.index-tit {
    position: relative;
}
.index-titq{
    position:absolute;
}

.index-tit1 {
    font-weight: 700;
    font-size: 44px;
    color: rgb(255, 255, 255);
}

.index-tit2 {
    font-size: 500;
    font-size: 44px;
    color: rgba(255, 255, 255, 1);
}

.tit {
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin: 41px 0px 53px;
}

.index-tit .iaboutl4 a {
    color: #fff;
}

.index-s3 .items {
    width: calc(57% - 12.5rem);
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.index-s3 .items {
    width: calc(57% - 12.5rem);
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
    justify-content: space-between;
}

.items .item {
    width: 46%;
    margin-top: 27px;
    height: 413px;
    background: #fff;
    padding: 34px 41px;
}

.items .item:nth-child(1) {
    margin-top: 0px !important;
}

.items .item:nth-child(2) {
    margin-top: 54px;
}

.items .item:nth-last-child(even){
    margin-top: -27px;
}

.item2 {
    margin: 14px 0px 10px;
    font-size: 22px;
    color: rgb(0, 78, 147);
}

.iywfw {
    position: absolute;
    left: -20px;
    bottom: 0px;
    z-index: 2;
}

.item3 {
    font-size: 14px;
    color: rgb(170, 169, 169);
    line-height: 25px;
    text-align: justify;
}

.items .item:hover {
    background: #004E93;
}

.items .item:hover .item1 {
    background: #fff;
}

.items .item:hover .item1 img:nth-child(2) {
    display: block;
}

.items .item:hover .item1 img:nth-child(1) {
    display: none;
}

.items .item:hover .item2 {
    color: #fff;
}

.items .item:hover .item3 {
    color: rgba(255, 255, 255, 0.7);
}

.item1 {
    width: 97px;
    height: 97px;
    text-align: center;
    background: #004E93;
    border-radius: 50%;
    position: relative;
}

.item1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.item1 img:nth-child(2) {
    display: none;
}

.w1540 {
    width: 1540px;
    margin: 0 auto;
}

.iywly {
    background: url(../images/ywly_bg.jpeg) top no-repeat;
    position: relative;
}

.iywly_img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.iywfw img {
    display: block;
}

.hjxm {
    padding: 95px 0px 83px;
    position: relative;
    background: rgb(246, 246, 246);
}

.hjxml .swiper-slide img {
    width: 100%;
    display: block;
}

.hjxml_text {
    background: rgba(0, 0, 0, 0.5);
    line-height: 52px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.hjxm_titlel {
    float: left;
}

.hjxm_titler {
    float: right;
    margin-right: 10%;
}

.hjxm_title {
    width: 73%;
    float: right;
    padding: 43px 0px 34px;
    position: relative;
    z-index: 2;
}

.gsggtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gsggtitle .sznav {
    margin-top: 0px;
}

.hjxmss::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 24%;
    background: #fff;
    width: 555px;
    height: 90%;
}

.atc-con table {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #888;
    border-top: 1px solid #888;
    background: #efefef;
}

.atc-con th,
.atc-con td {
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 5px 15px;
}

.atc-con th {
    font-weight: bold;
    background: #ccc;
}

.w1415 {
    width: 1415px;
    margin: 0 auto;
}

.sfwys_title {
    width: 100%;
}

.sfwys_title .hjxm_titler {
    margin-right: 0px;
    position: relative;
    top: 25px;
}

.sfwys {
    position: relative;
    padding-bottom: 134px;
}

.sfwys::after {
    content: '';
    width: 24%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    background: rgb(246, 246, 246);
}

.sfwys_en {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    width: 7.5%;
}

.sfwys_en img {
    width: 100%;
}

.sfwysc_div {
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 34px 43px;
    position: relative;
    margin-top: -118px;
    width: 80%;
}

.sfwyscl .swiper-slide {
    padding-bottom: 40px;
}

.sfwyscl .swiper-slide.swiper-slide-active {
    padding-top: 80px;
}

.zxhz {
    background: url(../images/lyfs.jpeg) center no-repeat;
    background-size: cover;
    height: 452px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zxhz1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.zxhz2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.zxhz3 {
    display: flex;
    margin-top: 57px;
    justify-content: space-between;
}

.zxhz3 li {
    width: 32%;
}

.zxhz3 input {
    border: none;
    background: #fff;
    width: 100%;
    line-height: 49px;
    text-indent: 20px;
}

.zxhz4 {
    margin-top: 18px;
    width: 100%;
    line-height: 49px;
    background: #0069c7;
    color: #fff;
    text-align: center;
}

.yqlj {
    padding: 56px 0px 77px;
}

.yqlja {
    color: #242424;
    font-size: 24px;
}

.yqljb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-between;
}

.yqljb li {
    width: 23%;
    margin: 12px 0px;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}


.lxwm1 {
    background: rgb(248, 248, 248);
    padding: 84px 0px;
}

.w1230 {
    width: 1230px;
    margin: 0 auto;
}

.lxwm1ul .ty_img {
    width: 136px;
    margin: 0 auto;
}

.lxwm1ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.lxwm1ul li {
    text-align: center;
}

.lxwm1ul1 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 39px;
}

.lxwm1ul2 {
    font-size: 18px;
    line-height: 35px;
    color: rgb(66, 66, 66);
}

.lxwm {
    background: url(../images/lxwm_bg.jpeg) center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.lxwmlt1 {
    color: rgb(0, 0, 0);
    font-size: 38px;
    padding-top: 89px;
}

.lxwmlt3 {
    line-height: 32px;
    font-size: 16px;
    color: rgb(112, 111, 111);
}

.lxwmlb {
    margin-top: 40px;
}

.lxwmlb input {
    border: 1px solid rgb(172, 172, 172);
    line-height: 48px;
    width: 682px;
    margin-bottom: 16px;
    text-indent: 26px;
}

.lx_btn {
    width: 299px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: rgb(0, 91, 172);
    cursor: pointer;
}

/*znav*/
.znav {
    position: relative;
    line-height: 70px;
    margin-top: -70px;
}

.znavf {
    width: 512px;
    background: rgb(246, 246, 246);
    height: 72px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(94, 94, 94);
}

.znavf img {
    margin-right: 7px;
}

.znavf span {
    margin: 0px 4px;
}

.znavf a {
    color: rgb(94, 94, 94);
}

.znavfc {
    color: rgb(1, 88, 166) !important;
}

.w1480 {
    width: 1480px;
    margin: 0 auto;
}

.znav .w1480 {
    background: rgb(237, 237, 237);
    padding: 0px 20px;
    width: 1560px;
}

.znav_ul {
    display: flex;
}

.znav_ul li {
    padding: 0px 38px;
    position: relative;
}

.fywh .znav_ul li {
    padding: 0px 25px;
}

.znav_ul li a {
    color: #000;
}

.znav_ul li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 17px;
    margin-top: -8.5px;
    width: 1px;
    background: rgb(139, 139, 139);
}

.znav_ul li:last-child::after {
    display: none;
}

.znav_ul li.action a {
    color: rgb(0, 91, 172);
    border-bottom: 2px solid rgb(0, 91, 172);
}
.znav_ul li:hover a {
    color: rgb(0, 91, 172);
    border-bottom: 2px solid rgb(0, 91, 172);
}

/*znav end*/

.sfwysc_div1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin: 16px 0px 9px;
}

.sfwysc_div2 {
    color: rgb(133, 133, 133);
    line-height: 30px;
}

/*zzjg*/
.zzjg {
    background: rgb(244, 245, 249);
    padding: 110px 0px 90px;
}

.zzjg_titl1 {
    font-size: 34px;
    line-height: 70px;
    color: rgb(10, 10, 10);
}

.zzjg_titl2 {
    color: rgb(0, 91, 172);
    line-height: 50px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
}

.zzjg_content li {
    position: relative;
    width: 153px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.zzjg_content li:last-child {
    margin-bottom: 55px;
}

.zzjg_c1 {
    position: relative;
    z-index: 1;
    width: 155px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(90deg, #2a88dc, #0069c7);
}

.zzjg_content li::after {
    content: '';
    background-image: linear-gradient(90deg, #2a88dc, #0069c7);
    position: absolute;
    width: 165px;
    height: 60px;
    left: -5px;
    top: -5px;
    opacity: 0.08;
    border-radius: 10px;
}

.zzjg_content li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 30px;
    bottom: -30px;
    left: 50%;
    background: url(../images/zzjgx.jpg) center;
}

.zzjg_content li:last-child::before {
    height: 55px;
    bottom: -55px;
}

.zzjg_content1 {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.zzjg_content1::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1400px;
    height: 2px;
    background: url(../images/zzjgxh.jpg) center;
}

.zzjg_content1 ul {
    display: flex;
    justify-content: space-between;
}

.zzjg_content1 li {
    width: 164px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    margin-top: 42px;
    position: relative;
}

.zzjg_content1 li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 42px;
    background: url(../images/zzjgx.jpg) center;
    top: -42px;
    left: 50%;
}

.zzjg_content1 li:first-child {
    margin-left: -82px;
}

.zzjg_content1 li:last-child {
    margin-right: -82px;
}

.zzjg_content2 li {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 154px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(90deg, #2a88dc, #0069c7);
    border-radius: 10px;
    display: inline-block;
    position: relative;
    margin: 36px 9px 0px;
}

.zzjg_content2 li::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 164px;
    width: 60px;
    background-image: linear-gradient(90deg, #2a88dc, #0069c7);
    opacity: 0.08;
    border-radius: 10px;
}

.zzjg_content2 li::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    width: 2px;
    height: 26px;
    background: #dde6f0;
}

.zzjg_content2a {
    display: inline-block;
    position: relative;
    padding-top: 60px;
}

.zzjg_content2a:nth-child(1):before {
    content: '';
    position: absolute;
    top: 64px;
    left: 34px;
    height: 2px;
    width: 146px;
    background: #dde6f0;
}

.zzjg_content2a:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    height: 60px;
    width: 2px;
    background: #dde6f0;
}

.zzjg_content2 .zzjg_content2a:nth-child(1) {
    margin-left: -70px;
}

.zzjg_content2a:nth-child(2):before {
    content: '';
    position: absolute;
    top: 64px;
    left: 34px;
    height: 2px;
    width: 74px;
    background: #dde6f0;
}

.zzjg_content2a:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    height: 56px;
    width: 2px;
    background: #dde6f0;
}

.zzjg_content2 .zzjg_content2a:nth-child(2) {
    margin-left: 102px;
}

.zzjg_content2a:nth-child(3):before {
    content: '';
    position: absolute;
    top: 64px;
    left: 34px;
    height: 2px;
    width: 220px;
    background: #dde6f0;
}

.zzjg_content2a:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    height: 56px;
    width: 2px;
    background: #dde6f0;
}

.zzjg_content2 .zzjg_content2a:nth-child(3) {
    margin-left: 62px;
}

.zzjg_content2a:nth-child(4):before {
    content: '';
    position: absolute;
    top: 64px;
    left: 34px;
    height: 2px;
    width: 148px;
    background: #dde6f0;
}

.zzjg_content2a:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    height: 56px;
    width: 2px;
    background: #dde6f0;
}

.zzjg_content2 .zzjg_content2a:nth-child(4) {
    margin-left: 26px;
}

.zzjg_content2a:nth-child(5):before {
    content: '';
    position: absolute;
    top: 64px;
    left: 34px;
    height: 2px;
    width: 293px;
    background: #dde6f0;
}

.zzjg_content2a:nth-child(5)::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 29.6%;
    height: 56px;
    width: 2px;
    background: #dde6f0;
}

.zzjg_content2 .zzjg_content2a:nth-child(5) {
    margin-left: 60px;
}

.zzjg li:hover {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.zzjgs {
    margin-top: -160px;
}

/*zzjg end*/

/*zzry*/
.zz_title {
    margin: 83px 0px 73px;
    text-align: center;
    position: relative;
    font-size: 38px;
    color: rgb(13, 13, 13);
    line-height: 50px;
}

.zz_title::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 14px;
    margin-top: -3px;
    margin-left: -300px;
    background: url(../images/title_l.png);
}

.zz_title::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 180px;
    height: 14px;
    margin-top: -3px;
    margin-right: -300px;
    background: url(../images/title_l.png);
    transform: rotate(180deg);
}

.zzry_ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}


.zzry_ul li {
    margin-bottom: 30px;
    width: 23.5%;
    cursor: pointer;
    margin-right: 2%;
}

.zzry_ul li:nth-child(4n) {
    margin-right: 0px;
}

.zzry_text {
    width: 100%;
    line-height: 50px;
    background: rgb(240, 240, 240);
    text-align: center;
    color: rgb(13, 13, 13);
}

.ty_img {
    position: relative;
    overflow: hidden;
}

.ty_img img {
    width: 100%;
    display: block;
    transition: .5s;
}

.ty_img:hover img {
    transform: scale(1.04);
}

.dsz {
    padding: 122px 0px 96px;
}

.dsz .dszc {
    display: flex;
    justify-content: space-between;
    height: 579px;
    align-items: center;
}

.dsz_l {
    width: 47%;
}

.dsz_l1 {
    font-size: 34px;
    color: rgb(10, 10, 10);
}

.dsz_l2 {
    font-size: 42px;
    color: rgb(0, 91, 172);
    font-weight: 700;
    text-transform: uppercase;
}

.dsz_l3 {
    color: rgb(61, 61, 61);
    font-size: 42px;
    margin: 54px 0px 36px;
}

.dsz_l4 {
    font-size: 16px;
    line-height: 44px;
    color: rgb(117, 117, 117);
    text-align: justify;
}

.sznav {
    text-align: center;
    margin-top: 60px;
}

.sznav li {
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #005BAC;
    margin: 0px 10px;
}

.sznav li a {
    color: #000;
}

.sznav li:hover {
    background: #005BAC;
}

.sznav li:hover a {
    color: #fff;
}

.sznav li.action {
    background: #005BAC;
}

.sznav li.action a {
    color: #fff;
}

.dsz_r {
    width: 680px;
}

.gsjjl1 {
    font-size: 48px;
    font-weight: 700;
}

.gsjjl2 {
    font-size: 36px;
    color: rgb(28, 28, 28);
}

.gsjjl3 {
    font-size: 16px;
    line-height: 36px;
    color: rgb(92, 92, 92);
    margin-top: 42px;
    text-align: justify;
}

.gsjjc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 108px 0px 67px;
    align-content: center;
}

.gsjjl {
    width: 50%;
    position: relative;
}

.gsjjla {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ckxq {
    cursor: pointer;
    color: rgb(0, 91, 172);
}

.gsjjr {
    width: 500px;
}

.gsjjr li {
    padding-bottom: 33px;
    margin-bottom: 74px;
    border-bottom: 1px solid rgb(213, 213, 213);
}

.gsjjr li:last-child {
    margin-bottom: 0px;
}

.gsjjl3 p:nth-child(2) {
    margin-top: 36px;
}

.gsjj_video {
    height: 535px;
    background: url(../images/video_bg.jpg) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 76px;
}

.iab3c {
    cursor: pointer;
    text-align: center;
    position: absolute;
    width: 148px;
    height: 148px;
    margin: 0 auto;
    bottom: 50%;
    left: 50%;
    line-height: 148px;
    margin-left: -74px;
    margin-bottom: -74px;
}

.iab3c i {
    font-size: 24px;
    color: #fff;
    margin-left: 4px;
    position: relative;
    z-index: 2;
}

.iab3c::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.iab3c span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: myfirst 3s infinite;
    animation-direction: alternate;

    /* Safari 和 Chrome */
    -webkit-animation: myfirst 3s infinite;
    -webkit-animation-direction: alternate;
}

.iab3c span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 99px;
    height: 99px;
    margin-top: -49.5px;
    margin-left: -49.5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: myfirsts 3s infinite;
    animation-direction: alternate;

    /* Safari 和 Chrome */
    -webkit-animation: myfirsts 3s infinite;
    -webkit-animation-direction: alternate;
}

@keyframes myfirst {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.5);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.5);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }
}

@keyframes myfirsts {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.1);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }
}

@-webkit-keyframes myfirsts

/* Safari and Chrome */
    {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.1);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }
}

.iab3c img {
    display: inline;
}

.video_text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 180px;
    margin-left: -16px;
    line-height: 50px;
    height: 50px;
    text-transform: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.w1520 {
    width: 1520px;
    margin: 0 auto;
}

.azzry {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 12px solid rgb(52, 52, 52);
    background: url(../images/zzrys_bg.jpg) no-repeat center;
    background-size: cover;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.zzrys {
    margin-top: 60px;
}

.azzry .swiper-slide {
    background: url(../images/zzry_bg.png) center no-repeat;
    height: 128px;
    margin-bottom: 31px !important;
    margin-top: 31px !important;
}

.zzry_texta {
    font-size: 24px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    justify-content: center;
    height: 128px;
    align-items: center;
    margin: 0 auto;
    margin-top: -10px;
    width: 70%;
}

.zzry_content .w1520 {
    position: relative;
}

.zzry_l {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.zzry_r {
    position: absolute;
    transform: rotate(180deg);
    right: 3%;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.zzryba {
    margin-top: 72px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zzryba li {
    width: 31%;
    margin-bottom: 50px;
    cursor: pointer;
}

.zzryba li:hover img {
    transform: scale(1.04);
}

.zzryb_text {
    line-height: 50px;
    text-align: center;
    background: rgb(244, 243, 243);
    margin-top: 6px;
    color: rgb(54, 53, 53);
}

.zzry_title1 {
    text-align: center;
    font-size: 42px;
    color: #fff;
}

.zzry_title2 {
    font-weight: 700px;
    font-size: 42px;
    color: rgb(255, 255, 255);
    text-align: center;
}


.qywh {
    padding: 130px 0px;
}

.qywh_l {
    position: relative;
    z-index: 1;
}

.qywh_l1 {
    padding-left: 43px;
}

.qywh_l1a {
    color: rgb(10, 10, 10);
    font-size: 42px;
}

.qywh_l1b {
    font-size: 42px;
    color: rgb(0, 91, 172);
    font-weight: 700;
    text-transform: uppercase;
}

.qywh_l2 {
    margin-top: 52px;
    width: 716px;
    height: 372px;
    box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    line-height: 48px;
    padding-left: 92px;
    background: #fff;
}

.qywh .w1300 {
    position: relative;
}

.qywh_r {
    position: absolute;
    right: 0px;
    bottom: 45px;
}


.ywbj {
    background: rgb(247, 247, 247);
    padding: 86px 0px;
}

.ywbjc {
    display: flex;
    height: 590px;
    justify-content: space-between;
    align-items: center;
}

.ywbj_l {
    width: 680px;
}

.ywbj_l3 {
    color: rgb(14, 14, 14);
    font-size: 42px;
    margin: 85px 0px 30px;
}

.ywbj_l4 {
    line-height: 36px;
    color: rgb(14, 14, 14);
    font-size: 16px;
}

.ywbj_r {
    width: 800px;
}
#main {
    width: 100%;
    height: 800px;
}

.ywly {
    padding: 104px 0px;
}

.ywlyc {
    display: flex;
    height: 480px;
    justify-content: space-between;
    align-items: center;
}

.ywlyl3 {
    font-size: 16px;
    line-height: 32px;
    color: rgb(51, 51, 51);
    margin: 38px 0px;
}

.ywlyl4 a {
    display: flex;
    width: 215px;
    height: 60px;
    line-height: 60px;
    background: rgb(0, 91, 172);
    color: #fff;
    justify-content: center;
    align-items: center;
}

.ywlyl4 a img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.ywlyl4 a img:nth-child(2) {
    display: none;
}

.ywlyl4 a:hover {
    background: #ef9f3b;
}

.ywlyl {
    width: 700px;
}

.ywlyr {
    width: 695px;
}

.ywlya {
    background: url(../images/ywlya_bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 1px;
}

.ywlya .zz_title {
    color: #fff;
}

.bim .zz_title {
    margin-bottom: 50px;
}

.zz_text {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    padding-bottom: 50px;
}

.bim_t {
    display: flex;
    justify-content: space-between;
}

.bim_b {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.bim li:hover {
    background: #fff;
}

.bim_b li {
    height: 136px;
    width: 24.2%;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.bim_t li {
    height: 136px;
    width: 32.5%;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.bim_text {
    font-size: 26px;
    color: rgb(24, 24, 24);
    width: 100%;
    text-align: center;
}

.ywlya_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywlya_ul li {
    width: 32%;
    padding: 0px 36px;
    background: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.ywlyat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 106px;
    align-items: center;
    border-bottom: 1px solid rgb(209, 209, 209);
}

.ywlyat1 {
    font-size: 28px;
    color: rgb(24, 24, 24);
}

.ywlyab {
    padding: 29px 0px;
    color: rgb(140, 140, 140);
    line-height: 28px;
}

.hxys {
    padding-top: 1px;
    background: rgb(242, 242, 242);
    padding-bottom: 109px;
}

.hxys .zz_title {
    color: rgb(17, 17, 17);
}

.hxys_ul {
    display: flex;
    justify-content: space-between;
}

.hxys_ul li {
    width: 24%;
    padding: 33px;
    background: #fff;
}

.hxys_ul1 {
    width: 47px;
    margin: 0 auto;
}

.hxys_ul1 img:nth-child(2) {
    display: None;
}

.hxys_ul2 {
    color: rgb(17, 17, 17);
    font-size: 24px;
    text-align: center;
    margin: 12px 0px 38px;
}

.hxys_ul3 {
    color: rgb(85, 85, 85);
    line-height: 28px;
    text-align: justify;
    padding-bottom: 10px;
}

.hxys_ul li:hover .hxys_ul1 img:nth-child(2) {
    display: block;
}

.hxys_ul li:hover .hxys_ul1 img:nth-child(1) {
    display: none;
}

.hxys_ul li:hover .hxys_ul2 {
    color: #fff;
}

.hxys_ul li:hover .hxys_ul3 {
    color: #fff;
}

.hxys_ul li:hover {
    background: #1a89d8;
}

.ywly31 {
    padding-top: 1px;
    background: url(../images/ywfw31_bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.ywly31 .zz_title::after {
    background: url(../images/title_l1.png);
}

.ywly31 .zz_title::before {
    background: url(../images/title_l1.png);
}

.ywly31_ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.ywly31_ul li {
    display: flex;
    height: 225px;
    text-align: center;
    width: 32%;
    background: rgba(255, 255, 255, 0.6);
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}

.ywly31_ul li img {
    height: 71px;
}

.ywly31_ul1 {
    font-size: 28px;
    line-height: 37px;
    color: rgb(51, 51, 51);
}

.ywly31_ul li:hover {
    background: #fff;
}

.ywly32 {
    padding-bottom: 40px;
}

.ywly32_ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.ywly32_ul li {
    display: flex;
    height: 242px;
    width: 49%;
    background: rgba(255, 255, 255, 1);
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    padding-left: 51px;
}

.ywly32_ul1 {
    font-size: 20px;
    line-height: 33px;
}


.w1360 {
    width: 1360px;
    margin: 0 auto;
}

.ywly35 {
    background: url(../images/ywlya_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 1px;
    padding-bottom: 90px;
}

.ywly35 .zz_title {
    color: #fff;
}

.ywly35a {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.ywly35a li {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin: 0px 19px;
    line-height: 60px;
    border-radius: 4px;
    padding: 0px 80px;
    position: relative;
}

.ywly35b .ywly35ba {
    background: #fff;
    display: flex;
    height: 380px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.ywly35b1 {
    font-size: 20px;
    line-height: 36px;
    color: rgb(24, 24, 24);
}

.ywly35b .ywlyl4 {
    margin-top: 69px;
}

.ywly35a li.action::after {
    content: '';
    position: absolute;
    width: 58px;
    height: 36px;
    bottom: -50px;
    left: 50%;
    margin-left: -29px;
    background: url(../images/dsj.png);
}

.ywly35a li.action {
    background: #fff;
    color: #000;
}

.ywly35b li {
    display: none;
}

.ywly35b li.action {
    display: block;
}

.cjrh {
    background: rgb(242, 242, 242);
    padding-top: 1px;
    padding-bottom: 88px;
}

.cjrha {
    font-size: 16px;
    line-height: 38px;
    color: rgb(51, 51, 51);
    text-align: center;
}

.w1620 {
    width: 84%;
    margin: 0 auto;
    position: relative;
}

.w100 {
    position: relative;
    margin-top: 66px;
}

.cjrha_r img {
    transform: rotate(180deg);
}

.cjrha_r {
    position: absolute;
    right: -110px;
    top: 50%;
    margin-top: -41px;
    cursor: pointer;
}

.cjrha_l {
    position: absolute;
    left: -110px;
    top: 50%;
    margin-top: -41px;
    cursor: pointer;
}

.cjrha_l img:nth-child(2),
.cjrha_r img:nth-child(2) {
    display: None;
}

.cjrha_l:hover img:nth-child(1),
.cjrha_r:hover img:nth-child(1) {
    display: None;
}

.cjrha_l:hover img:nth-child(2),
.cjrha_r:hover img:nth-child(2) {
    display: block;
}

/*footer*/
footer {
    background: url(../images/footer_bg.jpg) center no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.w1384 {
    width: 1384px;
    margin: 0 auto;
}

.footer_bottom {
    line-height: 50px;
    background: #23487f;
}

.footer_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 39px 0px 33px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer_b ul {
    display: flex;
    justify-content: space-between;
}

.footer_bs {
    padding-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer_ba {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.footer_ba1 {
    width: 18px;
    height: 2px;
    background: rgb(40, 125, 250);
    margin: 8px 0px;
}

.footer_ba2 a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
}
.footer_ba2 a:hover{
    color:#005BAC;
}

.footer_c ul {
    display: flex;
    justify-content: space-between;
    height: 78px;
    align-items: center;
}

.footer_c ul img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.footer_c2 {
    font-size: 18px;
    color: #fff;
}

.footer_bottom {
    background: rgba(40, 125, 250, 0.5);
}

.footer_bottom ul {
    display: flex;
    justify-content: space-between;
    height: 49px;
    align-items: center;
    color: #fff;
}

.footer_bottom a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.footer_bottom img {
    height: 13px;
    position: relative;
    top: 1px;
}

/*footer end*/

.hjxm {
    padding: 99px 0px 68px;
}

.hjxm_ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}

.hjxm_ul li {
    width: 31.5%;
}

.hjxm_text {
    line-height: 65px;
    text-align: center;
    color: rgb(22, 22, 22);
    background: rgb(239, 239, 239);
}

.gcyj {
    background: rgb(239, 239, 239);
}

.gcyj_title {
    text-align: center;
    padding: 50px 0px 46px;
}

.gcyj .gcyj1 {
    background: #fff;
    line-height: 90px;
    padding-left: 68px;
    margin-bottom: 6px;
}

.gcyj .gcyj1 li {
    display: inline-block;
    padding: 0px 25px;
    position: relative;
}

.gcyj .gcyj1 li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 1px;
    background: rgb(99, 99, 99);
}

.gcyj .gcyj1 li:nth-child(1)::after {
    display: None;
}

.gcyj .gcyj1 li:nth-child(1) {
    color: rgb(19, 19, 19);
    padding: 0px;
}

.gcyj .gcyj1 li a {
    color: rgb(19, 19, 19);
}
.gcyj .gcyj1 li:hover a{
    color:#005BAC;
}

.gcyj .gcyj1 li:last-child::after {
    display: none;
}

.prlist {
    margin-top: 50px;
}

.prlist ul {
    display: flex;
    flex-wrap: wrap;
}

.prlist ul li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 20px;
}

.prlist ul li:nth-child(4n) {
    margin-right: 0px;
}

.prlist_div {
    background: #fff;
    line-height: 60px;
    text-align: center;
    color: rgb(22, 22, 22);
}

.pages {
    padding: 64px 0px 84px;
}

.new_title {
    padding: 76px 0px 50px;
}

.newlist li .w1480 {
    padding: 29px 38px;
    background: rgb(247, 247, 247);
}

.newlist a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.ne_l {
    width: 124px;
    height: 124px;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}

.ne_l1 {
    font-size: 40px;
    color: rgb(0, 91, 172);
    font-weight: 700;
    position: relative;
}

.ne_l1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 19px;
    height: 1px;
    background: rgb(0, 91, 172);
    margin-left: -9.5px;
}

.ne_l2 {
    font-size: 16px;
    line-height: 28px;
    color: rgb(0, 91, 172);
}

.ne_r1 {
    font-size: 22px;
    line-height: 34px;
    color: rgb(30, 30, 30);
}

.ne_r2 {
    font-size: 16px;
    line-height: 24px;
    color: rgb(103, 104, 104);
    width: 890px;
    margin-top: 10px;
}

.newlist li {
    position: relative;
    margin-bottom: 16px;
}

.newlist li::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 100%;
    top: 0px;
    height: 100%;
    background: rgb(0, 91, 172);
    transition: .5s;
}

.newlist li:hover::after {
    right: 0px;
}

.newlist li:hover .ne_r1 {
    color: #fff;
}

.newlist li:hover .ne_r2 {
    color: rgb(243, 244, 244);
}

.gnews_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gnews_ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.gnews_ul li:nth-child(3n) {
    margin-right: 0px;
}

.gnews_ula {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1);
}

.gnews_ul1 {
    font-size: 18px;
    color: rgb(0, 91, 172);
}

.gnews_ul2 {
    font-size: 18px;
    color: rgb(28, 28, 28);
    line-height: 54px;
}

.djgz_ul {
    display: flex;
    flex-wrap: wrap;
}

.djgz {
    padding: 99px 0px 0px;
    background: rgb(239, 239, 239);
}

.djgz_ul li {
    position: relative;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 30px;
    background: #fff;
    padding: 70px 28px 40px;
    margin-bottom: 74px;
}

.djgz_ul li:nth-child(4n) {
    margin-right: 0px;
}

.djgz_ul1 {
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -25px;
    width: 110px;
    line-height: 50px;
    background: rgb(203, 0, 0);
    border-radius: 25px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.djgz_ul2 {
    font-size: 17px;
    color: rgb(2, 2, 2);
    font-weight: 700;
}

.djgz_ul3 {
    font-size: 16px;
    color: rgb(90, 90, 90);
    line-height: 32px;
    margin-top: 13px;
    text-align: justify;
}

.djgz_ul4 {
    margin-top: 20px;
    font-size: 16px;
    color: rgb(203, 0, 0);
}

.jrwm_title {
    text-align: center;
    position: relative;
    padding: 94px 0px 32px;
}

.jrwm_text {
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    color: rgb(51, 51, 51);
}

.jrwm_ul {
    padding: 82px 0px 90px;
    display: flex;
    justify-content: space-around;
}

.tdfc {
    background: rgb(239, 239, 239);
}

.tdfc_title {
    display: flex;
    justify-content: space-between;
    padding: 52px 0px 00px;
}

.tdfc_titler {
    font-size: 24px;
    line-height: 39px;
    color: rgb(0, 0, 0);
    text-align: right;
}

/*banner*/
.w1520 {
    width: 1520px;
    margin: 0 auto;
}

.ty_banner {
    margin-top: 100px;
    height: 500px;
    width: 100%;
    position: relative;
}

.ty_banner .ty_h {
    height: 500px;
    width: 0.1%;
}

.ty_banner1 {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    line-height: 84px;
}

.ty_banner2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 30px;
}

.ty_banner2 span {
    margin: 0px 4px;
}

.ty_banner2 a {
    display: inline-block;
    letter-spacing: 0px;
    color: #fff;
}

.ty_banner2 img {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 4px;
}

.about_banner {
    background: url(../images/about_banner.jpg) center no-repeat;
    background-size: cover;
}

.fywh_banner {
    background: url(../images/fywh_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.gcyj_banner {
    background: url(../images/gcyj_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

.news_banner {
    background: url(../images/news_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

.djgz_banner {
    background: url(../images/djgz_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

.jrwm_banner {
    background: url(../images/jrwm_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

.lxwm_banner {
    background: url(../images/lxwm_banner.jpeg) center no-repeat;
    background-size: 100% 100%;
}

.ywly_banner {
    background: url(../images/ywly_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}
.case_banner {
    background: url(../images/case_banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

/*banner end*/
/*dw*/
.fddw {
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 10%;
}

.fddw li {
    width: 75px;
    height: 75px;
    text-align: center;
    background: rgb(246, 246, 246);
    cursor: pointer;
}

.fddw .ty_h {
    height: 75px;
    width: 0.1%;
}

.fddw li i {
    font-size: 20px;
    color: #959595;
}

.fddw2 {
    color: #959595;
    font-size: 12px;
    line-height: 28px;
}

.fddwa li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.fddwa li:last-child {
    border-bottom: none;
}

.fddwb li {
    margin-top: 15px;
}

.fddwb .fddw1 {
    color: #000;
}

.fddwa {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}

.fddwb {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}

.fddwa li:hover {
    background: #005BAC;
}

.fddwa li:hover .fddw1 i,
.fddwa li:hover .fddw2 {
    color: #fff;
    border: none;
}

.fddwb li:hover {
    background: #005BAC;
}

.fddwb li:hover .fddw1 i,
.fddwa li:hover .fddw2 {
    color: #fff;
    border: none;
}
.yewm{
    position:absolute;
    right:-130px;
    top:0px;
    width:130px;
    padding:0px 10px;
    background:#fff;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.fddwa li:last-child:hover .yewm{
    right:75px;
    opacity: 1;
}
.fddwa li:nth-child(2):hover .yewm {
    right: 75px;
    opacity: 1;
}
.yewm .footer_topl2{
    margin:10px 0px;
}
.yewm .footer_topl2 .yewm_1{
    text-align:center;
    width:110px;
    border:none;
}
.yewm .footer_topl2 li:first-child{
    margin-right:0px;
}
.footer_topl2_text{
    font-size:14px;
    line-height:30px;
}
.yewm_1 img{
    width:100%;
}

.sj {
    display: none;
}
@media only screen and (max-width: 1600px) {
	.header_l{
		padding-left:100px;
	}
	.fywh .znav_ul li {
    padding: 0px 24px;
}
.iaboutr {
    position: relative;
    width: 45%;
    height: 600px;
    z-index: 2;
}
.iaboutr .video {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, .8);
}
.iaboutf {
    position: absolute;
    bottom: 20px;
    right: 0px;
	width:70%;
}
.iaboutf img{
	width:100%;
}
}

@media only screen and (max-width: 1100px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }

    .sj_nav_top {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 70px;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }

    .header_logo {
        height: 60px;
        position: relative;
        width: 50%;
        left: 3%;
        top: 15px;
        text-align: left;
    }

    .header_logo img {
        height: 40px;
        display: inline;
    }

    .nav_lefta1 {
        height: auto;
        font-size: 12px;
        color: #000000;
        padding-top: 8px;
        margin-bottom: 2px;
        font-weight: 400;
    }

    .ty_acontent p img {
        width: 100%;
        height: auto !important;
    }

    .nav_lefta2 {
        font-size: 0.48rem;
        color: #000000;

    }

    .sj_nav_zk {
        color: #000;
        position: absolute;
        right: 5%;
        top: 18px;
    }

    .sj_nav_zk i:first-child {
        font-size: 34px;
    }

    .sj_nav_list {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        left: 0%;
        top: -100%;
        z-index: 9999;
        transition: 1s;
    }

    .sj_nav_list.action {
        top: 70px;
    }

    .sj_nav_img {
        width: 40%;
        margin: 30px auto 20px;
    }

    .sj_nav_img img {
        width: 100%;
    }

    .sj_nav_gb {
        color: #000;
        position: absolute;
        right: 5%;
        top: 40px;
    }

    .sj_nav_gb i {
        font-size: 24px;
    }

    .sj_nav_list ul li {
        line-height: 50px;
        position: relative;
    }

    .sj_nav_list ul li>a {
        text-indent: 15px;
    }

    .header_zba ul li a {
        text-indent: 30px;
    }

    .sj_nav_list>.sj_nav_ul>li>a {
        font-size: 16px;
        color: #000;
        line-height: 60px;
        border-bottom: 1px solid #f8f8f8;
    }

    .header_zba {
        width: 100%;
        background: #fff;
        display: none;
    }

    .header_zba ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .header_zba ul li a {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03)
    }

    .sj_nav_ul i {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #000;
        font-size: 30px;
        width: 40px;
        text-align: center;
    }

    .ty_banner {
        width: 100%;
        height: auto;
        margin-top: 70px;
        margin-left: 0px;
        background-size: cover;
        padding: 0px;
    }

    .nav_listr {
        display: none;
    }

    .nav_listl {
        width: 100%;
        padding-left: 0%;
        float: none;
        text-align: center;
    }

    .nav_list {
        height: auto;
        line-height: 50px;
        background: #f8f8f8;
    }

    .nav_listl ul li {
        display: inline-block;
        font-size: 16px;
        margin: 0px;
        position: relative;
        width: 20%;
    }

    .nav_listl ul li a {
        font-size: 14px;
    }

    .w80 {
        width: 94%;
        margin: 0 auto;
    }




    .banner {
        margin-top: 70px;
        height: auto;
    }


    .banner .swiper-slide div {
        height: auto;
    }
	.banner img{
		transform:scale(1, 1) !important;
		display:block;
	}

    .w1488 {
        width: 94%;
        margin: 0 auto;
    }

    .w1520 {
        width: 94%;
        margin: 0 auto;
    }

    .w1480 {
        width: 94%;
        margin: 0 auto;
    }

    .znav .w1480 {
        background: rgb(237, 237, 237);
        padding: 0px 0px;
        width: 94%;
    }

    .w1415 {
        width: 94%;
    }

    .w1300 {
        width: 94%;
        margin: 0 auto;
    }

    .w1400 {
        width: 94%;
        margin: 0 auto;
    }

    .w1360 {
        width: 94%;
        margin: 0 auto;
    }

    .w1384 {
        width: 94%;
        margin: 0 auto;
    }

    .znavf {
        display: none;
    }

    .znav_ul {
        display: flex;
        flex-wrap: wrap;
    }

    .zz_title::before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 90px;
        height: 7px;
        margin-top: -3px;
        margin-right: -150px;
        background: url(../images/title_l.png);
        transform: rotate(180deg);
        background-size: 100% 100%;
    }

    .zz_title::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90px;
        height: 7px;
        margin-top: -3px;
        margin-left: -150px;
        background: url(../images/title_l.png);
        background-size: 100% 100%;
    }

    .zz_title {
        font-size: 18px;
        margin: 30px 0px 20px;
        font-weight: bold;
    }

    .bim .zz_title {
        margin-bottom: 0px;
    }

    .zz_text {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        line-height: 24px;
        color: #fff;
        font-size: 12px;
        padding-bottom: 20px;
    }

    .ywlya_ul li {
        width: 100%;
        padding: 0px 16px;
        background: rgb(255, 255, 255);
        margin-bottom: 20px;
    }

    .bim_t {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .bim_t li {
        height: 90px;
        width: 100%;
        display: flex;
        background: rgba(255, 255, 255, 0.8);
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .bim_img img {
        height: 40px;
    }

    .bim_text {
        font-size: 18px;
        color: rgb(24, 24, 24);
        width: 100%;
        text-align: center;
    }

    .bim_b {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        flex-direction: column;
    }

    .bim_b li {
        height: 90px;
        width: 100%;
        display: flex;
        background: rgba(255, 255, 255, 0.8);
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .ywlyat2 img {
        height: 40px;
    }

    .ywlyat1 {
        font-size: 22px;
        color: rgb(24, 24, 24);
    }

    .ywlya {
        padding-bottom: 20px;
    }

    .hxys_ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .hxys_ul li {
        width: 100%;
        padding: 20px 10px;
        background: #fff;
        margin-bottom: 10px;
    }

    .hxys_ul2 {
        color: rgb(17, 17, 17);
        font-size: 18px;
        text-align: center;
        margin: 10px 0px 20px;
    }

    .hxys {
        padding-top: 1px;
        background: rgb(242, 242, 242);
        padding-bottom: 30px;
    }

    .footer_bs {
        display: none;
    }

    .footer_t {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .footer_tl img {
        height: 60px;
    }

    .footer_tr img {
        height: 40px;
    }

    .footer_c ul {
        display: flex;
        justify-content: space-between;
        height: auto;
        align-items: center;
        flex-direction: column;
    }

    .footer_c ul li {
        line-height: 26px;
    }

    .footer_c2 {
        font-size: 12px;
        color: #fff;
    }

    .footer_c ul img {
        float: left;
        margin-right: 10px;
        position: relative;
        top: 5px;
        height: 16px;
    }

    .footer_bottom ul {
        display: flex;
        justify-content: space-between;
        height: auto;
        align-items: center;
        color: #fff;
        flex-direction: column;
    }

    .footer_bottom {
        line-height: 28px;
        font-size: 12px;
        text-align: center;
        padding: 10px 0px;
    }

    .footer_bottom a {
        font-size: 12px;
    }

    .footer_c {
        padding: 10px 0px;
    }

    .ywlyc {
        display: flex;
        height: auto;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ywly {
        padding: 30px 0px;
    }

    .ywlyl {
        width: 100%;
    }

    .qywh_l1a {
        color: rgb(10, 10, 10);
        font-size: 18px;
        text-align: left;
        font-weight: bold;
    }

    .qywh_l1b {
        font-size: 14px;
        color: rgb(0, 91, 172);
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        margin-top: 0px;
    }

    .ywlyl3 {
        font-size: 14px;
        line-height: 32px;
        color: rgb(51, 51, 51);
        margin: 20px 0px;
        text-align: justify;
    }

    .ywlyl4 a {
        display: flex;
        width: 100px;
        height: 40px;
        line-height: 40px;
        background: rgb(0, 91, 172);
        color: #fff;
        justify-content: center;
        align-items: center;
        margin: 0px auto 20px;
        font-size: 12px;
        float: right;
    }

    .ywlyl4 a img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .ywlyr {
        width: 100%;
    }

    .znav {
        position: relative;
        line-height: 40px;
        margin-top: 0px;
        height: 40px;
        overflow: hidden;
    }

    .dianji {
        position: absolute;
        right: 0px;
        z-index: 99;
        padding: 0px 20px;
    }

    .dianji i {
        font-size: 26px;
        font-weight: bold;
    }

    .znav_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .znav_ul li::after {
        display: none;
    }

    .znav_ul li:nth-child(2n)::after {
        display: none;
    }

    .ty_banner .ty_h {
        height: 210px;
        width: 0.1%;
    }

    .ty_banner1 {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .ty_banner2 {
        color: rgb(255, 255, 255);
        font-size: 12px;
        line-height: 20px;
    }

    .ywly31_ul li img {
        height: 30px;
    }

    .ywly31_ul1 {
        font-size: 16px;
        line-height: 30px;
        color: rgb(51, 51, 51);
    }

    .ywly31_ul li {
        display: flex;
        height: 120px;
        text-align: center;
        width: 32%;
        background: rgba(255, 255, 255, 0.6);
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
    }

    .ywly31 .zz_title::before {
        background: url(../images/title_l1.png);
        background-size: 100% 100%;
    }

    .ywly31 .zz_title::after {
        background: url(../images/title_l1.png);
        background-size: 100%;
    }

    .ywly31 {
        padding-top: 1px;
        background: url(../images/ywfw31_bg.jpg) center no-repeat;
        background-size: cover;
        padding-bottom: 30px;
    }

    .ywly32_ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

    .ywly32_ul li {
        display: flex;
        height: auto;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
        padding: 20px 10px;
    }

    .ywly32_ul1 {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }

    .ywly32_ulimg img {
        height: 40px;
    }

    .ywlyab {
        padding: 16px 0px;
        color: rgb(140, 140, 140);
        line-height: 28px;
        font-size: 14px;
    }

    .ywlyat {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 80px;
        align-items: center;
        border-bottom: 1px solid rgb(209, 209, 209);
    }

    .ywly35a li {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-size: 14px;
        margin: 0px 10px;
        line-height: 24px;
        border-radius: 4px;
        padding: 0px 10px;
        position: relative;
        text-align: center;
    }

    .ywly35b1 {
        font-size: 14px;
        line-height: 26px;
        color: rgb(24, 24, 24);
        padding: 10px;
    }

    .ywly35b .ywly35ba {
        background: #fff;
        display: flex;
        height: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .ywly35a li.action::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        bottom: -25px;
        left: 50%;
        margin-left: -14.5px;
        background: url(../images/dsj.png);
        background-size: 100% 100%;
    }

    .ywly35a {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .ywly35b .ywlyl4 {
        margin-top: 0px;
    }

    .ywly35 {
        background: url(../images/ywlya_bg.jpg) center no-repeat;
        background-size: cover;
        padding-top: 1px;
        padding-bottom: 40px;
    }

    .cjrha_r {
        position: absolute;
        right: -0px;
        top: 50%;
        margin-top: -15px;
        z-index: 99;
        cursor: pointer;
    }

    .cjrha_l {
        position: absolute;
        left: -0px;
        top: 50%;
        margin-top: -15px;
        z-index: 99;
        cursor: pointer;
    }

    .cjrha_r img {
        height: 30px;
    }

    .cjrha_l img {
        height: 30px;
    }

    .cjrha {
        font-size: 14px;
        line-height: 30px;
        color: rgb(51, 51, 51);
        text-align: left;
    }

    .cjrh {
        background: rgb(242, 242, 242);
        padding-top: 1px;
        padding-bottom: 40px;
    }

    .w100 {
        position: relative;
        margin-top: 20px;
    }

    .znav_ul li a {
        font-size: 14px;
    }

    .gsjjc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0px 0px;
        flex-direction: column;
    }

    .gsjjl {
        width: 100%;
    }

    .gsjjl1 {
        font-size: 22px;
        font-weight: 700;
    }

    .gsjjl2 {
        font-size: 16px;
        color: rgb(28, 28, 28);
        margin-top: 5px;
    }

    .gsjjl3 {
        font-size: 14px;
        line-height: 30px;
        color: rgb(92, 92, 92);
        margin-top: 20px;
        text-align: justify;
    }

    .gsjjl3 p:nth-child(2) {
        margin-top: 10px;
    }

    .gsjjr {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
        text-align: center;
    }

    .gsjjr ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
    }

    .gsjjrr img {
        width: 100%;
    }

    .gsjjr li {
        width: 48%;
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgb(213, 213, 213);
    }

    .gsjjr li:last-child {
        margin-bottom: 20px;
    }

    .gsjj_video {
        height: 300px;
        background: url(../images/video_bgsj.jpg) center no-repeat;
        background-size: 100% 100%;
        position: relative;
        margin-bottom: 40px;
    }

    .zzry_ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .video_text {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        width: 180px;
        margin-left: -16px;
        line-height: 30px;
        height: 30px;
        text-transform: 0px 1px 2px rgba(0, 0, 0, 0.8);
    }

    .zzry_title1 {
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

    .zzry_title2 {
        font-weight: 700;
        font-size: 16px;
        color: rgb(255, 255, 255);
        text-align: center;
    }

    .zzry_texta {
        font-size: 14px;
        line-height: 24px;
        color: rgb(255, 255, 255);
        text-align: center;
        display: flex;
        justify-content: center;
        height: 60px;
        align-items: center;
        margin-top: -10px;
    }

    .azzry .swiper-slide {
        background: url(../images/zzry_bg.png) center no-repeat;
        height: 60px;
        margin-bottom: 10px !important;
        background-size: 100%;
        margin-top: 10px !important;
    }

    .zzry_l {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -15px;
        cursor: pointer;
    }

    .zzry_l img {
        height: 30px;
    }

    .zzry_r {
        position: absolute;
        transform: rotate(180deg);
        right: 3%;
        top: 50%;
        margin-top: -15px;
        cursor: pointer;
    }

    .zzry_r img {
        height: 30px;
    }

    .azzry {
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 5px solid rgb(52, 52, 52);
        background: url(../images/zzrys_bg.jpg) no-repeat center;
        background-size: cover;
    }

    .zzrys {
        margin-top: 20px;
    }

    .qywh {
        padding: 40px 0px;
    }

    .qywh_l2 {
        margin-top: 20px;
        width: 100%;
        height: auto;
        box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
        background: #fff;
    }

    .qywh_r {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .qywh_l1 {
        padding-left: 0px;
    }

    .ywbj {
        background: rgb(247, 247, 247);
        padding: 40px 0px;
    }

    .ywbj_l {
        width: 100%;
    }

    .ywbjc {
        display: flex;
        height: auto;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .ywbj_l3 {
        color: rgb(14, 14, 14);
        font-size: 18px;
        margin: 10px 0px 10px;
        text-align: center;
    }

    .ywbj_l4 {
        line-height: 30px;
        color: rgb(14, 14, 14);
        font-size: 14px;
    }

    .dsz {
        padding: 40px 0px;
    }

    .dsz .dszc {
        display: flex;
        justify-content: space-between;
        height: auto;
        align-items: center;
        flex-direction: column;
    }

    .dsz_l {
        width: 100%;
    }

    .dsz_l1 {
        font-size: 22px;
        color: rgb(10, 10, 10);
    }

    .dsz_l2 {
        font-size: 16px;
        color: rgb(0, 91, 172);
        font-weight: 700;
        text-transform: uppercase;
    }

    .dsz_l3 {
        color: rgb(61, 61, 61);
        font-size: 18px;
        margin: 10px 0px;
    }

    .dsz_l4 {
        font-size: 14px;
        line-height: 30px;
        color: rgb(117, 117, 117);
        text-align: justify;
    }

    .dsz_r {
        width: 100%;
    }

    .zzjg {
        background: rgb(244, 245, 249);
        padding: 30px 0px;
    }

    .zzjgsa img {
        width: 100%;
    }

    .zzjg_titl1 {
        font-size: 22px;
        line-height: 50px;
        color: rgb(10, 10, 10);
    }

    .zzjg_titl2 {
        color: rgb(0, 91, 172);
        line-height: 22px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .zzry_ul li {
        margin-bottom: 8px;
        width: 49%;
        cursor: pointer;
    }

    .zzry_text {
        width: 100%;
        line-height: 40px;
        background: rgb(240, 240, 240);
        text-align: center;
        color: rgb(13, 13, 13);
        font-size: 12px;
    }

    .hjxm {
        padding: 40px 0px;
    }

    .hjxm_ul {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .hjxm_ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .gcyj .gcyj1 {
        background: #fff;
        line-height: 40px;
        padding-left: 10px;
        margin-bottom: 6px;
    }

    .gcyj .gcyj1 li {
        display: inline-block;
        padding: 0px 5px;
        position: relative;
    }

    .gcyj .gcyj1 li::after {
        display: none;
    }

    .gcyj .gcyj1 li a {
        font-size: 14px;
        color: rgb(19, 19, 19);
    }

    

    .ty_content {
        background-color: #f5f5f5;
        padding: 40px 0px;
    }


    

    .prlist {
        margin-top: 20px;
    }

    .new_title {
        padding: 30px 0px 20px;
    }

    .ne_l {
        display: none;
    }

    .newlist li .w1480 {
        padding: 15px;
        background: rgb(247, 247, 247);
    }

    .ne_r {
        width: 100%;
    }

    .ne_r2 {
        font-size: 12px;
        line-height: 24px;
        color: rgb(103, 104, 104);
        width: 100%;
        margin-top: 10px;
    }

    .ne_r1 {
        font-size: 16px;
        line-height: 34px;
        color: rgb(30, 30, 30);
    }

    .pages {
        padding: 20px 0px;
    }

    

    .djgz_ul li {
        position: relative;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
        background: #fff;
        padding: 70px 28px 40px;
        margin-bottom: 74px;
    }

    .znav .w1480 {
        width: 100%;
    }

    .jrwm_title {
        text-align: center;
        position: relative;
        padding: 30px 0px 20px;
    }

    .jrwm_text {
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        color: rgb(51, 51, 51);
    }

    

    .tdfc_title {
        display: flex;
        justify-content: space-between;
        padding: 30px 0px 0px;
        flex-direction: column;
    }

    .tdfc_titler {
        font-size: 14px;
        line-height: 22px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin-top: 10px;
    }

    .iaboutr {
        position: relative;
        width: 100%;
        height: 300px;
        z-index: 2;
    }

    .index-s3 .flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .iywfw img {
        display: none;
    }

    .wrap-s {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

    .iaboutf {
        display: none;
    }

    .iabout {
        display: flex;
        position: relative;
        padding-bottom: 40px;
        justify-content: space-between;
        flex-direction: column;
    }

    .iaboutl {
        width: 94%;
        margin-left: 0%;
        margin: 0 auto;
    }

    .inews .w1520 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .inews {
        padding: 20px 0px 30px;
        background: rgb(246, 246, 246);
    }

    

    .inewsr {
        width: 100%;
        padding-top: 17px;
    }

    .inewsl {
        width: 100%;
    }

    .inewsla {
        font-size: 22px;
        line-height: 34px;
        color: rgb(0, 0, 0);
        margin-bottom: 10px;
    }

    .inewra li {
        cursor: pointer;
        text-align: center;
        font-size: 16px;
        color: rgb(43, 43, 43);
        margin-right: 0px;
        position: relative;
        flex: 1;
        font-weight: bold;
    }

    .inewra li.action::after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        width: 87px;
        margin-left: -43.5px;
        height: 8px;
        background: url(../images/new_nav_x.png) center no-repeat;
    }

    .inewrb li {
        padding: 20px;
        background: #fff;
        height: auto;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .inewrb1 {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin-left: -8px;
    }

    .inewrb2 {
        font-size: 14px;
        line-height: 24px;
        color: rgb(118, 118, 118);
        margin: 8px 0px;
    }

    .inewrb3 {
        font-size: 13px;
        line-height: 26px;
        color: rgb(23, 20, 20);
    }

    .iaboutl1 {
        padding-top: 40px;
        font-size: 22px;
        line-height: 34px;
        color: rgb(14, 14, 14);
        text-transform: capitalize;
        font-weight: 700;
    }

    .iaboutl2 {
        font-size: 22px;
        line-height: 34px;
        color: rgb(14, 14, 14);
    }

    .iaboutl3 {
        margin: 20px 0px;
        font-size: 14px;
        line-height: 26px;
        color: rgb(101, 101, 101);
    }

    .z_about_num {
        position: relative;
        left: 0;
        bottom: 0%;
        background: rgb(0, 91, 172);
        width: 100%;
        padding: 20px 10px;
        color: #fff;
    }

    .iaboutr {
        position: relative;
        width: 100%;
        height: 300px;
        z-index: 2;
    }

    .iaboutrk {

        background-attachment: revert;
    }

    .z_about_num ul {
        display: flex;
        justify-content: space-between;
    }

    .timer {
        font-size: 24px;
        font-weight: 700;
        margin-right: 3px;
    }

    .z_about_num h3 {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .z_about_num div {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        display: none;
    }

    .z_about_num ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .z_about_num li {
        margin-bottom: 0;
    }

    .index-s3 .index-tit {
        width: 94%;
        margin: 0 auto;
    }

    .index-s3 {
        padding: 40px 0px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;

        background-image: url(../images/img-4.jpg);
        background-size: cover;
        background-attachment: fixed;
    }

    .index-tit1 {
        font-weight: 700;
        font-size: 22px;
        color: rgb(255, 255, 255);
    }

    .index-tit2 {
        font-size: 500;
        font-size: 22px;
        color: rgba(255, 255, 255, 1);
    }

    .tit {
        font-size: 14px;
        line-height: 26px;
        color: rgb(255, 255, 255);
        margin: 20px 0px;
    }

    .index-s3 .items {
        width: 94%;
        font-size: 0;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 2rem;
        justify-content: space-between;
    }

    .items .item {
        width: 49%;
        margin-top: 8px;
        height: auto;
        background: #fff;
        padding: 34px 20px;
    }

    .item1 {
        width: 45px;
        height: 45px;
        text-align: center;
        background: #004E93;
        border-radius: 50%;
        position: relative;
    }

    .item1 img {
        width: 25px;
    }

    .item2 {
        margin: 14px 0px 10px;
        font-size: 16px;
        color: rgb(0, 78, 147);
    }

    .item3 {
        font-size: 12px;
        color: rgb(170, 169, 169);
        line-height: 25px;
        text-align: justify;
    }

    .hjxm_title {
        width: 94%;
        float: none;
        padding: 30px 0px;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }

    .hjxm_titlel {
        width: 50%;
    }

    .hjxm_titlel img {
        width: 100%;
    }

    .hjxm_titler {
        float: right;
        margin-right: 0%;
    }

    .iaboutl4 img {
        position: relative;
        top: 14.5px;
        margin-right: 5px;
        height: 40px;
    }

    .sfwysc_div0 {
        padding-top: 10px;
    }

    .sfwysc_div1 {
        font-size: 18px;
        color: rgb(0, 0, 0);
        margin: 8px 0px 8px;
    }

    .iaboutl4 {
        margin-top: -10px;
    }

    .sfwys .iaboutl4 {
        margin-top: -40px;
    }

    .zxhz {
        background: url(../images/lyfs.jpeg) left no-repeat;
        background-size: cover;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
    }

    .zxhz2 {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

    .zxhz3 {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
    }

    .zxhz3 {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
        flex-direction: column;
    }

    .zxhz3 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .zxhz4 {
        margin-top: 0px;
        width: 100%;
        line-height: 49px;
        background: #0069c7;
        color: #fff;
        text-align: center;
    }

    .sfwys::after {
        display: none;
    }

    .sfwys {
        position: relative;
        padding-bottom: 30px;
    }

    .sfwysc_div {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        background: rgb(0, 0, 0, 0.03);
        padding: 10px 10px;
        position: relative;
        margin-top: 0px;
        width: 100%;
    }

    .sfwys_en img {
        display: none;
    }

    .sfwyscl .swiper-slide.swiper-slide-active {
        padding-top: 0px;
    }

    .sfwyscl .swiper-slide {
        padding-bottom: 0px;
    }

    .items .item:nth-child(3) {
        margin-top: 8px;
    }
    .items .item:nth-last-child(even){
        margin-top: 8px;
    }

    .items .item:nth-child(2) {
        margin-top: 0px;
    }
    .index-titq{
        position:relative;
    }

    .index-s3:before {
        display: None;
    }

    .yqlj {
        padding: 30px 0px;
    }

    .yqljb li {
        width: 49%;
        margin: 5px 0px;
        box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
        background: rgb(255, 255, 255);
    }

    .yqljb {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        justify-content: space-between;
    }

    .yqlja {
        color: #242424;
        font-size: 18px;
        font-weight: 700;
    }

    .hjxm::after {
        display: none;
    }

    .w1230 {
        width: 94%;
    }

    

    .lxwm1 {
        background: rgb(248, 248, 248);
        padding: 30px 0px;
    }

    .lxwm1ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    .lxwm1ul1 {
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .lxwm1ul2 {
        font-size: 14px;
        line-height: 26px;
        color: rgb(66, 66, 66);
    }

    .lxwmlb {
        margin-top: 20px;
    }

    .lxwmlt1 {
        color: rgb(0, 0, 0);
        font-size: 22px;
        padding-top: 40px;
    }

    .lxwmlb input {
        border: 1px solid rgb(172, 172, 172);
        line-height: 48px;
        width: 100%;
        margin-bottom: 16px;
        text-indent: 26px;
    }

    #allmap {
        height: 304px;
        width: 100%;
    }

    .inewrb {
        margin-top: 20px;
        height: auto;
        overflow-y: auto;
        padding-right: 0px;
    }

    .iaboutrk {
        background-size: 100%;
    }

    .iaboutr {
        position: relative;
        width: 100%;
        height: 200px;
        z-index: 2;
        margin: 30px 0px;
    }

    .iaboutr .video {
        position: absolute;
        display: none;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 200px;
        background: rgba(0, 0, 0, .8);
    }

    .iaboutr .video video {
        width: 100% !important;
        height: 200px !important;
        background: #000;
    }

    .gsjj_video .video {
        position: absolute;
        display: none;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 300px;
        background: rgba(0, 0, 0, .8);
    }

    .gsjj_video .video video {
        width: 100% !important;
        height: 300px !important;
        background: #000;
    }

    .gsjjla {
        position: relative;
    }

    .ywbj_r {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #main {
        max-width: 100%;
        height: 200px;
        margin-left: -0%;
    }

    .inewsla_time1 {
        font-size: 22px;
        color: rgb(255, 255, 255);
        line-height: 40px;
    }

    .inewsa {
        background: rgb(255, 255, 255);
        padding: 20px 10px;
    }

    .inewsa2 {
        font-size: 16px;
        line-height: 30px;
        color: rgb(31, 31, 31);
    }

    .inewsa3 {
        font-size: 12px;
        line-height: 23px;
        color: rgb(163, 163, 163);
        margin-top: 10px;
    }

    .inewsa4 {
        font-size: 14px;
        color: rgb(76, 76, 76);
        line-height: 22px;
        margin-top: 10px;
        padding-left: 0px;
    }

    .sznav {
        text-align: center;
        margin-top: 30px;
    }

    .sznav li {
        display: inline-block;
        line-height: 30px;
        padding: 0px 10px;
        border: 1px solid #005BAC;
        margin: 0px 10px;
    }
	.fzlc {
    padding: 30px 0px;
    background: rgb(241, 243, 245);
}
.fzlc_fx div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin-left: 36px;
}
.fzlc_ul .swiper-slide {
    display: flex;
    height: 100%;
    background: #fff;
    padding: 40px 25px 32px;
    flex-direction: column;
    justify-content: space-between;
}
.fzlc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.fzlc_ul1 {
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    color: rgb(215, 171, 105);
    border: 1px solid rgb(215, 171, 105);
    border-radius: 21px;
    font-size: 16px;
    margin-bottom: 20px;
}
html{
	font-size:13vw;
}
.footer_tr:hover img:nth-child(2) {
    opacity: 1;
    top: -60px;
    left: -20%;
    height: 60px;
}
.gnews_ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.gnews_ul li:nth-child(3n){
    margin-right:2%;
}
.gnews_ul li:nth-child(2n){
    margin-right:0px !important;
}
.jrwm_ul {
    padding: 15px 0px 40px;
    display: flex;
    justify-content: space-around;
}
.prlist ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.prlist ul li:nth-child(4n){
    margin-right:2%;
}
.prlist ul li:nth-child(2n){
    margin-right:0px !important;
}
.pr .w1480{
    width:100%;
}
}
@media only screen and (max-width: 550px) {
.inewsl_ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.inewsl_ul li {
    width: 100%;
}
.gnews_ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gnews_ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}
.jrwm_ul {
    padding: 20px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.jrwm_ul li {
    width: 49%;
    margin-bottom: 4px;
}
.prlist ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.prlist ul li {
    width: 100%;
    margin-right: 100%;
    margin-bottom: 15px;
}
}
