@charset "UTF-8";

@font-face {
  font-family: "HelveticaExt-Normal";
  src: url("HelveticaExt-Normal.woff2") format("woff2"),
       url("HelveticaExt-Normal.woff") format("woff"),
       url("HelveticaExt-Normal.ttf") format("truetype"),
       url("HelveticaExt-Normal.eot") format("embedded-opentype"),
       url("HelveticaExt-Normal.svg") format("svg"),
       url("HelveticaExt-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
    box-sizing: border-box;
    margin: 0;
    /* text-align: justify; */
    padding: 0;
    font-family:"Gilroy-Regular(1)","HelveticaExt-Normal","PingFang Light","Gilroy-Bold", "PINGFANG MEDIUM", "Microsoft YaHei", "微软雅黑";
}

*::after {
    content: '';
}

@keyframes fangda {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        opacity: 0.8;
    }

    100% {
        transform: scale(4.5);
        -webkit-transform: scale(4.5);
        -moz-transform: scale(4.5);
        -ms-transform: scale(4.5);
        -o-transform: scale(4.5);
        opacity: 0;
    }
}

@keyframes fangda2 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes chang {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

html,
body {
    position: relative;
    height: 100%;
    /* overflow-x: hidden; */
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

i,
u {
    font-style: normal;
    text-decoration: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clearFloat::after {
    /* 清除浮动影响 */
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.ma_rt {
    margin-right: 0 !important;
}

.bacimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}

html::-webkit-scrollbar-thumb {
    background-color: #1a4463;
    border: 2px solid #1a4463;
}

html::-webkit-scrollbar-track {
    background-color: #000;
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url("Gilroy-Bold.eot");
    /* IE9 */
    src: url("Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */

        url("Gilroy-Bold.woff") format("woff"),
        /* chrome、firefox */
        url("Gilroy-Bold.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    /* iOS 4.1- */
    /* font-style: normal;
    font-weight: normal; */
}
@keyframes chang {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@keyframes dong {
    0% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
        -moz-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        -o-transform: translate(5px, 5px);
    }

    25% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-5px, -5px);
        -webkit-transform: translate(-5px, -5px);
        -moz-transform: translate(-5px, -5px);
        -ms-transform: translate(-5px, -5px);
        -o-transform: translate(-5px, -5px);
    }

    75% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
        -moz-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        -o-transform: translate(5px, 5px);
    }

    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
}
@keyframes state1 {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
    }
}
@font-face {
    font-family: "PingFang Light";
    src: url("PingFang Light.eot");
    /* IE9 */
    src: url("PingFang Light.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */

        url("PingFang Light.woff") format("woff"),
        /* chrome、firefox */
        url("PingFang Light.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("PingFang Light.svg#PingFang Light") format("svg");
    /* iOS 4.1- */
    /* font-style: normal;
    font-weight: normal; */
}
@font-face {
    font-family: "PINGFANG MEDIUM";
    src: url("PINGFANG MEDIUM.eot"); /* IE9 */
    src: url("PINGFANG MEDIUM.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("PINGFANG MEDIUM.woff") format("woff"), /* chrome、firefox */
    url("PINGFANG MEDIUM.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("PINGFANG MEDIUM.svg#PINGFANG MEDIUM") format("svg"); /* iOS 4.1- */
    /* font-style: normal;
    font-weight: normal; */
}
/*************************************导航*************************/
.container {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0%;
    z-index: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    opacity: 0;
}
.container.active{
    height: 54px;
}
.container.on {
    opacity: 1;
    z-index: 99;
}

.container.na1 {
    opacity: 1;
    z-index: 99;
}

.container .dh {
    width: 100%;
    height: 54px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.container.active .dh {
    background-color: #fff;
}

.container .dh>div {
    width: 83.5%;
    margin: 0 auto;
    height: 100%;
    padding-top: 15px;
}

.container .dh .dh_lf {}

.container .dh .dh_lf>li {
    float: left;
    position: relative;
}

.container .dh .dh_lf>li:nth-child(2) {
    margin: 0px 15px;
}

.container .dh .dh_lf>li:nth-child(2)>i {
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    float: right;
    margin: 8px 10px 0px 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.container .dh .dh_lf>li:nth-child(2)>div {
    position: absolute;
    transform: scaleY(0);
    transition: .5s;
    transform-origin: top;
    width: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    background-color: rgb(46 45 45 / 70%);
    z-index: 10;
}

.container .dh .dh_lf>li:nth-child(2):hover>div {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.container .dh .dh_lf>li:nth-child(2)>div>span {}

.container .dh .dh_lf>li:nth-child(2)>div>span>a {
    color: #fff;
    line-height: 2;
    text-align: center;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.container .dh .dh_lf>li:nth-child(2)>div>span>a:hover {
    color: firebrick;
}

.container .dh .dh_lf>li:last-child .ss {
    display: block;
    width: 25px;
    height: 25px;
    float: right;

}

.container .dh .dh_lf>li:last-child input {
    width: 0px;
    border: none;
    outline: none;
    transition: .5s;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.container .dh .dh_lf>li:last-child input.active {
    width: 100px;
}

.container .dh .dh_lf>li:last-child:hover>input {}

.container .dh .dh_rt {
    width: 53%;
}

.container .dh .dh_rt li {
    float: left;
    margin-right: 10%;
}

.container .dh .dh_rt li>a {
    color: #fff;
    position: relative;
    font-size: .16rem;
}

.container .dh .dh_rt li>a::after {
    width: 0%;
    height: 2px;
    position: absolute;
    background-color: firebrick;
    bottom: -18px;
    left: 0%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.container .dh .dh_rt li:hover>a::after {
    width: 100%;
}

.container .dh2 {
    width: 100%;
    height: 60%;
    background-color: rgba(0, 0, 0, .2);
    font-size: 17%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.container .dh2>div {
    width: 83.5%;
    margin: 0 auto;
    height: 100%;
    padding-top: 20px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.container .dh2>div>div {
    display: none;
}
.container.active .dh2>div>div {
    display: block;
}
.container .dh2>div>span {
    position: relative;
    display: block;
    width: 15%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}


.container .dh2>div>span>img {
    position: absolute;
    top: 0%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.container .dh2>div>span>img:first-child {
    opacity: 0;
}

.container .dh2>div>span>img:nth-child(2) {
    opacity: 1;
}

.container .dh2>div>span>img:nth-child(3) {
    opacity: 0;
}

.container .dh2>div>span.active>img:first-child {
    opacity: 0;
}

.container .dh2>div>span.active>img:nth-child(3) {
    opacity: 0;
}

.container .dh2>div>span.active>img:nth-child(2) {
    opacity: 1;
}

.container.active .dh2>div>span>img {
    opacity: 0;
    cursor: pointer;
}

.container .dh2>div>span>img:nth-child(3) {
    /* width: 50%; */
}
.container.active .dh2>div>span>img:nth-child(3) {
    opacity: 1;
    /* width: 50%; */
}

.container.active .dh2>div>span.active>img {
    opacity: 0;
}

.container.active .dh2>div>span.active>img:nth-child(3) {
    opacity: 1;
}

.container .dh2>div>ul {
    width: 60%;
}

.container .dh2>div>ul>li {
    float: left;
    margin-right: 10%;
}

.container .dh2>div>ul>li>a {
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: .18rem;
}

.container .dh2>div>ul>li>a::after {
    width: 0%;
    height: 2px;
    position: absolute;
    background-color: #B80D4B;
    bottom: -30px;
    left: 0%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.container .dh2>div>ul>li:hover>a::after {
    width: 100%;
}

.container .dh2>div>ul>li:last-child {
    position: relative;
    float: right;
    width: 25px;
    height: 25px;
    display: block;
    z-index: 99;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.container .dh2>div>ul>li:last-child.active {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.container .dh2>div>ul>li:last-child:hover>a::after {
    width: 0%;
}

.container .dh2>div>ul>li:last-child img {
    position: absolute;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.container .dh2>div>ul>li:last-child img:first-child {
    opacity: 1;
}

.container .dh2>div>ul>li:last-child img:nth-child(2) {
    opacity: 0;
}

.container .dh2>div>ul>li:last-child img:nth-child(3) {
    opacity: 0;
}

.container .dh2>div>ul>li:last-child img:nth-child(4) {
    opacity: 0;
}

.container .dh2>div>ul>li:last-child.active img:first-child {
    opacity: 0;
}

.container .dh2>div>ul>li:last-child.active img:nth-child(2) {
    opacity: 1;
}

.container.active .dh2>div>ul>li:last-child.active img:nth-child(2) {
    opacity: 0;
}

.container .dh2>div>ul>li:last-child.active img:nth-child(3) {
    opacity: 0;
}

.container .dh2>div>ul>li:last-child.active img:nth-child(4) {
    opacity: 0;
}

.container.active .dh2>div>ul>li:last-child img {
    opacity: 0;
}

.container.active .dh2>div>ul>li:last-child img:nth-child(3) {
    opacity: 1;
}

.container.active .dh2>div>ul>li:last-child img:nth-child(4) {
    opacity: 0;
}

.container.active .dh2>div>ul>li:last-child.active img:nth-child(3) {
    opacity: 0;
}

.container.active .dh2>div>ul>li:last-child.active img:nth-child(4) {
    opacity: 1;
}

/*导航三*/
.container.active .dh2>div>span {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
}

.container.active .dh>div>ul {
    display: none;
}
.container.active .dh2>div>div{
    position: absolute;
    right: 11%;
    top: 27%;
}
.container.active .dh2>div>div>a>i{
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate( 
135deg
 );
    float: right;
    margin: 8px 10px 0px 10px;
    -webkit-transform: rotate( 
135deg
 );
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.container.active .dh2>div>div>a{
    color: #333;
    font-size: 18px;
}
.container.active .dh2>div>div>div{
    background: #333;
    transition: .5s;
    transform: scaleY(0);
    transform-origin: top;
}
.container.active .dh2>div>div:hover>div{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.container.active .dh2>div>div>div>a{
    color: #fff;
}
.container.active .dh2 {
    height: 0;
}

.container.active .dh2>div>ul>li {
    display: none;
}

.container.active .dh2>div>ul>li:last-child {
    display: inline-block;
    transform: translateY(-55px) rotate(0deg);
    -webkit-transform: translateY(-55px) rotate(0deg);
    -moz-transform: translateY(-55px) rotate(0deg);
    -ms-transform: translateY(-55px) rotate(0deg);
    -o-transform: translateY(-55px) rotate(0deg);
}

/**********************************面包屑*****************/
.menu {
    position: fixed;
    padding-top: 1rem;
    padding-bottom: .5rem;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-image: url(../img/top2_rt1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transform-origin: top;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.menu.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.menu>div {
    clear: both;
    padding: 4% 8% 3% 8%;
}

.menu.na1>div {
    padding-top: 0%;
}

.menu>div>p {
    display: block;
    line-height: 0;
    border-bottom: 1px solid #2F5293;
}

.menu>div>p>span {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
}

.menu>div>p>span>img {
    margin: 0 auto;
    margin-top: 60%;
}

.menu>div input {
    width: 80%;
    height: 50px;
    font-size: .2rem;
    color: #fff;
    border: none;
    outline: none;
    background-color: transparent;
}

.menu>div input::-webkit-input-placeholder {
    color: #fff;
}

.menu>div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.menu>div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.menu>div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.menu>div>div {
    padding-left: 0%;
}

.menu>div>div>ul {
    width: 100%;
    height: auto;
}

.menu>div>div>ul>li {
    border-bottom: 1px solid #2F5293;
    clear: both;
    line-height: 0;
    width: 100%;
    height: .7rem;
    padding: .15rem 0;
}

.menu>div>div>ul>li>div {
    float: left;
    width: 15%;
    display: flex;
    align-items: center;
}

.menu>div>div>ul>li>div>span {
    display: block;
    float: left;
    margin-right: 4%;
    line-height: 0;
    margin-top: 3%;
    width: 10%;
}

.menu>div>div>ul>li>div>a {
    color: #fff;
    float: left;
    font-size: .2rem;
    line-height: 2;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.menu>div>div>ul>li>div:hover>a {
    color: #B80D4B;
}

.menu>div>div>ul>li>ul {
    float: right;
    width: 85%;
    padding: 1% 0;
}

.menu>div>div>ul>li>ul>li {
    float: right;
    /* line-height: 0; */
    width: auto;
}

.menu>div>div>ul>li>ul>li>a {
    font-size: 14px;
    color: #fff;
    padding: 0 .2rem;
    line-height: 20px;
    border-right: 1px solid #375587;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    display: block;
}

.menu>div>div>ul>li>ul>li:hover>a {
    color: #B80D4B;
}

.menu>div>div>ul>li>ul>li:first-child>a {
    border-right: none;
}

.phdh {
    display: none;
    width: 100%;
    height: 100%;
    padding: 6px 5%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
}

.phdh>.rt {
    width: 25px;
    height: 25px;
    position: relative;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: 5px;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.phdh>.rt.active {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.phdh>.rt>img {
    position: absolute;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.phdh>.rt>img:first-child {
    opacity: 1;
}

.phdh>.rt.active>img:first-child {
    opacity: 0;
}

.phdh>.rt>img:last-child {
    opacity: 0;
}

.phdh>.rt.active>img:last-child {
    opacity: 1;
}

#ph_menu {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 80;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

#ph_menu.active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

#ph_menu>ul {
    position: relative;
    top: 60px;
    left: 0%;
    transition: .5s;
}

#ph_menu.active>ul {
}

#ph_menu>ul>li {
    text-align: left;
    padding-left: 5%;
    border-bottom: 1px solid rgb(51 51 51 / 15%);
}
#ph_menu>ul>li>a {
    position: relative;
    color: #333;
    line-height: 3;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-weight: normal;
    display: block;
    width: 100%;
    font-size: 14px;
}
#ph_menu>ul>li>a::after{
    /* position: absolute;
    top: 10%;
    content: '→';
    right: 10%; */
}
#ph_menu>ul>li>a:hover {
    color: #B80D4B;
}

.container.active .dh2>div>ul>li:last-child.active {
    -webkit-transform: translateY(-60px) rotate(180deg);
}

/************************************footer******************/
.footer {
    background-image: url(../img/top1_bg.png);
    padding: 3% 10%;
    padding-bottom: .1rem;
    width: 100%;
    float: left;
    position: relative;
}

.footer>.foot1 {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 2%;
}

.footer>.foot1>.foot1_lf {
    width: 20%;
    float: left;
}

.footer>.foot1>.foot1_lf>span {
    display: block;
    width: 100%;
}

.footer>.foot1>.foot1_lf>span:nth-child(2) {
    margin: 5% 0;
    margin-top: 10%;
}

.footer>.foot1>.foot1_lf>span>img {
    display: block;
}

.footer>.foot1>.foot1_lf>p {
    font-size: 14px;
    color: #fff;
}

.footer>.foot1>.foot1_rt {
    width: 75%;
    float: right;
}

.footer>.foot1>.foot1_rt>ul {
    display: flex;
    flex-wrap: wrap;
}

.footer>.foot1>.foot1_rt>ul>li {
    float: left;
    width: 12.5%;
}
.footer>.foot1>.foot1_rt>ul>li>a {
    font-size: 18px;
    display: block;
    color: #fff;
    margin-bottom: 10%;
}
.footer>.foot1>.foot1_rt>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-flow: column-reverse;
}

.footer>.foot1>.foot1_rt>ul>li>ul>li {
    line-height: 2;
    width: 100%;
}

.footer>.foot1>.foot1_rt>ul>li>ul>li>a {
    color: #fff;
    font-size: 14px;
    display: block;
    opacity: .5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    /*border-bottom: 1px solid transparent;
    */text-decoration: underline;
    text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    text-underline-position: under;
}

.footer>.foot1>.foot1_rt>ul>li>ul>li:hover>a {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    text-decoration-color: #fff;
    -moz-text-decoration-color: #fff;
    /*font-weight: bold;
    */
}

.footer>.foot1>.foot1_rt>ul>li>ul>li:first-child>a {
    /* font-size: 16px;
    color: #fff;
    opacity: 1;
    margin-bottom: 10%;
    text-decoration: none; */
}

.footer>.foot2 {
    clear: both;
    line-height: 4;
}

.footer>.foot2>ul {}

.footer>.foot2>ul>li {
    font-size: 14px;
    color: #999;
    margin-right: 3%;
    float: left;
}

.footer>.foot2>ul>li>a {
    font-size: 14px;
    color: #999;
    /* margin-right: 3%; */
    float: left;
}
.footer>.foot2>ul>li>span {
    transform: translate(.1rem,.16rem);
}
.tit1 {
    font-size: .48rem;
    color: #111;
}

.tit1 u {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    opacity: 0;
    letter-spacing: -18px;
    display: inline-block;
}

.tit1.on u {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.tit1>i {
    display: none;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    color: #E6003D;
}

.tit1>b {
    font-size: .48rem;
    color: #E6003D;
    font-weight: bold;
    display: block;
    position: relative;
}

.tit1>b>img {
    display: block;
    height: 40%;
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0%;
    z-index: 20;
}

.tit1>b>u {
    letter-spacing: -18px;
}

.tit3 {
    font-size: 18px;
    color: #111;
    width: 58%;
    margin: 5% 0;
    transition: .8s;
    transform: translateY(.5rem);
    opacity: 0;
}

.tit3.on {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

@media screen and (max-width:2560px) and (min-width:1950px) {
    .menu>div>div>ul>li>ul>li {
        /* width: 180px; */
    }
    
    .container .dh .dh_lf>li:nth-child(2)>div {
        width: 100%;
    }
    /* .container {
        height: 1.2rem;
    }
    .container.active,
    .container .dh {
        height: .54rem;
    }
    .container .dh2>div {
        padding-top: 10px;
    } */
    .menu>div>p>span>img {
        width: 100%;
        margin-top: 100%;
    }
    .container.active .dh2>div>div {
        top: 8%;
    }
    .container.active .dh2>div>div>a>i {
        margin: 13px 10px 0px 10px;
    }
    .container .dh2>div>span {
        width: 15%;
    }
    .container.active .dh2>div>ul>li:last-child {
        display: inline-block;
        transform: translateY(-55px) rotate(0deg);
        -webkit-transform: translateY(-55px) rotate(0deg);
        -moz-transform: translateY(-55px) rotate(0deg);
        -ms-transform: translateY(-55px) rotate(0deg);
        -o-transform: translateY(-55px) rotate(0deg);
}
}

@media screen and (max-width:1600px) {
    .container .dh2>div>ul {
        width: 65%;
    }
}

@media screen and (max-width:1440px) {
    .container {
        height: 115px;
    }
    .menu>div>div>ul>li>ul {
        padding: 0% 0;
    }
    .container .dh>div>ul.dh_rt {
        width: 60%;
    }

    .container .dh2>div>ul {
        width: 65%;
    }
}

@media screen and (max-width:1280px) {
    .container {
        height: 110px;
    }

    .menu>div>div {
        padding-left: 5%;
    }

    .menu>div>div>ul>li {
        height: .8rem;
    }

    .menu>div>div>ul>li>div>span {
        margin-top: 0%;
    }

    .menu>div>div>ul>li>ul>li>a {
        display: block;
    }
}

@media screen and (max-width:1200px) {
    .footer>.foot1>.foot1_rt>ul>li {
        width: 18%;
    }
}
@media screen and (max-width:1024px) {
    .footer>.foot1>.foot1_rt>ul>li {
        width: 25%;
    }
    .menu>div {
        padding: 8% 5% 3% 10%;
    }

    .menu>div>div {
        padding-left: 1%;
    }

    .menu>div>div>ul>li {
        height: auto;
        padding: .6rem 0;
    }
    .menu>div>div>ul>li>ul>li {
        /* width: 90px; */
    }
}

@media screen and (max-width:850px) {
    .tit1>b>img{
        display: none;
    }
    .dh,
    .dh2 {
        display: none;
    }
    #ph_menu {
        display:block;
    }
    .tit3 {
        font-size: 16px;
        margin-top: 2%;
        width: 100%;
    }

    .phdh {
        display: block;
    }

    .container {
        height: 50px;
    }

    .menu {
        display: none;
    }

    .tit1>i {
        /* display: block; */
    }

    .tit1>b,
    .tit1 {
        font-size: .9rem;
    }

    .tit1>b>u,
    .tit1 u {
        letter-spacing: -5px;
    }
}

@media screen and (max-width:650px) {
    #ph_menu {
        top: 0px;
        left: 0px;
    }
    /* .container.active .dh2>div>div{
        display: none;
    } */
    .footer>.foot1>.foot1_lf {
        width: 30%;
        padding-top: 5%;
    }

    .footer>.foot1>.foot1_rt {
        width: 70%;
        padding-left: 0%;
        position: relative;
    }
    .footer>.foot1>.foot1_rt::before {
        position: absolute;
        height: 80%;
        width: 1px;
        background-color: rgba(255, 255, 255, .2);
        left: 11%;
        content: '';
        top: 10%;
        display: none;
    }

    .footer>.foot1>.foot1_lf>span:first-child {
        display: none;
    }
    .footer>.foot1>.foot1_lf>span {
        margin: 0 auto;
        width: 100%;
    }

    .footer>.foot1>.foot1_lf>span:nth-child(2) {
        margin: 5% auto;
    }

    .footer>.foot1>.foot1_lf>span>img {
        margin: 0 auto;
    }

    .footer>.foot1>.foot1_lf>p {
        text-align: center;
    }

    .footer>.foot1>.foot1_rt>ul {
        margin-top: 5%;
    }
    .footer>.foot1>.foot1_rt>ul>li {
        width: 50%;
        margin-bottom: 0%;
        line-height: 1.5;
        /* min-height: 200px; */
    }
    .footer>.foot1>.foot1_rt>ul>li>ul>li{
        display: none;
    }
    .footer>.foot1>.foot1_rt>ul>li>ul>li:nth-child(1){
        display: block;
    }
    .footer>.foot1>.foot1_rt>ul>li>ul>li>a{
        text-align: left;
    }
    .footer {
        padding-bottom: 0%;
    }

    .footer>.foot1>.foot1_rt>ul>li>ul>li:first-child>a {
        font-size: 14px;
        text-align: right;
        line-height: 1.8;
        display: none;
    }
    .footer>.foot1>.foot1_rt>ul>li>a{
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
    }
    .footer>.foot2>ul>li>a {
        color: rgba(153, 153, 153, 0.3);
    }
}

/****************************新闻************************/
.news1 {
    width: 100%;
    float: left;
    padding: 1.2rem 1.6rem;
}

.news1>ul {
    flex-wrap: wrap;
    width: 100%;
    float: left;
    overflow-y: hidden;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.news1>ul>li {
    width: 31%;
    position: relative;
    margin-bottom: .66rem;
    padding-bottom: .38rem;
    margin-right: 3.5%;
    float: left;
}

.news1>ul>li span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.news1>ul>li span>img {
    width: 100%;
}

.news1>ul>li b {
    font-size: .6rem;
    color: #171717;
    font-weight: normal;
    margin-right: .3rem;
}

.news1>ul>li b>i {
    font-size: .22rem;
    color: #5B5B5B;
    margin-left: .3rem;
}

.news1>ul>li h3 {
    font-size: .24rem;
    color: #111111;
    margin-bottom: .37rem;
    font-weight: normal;
    line-height: 1.7;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

.news1>ul>li>div {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background-image: url(../img/news_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 .36rem 0 .41rem;
    min-height: 6.2rem;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.news1>ul>li:hover>div {
    opacity: 1;
    top: 0%;
}

.news1>ul>li>div>b>i {
    color: #fff;
}

.news1>ul>li>div>b {
    color: #fff;
}

.news1>ul>li>div>h3 {
    color: #fff;
}

.news1>ul>li>div>p {
    font-size: .16rem;
    color: #F4F4F4;
    line-height: 1.5;
    margin-bottom: .8rem;
    font-family: "HelveticaExt-Normal";
}

.news1>ul>li>div>a {
    font-size: .2rem;
    color: #fff;
    display: block;
    width: 55%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: .2rem 0;
    margin-bottom: .77rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.news1>ul>li>div>a:hover {
    background: #fff;
    color: #333;
}

.news1>div {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #e4e5e4;
}

.news1>div>a {
    display: block;
    position: absolute;
    top: 70%;
}

.news1>div>a:nth-child(2) {
    right: 0%;
}

.news1>div>ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.news1>div>ul>li {
    font-size: .24rem;
    margin-right: .5rem;
    padding-top: .38rem;
    position: relative;
}

.news1>div>ul>li>a {
    color: #111;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

}

.news1>div>ul>li:hover>a,
.news1>div>ul>li.on>a {
    color: #003AB5;
}

.news1>div>ul>li.on::after {
    width: 100%;
    position: absolute;
    height: 4px;
    top: 0%;
    left: 0%;
    background-color: #003AB5;
}

.news_xq1 {
    width: 100%;
    padding: 1.2rem 1.6rem;
    position: relative;
    padding-bottom: .6rem;
}

.news_xq1>ul {
    font-size: .16rem;
    color: #9F9F9F;
    display: flex;
    flex-wrap: wrap;
}

.news_xq1>ul>li {
    margin-right: 0.1rem;
}

.news_xq1>ul>li>a {
    color: #9F9F9F;
}

.news_xq1>ul>li.on>a {
    color: #E6003D;
}

.news_xq1>div {
    width: 80%;
    margin: 0 auto;
}

.news_xq1>div>h3 {
    font-size: .38rem;
    color: #111111;
    margin: .8rem 0 .6rem 0;
    padding-bottom: .6rem;
    border-bottom: 1px solid #3333332b;
    font-weight: normal;
}
.news_xq1>span{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 5.5rem;
    background-color: #FAFAFA;
    left: 0;
}
.news_xq1>div>i {
    font-size: .18rem;
    color: #ABABAB;
    display: block;
    margin-bottom: .38rem;
}

.news_xq1>div>p {
    font-size: 18px;
    color: #404040;
    /* margin-bottom: .59rem; */
    line-height: 1.7;
}

.news_xq1>div>img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: .59rem;
}

.news_xq1>div>b {
    font-size: .24rem;
    color: #111;
    font-weight: normal;
    display: block;
    margin-top: .8rem;
    margin-bottom: .52rem;
    position: relative;
    z-index: 10;
}

.news_xq1>div>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 10;
}

.news_xq1>div>ul>li {
    width: 31%;
}

.news_xq1>div>ul>li>a>span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.news_xq1>div>ul>li>a>span>img {
    width: 100%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.news_xq1>div>ul>li:hover>a>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.news_xq1>div>ul>li>a>p {
    font-size: .22rem;
    color: #111;
    margin: .28rem 0 .36rem 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.news_xq1>div>ul>li:hover>a>p {
    color: #E6003D;
}

.news_xq1>div>ul>li>a>i {
    font-size: .16rem;
    color: #4A4A4A;
    display: block;
}
.news_xq1>div p,
.news_xq1>div b,
.news_xq1>div span{
    font-family: "ALIBABA-PUHUITI-REGULAR";
}
.news_xq1>div img{
    margin: 0 auto;
}
@media screen and (max-width:2560px) and (min-width:1930px) {
    .news_xq1>span {
        height: 6rem;
    }
}
@media screen and (max-width:1024px) {
    .news1>ul>li>div>p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .news_xq1>div {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .news1>ul>li {
        width: 100%;
        margin-right: 0;
    }
    .news1 {
        padding: 2rem 1.6rem;
    }
    .phdh>.lf {
        width: 40%;
        padding-top: 3%;
    }
    .news1>ul>li b {
        font-size: 30px;
    }

    .news_xq1>div>b {
        font-size: 18px;
    }

    .news1>ul>li h3,
    .news_xq1>div>ul>li>a>p {
        font-size: 16px;
    }

    .news1>ul>li>div>p,
    .news_xq1>ul,
    .news_xq1>div>i,
    .news_xq1>div>p,
    .news_xq1>div>ul>li>a>i,
    .news1>ul>li b>i {
        font-size: 14px;
    }

    .news1>ul>li>div {
        padding: 5%;
        display: none;
    }

    .news1>ul>li>div>a {
        padding: .8rem 0;
        font-size: 16px;
    }

    .news1>div>ul>li {
        font-size: 16px;
        margin-right: .5rem;
    }

    .news1>div>a {
        top: 40%;
    }

    .news_xq1 {
        padding: 3.2rem 1.6rem;
        padding-bottom: 0;
    }

    .news_xq1>div>ul {
        flex-wrap: wrap;
    }

    .news_xq1>div>ul>li {
        width: 100%;
        margin-bottom: 10%;
    }

    .news_xq1>div>b {
        margin-top: 1.8rem;
    }
}