@charset=utf-8;
a:hover {
    text-decoration: none;
}

#container > div {
    width: 100% !important;
    height: auto !important;
}

.iframeBox {
    height: 600px;
    width: 100%;
}

#header {
    /*! padding-top: 30px; */
    /*! padding-bottom: 10px; */
}

#header .top .logo {
    padding: 0;
}
#header .top .logo img {
    height: 50px;
}

#header .top .search {
    margin-top: 10px;
    padding: 0;
}

#header .top .search .fl {
    position: relative;
    margin-right: 30px;
}

#header .top .search input:first-child {
    background-color: #f2f2f2;
    box-shadow: inset 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #999999;
    color: #999999;
    width: 166px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 16px;
    padding: 0 40px 0 16px;
    font-size: 12px;
}

#header .top .search .ser {
    position: absolute;
    right: 13px;
    top: 7px;
    z-index: 10;
    cursor: pointer;
    color: #bb133e;
}

#header .top .search .text {
    cursor: pointer;
    color: #bb133e;
    margin-top: 5px;
    margin-left: 20px;
    position: relative;
}

#header .top .search .text .slide {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 76px;
    height: 75px;
    padding: 12px 0;
    line-height: 25px;
    width: 97px;
    top: 28px;
}

#header .top .search .text .slide a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

#header .top .search .text .slide a:hover {
    color: #bb133e;
}

#header .top .search .text span {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
}

#header .nav {
    margin-top: 27px;
}

#header .nav .a {
    float: left;
    position: relative;
    margin-right: 40px;
    width: 16%;
}
#header .nav .a:last-of-type{
    margin-right: 0;
}
#header .nav a {
    color: #000000;
    font-weight: bold;
    /* margin-right: 40px; */
    position: relative;
    display: inline-block;
    height: 40px;
    font-size: 14px;
}

#header .nav a span.line {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #bb133e;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
}

#header .nav .a:hover > a,
#header .nav .a.on > a {
    color: #bb133e;
}

#header .nav .a:hover > a span.line,
#header .nav .a.on > a span.line {
    display: block;
}

#header .nav .slide {
    display: block;
    width: 204px;
    line-height: 50px;
    position: absolute;
    top: 35px;
    left: -40px;
    z-index: 10;
    background: #ffffff;
    text-align: center;
    display: none;
}

#header .nav .slide a {
    margin-right: 0;
    background: #ffffff;
    display: block;
    height: 50px;
}

#header .nav .slide a:hover {
    color: #bb133e;
    background: #f4f4f4;
}

/* 手机头部 */
#phoneHead {
    display: none;
    height: 100px;
}

#phoneHead .top_box {
    width: 100%;
    height: 100%;
    line-height: 91px;
}

#phoneHead .top_box .logo {
    height: 100%;
}

#phoneHead .top_box .search {
    height: 100%;
}

#phoneHead .top_box .search .search_btn img {
    width: 28px;
}

#phoneHead .collapse-btn {
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 68%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
}

#phoneHead .collapse-btn .icon {
    display: inline-block;
    width: 26px;
    height: 3px;
    background-color: #333333;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#phoneHead .collapse-btn .icon::before {
    content: "";
    width: 26px;
    height: 3px;
    position: absolute;
    background-color: #333333;
    top: -7px;
    -webkit-transition: top 0.5s ease 0.5s, -webkit-transform 0.5s ease-out;
    transition: top 0.5s ease 0.5s, -webkit-transform 0.5s ease-out;
    -o-transition: top 0.5s ease 0.5s, -o-transform 0.5s ease-out;
    -moz-transition: top 0.5s ease 0.5s, transform 0.5s ease-out, -moz-transform 0.5s ease-out;
    transition: top 0.5s ease 0.5s, transform 0.5s ease-out;
    transition: top 0.5s ease 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out,
        -moz-transform 0.5s ease-out, -o-transform 0.5s ease-out;
}

#phoneHead .collapse-btn .icon::after {
    content: "";
    width: 26px;
    height: 3px;
    position: absolute;
    background-color: #333333;
    bottom: -7px;
    -webkit-transition: bottom 0.5s ease 0.5s, -webkit-transform 0.5s ease-out;
    transition: bottom 0.5s ease 0.5s, -webkit-transform 0.5s ease-out;
    -o-transition: bottom 0.5s ease 0.5s, -o-transform 0.5s ease-out;
    -moz-transition: bottom 0.5s ease 0.5s, transform 0.5s ease-out, -moz-transform 0.5s ease-out;
    transition: bottom 0.5s ease 0.5s, transform 0.5s ease-out;
    transition: bottom 0.5s ease 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out,
        -moz-transform 0.5s ease-out, -o-transform 0.5s ease-out;
}

#phoneHead .collapse-btn.active .icon {
    display: inline-block;
    width: 26px;
    height: 3px;
    top: 2%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
    background-color: transparent;
    position: relative;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
}

#phoneHead .collapse-btn.active .icon::before {
    content: "";
    width: 26px;
    height: 3px;
    position: absolute;
    background-color: #333333;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease-out 0.5s;
    transition: top 0.5s ease, -webkit-transform 0.5s ease-out 0.5s;
    -o-transition: top 0.5s ease, -o-transform 0.5s ease-out 0.5s;
    -moz-transition: top 0.5s ease, transform 0.5s ease-out 0.5s, -moz-transform 0.5s ease-out 0.5s;
    transition: top 0.5s ease, transform 0.5s ease-out 0.5s;
    transition: top 0.5s ease, transform 0.5s ease-out 0.5s, -webkit-transform 0.5s ease-out 0.5s,
        -moz-transform 0.5s ease-out 0.5s, -o-transform 0.5s ease-out 0.5s;
}

#phoneHead .collapse-btn.active .icon::after {
    content: "";
    width: 26px;
    height: 3px;
    position: absolute;
    background-color: #333333;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.5s ease, -webkit-transform 0.5s ease-out 0.5s;
    transition: bottom 0.5s ease, -webkit-transform 0.5s ease-out 0.5s;
    -o-transition: bottom 0.5s ease, -o-transform 0.5s ease-out 0.5s;
    -moz-transition: bottom 0.5s ease, transform 0.5s ease-out 0.5s, -moz-transform 0.5s ease-out 0.5s;
    transition: bottom 0.5s ease, transform 0.5s ease-out 0.5s;
    transition: bottom 0.5s ease, transform 0.5s ease-out 0.5s, -webkit-transform 0.5s ease-out 0.5s,
        -moz-transform 0.5s ease-out 0.5s, -o-transform 0.5s ease-out 0.5s;
}

#phoneHead .leftAlert {
    position: absolute;
    right: 0;
    top: 70px;
    width: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.16);
    z-index: 200;
    display: none;
}

#phoneHead .leftAlert .tab_list li .top {
    padding: 15px 10px;
    margin: 0 15px;
    font-size: 16px;
    color: #b01b3d;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid rgb(204, 204, 204);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#phoneHead .leftAlert .tab_list li .top .text {
    float: left;
}

#phoneHead .leftAlert .tab_list li .top .img {
    float: right;
    width: 15px;
    height: 15px;

    background-size: 15px 15px;
}

#phoneHead .leftAlert .tab_list li .top .img.active {

    background-size: 15px 2px;
}

#phoneHead .leftAlert .tab_list li .box {
    padding-top: 10px;
    display: none;
}

#phoneHead .leftAlert .tab_list li .box a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 10px 0 10px 35px;
    text-decoration: none;
}

#phoneHead .leftAlert .tab_list li .box a:hover {
    background-color: rgba(176, 27, 61, 0.102);
}

#phoneHead .leftAlert .apply {
    display: block;
    margin: 20px;
    height: 40px;
    background-image: -moz-linear-gradient(90deg, rgb(240, 195, 205) 0%, rgb(249, 240, 240) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 195, 205) 0%, rgb(249, 240, 240) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 195, 205) 0%, rgb(249, 240, 240) 100%);
    font-size: 16px;
    font-weight: bold;
    color: #b01b3d;
    border-radius: 20px;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
}

#phoneHead .leftAlert .apply:hover {
    opacity: 0.9;
}

#phoneHead .leftAlert .apply img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

#phoneHead .leftAlert .apply span {
    vertical-align: middle;
}

/* 手机头部结束 */

#banner {
    position: relative;
}

#banner .arrow-left {
    position: absolute;
    left: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
}

#banner .arrow-right {
    z-index: 10;
    position: absolute;
    right: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
}

#banner .pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    z-index: 10;
    height: 10px;
    left: 0;
}

#banner .pagination span {
    display: inline-block;
    border-radius: 5px;
    background-color: #000000;
    opacity: 0.502;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.5s;
}

#banner .pagination span.swiper-active-switch {
    background-color: #df932b;
    width: 22px;
    transition: all 0.5s;
}

#new {
    padding: 50px 0;
}

#new .tit {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

#new .tit span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 25px;
    background: #bb133e;
}

#new .tit .fr {
    color: #bb133e;
    font-size: 12px;
}

#new .center .img {
    width: 50%;
    position: relative;
}

#new .center .img img {
    width: 100%;
}

#new .center .img .p {
    position: absolute;
    background: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 35%, #000000 40%);
    background: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 35%, #000000 40%);
    background: -ms-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 35%, #000000 40%);
    left: 2.5%;
    bottom: 0px;
    width: 95%;
    padding: 15px 120px 15px 15px;
    line-height: 1.6;
    font-size: ;
    color: #ffffff;
    box-sizing: border-box;
}

#new .center .img .p span {
    position: absolute;
    top: 15px;
    right: 15px;
}

#new .center .list {
    width: 50%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 10px 48px;
}

#new .center .list .item {
    line-height: 1.8;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

#new .center .list .item p.t {
    color: #333333;
}

#new .center .list .item p.t:hover {
    color: #bb133e;
}

#new .center .list .item p.b {
    color: #999999;
    font-size: 14px;
}

#new .center .list .item:nth-last-of-type(1) {
    border-bottom: none;
}

#info {
    background: #f2f2f2;
    padding-top: 50px;
}

#info .tit {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

#info .tit span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 25px;
    background: #bb133e;
}

#info .tit .fr {
    color: #bb133e;
    font-size: 12px;
}

#info .left {
    /* width: 850px; */
    float: left;
}

#info .items {
    overflow: hidden;
}

#info .items .item {
    margin-bottom: 50px;
    display: block;
    width: 46%;
    background: #ffffff;
    height: 90px;
    box-sizing: border-box;
    border-bottom: 1px solid #bb133e;
    background: #ffffff url(../../images/aa/icon-more.png) no-repeat 488px center;
    padding: 20px 80px 20px 20px;
    line-height: 1.6;
    color:inherit;
}
#info .items > div {
    width: 100%;
}
#info .items .f1 {
    float: left;
}
#info .items .item:hover {
    color: #bb133e;
}

#info .right {
    float: right;
    width: 290px;
}

#info .right a {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 34px 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 19px;
}

#info .right a:hover {
    opacity: 0.8;
}

#xyfc {
    padding: 50px 0;
    background: url(../../images/aa/xyfc-bg.png) no-repeat center;
    background-size: 1920px 100%;
    box-sizing: border-box;
}

#xyfc .tit {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #ffffff;
}

#xyfc .tit span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 25px;
    background: #ffffff;
}

#xyfc .tit .fr {
    color: #ffffff;
    font-size: 12px;
}

#xyfc .device {
    padding: 0 40px;
    position: relative;
    box-sizing: border-box;
}

#xyfc .device .arrow-left {
    left: 0;
    top: 40%;
    position: absolute;
}

#xyfc .device .arrow-right {
    right: 0;
    top: 40%;
    position: absolute;
}

#xyfc .device .img {
    /* width: 460px; */
    float: left;
}

#xyfc .device .img img {
    width: 100%;
}

#xyfc .device .text {
    /* width: 630px; */
    float: right;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
}

#xyfc .device .text .p1 {
    font-size: 24px;
}

#xyfc .device .text .p2 {
    font-size: 18px;
    margin: 10px 0;
}

#xyfc .device .text .p3 {
    font-size: 14px;
}

#xyfc .device .text a {
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 150px;
    margin-top: 20px;
}

#xyfc .device .text a img {
    margin-left: 10px;
}

#xyfc .device .text a:hover {
    background: #bb133e;
    border-color: #bb133e;
}

#xyfc .device .pagination {
    width: 630px;
    right: 0;
    height: 10px;
    bottom: -15px;
    text-align: center;
    z-index: 10;
    position: absolute;
}

#xyfc .device .pagination span {
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    left: 1221px;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    display: inline-block;
}

#xyfc .device .pagination span.swiper-active-switch {
    background: #ffffff;
    transition: all 0.5s;
}

#njhy {
    padding: 50px 0;
}

#njhy .tabs {
    text-align: center;
    margin-bottom: 30px;
}

#njhy .tabs .tab {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #666666;
    font-weight: 100;
    background: url(../../images/aa/tab-img.png) no-repeat 100% 100%;
    line-height: 50px;
    cursor: pointer;
}

#njhy .tabs .tab:hover,
#njhy .tabs .tab.on {
    color: #ffffff;
    background: url(../../images/aa/tab-img-on.png) no-repeat 100% 100%;
}

#njhy .swiper-slide {
    position: relative;
}

#njhy .swiper-slide img {
    width: 100%;
}
#njhy .swiper-slide p {
    line-height: 1.6;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
#njhy .arrow-left {
    position: absolute;
    left: 15%;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    height: 50px;
    width: 50px;
}

#njhy .arrow-right {
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    height: 50px;
    width: 50px;
}

#njhy .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    z-index: 10;
}

#njhy .shadow div {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

#njhy .pagination {
    display: none;
}

#xyqk {
    padding: 50px 0;
    background: #f2f2f2;
}

#video {
    position: relative;
    cursor: pointer;
}

.paginationSelf {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.paginationSelf span {
    display: inline-block;
    width: 150px;
    border: 2px solid #ffffff;
}

.paginationSelf span img {
    width: 100%;
}

.paginationSelf span.on {
    border: 2px solid #bb133e;
}

#video img {
    width: 100%;
}

#video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

#videoAlert,
#imgAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    display: none;
}

#videoAlert .box,
#imgAlert .box {
    max-width: 60%;
    width: 100%;
    position: relative;
}
#imgAlert .box .left {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -50px;
    opacity: 0.5;
    cursor: pointer;
}
#imgAlert .box .right {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -50px;
    opacity: 0.5;
    cursor: pointer;
}
#imgAlert .box .right:hover,
#imgAlert .box .left:hover {
    opacity: 0.8;
}
#videoAlert .box video,
#imgAlert .box .img {
    width: 100%;
}
#imgAlert .box p {
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    line-height: 1.6;
}

#videoAlert .close,
#imgAlert .close {
    position: absolute;
    cursor: pointer;
    top: 10%;
    right: 10%;
    width: 30px;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.5s;
}

#videoAlert .close:hover,
#imgAlert .close:hover {
    transform: rotate(90deg);
    transition: all 0.5s;
}

#xyqk .tit {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

#xyqk .tit span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 25px;
    background: #bb133e;
}

#xyqk .tit .fr {
    color: #bb133e;
    font-size: 12px;
}

#xyqk .item {
    width: 50%;
}

#xyqk .item .img {
    /* width: 190px; */
    padding: 0;
}

#xyqk .item .img img {
    width: 100%;
}

#xyqk .item .text {
    /* width: 350px; */
}

#xyqk .item .text p.t {
    color: #bb133e;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}

#xyqk .item .text .b {
    padding-left: 30px;
    border-left: 2px solid #bb133e;
}

#xyqk .item .text .b p {
    margin-bottom: 10px;
    line-height: 1.8;
}
#xyqk .item .text .b p a{
    color:inherit;
}
#xyqk .item .text a:hover {
    color: #bb133e;
}

#xyh {
    padding: 40px 0 0;
    overflow: hidden;
    background: url(../../images/aa/xyh-bg.png) no-repeat;
    background-size: 100% 100%;
}

#xyh .items {
    overflow: hidden;
    color: #ffffff;
    height: 178px;
}

#xyh .items.on {
    height: auto;
}

#xyh .items .item {
    margin-bottom: 30px;
    float: left;
    margin-right: 135px;
}

#xyh .items .item img {
    margin-bottom: 10px;
}

#xyh .items .item:nth-of-type(5n) {
    margin-right: 0;
}

#xyh .more {
    width: 100px;
    height: 30px;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 20px auto;
}

#xyh .more.on {

    background-size: 100% 100%;
}

#xyzp-cont .right .top {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}

#xyzp-cont .right .top .img {
    /* width: 370px; */
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    padding-left: 10px;
    padding-right: 0;
}

#xyzp-cont .right .top .img img {
    position: relative;
}

#xyzp-cont .right .top .img div {
    background: #bb133e;
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

#xyzp-cont .right .top .text {
    /* width: 923px; */
    background: #f2f2f2;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    box-sizing: border-box;
    padding: 20px 20px 20px 120px;
    position: absolute;
    right: 0;
    top: -10px;
}

#xyzp-cont .right .top .text strong {
    color: #bb133e;
}

#xyzp-cont .item {
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 2px 11.76px 0.24px rgba(0, 0, 0, 0.08);
    width: 31.33%;
    height: 225px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

#xyzp-cont .item:nth-of-type(3n + 2) {
    margin: 0 25px;
}

#xyzp-cont .item img {
    margin: 20px 0;
    max-height: 63px;
}

#xyzp-cont .item p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 10px;
}

#xyzp-cont .item p strong {
    color: #bb133e;
}

#xyzp-cont .zyjtItems .item {
    padding: 0;
    height: auto;
}

#xyzp-cont .zyjtItems .item img {
    width: 100%;
    margin: 0;
    max-height: initial;
}

#xyzp-cont .zyjtItems .item .text {
    padding: 5px 10px;
}

#xyzp-cont .zyjtItems .item .text p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

#xyzp-cont .zyjtItems .item .text p span {
    font-size: 14px;
    color: rgb(176, 27, 61);
    font-weight: bold;
    line-height: 2.143;
}

#none {
    text-align: center;
    background: #f2f2f2;
    min-height: 500px;
}

#none p {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0;
}

#none a {
    border-width: 1px;
    border-color: #383943;
    border-style: solid;
    width: 158px;
    height: 48px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #383943;
    margin: 0 20px;
}

#none .a1 {
    background: #bb133e;
    border: 1px solid #bb133e;
    color: #fffffe;
}

#none .a1:hover {
    opacity: 0.8;
}

#search {
    background: #f2f2f2;
    overflow: hidden;
    padding: 40px 0;
}

#search span {
    color: #bb133e;
}

#search .inputBox {
    width: 630px;
    height: 50px;
    margin: 0 auto;
}

#search .inputBox input {
    width: 400px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    display: block;
    float: left;
    border: none;
    height: 50px;
}

#search .inputBox .btn {
    background-color: #bb133e;
    width: 126px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}

#search .list {
    background: #ffffff;
    padding: 40px;
    box-sizing: border-box;
}

#search .list .item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#search .list .item p.t {
    font-size: 16px;
    color: #333333;
    line-height: 2.5;
}

#search .list .item p.b {
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
}

#foot {
    background: url(../../images/aa/index_foot_bj.png) no-repeat center top;
    background-size: 1920px 100%;
    padding: 35px 0 70px;
    box-sizing: border-box;
    margin-top: 50px;
}

#foot .tit {
    text-align: center;
}

#foot .tit span {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    display: inline-block;
}

#foot .tit span img {
    height: 20px;
}

#foot .tit p {
    font-size: 20px;
    color: #fffffe;
    margin: 20px 0;
}

#foot .items {
    width: 500px;
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
}

#foot .item {
    font-size: 12px;
    text-align: center;
    position: relative;
}

#foot .item img {
    margin-bottom: 10px;
    height: 25px;
}

#foot .item .text {
    position: absolute;
    display: none;
    width: 270px;
    left: 50%;
    margin-left: -133px;
    height: 40px;
    font-size: 12px;
    line-height: 46px;
    background: url(../../images/aa/foot-text-bg.png) no-repeat center top;
    background-size: 100% 100%;
    top: 63px;
}

#foot .item .text1 {
    width: 100px;
    height: 107px;
    padding-top: 17px;
    margin-left: -50px;
    background: url(../../images/aa/foot-text-bg2.png) no-repeat center top;
    background-size: 100% 100%;
}
#foot .item .text1 img {
    width: auto;
    height: auto;
}
#foot .item:hover .text {
    display: block;
}

#foot .bot {
    width: 540px;
    margin: 0 auto;
    color: #ffffff;
    max-width: 100%;
    position: relative;
    z-index: 10;
    font-size: 12px;
}
#foot .bot.on {
    z-index: 200;
}

#foot .bot .slide {
    border: 1px solid #ffffff;
    width: 200px;
    position: relative;
    line-height: 30px;
    line-height: 30px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 0 10px;
    background: url(../../images/aa/jt-down.png) no-repeat 90% center;
}

#foot .bot .slide a {
    display: block;
    color: #bb133e;
    padding: 0 10px;
}

#foot .bot .slide a:hover {
    background: #bb133e;
    color: #ffffff;
}

#foot .bot .slide div {
    background: #ffffff;
    width: 100%;
    position: absolute;
    line-height: 30px;
    display: none;
    left: 0;
    top: -240px;
}

#footer {
    background: #000000;
    overflow: hidden;
    position: relative;
    /* margin-top: 30px; */
}

#footer .p {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 0;
}

#footer .cont {
    border-bottom: 1px solid #bb133e;
    padding-bottom: 30px;
    position: relative;
}

#footer .ewm {
    position: absolute;
    right: 120px;
    top: 152px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

#footer .ewm img {
    margin-bottom: 10px;
}

#footer .img {
    padding: 40px 0;
}

#footer .fl {
    width: 50%;
}

#footer .fl strong {
    font-size: 20px;
    color: #ffffff;
}

#footer .fl a {
    width: 48%;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
}

#footer .fl p {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
}

.sBanner img {
    width: 100%;
}

.right {
    padding: 0;
}

#left {
    background: -moz-linear-gradient(90deg, #f8becb 0%, #f8eaea 100%);
    background: -webkit-linear-gradient(90deg, #f8becb 0%, #f8eaea 100%);
    background: -ms-linear-gradient(90deg, #f8becb 0%, #f8eaea 100%);
    max-width: 272px;
    min-height: 362px;
    padding-bottom: 30px;
}

#left .top {
    line-height: 38px;
    height: 150px;
    background: url(../../images/aa/left-top.png) no-repeat left top;
    background-size: auto 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    padding-left: 14px;
    margin-top: -75px;
    position: relative;
    z-index: 10;
    padding-top: 31px;
    font-weight: 600;
}

#left .bottom {
    box-sizing: border-box;
    padding: 0 4px;
}

#left .bottom a,
#left .bottom .a {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #bb133e;
    color: #333333;

    cursor: pointer;
    font-size: 14px;
}

#left .bottom .hasslide {
    /* background: url(../../images/aa/jt-right2.png) no-repeat 90% center; */
}

#left .bottom .hasslide.on {
    color: #bb133e;
    /* background: url(../../images/aa/jt-down2.png) no-repeat 90% center; */
}

#left .bottom .slide {
    padding: 10px 0 0;
    display: none;
}

#left .bottom .slide a {
    font-size: 14px;
    padding-left: 15px;
    border: none;
    padding: 10px 0 10px 15px;
}

#left .bottom a img {
    margin-left: 6px;
    opacity: 0;
}

#left .bottom a:hover,
#left .bottom a.on {
    color: #bb133e;
}

#left .bottom a:hover img,
#left .bottom a.on img {
    opacity: 1;
}

#xwdt .right .item {
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    padding: 30px 0;
    display: flex;
}

#xwdt .right .item:hover .img img {
    transform: scale(1.2);
    transition: all 0.5s;
}

#xwdt .right .item:hover .text p.t {
    color: #bb133e;
}

#xwdt .right .item a {
    display: flex;
}

#xwdt .right .item .img {
    width: 260px;
    margin-right: 20px;
    overflow: hidden;
}

#xwdt .right .item .img img {
    transform: scale(1);
    width: 100%;
    transition: all 0.5s;
}

#xwdt .right .item .text {
    line-height: 1.6;
    flex: 1;
}

#xwdt .right .item .text .t {
    color: #333333;
}

#xwdt .right .item .text .b {
    color: #999999;
    line-height: 1.7;
    font-size: 14px;
    margin: 10px 0;
}

#xwdt .right .item .text .d {
    font-weight: bold;
    font-size: 14px;
    color: #bb133e;
}

#xwdt .right .item .text .time {
    padding-left: 30px;
    background: url(../../images/aa/icon-time.png) no-repeat left center;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}

#xwdt .right .item .text .loc {
    padding-left: 30px;

    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
#xwdt .detail {
    width: 80%;
}
#xwdt .detail .title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#xwdt .detail .title p.t {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
}

#xwdt .detail .title p.b {
    text-align: center;
    color: #999999;
    font-size: 14px;
}

#xwdt .detail .title p.b span {
    margin: 0 10px;
}

#xwdt .detail .content {
    padding-bottom: 50px;
    font-size: 16px;
    font-family: "Microsoft YaHei" !important;
    color: #333333;
    line-height: 1.875;
    margin-bottom: 10px;
}
#xwdt .detail .content img {
    max-width: 100%;
    width: 450px;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

#xwdt .detail .content p span {
    font-family: "Microsoft YaHei" !important;
}

#fixright {
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-style: solid;
    background-color: rgba(235, 235, 235, 0.7);
    width: 83px;
    height: 335px;
    z-index: 100;
    margin-top: -167.5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    display: none;
    padding: 10px 0;
}

#fixright a {
    display: block;
    text-align: center;
    color: #bb133e;
    padding: 8px 0;
    font-size: 12px;
    box-sizing: border-box;
}

#fixright a img {
    margin-bottom: 10px;
}

#fixright a:hover {
    background: #ffffff;
}

#xyfc-cont .right .item {
    display: flex;
    width: 50%;
    float: left;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 10px;
    box-sizing: border-box;
}

#xyfc-cont .right .item:nth-of-type(2n) {
    float: right;
    padding-right: 0;
    padding-left: 10px;
}

#xyfc-cont .right .item .img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

#xyfc-cont .right .item:nth-of-type(3) .img,
#xyfc-cont .right .item:nth-of-type(4) .img {
    margin: 0 0 0 15px;
}

#xyfc-cont .right .item .img img {
    width: 100%;
}

#xyfc-cont .right .item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#xyfc-cont .right .item .text p.t {
    color: #bb133e;
    font-size: 14px;
    font-weight: bold;
}

#xyfc-cont .right .item .text p.b {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin: 10px 0;
}

#xyfc-cont .right .item .text .line {
    background: -moz-linear-gradient(0deg, #b01b3d 0%, #df922b 100%);
    background: -webkit-linear-gradient(0deg, #b01b3d 0%, #df922b 100%);
    background: -ms-linear-gradient(0deg, #b01b3d 0%, #df922b 100%);
    width: 80px;
    height: 2px;
}

#xyfc-cont .right .xyzf .yxzf-item {
    padding: 0 40px;
    margin-bottom: 20px;
    width: 100%;
}

#xyfc-cont .right .xyzf .yxzf-item .img {
    max-width: 280px;
    position: relative;
    z-index: 10;
}

#xyfc-cont .right .xyzf .yxzf-item .img img {
    z-index: 10;
    position: relative;
}

#xyfc-cont .right .xyzf .yxzf-item .img div {
    position: absolute;
    width: 170px;
    height: 170px;
}

#xyfc-cont .right .xyzf .yxzf-item .text {
    /* width: 500px; */
    flex: 1;
    height: 155px;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 20px 25px;
}

#xyfc-cont .right .xyzf .yxzf-item .text p.t {
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#xyfc-cont .right .xyzf .yxzf-item .text p.b {
    color: #999999;
    font-size: 14px;
    margin: 15px 0;
}

#xyfc-cont .right .xyzf .yxzf-item .text p.b span {
    margin-left: 10px;
}

#xyfc-cont .right .xyzf .yxzf-item .text p.d {
    font-weight: bold;
    font-size: 14px;
}

#xyfc-cont .right .xyzf .yxzf-item.item1 {
    float: left;
}

#xyfc-cont .right .xyzf .yxzf-item.item1 .img {
    float: left;
    padding: 0;
}

#xyfc-cont .right .xyzf .yxzf-item.item1 .img div {
    background: #b01b3d;
    position: absolute;
    left: -10px;
    bottom: -10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item1 .text {
    float: right;
    margin-top: 10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item1 .text p.d {
    color: #b01b3d;
}

#xyfc-cont .right .xyzf .yxzf-item.item2 {
    float: right;
}

#xyfc-cont .right .xyzf .yxzf-item.item2 .img {
    float: right;
    padding: 0;
}

#xyfc-cont .right .xyzf .yxzf-item.item2 .img div {
    background: #b01b3d;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item2 .text {
    float: left;
    margin-top: 10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item2 .text p.d {
    color: #b01b3d;
}

#xyfc-cont .right .xyzf .yxzf-item.item3 {
    float: left;
}

#xyfc-cont .right .xyzf .yxzf-item.item3 .img {
    float: left;
}

#xyfc-cont .right .xyzf .yxzf-item.item3 .img div {
    background: #4ca996;
    position: absolute;
    left: -10px;
    bottom: -10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item3 .text {
    float: right;
    margin-top: 10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item3 .text p.d {
    color: #4ca996;
}

#xyfc-cont .right .xyzf .yxzf-item.item4 {
    float: right;
}

#xyfc-cont .right .xyzf .yxzf-item.item4 .img {
    float: right;
}

#xyfc-cont .right .xyzf .yxzf-item.item4 .img div {
    background: #085ba1;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item4 .text {
    float: left;
    margin-top: 10px;
}

#xyfc-cont .right .xyzf .yxzf-item.item4 .text p.d {
    color: #085ba1;
}

#xyfc-cont .right .xygd-item {
    background-color: #ffffff;
    box-shadow: -2px 0px 9.8px 0.2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 180px 20px 20px;
    position: relative;
    margin-bottom: 20px;
}

#xyfc-cont .right .xygd-item p.t {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

#xyfc-cont .right .xygd-item p.b {
    font-weight: bold;
    color: #bb133e;
}

#xyfc-cont .right .xygd-item .user {
    position: absolute;
    right: 20px;
    top: 17px;
}

#xyfc-cont .right .xygd-item .user font {
    color: #bb133e;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

#xyfc-cont .right .xygd-item .user span {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #cccccc;
    margin: 0 10px;
    position: relative;
    top: 10px;
}

#xyfc-cont .right .tjsj {
    padding-bottom: 50px;
}

#xyfc-cont .right .tjsj p {
    font-size: 16px;
    color: #555;
    line-height: 1.875;
}
a
#xyfc-cont .right .tjsj img {
    margin-bottom: 20px;
}

#xyfc-cont .right .tjsj .t {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 30px;
}

#xyfc-cont .right .tjsj .subt {
    color: #b01b3d;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

#xyfc-cont .right .tjsj .subt span {
    display: inline-block;
    background: #bb133e;
    width: 60px;
    height: 1px;
}

#xyfc-cont .right .tjsj .tableContent {
    width: 100%;
}

#xyfc-cont .right .tjsj .tableContent table {
    min-width: 750px;
}

#xyfc-cont .right .tjsj table {
    width: 100%;
    font-size: 16px;
    margin-bottom: 32px;
}

#xyfc-cont .right .tjsj table tr:nth-of-type(2n + 1) {
    background: #f8f8f8;
}

#xyfc-cont .right .tjsj table th {
    text-align: center;
    background: #bb133e;
    color: #ffffff;
    height: 40px;
}

#xyfc-cont .right .tjsj table td {
    height: 40px;
    border: 1px solid #cccccc;
    text-align: center;
    width: 33%;
}

#xyfc-cont .right .tjsj .table th,
#xyfc-cont .right .tjsj .table td {
    width: 66px;
    font-size: 12px;
    line-height: 1.4;
}

#xyll-cont {
    margin-bottom: 40px;
}

#xyll-cont .right p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #555;
    line-height: 1.875;
    margin-bottom: 15px;
}
#xyll-cont .right p a {
    color: #bb133e;
}
#xyll-cont .right .dqll-items .item p {
    height: 40px;
}
#xyqkCont .items .item .text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.875;
    margin-bottom: 0;
}

#xyll-cont .right .p {
    color: #333;
    margin-bottom: 15px;
}

#xyll-cont .right .btn {
    width: 231px;
    height: 42px;
    background: url(../../images/aa/xmll-bg.png?v=1.0) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    text-align: left;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}

#/* xyll-cont .right .btn1 {
    background: url(../../images/aa/xmll-bg2.png) no-repeat;
    background-size: 100% 100%;
} */

#xyll-cont .right .subt {
    color: #b01b3d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#xyll-cont .dqll-text {
    color: rgb(51, 51, 51);
    line-height: 1.875;
    margin-bottom: 40px;
}

#xyll-cont .dqll-items {
    margin-top: 20px;
    padding-bottom: 50px;
}

#xyll-cont .dqll-items .item {
    width: 32.33%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 19.6px 0.4px rgba(12, 23, 10, 0.08);
    margin: 53px 0.5%;
    padding-bottom: 30px;
}

#xyll-cont .dqll-items .item img {
    margin-bottom: 15px;
    width: 140px;
    margin-top: -70px;
    border-radius: 50%;
}

#xyll-cont .xyll-item {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
}

#xyll-cont .xyll-item .img {
    width: 25%;
}

#xyll-cont .xyll-item .img img {
    width: 100%;
}

#xyll-cont .xyll-item .text {
    width: 70%;
}

#xyll-cont .xyll-item .text p.t {
    margin-bottom: 10px;
    cursor: pointer;
}

#xyll-cont .xyll-item .text p.t:hover {
    color: rgb(176, 27, 61);
}

#xyll-cont .xyll-item .text p.b {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.714;
    margin-bottom: 10px;
}

#xyll-cont .xyll-item .text p.d {
    font-size: 14px;
    color: rgb(176, 27, 61);
    font-weight: bold;
}

#xyll-cont .xmll-item1 {
    position: relative;
    margin: 15px 0 10px;
}

#xyll-cont .xmll-item1 .img {
    position: absolute;
    top: -15px;
    z-index: 10;
    width: 360px;
}

#xyll-cont .xmll-item1 .img img {
    width: 100%;
}

#xyll-cont .xmll-item1 .img p {
    line-height: 183px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fffffe;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}

#xyll-cont .xmll-item1 .text {
    /* width: 600px; */
    box-sizing: border-box;
    background: #f2f2f2;
    padding: 15px 15px 15px 60px;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-left: 325px;
}

#xyll-cont .xmll-item2 {
    height: 237px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

#xyll-cont .xmll-item2 a {
    text-align: center;
    color: #ffffff;
}

#xyll-cont .xmll-item2 .img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

#xyll-cont .xmll-item2 .icon {
    width: 80px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s;
}

#xyll-cont .xmll-item2:hover .img {
    transform: scale(1.2);
    transition: all 0.5s;
}

#xyll-cont .xmll-item2 p {
    color: #fffffe;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin: 20px 0;
}

#xyll-cont .xmll-item2 div {
    position: relative;
    background-color: #ffffff;
    width: 26px;
    height: 4px;
    margin: 0 auto;
}

#xyfwCont .tit1 {
    display: flex;
}

#xyfwCont .tit1 .left {
    width: 205px;
}

#xyfwCont .tit1 .left span {
    font-weight: bold;
}

#xyfwCont .tit1 .line {
    flex: 1;
    border: 1px dashed #b01b3d;
    height: 0px;
    position: relative;
    top: 27px;
}

#xyfwCont .text {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    position: relative;
}

#xyfwCont .text .ewm {
    position: absolute;
    right: 0;
    top: 0 !important;
    text-align: center;
    color: #bb133e;
    font-size: 14px;
    width: 275px;
    line-height: 1.6;
}

#xyfwCont .text .ewm img {
    margin-bottom: 10px;
}

#xyfwCont .btn {
    display: flex;
    margin-top: 40px;
}

#xyfwCont .btn .line {
    flex: 1;
    border: 1px dashed #b01b3d;
    height: 0px;
    position: relative;
    top: 27px;
}

#xyfwCont .btn .img {
    margin: 0 30px;
}

#xyqkCont .items {
    background: url(../../images/aa/book-bot.png) no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 57px;
}

#xyqkCont .items .item {
    width: 50%;
    padding: 0 90px;
    box-sizing: border-box;
    position: relative;
}

#xyqkCont .items .item .img {
    position: relative;
}

#xyqkCont .items .item .text {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 10%;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
}

#xyqkCont .items .item .text img {
    width: 30px;
    margin-bottom: 10px;
    display: none;
}

#xyqkCont .items .item:hover .text {
    top: 0;
    height: 100%;
    transition: all 0.5s;
}

#xyqkCont .items .item:hover .text img {
    display: inline;
}

#xyqkCont .list .li {
    background: #ffffff url(../../images/aa/icon-zzqk.png) no-repeat 20px center;
    box-shadow: 0px 4px 9.8px 0.2px rgba(0, 0, 0, 0.1);
    height: 62px;
    box-sizing: border-box;
    padding: 20px 20px 20px 60px;
    margin-bottom: 15px;
}

#xyqkCont .list .li strong {
    color: #bb133e;
}

#xyqkCont .list .li a:hover {
    color: #bb133e;
}

#xyqkCont .detail {
    background: url(../../images/aa/detailBG.png);
    background-size: 100% 100%;
    padding-bottom: 50px;
}

#xyqkCont .detail .top {

    height: 200px;
    box-sizing: border-box;
    padding: 45px 0 45px 80px;
}

#xyqkCont .detail .top p.t {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}

#xyqkCont .detail .top p.b {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

#xyqkCont .detail .top p.d {
    color: #666666;
    font-size: 14px;
}

#xyqkCont .detail .left {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

#xyqkCont .detail .right {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
}

#xyqkCont .detail .tit {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    color: #bb133e;
    margin-top: 40px;
}

#xyqkCont .detail .tit span {
    position: absolute;
    display: block;
    background-color: #b01b3d;
    width: 6px;
    height: 18px;
    left: 0;
    top: 0;
}

#xyqkCont .detail .item {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

#xyqkCont .detail .item p.t {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

#xyqkCont .detail .item p.b {
    font-size: 14px;
    color: #666666;
    line-height: 1.714;
}

#xyqkCont .detail .right p {
    text-align: justify;
}

#xyqkCont .detail .left p {
    text-align: justify;
    line-height: 1.8;
}

#xyqkCont .detail .left p span {
    display: block;
    font-family: "微软雅黑" !important;
    line-height: 1.7;
    font-size: 14px !important;
    text-align: justify;
    color: #666666;
}

#xyqkCont .detail .right p span {
    font-family: "微软雅黑" !important;
    line-height: 1.7;
    font-size: 14px !important;
    text-align: justify;
    color: #666666;
}

#xyqkCont .detail .item .a {
    border-width: 1px;
    border-color: #b01b3d;
    border-style: solid;
    border-radius: 5px;
    min-width: 78px;
    display: inline-block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
    color: #b01b3d;
    padding: 0 10px;
}

#xyqkCont .detail .item a:hover {
    background-color: #b01b3d;
    color: #ffffff;
}

#xyqkCont .detail .item2 {
    text-align: center;
}

#xyqkCont .detail .item2 p.d {
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 1.714;
}

#xyqkCont .detail .books {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

#xyqkCont .detail .books img {
    width: 140px;
    margin: 20px auto 0;
    display: block;
}

#xyqkCont .detail .books p.t {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}

#xyqkCont .detail .books p.b {
    font-size: 14px;
    color: #666666;
    line-height: 1.714;
}

#xyqkCont .detail .books a {
    border-width: 1px;
    border-color: #b01b3d;
    border-style: solid;
    border-radius: 5px;
    width: 78px;
    display: block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
    color: #b01b3d;
}

#xyqkCont .detail .books a:hover {
    background-color: #b01b3d;
    color: #ffffff;
}

#xyqkCont .detail .lxwm {
    margin-top: 20px;
}

#xyqkCont .detail .lxwm p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

#xyqkCont .detail .lxwm a {
    color: #bb133e;
}

#xyqkCont .detail .lxwm a:hover {
    font-weight: bold;
}

.mbx {
    padding: 20px 0;
    font-size: 12px;
}

.mbx a {
    margin-right: 5px;
    color:inherit;
}

.mbx a:hover {
    color: #bb133e;
}

#lxwm-cont .item1,
#lxwm-cont .item3 {
    position: relative;
    padding-right: 380px;
    margin-bottom: 50px;
}

#lxwm-cont .item1 .tit,
#lxwm-cont .item3 .tit {
    text-align: left;
    margin-bottom: 23px;
}

#lxwm-cont .item1 .text,
#lxwm-cont .item3 .text {
    color: #333333;
    line-height: 1.875;
}

#lxwm-cont .item1 .text p,
#lxwm-cont .item3 .text p {
    margin-bottom: 10px;
}

#lxwm-cont .item1 .text img,
#lxwm-cont .item3 .text img {
    position: absolute;
    right: 0;
    top: 30px;
}

#lxwm-cont .item2 {
    position: relative;
    padding-left: 380px;
    margin-bottom: 50px;
}

#lxwm-cont .item2 .tit {
    text-align: right;
    margin-bottom: 23px;
}

#lxwm-cont .item2 .tit2 {
    display: none;
    margin-bottom: 23px;
}

#lxwm-cont .item2 .text {
    color: #333333;
    line-height: 1.875;
}

#lxwm-cont .item2 .text p {
    margin-bottom: 10px;
}

#lxwm-cont .item2 .text img {
    position: absolute;
    left: 0;
    top: 30px;
}

#lxwm-cont .subt {
    background: -moz-linear-gradient(0deg, rgba(187, 19, 62, 0.2) 0%, rgba(187, 19, 62, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(187, 19, 62, 0.2) 0%, rgba(187, 19, 62, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(187, 19, 62, 0.2) 0%, rgba(187, 19, 62, 0) 100%);
    height: 36px;
    margin-bottom: 10px;
    border-left: 2px solid #bb133e;
    padding-left: 20px;
    line-height: 36px;
    color: #bb133e;
}

#lxwm-cont p.t {
    color: #333333;
    font-weight: bold;
    line-height: 1.875;
    margin-bottom: 20px;
}

#page {
    text-align: center;
    padding: 50px 0;
}

#page a {
    display: inline-block;
    padding: 10px;
    min-width: 16px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #cccccc;
    font-size: 12px;
}

#page a:hover,
#page a.on {
    border: 1px solid #bb133e;
    color: #bb133e;
}

#xyzsxx p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

#xyzsxx .stt {
    background: url(../../images/aa/xmll-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 20px 0;
    box-sizing: border-box;
    padding-left: 10px;
}

#xyzsxx p.t {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
    background: url(../../images/aa/xmll-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

#xyzsxx .item {
    border-top: 1px solid #cccccc;
    padding: 30px 0;
    display: flex;
}

#xyzsxx .item:nth-last-of-type(1) {
    border-bottom: 1px solid #cccccc;
}

#xyzsxx .item .img {
    width: 257px;
    margin-right: 25px;
}

#xyzsxx .item .text {
    flex: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

#xyzsxx .item .text p.t {
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    line-height: 1.875;
    background: none;
    padding-left: 0;
}

#xyzsxx .item .text p.b {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.714;
}

#xyzsxx .item .text p.d {
    font-size: 14px;
    color: rgb(176, 27, 61);
    font-weight: bold;
    line-height: 2.143;
}

#xyzsxx .item .text p.t a {
    position: initial;
    width: auto;
    height: auto;
    background: none;
    color: inherit;
    text-align: left;
}

#xyzsxx .item .text p.t a:hover {
    color: rgb(176, 27, 61);
}

#xyzsxx .item .text a {
    position: absolute;
    display: block;
    background: -moz-linear-gradient(90deg, rgb(176, 27, 61) 0%, rgb(225, 59, 97) 100%);
    background: -webkit-linear-gradient(90deg, rgb(176, 27, 61) 0%, rgb(225, 59, 97) 100%);
    background: -ms-linear-gradient(90deg, rgb(176, 27, 61) 0%, rgb(225, 59, 97) 100%);
    width: 136px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #ffffff;
    right: 0;
    bottom: 0;
}

#xyzsxx .item .text a:hover {
    opacity: 0.8;
}

#gywm {
    padding-bottom: 40px;
}

#gywm .tit1 {
    width: 360px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: url(../../images/aa/xmll-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
    padding-left: 10px;
    box-sizing: border-box;
}

#gywm .tit2 {
    width: 360px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: url(../../images/aa/xmll-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
    padding-left: 10px;
    box-sizing: border-box;
}

#gywm .tit3 {
    width: 360px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: url(../../images/aa/xmll-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
    padding-left: 10px;
    box-sizing: border-box;
}

#gywm p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

#gywm .subt {
    color: #b01b3d;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

#gywm .subt img {
    margin-right: 10px;
}

#gywm .peos span {
    min-width: 80px;
    margin-right: 15px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

#gywm .peos .fl:nth-of-type(1) {
    border-right: 1px solid #ccc;
    margin-right: 80px;
    padding-right: 70px;
}

#gywm .subtt {
    color: #b01b3d;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
#videoList .items,
#picList .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#videoList .item {
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 2px 11.76px 0.24px rgba(0, 0, 0, 0.08);
    width: 31%;
    min-height: 190px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 25px;
}
#videoList .item .img {
    position: relative;
}
#videoList .item .img img {
    width: 100%;
}
#videoList .item .img img.play {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    transform: rotate(0deg);
    transition: all 0.5s;
}
#videoList .item:hover .img img.play {
    transform: rotate(180deg);
    transition: all 0.5s;
}
#videoList .item .text {
    padding: 5px 10px;
}
#videoList .item .text p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    text-align: left;
}
#videoList .item .text p span {
    font-size: 14px;
    color: rgb(176, 27, 61);
    font-weight: bold;
    line-height: 2.143;
}
#picList .items .item {
    box-shadow: 0px 2px 11.76px 0.24px rgba(0, 0, 0, 0.08);
    width: 48%;
    margin-bottom: 25px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
#picList .items .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

#picList .items .item img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

#picList .items .item:hover img {
    width: 100%;
    transform: scale(1.2);
    transition: all 0.5s;
}
.moreBtn {
    display: block;
    width: 150px;
    height: 50px;
    border: 1px solid #b01b3d;
    color: #b01b3d;
    border-radius: 4px;
    margin: 0px auto 50px;
    text-align: center;
    line-height: 50px;
}
.moreBtn:hover {
    background: #b01b3d;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .wrap > .cont {
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 1024px) {
    #banner .pagination {
        //bottom:26px;
    }
    #xyfc .swiper-container{
        padding-bottom:30px;
    }
    #xyfc-cont .right .xyzf .yxzf-item .img div {
        width: 135px;
        height: 135px;
    }

    #xyfc-cont .right .xyzf .yxzf-item .text {
        padding: 15px 25px;
        height: 122px;
    }

    #xyfc-cont .right .xyzf .yxzf-item .text p.t {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .iframeBox2 {
        width: 100%;
        overflow: auto;
    }

    .iframeBox2 .iframeBox {
        min-width: 900px;
    }

    #xyll-cont .xmll-item1 .img {
        width: 300px;
    }

    #xyll-cont .xmll-item1 .text {
        margin-left: 258px;
    }

    #xyll-cont .xmll-item2 {
        height: 228px !important;
    }

    #xyll-cont .xmll-item2.fr {
        height: 470px !important;
    }

    #xyll-cont .xmll-item1 .img p {
        line-height: 153px;
    }

    #xyqkCont .items .item {
        padding: 0 50px;
    }

    #xyzp-cont .top .img div {
        width: 150px;
        height: 150px;
    }

    #lxwm-cont .item2 {
        padding-left: 350px;
    }

    #lxwm-cont .item1,
    #lxwm-cont .item3 {
        padding-right: 350px;
    }

    #info .items .item {
        background: #ffffff url(../../images/aa/icon-more.png) no-repeat 260px center;
    }

    #xyqk .item .text p.t {
        padding: 0 0 20px;
    }

    #xyh .items .item {
        margin-right: 84px;
    }
}

@media (max-width: 768px) {
    #header {
        display: none;
    }

    #left {
        display: none;
    }

    .right {
        padding: 0;
        float: none !important;
    }

    #footer .ewm {
        right: 40px;
    }

    #phoneHead {
        display: block;
    }

    #xyfc-cont .right .tjsj .tableContent {
        width: 100%;
        overflow-x: auto;
    }

    #xyll-cont .xmll-item2 {
        height: 225px !important;
    }

    #xyfwCont .text:nth-child(3) {
        padding-right: 170px !important;
    }

    #xyfwCont .text {
        padding-right: 365px !important;
    }

    #xyzp-cont .top .img {
        display: none;
    }

    #xyzp-cont .right .top .text,
    #xyzp-cont .top .text {
        position: initial;
        padding: 20px;
    }

    #xyzp-cont .item:nth-of-type(3n + 2) {
        margin: 0 20px;
    }

    #new .center .img {
        width: 100%;
        padding: 0;
    }

    #new .center .list {
        width: 100%;
        padding: 0;
        background: none;
    }

    #info .left {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    #info .items .item {
        width: 100%;
        background: #ffffff url(../../images/aa/icon-more.png) no-repeat 93% center;
    }

    #info .right {
        width: 100%;
    }

    #xyfc .device .img {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
    }

    #xyfc .device .text {
        width: 100%;
    }

    #xyfc .device .arrow-left img,
    #xyfc .device .arrow-right img {
        height: 35px;
    }

    #xyfc {
        padding: 50px 0 20px;
    }

    #xyfc .swiper-container {
        padding: 0px 0 30px;
    }

    #xyfc .device .pagination {
        width: 100%;
        bottom: -15px;
    }

    #njhy .shadow div {
        width: 33.33%;
    }

    #njhy .shadow div:nth-child(2),
    #njhy .shadow div:nth-child(3) {
        display: none;
    }

    #njhy .pagination {
        display: none;
    }

    #xyqk .item .img {
        width: 185px;
        margin-right: 25px;
    }

    #xyqk .item {
        display: flex;
        margin-bottom: 20px;
        width: 100%;
    }

    #xyqk .item .text p.t {
        font-size: 22px;
        padding: 0 0 15px;
    }

    #xyqk .item .text .b {
        padding-left: 15px;
    }

    #xyqk .item .text .b p {
        line-height: 1.8;
        font-size: 18px;
    }

    #xyh .items .item {
        width: 33.33%;
        text-align: center;
        margin-right: 0;
    }

    #phoneHead .leftAlert {
        top: 100px;
        width: 30%;
    }
}

@media (max-width: 600px) {
    .mbx {
        padding-top: 15px;
    }

    #xwdt .right .item {
        padding: 20px 0;
    }

    #xwdt .right .item a {
        display: block;
        width:100%;
    }

    #xwdt .right .item .img {
        margin: 0 auto 15px;
    }

    #xwdt .right .item .text .t {
        text-align: center;
        line-height: 1.8;
    }

    #footer .img {
        padding: 20px 0;
    }

    #footer .fl {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer .ewm {
        right: 15px;
        bottom: 26px;
        top: auto;
    }

    #footer .cont {
        padding-bottom: 0;
    }

    #xwdt .right .item .text .time {
        padding-left: 20px;
        background-size: 15px;
    }

    #xwdt .right .item .text .loc {
        padding-left: 20px;
        background-size: 14px;
    }

    #xwdt .detail .title p.t {
        font-size: 16px;
    }

    #xwdt .detail .title p.b {
        font-size: 12px;
    }

    #xwdt .detail .content p {
        font-size: 14px;
    }

    #xwdt .detail .content p span {
        font-size: 14px !important;
    }

    #xyfc-cont .right .item {
        width: 100%;
        padding: 0;
    }

    #xyfc-cont .right .item:nth-of-type(2n) {
        padding: 0;
    }

    .iframeBox {
        height: 400px;
    }

    #xyll-cont .dqll-items .item {
        width: 49%;
    }

    #xyll-cont .xmll-item1 .img {
        position: initial;
        margin: 0 auto 20px;
    }

    #xyll-cont .xmll-item1 .text {
        margin: 0;
        padding: 15px;
    }

    #xyll-cont .newsMain div {
        padding: 0 !important;
    }

    #xyll-cont .newsMain > .fl > .xmll-item2 {
        height: 168px !important;
    }

    #xyll-cont .xmll-item2 .img {
        height: 100%;
    }

    #xyll-cont .xmll-item1 .img {
        width: 100%;
    }

    #xyfwCont .text {
        padding: 0 !important;
        height: auto !important;
    }

    #xyfwCont .text .ewm {
        position: initial;
    }

    #xyfwCont .text:nth-child(3) {
        padding: 0 !important;
    }

    #xyfwCont .tit1 {
        margin: 10px 0 !important;
    }

    #xyfwCont .newsImgBox {
        margin: 0 auto 10px !important;
    }

    #xyfwCont .btn .img {
        width: 180px;
        margin: 0 15px;
    }

    #xyfwCont .text .ewmImg img {
        display: none;
    }

    #xyqkCont .items .item {
        padding: 0 5px;
    }

    #xyqkCont .items {
        background-size: 100% 30px;
        padding-bottom: 30px;
    }

    #xyqkCont .items .item .text {
        font-size: 12px;
        line-height: 1.6;
        height: 20%;
        top: 80%;
    }

    #xyqkCont .list .li {
        background: #ffffff url(../../images/aa/icon-zzqk.png) no-repeat 10px center;
        height: 52px;
        padding: 18px 10px 18px 40px;
        line-height: 1;
    }

    #xyzp-cont .item {
        width: 100%;
    }

    #xyzp-cont .item:nth-of-type(3n + 2) {
        margin: 0 0 20px 0;
    }

    #xyfc-cont .right .xyzf .yxzf-item.item1 .text,
    #xyfc-cont .right .xyzf .yxzf-item.item2 .text {
        margin-top: -1px;
        width: 100%;
    }

    #lxwm-cont .item1 .text img,
    #lxwm-cont .item3 .text img,
    #lxwm-cont .item2 .text img {
        display: none;
    }

    #lxwm-cont .item1,
    #lxwm-cont .item3 {
        padding: 0;
    }

    #lxwm-cont .item2 {
        padding: 0;
    }

    #lxwm-cont .item2 .tit {
        display: none;
    }

    #lxwm-cont .item2 .tit2 {
        display: block;
        text-align: left;
    }

    #xyqkCont .detail .left,
    #xyqkCont .detail .right {
        padding: 0;
    }

    #xyqkCont .detail .top {
        background: url(../../images/aa/txl.png) no-repeat;
        height: 136px;
        box-sizing: border-box;
        padding: 20px 0 20px 50px;
    }

    #banner .arrow-left,
    #banner .arrow-right {
        display: none;
    }

    #phoneHead {
        height: 70px;
    }

    #phoneHead .top_box {
        line-height: 64px;
    }

    #phoneHead .top_box .search .search_btn img {
        width: 22px;
    }

    #phoneHead .collapse-btn {
        top: 65%;
    }

    #phoneHead .top_box .logo img {
        width: 80%;
    }

    #phoneHead .leftAlert .tab_list li .top img {
        width: 10px;
    }

    #info .items .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #xyqk,
    #xyfc,
    #info,
    #new,
    #njhy {
        padding: 20px 0;
    }

    #xyqk .tit,
    #xyfc .tit,
    #info .tit,
    #new .tit {
        padding-left: 20px;
        font-size: 20px;
    }

    #xyfc .device .img {
        width: 100%;
        margin-left: 0;
    }

    #xyqk .item .img {
        width: 110px;
        margin-right: 15px;
    }

    #xyqk .item {
        display: flex;
        margin-bottom: 20px;
        width: 100%;
    }

    #xyqk .item .text p.t {
        font-size: 16px;
        padding: 0 0 15px;
    }

    #xyqk .item .text .b {
        padding-left: 15px;
    }

    #xyqk .item .text .b p {
        line-height: 1.3;
        font-size: 12px;
    }

    #xyh .items {
        height: 150px;
    }

    #xyh .items .item {
        width: 33.33%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #xyh .items .item img {
        width: 85%;
    }

    #xyh .items .item p {
        font-size: 13px;
    }

    #xyfc .device {
        padding: 0 20px;
    }

    #xyfc .device .text .p1 {
        font-size: 20px;
    }

    #xyfc .device .text .p2 {
        font-size: 16px;
    }

    #xyfc .device .text .p3 {
        font-size: 12px;
    }

    #xyfc .device .arrow-left img,
    #xyfc .device .arrow-right img {
        height: 25px;
    }

    #xyfc .device .text a {
        display: inline-block;
        text-align: center;
        line-height: 35px;
        color: #ffffff;
        border: 1px solid #ffffff;
        width: 130px;
        margin-top: 20px;
    }

    #njhy .tabs .tab {
        width: 45%;
        background-size: contain;
        height: 32px;
        line-height: 30px;
    }

    #njhy .tabs .tab.on {
        background-size: contain;
    }

    #njhy .shadow div {
        width: 15%;
    }

    #njhy .shadow div:nth-child(4) {
        width: 100%;
    }

    #njhy .arrow-right {
        right: 2%;
        height: 30px;
        width: 30px;
        margin-top: -15px;
    }

    #njhy .arrow-left {
        left: 2%;
        height: 30px;
        width: 30px;
        margin-top: -15px;
    }

    #search .inputBox {
        width: 100%;
    }

    #search .inputBox input {
        width: 70%;
        height: 40px !important;
    }

    #search .inputBox .btn {
        width: 100px !important;
        height: 40px !important;
        float: left;
        text-align: center;
        line-height: 40px !important;
        font-size: 16px !important;
        color: #ffffff;
        border-radius: 0px 4px 4px 0;
    }

    #search img {
        width: 40% !important;
    }

    #search img + p {
        font-size: 16px !important;
        line-height: 1.7;
    }

    #phoneHead .leftAlert {
        width: 50%;
        top: 70px;
    }

    #banner .pagination {
        bottom: -8px;
    }

    #video .play {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    #foot .bot .slide {
        width: 100%;
        margin-left: 0;
    }

    #foot .bot .fl:nth-of-type(1) {
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    #xyll-cont .xyll-item {
        display: block;
    }

    #xyll-cont .xyll-item .img {
        width: 100%;
        margin-bottom: 20px;
    }

    #xyll-cont .xyll-item .text {
        width: 100%;
    }

    #fixright {
        display: none;
    }

    #videoAlert .box,
    #imgAlert .box {
        width: 80%;
    }

    #xyzsxx .item {
        display: block;
    }

    #xyzsxx .item .img {
        width: 100%;
        margin-bottom: 15px;
    }

    #xyzsxx .item .img img {
        width: 100%;
    }

    #xyzsxx .item p.d {
        margin-top: 15px;
    }
    #videoList .item {
        width: 100%;
        height: auto;
    }
    .paginationSelf span {
        width: 50px;
    }
    #njhy .shadow {
        width: 12% !important;
    }
    #xwdt .detail {
        width: 100%;
    }
    #info .items > div {
        width: 100%;
    }
    #info .items .f1 {
        float: left;
    }
}

@media (max-width: 320px) {
    #phoneHead .top_box .search {
        padding: 0;
    }
}