/* CSS Document */


/*qt：xq*/

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

ul,
ol,
li {
    list-style-type: none;
    line-height: normal;
}

body,
button,
input,
select,
textarea {
    font-family: 'FZLTHJW', Arial;
    font-size: 12px;
}

body {
    float: left;
    width: 100%;
    position: relative;
    top: 0.15rem;
    background: #050a19;
   /* opacity: 0;*/
    filter: alpha(opacity=00);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

body.show {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

code,
kbd,
pre,
samp {
    font-family: 'FZLTHJW', Arial;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    /*清除IOS系统点击默认事件*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #333;
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'FZLTHJW', Arial;
}

input,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

button,
table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'FZLTHJW', Arial;
}

textarea {
    resize: none;
}

input {
    outline: 0;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

@font-face {
    font-family: 'FZLTHJW';
    src: url('fonts/FZLTHJW.eot');
    src: url('fonts/FZLTHJW.eot') format('embedded-opentype'), url('fonts/FZLTHJW.woff') format('woff'), url('fonts/FZLTHJW.ttf') format('truetype');
}

.pz_top {
    float: left;
    width: 100%;
}

.pz_banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.pz_main {
    float: left;
    width: 100%;
}

.pz_down {
    float: left;
    width: 100%;
}

.ind_d {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.body1 {
    top: 0;
    left: 0.15rem;
}

.body1.show {
    left: 0;
}


/*头部*/

.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.78125rem;
    z-index: 1030;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.top.top_bg {
    background: #050a19;
    border-bottom: 0.020833rem solid #a70008;
}

.w_0100_1 {
    float: left;
    width: 100%;
}

.w_0100_1 .logo {
    float: left;
    width: 0.90625rem;
    margin: 0.3125rem 0 0 0;
    position: relative;
    z-index: 1050;
}

.w_0100_1 .logo a,
.w_0100_1 .logo a img {
    display: block;
    float: left;
    width: 100%;
}

.w_0100_1 .w_1_1 {
    float: right;
    margin-top: 0.3125rem;
}

.w_0100_1 .w_1_1 .w_1_2 {
    float: left;
}

.w_0100_1 .w_1_1 .w_1_2 a {
    display: block;
    float: left;
    width: 0.140625rem;
}

.w_0100_1 .w_1_1 .w_1_2 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.w_0100_1 .w_1_1 .w_1_2 a img {
    display: block;
    float: left;
    width: 100%;
}

@media screen and (max-width:767px) {
    .top {
        height: 50px;
    }
    .top.top_bg {
        background: #050a19;
        border-bottom: 2px solid #a70008;
    }
    .w_0100_1 .logo {
        margin: 15px 0 0 0;
        width: 120px;
    }
    .w_0100_1 .w_1_1 {
        margin-top: 15px;
    }
    .w_0100_1 .w_1_1 .w_1_2 a {
        width: 20px;
    }
}


/*手机按钮*/

.menuph {
    float: left;
    margin: 0.010417rem 0 0 0.354167rem;
    cursor: pointer;
    width: 0.135417rem;
    height: 0.119791rem;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menuph:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.menuph .point {
    display: inline-block;
    width: 0.135417rem;
    height: 0.119791rem;
    position: relative;
    vertical-align: top;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
    width: 0.135417rem;
}

.menuph .navbtn {
    position: absolute;
    top: 0.052083rem;
    right: 0;
    display: inline-block;
    width: 0.135417rem;
    height: 0.015625rem;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 0.135417rem;
    height: 0.015625rem;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.menuph .navbtn::after {
    top: -0.052083rem;
}

.menuph .navbtn::before {
    top: 0.052083rem;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuph .point.active .navbtn::before {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:1199px) {
    .menuph {
        margin: 1px 0 0 28px;
        width: 18px;
        height: 16px;
    }
    .menuph .point {
        width: 18px;
        height: 16px;
    }
    .menuph .point:hover .navbtn,
    .menuph .point:hover .navbtn::after,
    .menuph .point:hover .navbtn::before {
        width: 18px;
    }
    .menuph .navbtn {
        top: 7px;
        width: 18px;
        height: 2px;
    }
    .menuph .navbtn::after,
    .menuph .navbtn::before {
        width: 18px;
        height: 2px;
    }
    .menuph .navbtn::after {
        top: -7px;
    }
    .menuph .navbtn::before {
        top: 7px;
    }
}


/*手机下拉*/

.xialaph {
    display: none;
    position: fixed;
    float: right;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    background: rgba(5, 10, 25, 0.90);
    z-index: 1049;
    text-align: center;
}

.xialaph .xia_a {
    position: absolute;
    margin-right: 10px;
    right: 0.015625rem;
    top: 0.307291rem;
    width: 0.177083rem;
    height: 0.177083rem;
    z-index: 99;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xialaph .xia_a:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.xialaph .xia_a::after,
.xialaph .xia_a::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
}

.xialaph .xia_a::after {
    width: 0.020833rem;
    height: 100%;
    left: 50%;
    margin-left: -0.010417rem;
    top: 0;
}

.xialaph .xia_a::before {
    width: 100%;
    height: 0.020833rem;
    left: 0;
    margin-top: -0.010417rem;
    top: 50%;
}

.xialaph .container {
    height: 100%;
    position: relative;
}

.xialaph .xia_1_1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 100vh;
    position: relative;
  min-width:150px;
}

.xialaph .xia_1_1 .xia_1_2 {
    display: table;
    position: relative;
    height: 100%;
}

.xialaph .ul1 {
    display: table-cell;
    vertical-align: middle;
}

.xialaph .ul1 .li1 {
    margin-top: 0.151041rem;
    position: relative;
    top: 0.104167rem;
    opacity: 0;
    text-align: center;
    filter: alpha(opacity=00);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.xialaph .ul1 .li1.show {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.xialaph .ul1 .li1:nth-child(1) {
    margin-top: 0;
}

.xialaph .ul1 .li1 a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0 0.052083rem;
    /*height: 0.4375rem;
    line-height: 0.4375rem;
    font-size: 0.208333rem;*/
    font-size: 130%;
    color: #fff;
    position: relative;
}

.xialaph .ul1 .li1 a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.020833rem;
    background: rgba(167, 0, 8, 1.00);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.xialaph .ul1 .li1 a:hover::after {
    left: 0;
    width: 100%;
}

.xialaph .ul1 .ceqh {
    margin-top: 0.201041rem;
    position: relative;
    top: 0.104167rem;
    opacity: 0;
    filter: alpha(opacity=00);
    height: 0.4375rem;
    line-height: 0.4375rem;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.xialaph .ul1 .ceqh a {
    color: #fff;
}

.xialaph .ul1 .ceqh a:hover {
    color: rgba(167, 0, 8, 1.00);
}

.xialaph .ul1 .ceqh.show {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width:1199px) {
    .xialaph .xia_a {
        right: 8px;
        margin-right: 5px;
        top: 0.3125rem;
        width: 20px;
        height: 20px;
    }
    .xialaph .xia_a::after {
        width: 2px;
        margin-left: -1px;
    }
    .xialaph .xia_a::before {
        height: 2px;
        margin-top: -1px;
    }
    .xialaph .ul1 .li1 {
        margin-top: 15px;
    }
    .xialaph .ul1 .li1 a {
        padding: 0 5px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .xialaph .ul1 .li1 a::after {
        height: 2px;
    }
}

@media screen and (max-width:767px) {
    .xialaph .ul1 .ceqh {
        margin-top: 20px;
    }
}


/*搜索*/

.search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(5, 10, 25, 0.90);
    z-index: 1049;
    text-align: center;
}

.search .sea_a {
    position: absolute;
    margin-right: 10px;
    right: 0.015625rem;
    top: 0.307291rem;
    width: 0.177083rem;
    height: 0.177083rem;
    z-index: 99;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search .sea_a:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.search .sea_a::after,
.search .sea_a::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
}

.search .sea_a::after {
    width: 0.020833rem;
    height: 100%;
    left: 50%;
    margin-left: -0.010417rem;
    top: 0;
}

.search .sea_a::before {
    width: 100%;
    height: 0.020833rem;
    left: 0;
    margin-top: -0.010417rem;
    top: 50%;
}

.search .container {
    height: 100%;
    position: relative;
}

.search .sea_1 {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 4.229167rem;
    height: 100vh;
    overflow-y: auto;
}

.search .sea_1 .sea_2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.search .sea_1 .sea_2 .sea_3 {
    float: left;
    width: 2.791667rem;
    position: relative;
    left: 50%;
    margin-left: -1.395833rem;
    margin-top: 20%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.search .sea_1 .sea_2 .sea_3.show {
    margin-top: 0;
}

.search .sea_1 .sea_2 .sea_3 input {
    display: block;
    float: left;
    width: 100%;
    background: none;
    border: 0 none;
    border-bottom: 0.010417rem solid #fff;
    text-align: center;
    height: 0.453125rem;
    font-size: 0.208333rem;
    color: #a70008;
    text-shadow: 0px 0px 0px #fff;
    -webkit-text-fill-color: transparent;
}

.search .sea_1 .sea_2 .sea_3 button {
    display: block;
    position: absolute;
    left: 100%;
    top: 0.1875rem;
    margin-left: 0.104167rem;
    width: 0.208333rem;
    outline: none;
    cursor: pointer;
    border: 0 none;
    background: none;
}

.search .sea_1 .sea_2 .sea_3 button img {
    display: block;
    float: left;
    width: 100%;
}

.search .sea_1 .sea_2 .sea_4 {
    float: left;
    width: 100%;
    margin-top: 0.515625rem;
    max-height: 2.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.search .sea_1 .sea_2 .sea_4 ul {
    float: left;
    width: 100%;
}

.search .sea_1 .sea_2 .sea_4 ul li {
    float: left;
    width: 100%;
    border-bottom: 0.010417rem solid #95989a;
    padding: 0.364583rem 0 0.380208rem 0;
}

.search .sea_1 .sea_2 .sea_4 ul li h3 {
    display: block;
    float: left;
    width: 100%;
    line-height: 0.208333rem;
    font-size: 0.114167rem;
    color: #fff;
}

.search .sea_1 .sea_2 .sea_4 ul li h3 a {
    color: #fff;
}

.search .sea_1 .sea_2 .sea_4 ul li h3 a:hover {
    color: #a70008;
}

.search .sea_1 .sea_2 .sea_4 ul li span {
    display: block;
    float: left;
    width: 100%;
    height: 0.15625rem;
    line-height: 0.15625rem;
    font-size: 0.093333rem;
    margin-top: 0.130208rem;
    color: #fff;
}

.search .sea_1 .sea_2 .sea_4 ul li span a {
    color: #fff;
}

.search .sea_1 .sea_2 .sea_4 ul li span a:hover {
    color: #a70008;
}

@media screen and (max-width:1199px) {
    .search .sea_a {
        right: 8px;
        top: 14px;
        width: 20px;
        height: 20px;
    }
    .search .sea_a::after {
        width: 2px;
        margin-left: -1px;
    }
    .search .sea_a::before {
        height: 2px;
        margin-top: -1px;
    }
    .search .sea_1 {
        width: 100%;
    }
    .search .sea_1 .sea_2 .sea_3 {
        width: 160px;
        margin-left: -80px;
    }
    .search .sea_1 .sea_2 .sea_3 input {
        border-bottom: 1px solid #fff;
        height: 43px;
        font-size: 20px;
    }
    .search .sea_1 .sea_2 .sea_3 button {
        top: 14px;
        margin-left: 10px;
        width: 20px;
    }
    .search .sea_1 .sea_2 .sea_4 {
        float: left;
        width: 100%;
        margin-top: 29px;
        max-height: 320px;
    }
    .search .sea_1 .sea_2 .sea_4 ul li {
        border-bottom: 1px solid #95989a;
        padding: 30px 0;
    }
    .search .sea_1 .sea_2 .sea_4 ul li h3 {
        line-height: 28px;
        font-size: 14px;
    }
    .search .sea_1 .sea_2 .sea_4 ul li span {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin-top: 15px;
    }
}


/*banner*/

.slide_banner {
    margin: 0;
    background: #000;
}

.slide_banner .slick-slide {
    width: 100%;
    padding: 0;
    outline: none;
}

.slide_banner img {
    width: 100%;
}

.slide_banner .slick-dots {
    bottom: 0.401041rem;
    height: 0.052083rem;
    overflow: hidden;
    text-align: right;
}

.slide_banner .slick-dots li {
    width: 0.052083rem;
    height: 0.052083rem;
    vertical-align: top;
    margin: 0 0.03125rem;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slide_banner .slick-dots li button {
    display: none;
}

.slide_banner .slick-dots li.slick-active {
    background: #a70008;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width:1199px) {
    .slide_banner .slick-dots {
        bottom: 40px;
        height: 8px;
    }
    .slide_banner .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

.w_0100_2 {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
  	max-width:100%;
}

.w_0100_2 .w_2_1 {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
    z-index: -1;
    overflow: hidden;
}

.w_0100_2 .w_2_1 video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w_0100_2 .w_2_2 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.859375rem;
    width: 100%;
    z-index: 999999;
}

.w_0100_2 .w_2_2 h1 {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.344583rem;
    color: #fff;
    line-height: 0.46875rem;
    position: relative;
    top: 0.208333rem;
    opacity: 0;
    filter: alpha(opacity=00);
    letter-spacing: 0rem;
    outline: none;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.w_0100_2 .w_2_2 h1 a {
    color: #fff;
    outline: none;
    display: inline !important;
}

.w_0100_2 .w_2_2 h1.show {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.w_0100_2 .w_2_2>div>a {
    display: block;
    float: left;
    margin-top: 0.125rem;
    height: 0.125rem;
    line-height: 0.125rem;
    font-size: 0.104167rem;
    color: #fff;
    outline: none;
    position: relative;
    top: 0.208333rem;
    opacity: 0;
    filter: alpha(opacity=00);
}

.w_0100_2 .w_2_2>div>a.show {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.w_0100_2 .w_2_2>div>a i {
    display: block;
    float: right;
    width: 0.125rem;
    margin-left: 0.052083rem;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.w_0100_2 .w_2_2>div>a:hover i {
    margin-left: 0.078125rem;
}

@media screen and (max-width:991px) {
    .w_0100_2 .w_2_2>div>a {
        height: 0.175rem;
        line-height: 0.175rem;
        font-size: 0.15rem;
    }
    .w_0100_2 .w_2_2>div>a i {
        width: 0.175rem;
    }
}

@media screen and (max-width:767px) {
    .w_0100_2 {
        height: 90vh;
    }
    .w_0100_2 .w_2_2 {
        bottom: 90px;
    }
    .w_0100_2 .w_2_2 h1 {
        font-size: 30px;
        line-height: 40px;
        top: 20px;
    }
    .w_0100_2 .w_2_2>div>a {
        margin-top: 12px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        top: 20px;
    }
    .w_0100_2 .w_2_2>div>a i {
        width: 16px;
        margin-left: 5px;
    }
    .w_0100_2 .w_2_2>div>a:hover i {
        margin-left: 10px;
    }
}


/*down*/

.w_0100_3 {
    float: left;
    width: 100%;
    background: #050a19;
    padding: 0.1875rem 0 0.166667rem 0;
}

.w_0100_3 .w_3_1 {
    float: left;
    line-height: 0.166667rem;
    font-size: 0.083333rem;
    color: #747474;
}

.w_0100_3 .w_3_1 a {
    color: #747474;
}

.w_0100_3 .w_3_1 a:hover {
    color: #fff;
}

.w_0100_3 .w_3_2 {
   float: right;
 text-align: center;
}

.w_0100_3 .w_3_2 ul {
    float: left;
}

.w_0100_3 .w_3_2 ul li {
    float: left;
    margin-left: 0.041667rem;
    height: 0.166667rem;
    line-height: 0.166667rem;
    font-size: 0.083333rem;
}

.w_0100_3 .w_3_2 ul li::before {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 0.041667rem;
    width: 0.010417rem;
    height: 0.0625rem;
    background: #fff;
}

.w_0100_3 .w_3_2 ul li:nth-child(1) {
    margin-left: 0;
}

.w_0100_3 .w_3_2 ul li:nth-child(1)::before {
    display: none;
}

.w_0100_3 .w_3_2 ul li a {
    color: #fff;
}

.w_0100_3 .w_3_2 ul li.on {
    font-weight: bold;
}

@media screen and (max-width:1199px) {
    .w_0100_3 {
        padding: 15px 0 13px 0;
    }
    .w_0100_3 .w_3_1 {
        width: 100%;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
    }
    .w_0100_3 .w_3_2 {
        float: left;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .w_0100_3 .w_3_2 ul {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
    }
    .w_0100_3 .w_3_2 ul li {
        margin-left: 4px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .w_0100_3 .w_3_2 ul li::before {
        margin-right: 4px;
        width: 2px;
        height: 8px;
        margin-top: -2px;
    }
}

@media screen and (max-width:767px) {
    .w_0100_3 .w_3_1 .copyLine {
        display: block;
    }
}

.main_top {
    margin-top: 0.78125rem;
}

@media screen and (max-width:1199px) {
    .main_top {
        margin-top: 50px;
    }
}


/*部门介绍*/

.page_banner {
    float: left;
    width: 100%;
    position: relative;
    height: 2.604167rem;
    overflow: hidden;
}

.page_banner.show {
    height: 2.604167rem;
}

.page_banner video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page_banner_1 {
    float: left;
    width: 100%;
    position: relative;
}

.page_banner_1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.page_banner_1>img {
    display: block;
    float: left;
    width: 100%;
}

@media screen and (max-width:767px) {
    .page_banner_1,
    .page_banner {
        height: 200px;
    }
}

.w_0100_4 {
    float: left;
    width: 100%;
    padding: 0.635417rem 0 0.958333rem 0;
    background: #050a19;
    position: relative;
}

.w_0100_4 .a_4_prev {
    display: block;
    position: absolute;
    left: 6.875%;
    top: 1.838541rem;
    width: 0.109375rem;
}

.w_0100_4 .a_4_prev img {
    display: block;
    float: left;
    width: 100%;
}

.w_0100_4 .a_4_next {
    display: block;
    position: absolute;
    right: 6.875%;
    top: 1.838541rem;
    width: 0.109375rem;
}

.w_0100_4 .a_4_next img {
    display: block;
    float: left;
    width: 100%;
}

.w_0100_4 .w_4_1 {
    float: left;
    width: 100%;
}

.w_0100_4 .w_4_1 h3 {
    display: block;
    float: left;
    width: 100%;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
    color: #a70008;
    font-weight: bold;
    etter-spacing: 0.03125rem;
}

.w_0100_4 .w_4_1 h1 {
    display: block;
    float: left;
    width: 100%;
    line-height: 0.46875rem;
    font-size: 0.364583rem;
    color: #fff;
    margin-top: 0.072917rem;
    letter-spacing: 0.078125rem;
}

.w_0100_4 .w_4_1 h1 font {
    letter-spacing: 0.03rem;
}

.w_0100_4 .w_4_1 span {
    display: block;
    float: left;
    width: 100%;
    line-height: 0.166667rem;
    font-size: 0.083333rem;
    color: #fff;
    margin-top: 0.270417rem;
}

.w_0100_4 .w_4_2 {
    float: left;
    width: 100%;
    position: relative;
}

.w_0100_4 .w_4_2 h3 {
    display: block;
    float: left;
    width: 100%;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
    color: #a70008;
    font-weight: bold;
}

.w_0100_4 .w_4_2 ul {
    float: left;
    width: 100%;
    margin-top: 0.07917rem;
}

.w_0100_4 .w_4_2 .team {
    position: absolute;
    top: 1.010417rem;
    height: 1.075rem;
}

.w_0100_4 .w_4_2 .teamlist {
    height: 0.7111rem;
    width: 100%;
}

.w_0100_4 .w_4_2 .teammore {
    cursor: pointer;
    color: #6a6a6b;
    font-size: 0.083333rem;
    line-height: 0.166667rem;
    display: none;
}

.w_0100_4 .w_4_2 .casemore {
    cursor: pointer;
    color: #6a6a6b;
    font-size: 0.083333rem;
    line-height: 0.166667rem;
    display: none;
}

.w_0100_4 .w_4_2 ul li {
    float: left;
    width: 100%;
    font-size: 0.083333rem;
    line-height: 0.166667rem;
    color: #fff;
}

.w_0100_4 .w_4_2 ul li a {
    color: #fff;
}

@media screen and (max-width:1200px) {
    .w_0100_4 .w_4_2 .team {
        position: static;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .w_0100_4 {
        padding: 62px 0 94px 0;
    }
    .w_0100_4 .a_4_prev {
        display: block;
        position: absolute;
        left: 15px;
        top: 15px;
        width: 10px;
    }
    .w_0100_4 .a_4_next {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 10px;
    }
    .w_0100_4 .w_4_1 h3 {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .w_0100_4 .w_4_1 h1 {
        line-height: 50px;
        font-size: 30px;
        margin-top: 5px;
        letter-spacing: 0;
    }
    .w_0100_4 .w_4_1 span {
        line-height: 24px;
        font-size: 12px;
        color: #fff;
        margin-top: 20px;
    }
    .w_0100_4 .w_4_2 {
        margin-top: 20px;
    }
    .w_0100_4 .w_4_2 h3 {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .w_0100_4 .w_4_2 .team {
        position: static;
        height: auto;
    }
    .w_0100_4 .w_4_2 .teamlist {
        height: 96px;
    }
    .w_0100_4 .w_4_2 .teammore {
        line-height: 24px;
    }
    .w_0100_4 .w_4_2 ul {
        margin-top: 5px;
    }
    .w_0100_4 .w_4_2 ul li {
        font-size: 12px;
        line-height: 24px;
    }
}


/*被投企业*/

.w_0100_5 {
    float: left;
    width: 100%;
}

.t_0100_5 {
    float: left;
    width: 100%;
    position: relative;
    background: #050a19;
}

.t_0100_5::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #333;
}

.t_0100_5::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #333;
}

.t_0100_5 ul {
    float: left;
    width: 100%;
}

.t_0100_5 ul li {
    float: left;
    width: 25%;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

.t_0100_5 ul li .t_5_1{
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.t_0100_5 ul li .t_5_1 img {
display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.t_0100_5 ul li .t_5_1 p{
height:15px;}
.t_0100_5 ul li .t_5_1:hover {
    background: #a91506;
}

.t_0100_5 ul li .t_5_2 {
    display: none;
}

@media screen and (max-width:767px) {
    .t_0100_5::after {
        height: 1px;
    }
    .t_0100_5::before {
        width: 1px;
    }
    .t_0100_5 ul li {
        float: left;
        width: 50%;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }
}

.d_0100_5 {
    display: none;
    float: left;
    width: 100%;
    background: #fff;
}

.d_0100_5 .d_5_1 {
    float: left;
    width: 42.3%;
    left: 28.85%;
    position: relative;
    margin-top: 0.645833rem;
    padding-bottom: 1.510417rem;
}

.d_0100_5 .d_5_1 .a_5 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.177083rem;
    height: 0.177083rem;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.d_0100_5 .d_5_1 .a_5::after,
.d_0100_5 .d_5_1 .a_5::before {
    content: "";
    display: block;
    position: absolute;
    background: #171717;
}

.d_0100_5 .d_5_1 .a_5::after {
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}

.d_0100_5 .d_5_1 .a_5::before {
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}

.d_0100_5 .d_5_1 .d_5_2 {
    float: left;
    width: 100%;
}

.d_0100_5 .d_5_1 .d_5_2 h3 {
    display: block;
    float: left;
    width: 100%;
    line-height: 0.145833rem;
    font-size: 0.104167rem;
    color: #a91506;
}

.d_0100_5 .d_5_1 .d_5_2 i {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.520833rem;
}

.d_0100_5 .d_5_1 .d_5_2 i img {
    display: block;
    float: left;
}

.d_0100_5 .d_5_1 .d_5_2 span {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.101667rem;
    font-size: 0.103333rem;
    color: #171717;
    line-height: 0.206667rem;
}

.d_0100_5 .d_5_1 .d_5_2 font {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.260417rem;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    color: #a91506;
    font-weight: bold;
    word-wrap: break-word;
}

.d_0100_5 .d_5_1 .d_5_2 font a {
    color: #a91506;
}

@media screen and (max-width:767px) {
    .d_0100_5 .d_5_1 {
        margin-top: 64px;
        width: 100%;
        left: 0;
        padding: 0 15px 130px 15px;
    }
    .d_0100_5 .d_5_1 .a_5 {
        width: 20px;
        height: 20px;
        right: 15px;
    }
    .d_0100_5 .d_5_1 .a_5::after {
        width: 2px;
        margin-left: -1px;
    }
    .d_0100_5 .d_5_1 .a_5::before {
        height: 2px;
        margin-top: -1px;
    }
    .d_0100_5 .d_5_1 .d_5_2 h3 {
        line-height: 20px;
        font-size: 14px;
    }
    .d_0100_5 .d_5_1 .d_5_2 i {
        margin-top: 50px;
        width: 40%;
    }
    .d_0100_5 .d_5_1 .d_5_2 i img {
        width: 100% !important;
    }
    .d_0100_5 .d_5_1 .d_5_2 span {
        margin-top: 30px;
        font-size: 12px;
        line-height: 24px;
    }
    .d_0100_5 .d_5_1 .d_5_2 font {
        margin-top: 20px;
        font-size: 14px;
        line-height: 30px;
    }
}


/*投资故事*/


/*侧导航*/

.pz_SideLayer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.104167rem 0;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    margin-top: 0.020833rem;
}

.pz_SideLayer>div {
    height: 0.208333rem;
}

.pz_SideLayer ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 0.208333rem;
}

.pz_SideLayer .l1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.114167rem;
    margin: 0 0.572917rem;
}

.pz_SideLayer .l1 a {
    color: #171717;
}

.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 a.hover {
    color: #a91506;
}

@media screen and (max-width:1199px) {
    .pz_SideLayer {
        margin-top: 2px;
    }
}

@media screen and (max-width:991px) {
    .pz_SideLayer {
        padding: 15px 0;
    }
    .pz_SideLayer>div {
        height: 30px;
    }
    .pz_SideLayer .l1 {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 0 80px;
    }
}

@media screen and (max-width:767px) {
    .pz_SideLayer {
        padding: 10px 0;
        display: block;
    }
    .pz_SideLayer>div {
        height: 20px;
    }
    .pz_SideLayer .l1 {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 15px;
    }
}

.w_0100_6 {
    float: left;
    width: 100%;
    background: #050a19;
}

.w_0100_6 ul li {
    float: left;
    width: 100%;
}

.w_0100_6 ul li a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.w_0100_6 ul li a i {
    display: block;
    float: left;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 4s ease-out 0s;
    -moz-transition: all 4s ease-out 0s;
    -ms-transition: all 4s ease-out 0s;
    -o-transition: all 4s ease-out 0s;
    transition: all 4s ease-out 0s;
}

.w_0100_6 ul li a .w_6_1 {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.197917rem;
    background: rgba(0, 0, 0, 0.50);
}

.w_0100_6 ul li a .w_6_1 .w_6_2 {
    float: left;
    width: 100%;
    margin-top: 0.21875rem;
    font-family: "Arial";
}

.w_0100_6 ul li a .w_6_1 .w_6_2 h1 {
    display: block;
    float: left;
    width: 100%;
    height: 0.46875rem;
    line-height: 0.46875rem;
    ;
    font-size: 0.364583rem;
    color: #fff;
    font-family: "Arial";
    letter-spacing: -0.026042rem;
    margin-left: -0.052083rem;
}

.w_0100_6 ul li a .w_6_1 .w_6_2 h3 {
    display: block;
    float: left;
    width: 100%;
    height: 0.15625rem;
    line-height: 0.15625rem;
    margin-top: 0.0364583rem;
    font-size: 0.083333rem;
    color: #fff;
    white-space: nowrap;
    font-family: "Arial";
}

.w_0100_6 ul li a .w_6_1 .w_6_3 {
    float: left;
    width: 100%;
    margin-top: 0.208333rem;
    height: 0.729167rem;
    overflow: hidden;
    line-height: 0.364583rem;
    font-size: 0.2083333rem;
    color: #fff;
    letter-spacing: 0.036458rem;
}

.w_0100_6 ul li a .w_6_1 .w_6_4 {
    float: left;
    margin-top: 0.739583rem;
    height: 0.125rem;
    line-height: 0.125rem;
    font-size: 0.104167rem;
    color: #fff;
    white-space: nowrap;
}

.w_0100_6 ul li a .w_6_1 .w_6_4 em {
    display: block;
    float: right;
    width: 0.125rem;
    margin-left: 0.0625rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.w_0100_6 ul li a .w_6_1 .w_6_4 em img {
    display: block;
    float: left;
    width: 100%;
}

.w_0100_6 ul li a .w_6_1 .w_6_4:hover em {
    margin-left: 0.114583rem;
}

.w_0100_6 ul li a:hover i {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media screen and (max-width:767px) {
    .w_0100_6 {
        padding-top: 50px;
    }
    .w_0100_6 ul li a {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        height: 33vh;
        overflow: hidden;
    }
    .w_0100_6 ul li a i {
        height: 100%;
    }
    .w_0100_6 ul li a .w_6_1 {
        height: auto;
        padding: 5px 0;
    }
    .w_0100_6 ul li a .w_6_1 .w_6_3 {
        margin-top: 0;
        height: 48px;
        line-height: 24px;
        font-size: 14px;
        letter-spacing: 2px;
        display: flex;
        /*Flex布局*/
        display: -webkit-flex;
        /* Safari */
        align-items: center;
        /*指定垂直居中*/
    }
    /*.w_0100_6 ul li a .w_6_1 .w_6_3 span{display:inline-block;}*/
}

.w_0100_7 {
    float: left;
    width: 100%;
    background: #fff;
}

.t_0100_7 {
    float: left;
    width: 100%;
    position: relative;
}

.t_0100_7 i {
    display: block;
    float: left;
    width: 100%;
    height: 100vh;
}

.t_0100_7 .t_7_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}

.t_0100_7 .t_7_1>a {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.072917rem;
    bottom: 70px;
    width: 0.145833rem;
    height: 0.145833rem;
    border-bottom: 0.015625rem solid #fff;
    border-left: 0.015625rem solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t_0100_7 .t_7_1 .t_7_2 {
    float: left;
    position: relative;
    left: 28.85%;
    width: 42.3%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.t_0100_7 .t_7_1 .t_7_2 h1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0.364583rem;
    font-size: 0.208333rem;
    color: #fff;
    letter-spacing: 0.052083rem;
    padding-right: 0.052083rem;
}

.t_0100_7 .t_7_1 .t_7_2 h3 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0.208333rem;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
    color: #fff;
}

.t_0100_7 .t_7_1 .t_7_2 span {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.21875rem;
    font-size: 0.103333rem;
    line-height: 0.206667rem;
    color: #fff;
}

@media screen and (max-width:767px) {
    .t_0100_7 .t_7_1>a {
        margin-left: -9px;
        bottom: 30px;
        width: 18px;
        height: 18px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .t_0100_7 .t_7_1 .t_7_2 {
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    .t_0100_7 .t_7_1 .t_7_2 h1 {
        line-height: 32px;
        font-size: 18px;
    }
    .t_0100_7 .t_7_1 .t_7_2 h3 {
        margin-top: 20px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .t_0100_7 .t_7_1 .t_7_2 span {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px;
    }
}

.l_0100_7 {
    float: left;
    width: 100%;
    margin-top: 0.770833rem;
    padding-bottom: 1.03125rem;
}

.l_0100_7 .l_7_1 {
    float: left;
    position: relative;
    left: 28.85%;
    width: 42.3%;
}

.l_0100_7 .l_7_1 .h3_7_1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0.15625rem;
    font-size: 0.104167rem;
    color: #a91506;
    font-weight: bold;
}

.l_0100_7 .l_7_1 .l_7_2 {
    float: left;
    width: 100%;
    font-size: 0.103333rem;
    line-height: 0.206667rem;
    color: #171717;
}

@media screen and (max-width:767px) {
    .l_0100_7 {
        margin-top: 68px;
        padding-bottom: 118px;
    }
    .l_0100_7 .l_7_1 {
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }
    .l_0100_7 .l_7_1 .h3_7_1 {
        line-height: 32px;
        font-size: 16px;
    }
    .l_0100_7 .l_7_1 .l_7_2 {
        font-size: 12px;
        line-height: 24px;
    }
}


/*管理团队*/

.w_0100_8 {
    float: left;
    width: 100%;
    background: #171717;
}

.w_0100_8 ul {
    float: left;
    width: 100%;
}

.w_0100_8 ul li {
    float: left;
    width: 25%;
    position: relative;
}

.w_0100_8 ul li .w_8_t {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.w_0100_8 ul li .w_8_t::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #050a19;
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.w_0100_8 ul li .w_8_t i,
.w_0100_8 ul li .w_8_t i img {
    display: block;
    float: left;
    width: 100%;
}

.w_0100_8 ul li .w_8_t>em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.w_0100_8 ul li .w_8_t .w_8_1 {
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    width: 110%;
    padding: 0 0.286458rem;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.w_0100_8 ul li .w_8_t .w_8_1 h1 {
    display: block;
    float: left;
    width: 100%;
    height: 0.416667rem;
    line-height: 0.416667rem;
    font-size: 0.304583rem;
    color: #fff;
    letter-spacing: 0.034167rem;
}

.w_0100_8 ul li .w_8_t .w_8_1 h3 {
    display: block;
    float: left;
    height: 0.125rem;
    line-height: 0.125rem;
    font-size: 0.104167rem;
    margin-top: 0.0625rem;
    color: #fff;
}

.w_0100_8 ul li .w_8_t .w_8_1 h3 em {
    display: block;
    float: right;
    width: 0.125rem;
    margin-left: 0.072917rem;
}

.w_0100_8 ul li .w_8_t .w_8_1 h3 em img {
    display: block;
    float: left;
    width: 100%;
}

.w_0100_8 ul li .w_8_t:hover::after {
    opacity: 0;
    filter: alpha(opacity=00);
}

.w_0100_8 ul li .w_8_t:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
}

.w_0100_8 ul li .w_8_t:hover .w_8_1 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.w_0100_8 ul li .w_8_d {
    display: none;
}

@media screen and (max-width:767px) {
    .w_0100_8 ul li {
        width: 50%;
    }
    .w_0100_8 ul li .w_8_t .w_8_1 {
        bottom: 10px;
        padding: 0 10px;
    }
    .w_0100_8 ul li .w_8_t .w_8_1 h1 {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    .w_0100_8 ul li .w_8_t .w_8_1 h3 {
        margin-top: 5px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .w_0100_8 ul li .w_8_t .w_8_1 h3 em {
        margin-left: 5px;
        width: 20px;
    }
}

.w_0100_9 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 89;
    background: rgba(5, 10, 25, 0.95);
    padding-top: 0.78125rem;
}

.w_0100_9 .w_9_1 {
    float: left;
    position: relative;
    left: 40%;
    top: 0;
    width: 7.666667rem;
    height: 100%;
    margin-left: -2.833333rem;
}

.w_0100_9 .w_9_1 .w_9_2 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w_0100_9 .w_9_1 .w_9_2 .w_9_3 {
    float: right;
    width: 2.301667rem;;
}

.w_0100_9 .w_9_1 .w_9_2 .w_9_3 img {
    display: block;
    float: left;
    width: 100%;
   margin-top: 0.5rem;
}

.w_0100_9 .w_9_1 .w_9_2 .w_9_4 {
    float: left;
    width: 4.22917rem;
    margin-top: 0.260417rem;
}

.w_0100_9 .w_9_1 .w_9_2 .w_9_4 h1 {
    display: block;
    float: left;
    width: 100%;
    height: 0.46875rem;
    line-height: 0.46875rem;
    font-size: 0.364583rem;
    color: #fff;
    letter-spacing: 0.034167rem;
}

.w_0100_9 .w_9_1 .w_9_2 .w_9_4 font {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.104167rem;
    line-height: 0.166667rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0.208333rem;
}

.w_0100_9 .w_9_1 .w_9_2 .w_9_4 span {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.083333rem;
    line-height: 0.166667rem;
    color: #fff;
    margin-top: 0.208333rem;
}

@media screen and (max-width:767px) {
    .w_0100_9 {
        padding-top: 50px;
    }
    .w_0100_9 .w_9_1 {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .w_0100_9 .w_9_1 .w_9_2 {
        padding: 15px;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .w_0100_9 .w_9_1 .w_9_2 .w_9_3 {
        position: relative;
        float: left;
        width: 60%;
    }
    .w_0100_9 .w_9_1 .w_9_2 .w_9_4 {
        width: 100%;
        margin-top: 10px;
        height: auto;
        overflow: visible;
    }
    .w_0100_9 .w_9_1 .w_9_2 .w_9_4 h1 {
        padding-right: 0;
        font-size: 30px;
        line-height: 40px;
        height: 40px;
    }
    .w_0100_9 .w_9_1 .w_9_2 .w_9_4 font {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .w_0100_9 .w_9_1 .w_9_2 .w_9_4 span {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px;
        padding-right: 0;
    }
}


/*视频中心*/

.w_0100_10 {
    float: left;
    width: 100%;
    background: #050a19;
    padding-bottom: 1.0625rem;
    border-bottom: 1px solid #82848c;
}

.w_0100_10 .w_10 {
    float: left;
    position: relative;
    width: 71%;
    left: 14.5%;
}

.t_0100_10 {
    float: left;
    width: 100%;
    margin-top: 0.276042rem;
    position: relative;
}

.t_0100_10 ul {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

.t_0100_10 ul li {
    float: left;
    margin-right: 0.427083rem;
    margin-top: 0.078125rem;
}

.t_0100_10 ul li h4 {
    display: block;
    float: left;
    height: 0.166667rem;
    line-height: 0.166667rem;
    font-size: 0.083333rem;
    color: #fff;
    cursor: pointer;
}

.t_0100_10 ul li h4::after {
    content: "";
    display: block;
    float: right;
    margin: 0.041667rem 0 0 0.078125rem;
    width: 0.0625rem;
    height: 0.0625rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t_0100_10 ul li span {
    display: block;
    float: left;
    margin-left: 0.078125rem;
    overflow: hidden;
    width: 0;
    height: 0.166667rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_10 ul li span label {
    display: block;
    float: left;
    height: 0.166667rem;
    line-height: 0.166667rem;
    font-size: 0.083333rem;
    color: #fff;
    margin-left: 0.130208rem;
    position: relative;
    max-width: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_10 ul li span label input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    cursor: pointer;
}

.t_0100_10 ul li span label.on {
    color: #a70008;
}

.t_0100_10 ul li h4.on::after {
    margin: 0.072917rem 0 0 0.078125rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.t_0100_10 .t_10_1 {
    position: absolute;
    right: 0;
    top: 0.0625rem;
    z-index: 9;
}

.t_0100_10 .t_10_1 a {
    display: block;
    float: left;
    width: 0.135417rem;
    margin-left: 0.15625rem;
    position: relative;
}

.t_0100_10 .t_10_1 a img {
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_10 .t_10_1 a img.img_10_1 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.t_0100_10 .t_10_1 a img.img_10_2 {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=00);
}

.t_0100_10 .t_10_1 a i {
    display: block;
    position: absolute;
    right: 50%;
    top: 100%;
    margin: 0.026041rem -0.3125rem 0 0;
    width: 0.625rem;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_10 .t_10_1 a i img {
    display: block;
    float: left;
    width: 0.625rem;
    max-width: none;
}

.t_0100_10 .t_10_1 a:hover img.img_10_1 {
    opacity: 0;
    filter: alpha(opacity=00);
}

.t_0100_10 .t_10_1 a:hover img.img_10_2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.t_0100_10 .t_10_1 a:hover i {
    height: 0.625rem;
}

@media screen and (max-width:767px) {
    .w_0100_10 .w_10 {
        width: 100%;
        left: 0;
        padding: 0 15px;
    }
    .w_0100_10 {
        padding-bottom: 50px;
    }
    .t_0100_10 {
        margin-top: 15px;
    }
    .t_0100_10 ul li {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-top: 15px;
        ;
    }
    .t_0100_10 ul li h4 {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .t_0100_10 ul li h4::after {
        margin: 6px 0 0 8px;
        width: 8px;
        height: 8px;
    }
    .t_0100_10 ul li span {
        margin-left: 0;
        display: none;
        width: 100%;
        margin-top: 5px;
        height: auto;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
    }
    .t_0100_10 ul li span label {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        float: none;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin: 0 5px;
    }
    .t_0100_10 ul li h4.on::after {
        margin: 10px 0 0 8px;
    }
    .t_0100_10 .t_10_1 {
        top: 18px;
    }
    .t_0100_10 .t_10_1 a {
        width: 14px;
        margin-left: 8px;
    }
    .t_0100_10 .t_10_1 a i {
        width: 80px;
    }
    .t_0100_10 .t_10_1 a i img {
        width: 80px;
    }
}

.l_0100_10 {
    float: left;
    width: 100%;
    margin-top: -0.15625rem;
    overflow: hidden;
}

.l_0100_10 ul {
    margin: 0 -0.208333rem;
}

.l_0100_10 ul li {
    float: left;
    width: 33.333333%;
    padding: 0 0.208333rem;
    margin-top: 0.494792rem;
}

.l_0100_10 ul li a {
    display: block;
    float: left;
    width: 100%;
}

.l_0100_10 ul li a i {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.l_0100_10 ul li a i img {
    display: block;
    float: left;
    width: 100%;
}

.l_0100_10 ul li a i::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    border-bottom: 0.020833rem solid #a70008;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.l_0100_10 ul li a i::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 19;
    width: 0;
    height: 0;
    border-left: 0.208333rem solid #d3d3d3;
    border-top: 0.130208rem solid transparent;
    border-bottom: 0.130208rem solid transparent;
    margin: -0.130208rem 0 0 -0.130208rem;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.l_0100_10 ul li a span {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.078125rem;
    position: relative;
}


/*padding-right: 0.364583rem;*/

.l_0100_10 ul li a span h3 {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    height: 0.416666rem;
    overflow: hidden;
    color: #fff;
}

.l_0100_10 ul li a span h4 {
    display: none;
}

.l_0100_10 ul li a span font {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.1875rem;
    line-height: 0.1875rem;
    font-size: 0.083333rem;
    color: #747474;
}

.l_0100_10 ul li a:hover i::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.l_0100_10 ul li a:hover i::before {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width:1199px) {
    .l_0100_10 ul li a span {
        padding-right: 0;
    }
    .l_0100_10 ul li a span font {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .l_0100_10 ul {
        margin: 0 -5px;
    }
    .l_0100_10 ul li {
        padding: 0 5px;
        width: 50%;
        margin-top: 20px;
    }
    .l_0100_10 ul li a i::after {
        border-bottom: 2px solid #a70008;
    }
    .l_0100_10 ul li a i::before {
        border-left: 20px solid #d3d3d3;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin: -15px 0 0 -10px;
    }
    .l_0100_10 ul li a span {
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .l_0100_10 ul li a span h3 {
        font-size: 12px;
        line-height: 30px;
        height: 60px;
    }
    .l_0100_10 ul li a span font {
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
}

.w_0100_11 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 10, 25, 0.95);
    z-index: 99;
    padding-top: 0.78125rem;
}

.w_0100_11 .w_11 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.w_0100_11 .w_11 .w_11_1 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 0.6rem;
}

.w_0100_11 .w_11 .w_11_1 .w_11_2 {
    float: left;
    width: 100%;
    position: relative;
}

.w_0100_11 .w_11 .w_11_1 .w_11_2>i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin: -50vh 0 0 -50vw;
    z-index: 1;
}

.w_0100_11 .w_11 .w_11_1 .w_11_2 h3 {
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 0.3125rem;
    line-height: 0.3125rem;
    font-size: 0.104167rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.60);
    padding: 0 0.130208rem;
}

.w_0100_11 .w_11 .w_11_1 .w_11_2 h3 font {
    display: block;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w_0100_11 .w_11 .w_11_1 .w_11_2 .w_11_3 {
    float: left;
    width: 100%;
    position: relative;
    z-index: 8;
}

.w_0100_11 .w_11 .w_11_1 .w_11_2 .w_11_3 video {
    display: block;
    float: left;
    width: 100%;
}

@media screen and (max-width:767px) {
    .w_0100_11 {
        padding-top: 50px;
    }
    .w_0100_11 .w_11 .w_11_1 .w_11_2 h3 {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        padding: 0 5px;
    }
}


/*新闻观点*/

.r_0100_10 {
    float: left;
    width: 100%;
}

.r_0100_10 ul {
    float: left;
    width: 100%;
}

.r_0100_10 ul li {
    float: left;
    width: 100%;
    margin-top: 0.338542rem;
}

.r_0100_10 ul li a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 0.71875rem;
}

.r_0100_10 ul li a .r_10_1 {
    position: absolute;
    left: 0;
    top: 3px;
    width: 0.63542rem;
    color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.r_0100_10 ul li a .r_10_1 h1 {
    display: block;
    float: left;
    width: 100%;
    height: 0.416667rem;
    line-height: 0.416667rem;
    font-size: 0.364583rem;
    font-weight: bold;
}

.r_0100_10 ul li a .r_10_1 h3 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.036458rem;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
}

.r_0100_10 ul li a .r_10_2 {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0.34375rem;
    border-bottom: 2px solid #95989a;
}

.r_0100_10 ul li a .r_10_2::after {
    content: "";
    display: block;
    position: absolute;
    right: 0.078125rem;
    bottom: 69px;
    width: 0.125rem;
    height: 0.125rem;
    background: url(images/img_ban_1.png) no-repeat center/100% 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.r_0100_10 ul li a .r_10_2 h3 {
    display: block;
    float: left;
    width: 100%;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.r_0100_10 ul li a .r_10_2 span {
    display: block;
    float: left;
    width: 100%;
    line-height: 0.166667rem;
    font-size: 0.104167rem;
    color: #fff;
    margin-top: 0.026042rem;
}

.r_0100_10 ul li a .r_10_2 h4 {
    display: block;
    float: left;
    width: 100%;
    height: 0.166667rem;
    line-height: 0.166667rem;
    font-size: 0.083333rem;
    color: #fff;
    margin-top: 0.104167rem;
}

.r_0100_10 ul li a:hover .r_10_1 {
    color: #a91506;
}

.r_0100_10 ul li a:hover .r_10_2::after {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width:767px) {
    .r_0100_10 ul li {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
    .r_0100_10 ul li a {
        padding-left: 68px;
    }
    .r_0100_10 ul li a .r_10_1 {
        top: 0;
        width: 52px;
    }
    .r_0100_10 ul li a .r_10_1 h1 {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    .r_0100_10 ul li a .r_10_1 h3 {
        margin-top: 0;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .r_0100_10 ul li a .r_10_2 {
        padding-bottom: 30px;
    }
    .r_0100_10 ul li a .r_10_2::after {
        right: 15px;
        bottom: 32px;
        width: 18px;
        height: 18px;
    }
    .r_0100_10 ul li a .r_10_2 h3 {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .r_0100_10 ul li a .r_10_2 span {
        line-height: 30px;
        font-size: 14px;
        margin-top: 5px;
    }
    .r_0100_10 ul li a .r_10_2 h4 {
        height: auto;
        line-height: 18px;
        font-size: 12px;
        margin-top: 10px;
        padding-right: 30px;
    }
}


/*新闻观点_详情*/

.w_0100_12 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.50);
}

.w_0100_12 .w_12_1 {
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 100%;
}

.w_0100_12 .w_12_1 h1 {
    display: block;
    float: left;
    width: 60%;
    font-size: 0.208333rem;
    line-height: 0.364583rem;
    color: #fff;
    margin-left: 20%;
}

.w_0100_12 .w_12_1 h4 {
    display: block;
    float: left;
    width: 60%;
    margin-top: 0.234375rem;
    font-size: 14px;
    color: #fff;
    line-height: 0.206667rem;
    margin-left: 20%;
}

@media screen and (max-width:767px) {
    .w_0100_12 .w_12_1 {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .w_0100_12 .w_12_1 h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .w_0100_12 .w_12_1 h4 {
        margin-top: 15px;
        font-size: 12px;
        line-height: 16px;
    }
}

.w_0100_13 {
    float: left;
    width: 100%;
    padding: 0.625rem 0 1.5625rem 0;
    background: #fff;
}

.w_0100_13 .w_13 {
    float: left;
    width: 100%;
    font-size: 0.083333rem;
    line-height: 0.166667rem;
    color: #171717;
}

.w_0100_13 .w_13 h3 {
    display: block;
    font-size: 0.104167rem;
    color: #a91506;
    line-height: 0.208333rem;
    text-align: center;
    font-weight: bold;
}


/*.w_0100_13 .w_13 img{display: block;}*/

@media screen and (max-width:767px) {
    .w_0100_13 {
        padding: 60px 0 120px 0;
    }
    .w_0100_13 .w_13 {
        font-size: 12px;
        line-height: 24px;
    }
    .w_0100_13 .w_13 h3 {
        font-size: 16px;
        line-height: 32px;
    }
}


/*资料下载*/

.w_0100_14 {
    float: left;
    width: 100%;
    padding: 0.546875rem 0 1.015625rem 0;
    background: #050a19;
}

.t_0100_14 {
    float: left;
    width: 100%;
    position: relative;
}

.t_0100_14 .t_14 {
    outline: none;
    padding: 0 0.065625rem
}

.t_0100_14 .t_14 a {
    display: block;
    float: left;
    width: 100%;
    outline: none;
    position: relative;
    padding: 0 0.260417rem;
}

.t_0100_14 .t_14 a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0.260417rem;
    bottom: 0.3125rem;
    background: url(images/img_14_1.png) no-repeat center/100% 100%;
    width: 0.109375rem;
    height: 0.114583rem;
}

.t_0100_14 .t_14 a h3 {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    color: #fff;
    margin-top: 0.234375rem;
}

.t_0100_14 .t_14 a font {
    display: block;
    position: absolute;
    left: 0.260417rem;
    bottom: 0.265625rem;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
    color: #fff;
}

.t_0100_14 .t_14 a:hover {
    background: #a70008;
}

.t_0100_14 .slick-prev {
    left: -0.416667rem;
    width: 0.104167rem;
    height: 0.197917rem;
    background: url(images/prev_14.png) round center/100% 100%;
    cursor: pointer;
    outline: none;
}

.t_0100_14 .slick-next {
    left: auto;
    right: -0.416667rem;
    width: 0.104167rem;
    height: 0.197917rem;
    background: url(images/next_14.png) round center/100% 100%;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width:767px) {
    .w_0100_14 {
        padding: 95px 0 145px 0;
    }
    .t_0100_14 .t_14 {
        padding: 0 10px;
    }
    .t_0100_14 .t_14 a {
        padding: 0 15px;
    }
    .t_0100_14 .t_14 a::after {
        right: 15px;
        bottom: 20px;
        width: 15px;
        height: 14px;
    }
    .t_0100_14 .t_14 a h3 {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }
    .t_0100_14 .t_14 a font {
        left: 15px;
        bottom: 11px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .t_0100_14 .slick-prev {
        left: -5px;
        width: 10px;
        height: 19px;
    }
    .t_0100_14 .slick-next {
        left: auto;
        right: -5px;
        width: 10px;
        height: 19px;
    }
}


/*历史与荣誉*/

.w_0100_15 {
    float: left;
    width: 100%;
    padding: 1rem 0 0 0;
    overflow: hidden;
}

.t_0100_15 {
    float: left;
    width: 100%;
    padding-bottom: 0.364583rem;
    position: relative;
    overflow: hidden;
}

.t_0100_15 .t_15_bf {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0.020833rem;
    height: 0;
    background: #171717;
    margin-left: -0.010417rem;
    z-index: 1;
    -webkit-transition: all 4s ease-out 0s;
    -moz-transition: all 4s ease-out 0s;
    -ms-transition: all 4s ease-out 0s;
    -o-transition: all 4s ease-out 0s;
    transition: all 4s ease-out 0s;
}

.t_0100_15.bef .t_15_bf {
    height: 100%;
}

.t_0100_15 ul {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

.t_0100_15 ul li {
    float: right;
    clear: both;
    width: 50%;
    position: relative;
    padding: 0 0 0 0.677083rem;
    margin-top: -1rem;
    cursor: pointer;
}

.t_0100_15 ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -0.078125rem;
    top: 0.15625rem;
    width: 0.15625rem;
    height: 0.15625rem;
    background: url(images/img_15_1.png) no-repeat center/100% 100%;
    z-index: 9;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_15 ul li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.234375rem;
    width: 0;
    height: 0.010417rem;
    background: #a70008;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_15 ul li h1 {
    display: block;
    float: left;
    width: 100%;
    height: 0.46875rem;
    line-height: 0.46875rem;
    font-size: 0.364583rem;
    color: #171717;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_15 ul li .t_15 {
    float: left;
    width: 100%;
    margin-top: 0.010417rem;
    font-size: 0.123333rem;
    line-height: 0.186667rem;
    color: #171717;
    min-height: 1.6875rem;
}

.t_0100_15 ul li .t_15 .t_15_1 {
    float: left;
    width: 100%;
    height: 0.560001rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_15 ul li .t_15 .t_15_2 {
    display: none;
    float: left;
    width: 100%;
}

.t_0100_15 ul li:nth-child(1) {
    float: left;
    position: relative;
    left: 25%;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
}

.t_0100_15 ul li:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.078125rem;
    top: 100%;
    margin-top: -0.026042rem;
    width: 0.15625rem;
    height: 0.15625rem;
    background: url(images/img_15_1.png) no-repeat center/100% 100%;
    z-index: 9;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_15 ul li:nth-child(1)::after {
    display: none;
}

.t_0100_15 ul li:nth-child(1) .t_15 {
    float: left;
    width: 100%;
    margin-top: 0.010417rem;
    color: #171717;
    min-height: 0.5rem;
}

.t_0100_15 ul li:nth-child(2) {
    margin-top: 1rem;
}

.t_0100_15 ul li:nth-child(2n) {
    float: left;
    text-align: right;
    padding: 0 0.677083rem 0 0;
}

.t_0100_15 ul li:nth-child(2n)::before {
    left: auto;
    right: -0.078125rem;
}

.t_0100_15 ul li:nth-child(2n)::after {
    left: auto;
    right: 0;
}

.t_0100_15 ul li:hover::before {
    background: url(images/img_15_1_h.png) no-repeat center/100% 100%;
}

.t_0100_15 ul li:hover::after {
    width: 0.557291rem;
}

.t_0100_15 ul li:hover h1 {
    color: #a91506;
}

@media screen and (max-width:767px) {
    .w_0100_15 {
        padding: 0 0 0 0;
    }
    .t_0100_15 {
        padding-bottom: 30px;
    }
    .t_0100_15 .t_15_bf {
        left: 29px;
        width: 2px;
        margin-left: 0;
        top: 70px;
    }
    .t_0100_15 ul {
        float: left;
        width: 100%;
        position: relative;
        z-index: 9;
        padding-left: 30px;
        padding-top: 15px;
    }
    .t_0100_15 ul li:nth-child(1),
    .t_0100_15 ul li:nth-child(2),
    .t_0100_15 ul li:nth-child(2n),
    .t_0100_15 ul li {
        float: left;
        margin-top: 30px;
        width: 100%;
        padding: 0 0 0 40px;
        text-align: left;
        left: 0;
        background: none;
    }
    .t_0100_15 ul li:nth-child(1)::before,
    .t_0100_15 ul li:nth-child(2n)::before,
    .t_0100_15 ul li::before {
        left: -7px;
        right: auto;
        top: 13px;
        width: 14px;
        height: 14px;
        margin: 0;
    }
    .t_0100_15 ul li:nth-child(1)::after,
    .t_0100_15 ul li:nth-child(2n)::after,
    .t_0100_15 ul li::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        top: 19px;
    }
    .t_0100_15 ul li h1 {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .t_0100_15 ul li:nth-child(1) .t_15,
    .t_0100_15 ul li .t_15 {
        font-size: 14px;
        line-height: 24px;
        min-height: 48px;
    }
    .t_0100_15 ul li .t_15 .t_15_1 {
        height: 72px;
    }
    .t_0100_15 ul li:hover::after {
        width: 35px !important;
    }
}


/*联系我们*/

.w_0100_16 {
    float: left;
    width: 100%;
    height: 2.588541rem;
    position: relative;
    overflow: hidden;
}

.w_0100_16 a {
    display: block;
    width: 100%;
    height: 100%;
}

.w_0100_16 .i_16 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.276042rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w_0100_16 .i_16 img {
    display: block;
    float: left;
    width: 100%;
}

@media screen and (max-width:767px) {
    .w_0100_16 {
        height: 200px;
    }
    .w_0100_16 .i_16 {
        width: 25px;
    }
}

.w_0100_17 {
    float: left;
    width: 100%;
    background: #050a19;
    padding: 0.46875rem 0 0.96875rem 0;
    border-bottom: 1px solid #82848c;
}

.t_0100_17 {
    float: left;
    width: 100%;
}

.t_0100_17 .t_17_1 {
    float: left;
    width: 2.729167rem;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    color: #fff;
}

.t_0100_17 .t_17_1 a {
    color: #a91506;
}

.t_0100_17 .t_17_2 {
    float: right;
}

.t_0100_17 .t_17_2 h3 {
    display: block;
    float: right;
    height: 0.208333rem;
    line-height: 0.208333rem;
    font-size: 0.104167rem;
    color: #fff;
}

.t_0100_17 .t_17_2 h3::before {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 0.052083rem;
    background: url(images/img_10_12.png) no-repeat center/100% 100%;
    width: 0.135417rem;
    height: 0.135417rem;
}

.t_0100_17 .t_17_2 i {
    display: block;
    float: right;
    clear: both;
    width: 1.041667rem;
    margin-top: 0.088542rem;
}

.t_0100_17 .t_17_2 i img {
    display: block;
    width: 100%;
}

.t_0100_17 .t_17_2 ul {
    float: right;
    clear: both;
    margin-top: 0.15625rem;
}

.t_0100_17 .t_17_2 ul li {
    float: left;
    width: 0.135417rem;
    margin-left: 0.15625rem;
}

.t_0100_17 .t_17_2 ul li a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.t_0100_17 .t_17_2 ul li a img {
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.t_0100_17 .t_17_2 ul li a img.img_17_1 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.t_0100_17 .t_17_2 ul li a img.img_17_2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=00);
}

.t_0100_17 .t_17_2 ul li a:hover img.img_17_1 {
    opacity: 0;
    filter: alpha(opacity=00);
}

.t_0100_17 .t_17_2 ul li a:hover img.img_17_2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width:767px) {
    .w_0100_17 {
        padding: 30px 0 60px 0;
    }
    .t_0100_17 .t_17_1 {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
    .t_0100_17 .t_17_2 {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .t_0100_17 .t_17_2 h3 {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        float: none;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .t_0100_17 .t_17_2 h3::before {
        margin-right: 5px;
        width: 18px;
        height: 18px;
    }
    .t_0100_17 .t_17_2 i {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        width: 120px;
    }
    .t_0100_17 .t_17_2 i img {
        display: block;
        width: 100%;
    }
    .t_0100_17 .t_17_2 ul {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin-top: 15px;
    }
    .t_0100_17 .t_17_2 ul li {
        width: 18px;
        margin: 0 8px;
    }
}


/*人才招聘*/

.w_0100_18 {
    float: left;
    width: 100%;
    padding: 0.625rem 0 0.989583rem 0;
    background: #fff;
}

.w_0100_18 .w_18_1 {
    float: left;
    width: 100%;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    color: #171717;
}

.w_0100_18 .w_18_1 a {
    color: #171717;
}

.w_0100_18 .w_18_2 {
    float: left;
    width: 100%;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    margin-top: 0.625rem;
    color: #a91506;
}

.w_0100_18 .w_18_2 a {
    color: #a91506;
}

@media screen and (max-width:767px) {
    .w_0100_18 {
        padding: 30px 0 60px 0;
    }
    .w_0100_18 .w_18_1 {
        font-size: 12px;
        line-height: 24px;
    }
    .w_0100_18 .w_18_2 {
        font-size: 12px;
        line-height: 24px;
        margin-top: 60px;
    }
}


/*企业愿景*/

.w_0100_19 {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000 !important;
}

.w_0100_19 i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.w_0100_19 i.bg_19_1.show {
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.w_0100_19 i.bg_19_1.show1 {
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.w_0100_19 i.bg_19_2 {
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.w_0100_19 i.bg_19_2.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.w_0100_19::before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.50);
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 99;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.w_0100_19.show::before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.xl {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: -0.15rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 999;
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera */
    transform: rotate(45deg);
}
.pz_main .section3 .xl{
	display:none;
}

.w_19_af::after {
    display: none;
}

.w_0100_19 .w_19_1 {
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 0.130208rem 0 0.078125rem;
    font-size: 0.364583rem;
    line-height: 0.46875rem;
    color: #fff;
    z-index: 999;
    letter-spacing: 0.052083rem;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.w_0100_19 .w_19_1.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.w_0100_19 .w_19_1.show1 {
    margin-top: -20%;
    opacity: 0;
    filter: alpha(opacity=00);
}

.w_0100_19 .w_19_2 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 15;
    margin-top: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.w_0100_19 .w_19_2 h3 {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.124167rem;
    line-height: 0.208333rem;
    color: #fff;
    font-weight: bold;
}

.w_0100_19 .w_19_2 span {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.166667rem;
    font-size: 0.103333rem;
    line-height: 0.186667rem;
    color: #fff;
}

.w_0100_19 .w_19_2.show {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

@media screen and (max-width:767px) {
    .w_0100_19 .w_19_1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 4px;
        padding: 0 23px 0 15px;
    }
    .w_0100_19 .w_19_2 h3 {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .w_0100_19 .w_19_2 span {
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        text-align: left;
    }
}

::-webkit-scrollbar {
    width: 0;
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #a70008;
    width: 0;
}

.w_0100_big {
    float: left;
    width: 100%;
    position: relative;
    height: 900vh;
}

.w_big_1 {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 9;
    text-align: center;
    overflow: hidden;
}

.w_big_1 em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.50);
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 1;
}

.w_big_1 .w_big_1_1 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 0.130208rem 0 0.078125rem;
    font-size: 0.364583rem;
    line-height: 0.46875rem;
    color: #fff;
    z-index: 9;
    letter-spacing: 0.052083rem;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.w_big_1 .w_bg_1,
.w_big_1 .w_bg_2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.w_big_1 .w_bg_2 {
    opacity: 0;
}

.w_big_1 .w_bg_1 i,
.w_big_1 .w_bg_2 i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.w_big_1 .w_big_1_2 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 15;
    margin-top: 20%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.w_big_1 .w_big_1_2 h3 {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.104167rem;
    line-height: 0.208333rem;
    color: #fff;
    font-weight: bold;
}

.w_big_1 .w_big_1_2 span {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0.166667rem;
    font-size: 0.083333rem;
    line-height: 0.166667rem;
    color: #fff;
}

@media screen and (max-width:767px) {
    .w_big_1 .w_big_1_1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 8px;
        padding: 0 23px 0 15px;
    }
    .w_big_1 .w_big_1_2 h3 {
        font-size: 16px;
        line-height: 32px;
    }
    .w_big_1 .w_big_1_2 span {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
    }
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1243px) {
    body {
        -webkit-text-size-adjust: none
    }
}
