@charset "utf-8";
/* CSS Document */
body{overflow-x:hidden !important;font-family: Microsoft YaHei !important;}
p{word-break: normal;}
div{word-break: normal;}

.dt_nr{
  float: left;
  width: 100%;
  }
 .p_header {
    text-align: center;
}
 .p_time {
    text-align: center;
    margin: 20px 0;
    display:none;
}
 .p_articles {
    margin-top: 30px;
}
 .p_PromptNoneData{
    width: auto;
    background-color: inherit;
    text-align: center;
}
 .p_PromptNoneData .prompt_title .iconfont:before {
    content: "";
}
 .p_PromptNoneData .prompt_title .first{
    height: auto;
    display: table-cell;
    font-size: 32px;
    position: relative;
    color: #09bb07;
    vertical-align: middle;
    padding: 0 10px 5px 0;
}
 .p_PromptNoneData .prompt_title{
    display: inline-table;
    padding: 0 30px;
    min-height: 200px;
    height: 100%;
}
 .p_PromptNoneData .prompt_title .first:before{
    content: "\e6b4";
}
 .p_PromptNoneData .prompt_title .font{
    font-size: 18px;
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
    color: rgba(51,51,51,1);
    font-weight: bold;
    text-align: left;
}
 .p_PromptNoneData .promptbox{
    width: auto;
    height: 100%;
}
 .p_PromptNoneData .prompt_content {
    font-size: 14px;
    color: rgba(105, 105, 105,1);
    padding-left: 65px;
}


@media only screen and (max-width: 768px) {
     .p_complaintPageDetails {
        padding: 20px;
    }
     .p_time {
        margin-top: 10px;
    }
     .p_articles {
        margin-top: 20px;
    }
     .resetHtmlCssStyle .tp img {
      vertical-align: top;
      width: 100%;
  	 }
}


@media only screen and (min-width:769px) {
     .p_complaintPageDetails {
        padding: 30px;
    }
     .p_header {
        padding-bottom: 8px;display:none;
    }
     .p_timeIcon {
        width: auto;
        height: auto;
        display: inline-block;
        font-size: inherit;
        margin-right: 5px;
    }
     .p_timeIcon:before {
        content: '\e67a';
    }
}


@media only screen and (min-width:769px) and (max-width:1024px) {

} .p_MatteIcon .iconfont:before{
content:'\e602';
}
 >div{
animation-fill-mode:both;
}
 .runpic-box{
width:100%;
overflow:hidden;
position:relative;
}
 .runpic-words{position:absolute;width:100%;top: 0%;left:50%;transform:translateX(-50%);z-index:3;}
 .runpic-words ul li{width: calc(100% / 4);float:left;text-align:center;height: 100vh;/* padding-top: 30%; */border-right: #a5a5a5 1px solid;display: flex;align-items:center;}
 .runpic-words ul li img{
display:block;
margin:0 auto;
-webkit-transition:all 1s;
-o-transition:all 1s;
-moz-transition:all 1s;
transition:all 1s;
}
 .runpic-words ul li h6{font-size: 22px !important;color:#fff;margin-top: 82px;font-weight: 100;}
 .runpic-words ul li p{
font-size:16px;
color:#fff;
text-transform:capitalize;
margin-top:10px;
font-family:'SOURCEHANSANSCN-LIGHT_0';
}
 .runpic-words ul li:hover img{
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
transform:rotateY(180deg);
}
 .runpic-line-null{position:absolute;width:100%;height:1px;background-color:rgba(255, 255, 255, .1);left:0;top:62%;z-index:4;display: none;}
 .runpic-line{position:absolute;width:10%;height:1px;background-color:#b6b5aa;left:0;display: none;top:62%;z-index:4;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
 .runpic-pic{width:100%;overflow:hidden;position:relative;z-index:1;height: 100vh;background-color:#b6b5aa;}
 .runpic-pic ul li{width:100%;height: 100vh;display:none;background-repeat:no-repeat !important;/* background-attachment:fixed !important; */position:absolute;-o-background-size:cover;background-size: cover !important;top:0%;left:0%;    background-position: center top !important;}
 .runpic-pic-true{
-webkit-animation:toPicBig 1s ease-in-out both;
-moz-animation:toPicBig 1s ease-in-out both;
-o-animation:toPicBig 1s ease-in-out both;
animation:toPicBig 1s ease-in-out both;
}
@-webkit-keyframes toPicBig{
0% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes toPicBig{
0% {
    -moz-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes toPicBig{
0% {
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes toPicBig{
0% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
 .runpic-pic-shade{
position:absolute;
z-index:2;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, .4);
-webkit-transition:all 2s;
-o-transition:all 2s;
-moz-transition:all 2s;
transition:all 2s;
}
 .runpic-words-pic{
height:42px;
}
@media only screen and (max-width: 768px){
  #c_static_001_P_166-1641950557677 .e_bannerD-2 .p_btitle {
    color: #fff;
    font-weight: bold;
    font-size: 60px !important;
    line-height: 1.3;
    transition: all ease .8s .6s;
    transform: translateY(40px);
}
  #c_static_001_P_166-1641950557677 .e_bannerD-2 .p_summary {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 6px;
}
  #c_static_001_P_166-1641950557677 .e_bannerD-2 .P_link_img img {
    position: absolute;
    left: 0% !important;
    top: 0% !important;
    transform: translate(-28%,0%)scale(1) !important;
    width: auto !important;
    height: 100vh;
}

 ul li img {
    display: block;
    margin: 0 auto;
    width: 40%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
 .runpic-words ul li p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: none;
    margin-top: 10px;
    font-family: 'SOURCEHANSANSCN-LIGHT_0';
}
 .runpic-words ul li h6 {
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    font-weight: bold;
}
 .runpic-pic ul li {
    width: 100%;
    height:auto;
      background-attachment: inherit!important;
}
}
@media only screen and (max-width: 768px){

 ul li img {
    display: block;
    margin: 0 auto;
    width: 40%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
 .runpic-words ul li p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: none;
    margin-top: 10px;

}
 .runpic-words ul li h6 {
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    font-weight: bold;
}
 .runpic-pic ul li {
    width: 100%;
    height:auto;
      background-attachment: inherit!important;
}
}

@font-face {
  font-family: 'Roobert';src: url('//dfs.yun300.cn/group1/M00/06/62/rBQBHWB3n9KEPRHoAAAAANDV1Wc1.woff2') format('woff2'), url('//dfs.yun300.cn/group1/M00/06/62/rBQBHWB3oASEAm6yAAAAAFcWLw0304.eot') format('embedded-opentype'), url('//dfs.yun300.cn/group1/M00/1E/DD/rBQBHGB3oBuET2_eAAAAAPs6BHI59.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('//dfs.yun300.cn/group1/M00/06/62/rBQBHWB3oDeEdihlAAAAAMSRvr01.woff2') format('woff2'), url('//dfs.yun300.cn/group1/M00/1A/58/rBQBG2B3oE-ETl1AAAAAAI58ims311.eot') format('embedded-opentype'), url('//dfs.yun300.cn/group1/M00/1E/DE/rBQBHGB3oGGEVO3hAAAAAD5Z8p468.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('//dfs.yun300.cn/group1/M00/06/62/rBQBHWB3oHqEWaFCAAAAAPnUyOE5.woff2') format('woff2'), url('//dfs.yun300.cn/group1/M00/1E/DE/rBQBHGB3oJCEYQ7-AAAAAJXoZA8817.eot') format('embedded-opentype'), url('//dfs.yun300.cn/group1/M00/1E/DE/rBQBHGB3oJ-EYFMkAAAAAGuH5ng76.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(//dfs.yun300.cn/group1/M00/19/E5/rBQBHV7ONDWEWN3eAAAAAKx-Xh43.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(//dfs.yun300.cn/group1/M00/1C/0D/rBQBHF7ONMCEYes3AAAAAE2LX9Q6.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(//dfs.yun300.cn/group1/M00/1C/0E/rBQBHF7ONN6EbRdKAAAAAFNJ-f80.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(//dfs.yun300.cn/group1/M00/1C/0E/rBQBHF7ONPqECLYqAAAAAKwrhhY0.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(//dfs.yun300.cn/group1/M00/19/E5/rBQBHV7ONRGEeuZjAAAAAJOWI8Q1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(//dfs.yun300.cn/group1/M00/19/E5/rBQBHV7ONSeEc0S1AAAAAC2Gmno2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(//dfs.yun300.cn/group1/M00/19/3B/rBQBG17ONUCEJGwkAAAAAOUi7dQ7.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(//dfs.yun300.cn/group1/M00/19/E5/rBQBHV7ONVuEFKzJAAAAAHjfgvU5.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(//dfs.yun300.cn/group1/M00/1C/0E/rBQBHF7ONXmEMuAqAAAAAF6BNs06.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}