
/*初始化*/
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td,span,input,textarea {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 1.3rem;
}
li,ol {
    list-style: none;
}
i,em {
    font-style: normal;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    color: #666;
}
/*input,textarea {
    -webkit-appearance: none;
}*/
html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
@media screen and (min-width:320px) {
    html {
    font-size: 10px;
}
}
@media screen and (min-width:360px) {
    html {
    font-size: 11.25px;
}
}
@media screen and (min-width:375px) {
    html {
    font-size: 11.7px;
}
}
@media screen and (min-width:384px) {
    html {
    font-size: 12px;
}
}
@media screen and (min-width:480px) {
    html {
    font-size: 15px;
}
}
@media screen and (min-width:414px) {
    html {
    font-size: 13px;
}
}
@media screen and (min-width:560px) {
    html {
    font-size: 17.5px;
}
}
@media screen and (min-width:640px) {
    html {
    font-size: 20px;
}
}
/* -- 整体布局 --*/
html {
    min-width: 320px;
    color: #666;
}
input textarea {
    font-family: "Microsoft YaHei"
}
body {
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-size: 1.3rem;
    line-height: 2.4rem;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    border: 0;
}
.blk-main .clearlist {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none;
}
/*表单提交隐藏域*/
.hiddendata {
    display: none;
}
/*版块模板共用样式*/
.nodata {
    height: 3rem;
    line-height: 3rem;
    text-align: left;
    clear: both;
    padding: 0.5rem 3% 0;
}
.m-describe {
    background: #faf9f8;
    border: 1px solid #d3d3d3;
    color: #333;
    margin: 0 auto 1.75rem;
    width: 93.75%;
    overflow: hidden;
    padding: 0.7rem;
}
.endit-content p {
    padding-bottom: 1rem;
}
/*详情页图片自适应*/
.endit-content img {
    max-width: 100% !important;
    height: auto !important;
}
/*详情内容关键字飘红加粗*/
.endit-content a {
    color: red;
    font-weight: bold;
}
/*详情内容关键字加VI色*/
    /*.endit-content a {
    color: #0f5cae;
    font-weight:bold;
}*/
.wrap {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem
}
.p-trbl {
    padding: 1rem;
}
.p-trl {
    padding: 1rem;
    padding-bottom: 0;
}
.blk-main.ml0 {
    margin-left: 0;
}
.blk-main.listclear {
    clear: both;
    height: 0;
    line-height: 0;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}
/*m2模板共用样式*/
.m2-title-1 {
    height: 3.6rem;
    line-height: 3.6rem;
    padding-left: 1rem;
    background: #f1f1f1;
    font-size: 1.4rem;
    color: #272b34;
    border-bottom: 1px solid #ccc;
}
/*分页*/
/*m4模板共用样式*/
    .m4-title1 {
    line-height: 3rem;
    font-size: 1.5rem;
    padding: 0.4rem 0;
    color: #3b3e3d;
    margin-bottom: 1.2rem;
    border-bottom: solid 1px #ccc;
}
.m4-blk {
    padding: 0 3%;
    box-sizing: border-box;
}
.m4-page {
    font-size: 1.3rem;
    text-align: center;
    display: block;
    padding: 1rem 0;
    clear: both;
    white-space: nowrap;
}
.m4-page p {
    display: inline-block;
    margin: 0 1rem;
}
.m4-page a {
    box-sizing: border-box;
    line-height: 2.5rem;
    margin: 0 0 0 0.3rem;
    display: inline-block;
    color: #13a0b2;
    padding: 0 1rem;
    background-color: #fff;
    border: 1px solid #13a0b2;
    border-radius: 5px;
}
.m4-page a.cur {
    background: #1c907b;
    color: #fff;
}
/*m5模板共用样式*/
.m5-title-1 {
    height: 3.6rem;
    line-height: 3.6rem;
    padding-left: 1rem;
    background: #f1f1f1;
    font-size: 1.5rem;
    color: #272b34;
    border-bottom: 1px solid #ccc;
}
.m5-page {
    margin-bottom: 2rem;
    text-align: center;
}
/* 底部间距20px*/
.m5-page .laypage_next,
.m5-page .laypage_prev {
    border-radius: 0.5rem;
    display: inline-block;
    height: 2.55rem;
    line-height: 2.55rem;
    text-align: center;
    width: 25%;
    background-color: #8e4ea4;
    color: #fff;
    padding: 0;
}
/*上一页样式*/
.m5-page p,
.m5-page .laypage_curr {
    width: 10%;
    display: inline;
    font-size: 1.6rem;
    margin: 0 1rem;
}
.m5-page .m5-pager-select {
    display: inline-block;
    padding: 0 2rem;
    margin: 0 15rem;
    width: 10%;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    top: 1rem;
}
.m5-page .m5-page_number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem #333 inset;
    text-indent: -1rem;
}
.m5-page .m5-page_number:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 0.5rem solid #aaa;
    border-left: 0.5rem solid rgba(0, 0, 0, 0);
    border-right: 0.5rem solid rgba(0, 0, 0, 0);
    left: 50%;
    margin-left: 1.5rem;
    top: 1.2rem;
}
.m5-page .m5-pager-select .m5-page_number span {
    padding: 0 0.2rem;
    font-weight: bold;
}
.m5-page .select_box {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    text-align: center;
}
.m5-page a {
    background-color: #8e4ea4;
    color: #fff;
}
.m5-page .z-noc {
    background-color: #8e4ea4;
    color: #8742a7;
}
/*详情页图片自适应*/
.endit-content img {
    max-width: 100% !important;
    height: auto !important;
}
.endit-content {
    font-size: 1.3rem;
}
.endit-content h1 {
    font-size: 1.6rem;
}
.endit-content h2 {
    font-size: 1.5rem;
}
.endit-content h3 {
    font-size: 1.4rem;
}
.endit-content h4 {
    font-size: 1.3rem;
}
.endit-content h5 {
    font-size: 1.2rem;
}
.endit-content h6 {
    font-size: 1.2rem;
}
/*表单弹框*/
.nsw-modal {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.modal-dialog {
    position: absolute;
    ; top: 50%;
    left: 0;
    margin-top: -5rem;
    width: 100%;
    min-height: 10rem;
    color: #000000;
    z-index: 99998;
    overflow: hidden;
}
.modal-dialog .css-icon {
    background-image: url("http://127.0.0.1/template/wap/images/modal-icons2.png");
    background-size: 3.15rem 7.5rem;
    background-repeat: no-repeat;
}
.modal-dialog .modal-head {
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}
.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}
.modal-dialog .modal-body {
    max-width: 600px;
    min-width: 300px;
    width: 80%;
    margin: 0 auto;
    min-height: 10rem;
    background: #fff;
    border-radius: 10px;
}
.modal-dialog .modal-body .modal-body-left {
    margin: 1.5rem 0 0 4rem;
    float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
    width: 3.3rem;
    height: 3.2rem;
}
.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: left bottom;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px 0;
}
.modal-dialog .modal-body .modal-body-right {
    width: 64%;
    float: right;
    padding-top: 1rem;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #515567;
    text-align: center;
    display: inline-block;
    height: 2.5rem;
    width: 6rem;
    font-size: 1.1rem;
    line-height: 2.5rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.modal-dialog .modal-body .modal-body-right p.msg-title {
    font-weight: bold;
    font-size: 1.3rem;
}
.modal-dialog .modal-body .modal-body-right p.msg {
    font-size: 1.2rem;
    color: #515567;
    margin-bottom: .5rem;
}
/* -- 翻页效果 --*/
.page_nav {
    text-align:center;
    padding-top: 20px;
    width: 90%;
    height: 56px;
    border:px #F00 solid;
    margin: 0 auto;
}
.page_nav font {
    border-right: #252525 1px solid;
    padding-right: 10px;
    border-top: #252525 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 2px;
    border-left: #252525 1px solid;
    color: #fff;
    padding-top: 5px;
    border-bottom: #252525 1px solid;
    background-color: #252525;
}
.page_nav a {
    border-right: #252525 1px solid;
    padding-right: 10px;
    border-top: #252525 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 2px;
    border-left: #252525 1px solid;
    color: #252525;
    padding-top: 5px;
    border-bottom: #252525 1px solid;
    text-decoration: none;
    color: #252525;
}
.page_nav a:hover {
    border-right: #252525 1px solid;
    border-top: #252525 1px solid;
    border-left: #252525 1px solid;
    color: #fff;
    border-bottom: #252525 1px solid;
    background:#252525;
}
.page_nav a:active {
    border-right: #252525 1px solid;
    border-top: #252525 1px solid;
    border-left: #252525 1px solid;
    color: #000;
    border-bottom: #252525 1px solid
}
.page_nav span.current {
    border-right: #252525 1px solid;
    padding-right: 10px;
    border-top: #252525 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 2px;
    border-left: #252525 1px solid;
    color: #fff;
    padding-top: 5px;
    border-bottom: #252525 1px solid;
    background-color: #252525
}
.page_nav span.nolink {
    border-right: #252525 1px solid;
    padding-right: 10px;
    border-top: #252525 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 2px;
    border-left: #252525 1px solid;
    color: #999;
    padding-top: 5px;
    border-bottom: #252525 1px solid;
}
.inside_title {
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    background: #1054B0;
    border-bottom: 4px solid #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.m-gy-dfl-01-desc {
    width: 93.75%;
    margin: 0 auto;
}
.m2-info-list-content-1 {
    overflow: hidden;
}
.m2-info-list-content-1 ul {
    margin-left: 0rem;
}
.m2-info-list-content-1 ul a {
    overflow: hidden;
}
.m2-info-list-content-1 li p {
    height: 2.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m2-info-list-content-1 li:nth-last-child(odd) {
    float: left;
    width: 47%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-right: 3%;
    overflow: hidden;
}
.m2-info-list-content-1 li:nth-last-child(even) {
    float: right;
    width: 47%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-left: 3%;
    overflow: hidden;
}
.m2-info-list-content-1 li img {
    width: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    display: block;
}
.main-footer-1 {
    height: 4.1rem;
    position: relative;
    z-index: 98;
}
.main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.main-footer-1-list {
    border-top: 1px solid #0f5cae;
    display: none;
}
.main-footer-1-list li {
    float: left;
    width: 50%;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 18%;
    position: relative;
}
.main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 30%;
    top: 1rem;
    background: #fff;
    border-radius: 100%;
}
.main-footer-1-list .clear {
    border-bottom: 1px solid #fff;
}
.main-footer-1-list .clear:nth-last-child(1) {
    border-bottom: 0;
}
.main-footer-1-mata {
    height: 4.1rem;
    background: #313131;
    border-top: 1px solid #0f5cae;
    text-align: center;
}
.main-footer-1-mata p {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
    margin-top: 1rem;
}
.m-xl-1nt16-9-01-list {
    padding: 0 3%;
}
.m-xl-1nt16-9-01-list dl {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}
.m-xl-1nt16-9-01-list dt {
    width: 40%;
    float: left;
    margin-right: 3%;
}
.m-xl-1nt16-9-01-list dt img {
    width: 100%;
}
.m-xl-1nt16-9-01-list h3 {
    height: 2.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #626262;
    text-overflow: ellipsis;
    /*border-bottom: 0.15rem solid #f1f1f1;*/
    overflow: hidden;
    white-space: nowrap;
}
.m-xl-1nt16-9-01-list-desc {
    margin-top: 0.4rem;
    height: 3.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #626262;
    overflow: hidden;
}
.m-xl-1nt16-9-01-list-data {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8rem;
    color: #626262;
    display: inherit;
    float: right;
    margin-top: -1.8rem;
}
.main-footer-1 {
    height: 4.1rem;
    position: relative;
    z-index: 98;
}
.main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.main-footer-1-list {
    border-top: 1px solid #0f5cae;
    display: none;
}
.main-footer-1-list li {
    float: left;
    width: 50%;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 18%;
    position: relative;
}
.main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 30%;
    top: 1rem;
    background: #fff;
    border-radius: 100%;
}
.main-footer-1-list .clear {
    border-bottom: 1px solid #fff;
}
.main-footer-1-list .clear:nth-last-child(1) {
    border-bottom: 0;
}
.main-footer-1-mata {
    height: 4.1rem;
    background: #313131;
    border-top: 1px solid #0f5cae;
    text-align: center;
}
.main-footer-1-mata p {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
    margin-top: 1rem;
}
.m-xx-01 {
    margin-bottom: 1.6rem;
}
.m-xx-01-tit {
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    background: #252525;
    border-bottom: 3px solid #D6312D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.m-xx-01-txt {
    width: 93.75%;
    font-size: 1.4rem;
    color: #535353;
    line-height: 2.2rem;
    text-align: center;
    border-bottom: 1px solid #a3a3a3;
    margin: 0.6rem auto;
    padding: 1rem 0;
}
.m-xx-01-desc {
    width: 93.75%;
    margin: 0 auto;
}
.m-xx-fy-01-prev, .m-xx-fy-01-next {
    height: 1.8rem;
    margin-bottom: 0.1rem;
    font-size: 1.2rem;
    color: #4b4a4a;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-xx-fy-01-prev span, .m-xx-fy-01-next span {
    width: 4.8rem;
    height: 1.8rem;
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: left;
    background: #a2a2a2;
    margin-right: 0.4rem;
}
/*cptit*/
.cptit {
    width: 100%;
    height: 3.2em;
    line-height: 3.2em;
    font-size: 1em;
    background: #252525;
    color: #fff;
}
.cptit h1 {
    width: 44%;
    float: left;
    text-align: left;
    margin-left: 3%;
}
.cptit h2 {
    width: 44%;
    text-align: right;
    float: right;
    margin-right: 3%;
}
/**/
    .parameter {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.parameter h1 {
    font-size: 1em;
    line-height: 3.2em;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.parameter dl {
    float: left;
    height: 2.8em;
    line-height: 2.8em;
    border: 1px solid #f1f1f1;
    width: 98%;
    margin-bottom: 4px;
}
.parameter dt {
    background: #f1f1f1;
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 10px;
}
.parameter dd {
    margin-left: 15px;
    letter-spacing: 1px;
    float: left;
    text-align: left;
    width: 60%;
}
/*about*/
.about_title {
   text-align: center;
   margin: 1.25rem 0;
}
.about_title i {
  color:#252525;
}
.about_title h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #1054B0;
}
.about_title em:before {
  content: "";
  position: absolute;
  width: 3.25rem;
  height: 0.0625rem;
  background: #252525;
  left:5rem;
  top:0rem;
}
.about_title em:after {
  content: "";
  position: absolute;
  width: 3.25rem;
  height: 0.0625rem;
  background: #252525;
  right:5rem;
  top:0rem;
}
.about_title em {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1rem;
}
/*about_box1*/
.about_box1 {
     overflow: hidden;
     padding-bottom: 3.75rem;
}
 .about_box1 img {
    
}
 .about_box1_info {
     width:96% ;
     margin: 0 auto;
     line-height: 1.85rem;
     font-size: 1rem;
     overflow: hidden;
}
 .about_box1_info h2 {
     font-size: 2rem;
     line-height: 4.125rem;
     margin-top: 1.25rem;
     font-weight: bold;
     text-align: center;

}
 .about_box1_list {
     display: block;
     /*margin-top: 0.65rem;*/
}
 .about_box1_list li {
     width: 33%;
     float: left;
     text-align: center;
     -webkit-transition: transform .3s;
     transition: transform .3s;
     border-right: 0.0625rem solid #ddd;
     margin-bottom: 0.65rem;
}
 .about_box1_list li:nth-child(3) {
     border:0;
}
 .about_box1_list li:nth-child(6) {
     border:0;
}
 .about_box1_list li em {
     width: 2.625rem;
     height: 2.625rem;
     display: block;
     margin: 0 auto;
     line-height: 0;
}
 .about_box1_list li em img {
     width: 2.625rem;
     height: 2.625rem;
}
 .about_box1_list li span {
     display: block;
     font-size: 1.5rem;
     color: #282828;
     height: 3rem;
     line-height: 3rem;
     overflow: hidden;
     background:url(http://127.0.0.1/template/wap/images/about_box1_list.jpg) no-repeat center 3.4375rem;
}
 .about_box1_list li i {
     display: block;
     font-size: 0.875rem;
     line-height: 1.75rem;
     color: #686868;
}
 .about_box1_list li b {
     font-size: 1.75rem;
     font-weight: normal;
}
 .about_box1_list li:hover, .liuc2_r ul li:hover {
     -webkit-transform: translate(0, -0.625rem);
     transform: translate(0, -0.625rem);
}
 .about_box1_list.nobor {
     border: 0;
}
/*about_box2*/
.about_box2 {
    margin-bottom: 5rem;
}
 .about_box2 dl {
}
 .about_box2 dt {
     height: 16.6875rem;
}
 .about_box2 dt img {
     height: 16.6875rem;
}
 .about_box2 dd {
     background: #f5f5f5;
     height: 16.6875rem;
}
 .about_box2 h3 {
     color: #252525;
     font-weight: normal;
     font-size: 1.375rem;
     padding-top: 4.125rem;
     padding-left: 1.875rem;
     line-height: 2.75rem;
}
 .about_box2 span {
     font-size: 1rem;
     padding-top: 1.25rem;
     padding-left: 1.875rem;
     line-height: 2rem;
}
 .about_box2 p {
     color: #D4D4D4;
     text-transform: uppercase;
     font-size: 0.75rem;
     letter-spacing: 0.0625rem;
     line-height: 1.625rem;
     padding-top: 0.625rem;
     padding-left: 1.875rem;
     display: block;
}
 .about_box2 em {
     padding-top: 1.25rem;
     margin-left: 1.875rem;
     display: block;
     border-bottom: 0.125rem solid #252525;
     width: 10%;
}
/*about_box3*/
.about_box3 {
     overflow: hidden;
}
 .about_box3 li {
     float: left;
     box-shadow: 0.1875rem 0.25rem 0.1875rem rgba(0, 0, 0, 0.3);
     margin-bottom: 1.25rem;
     border: 1px solid #eee;
     padding: 1.25rem;
     overflow: hidden;
}
 .about_box3 li:hover {
     background: #252525;
     color: #fff;
     display: block;
}
 .about_box3 img {
     width: 12.5rem;
     border: 3px solid #e6e6e6;
}
 .about_box3 h2 {
     width: 13.45rem;
     font-size: 1.5rem;
     line-height: 3rem;
}
 .about_box3 p {
     width: 13.45rem;
     line-height: 1.75rem;
     font-size: 0.875rem;
}
/*about_box4*/
.about_box4 { width:100%; overflow:hidden;background: #f5f5f5;padding-top: 3rem;padding-bottom: 3rem;}
.about_box4 p{text-align: center;}
/*about_box5*/
.about_box5 {
     overflow: hidden;
     margin-bottom: 3.75rem;
}
 .about_box5 dl {
     text-align: center;
     transition: all 0.3s linear 0s;
}
 .about_box5 dl:nth-child(4) {
     border: 0;
}
 .about_box5 dl:hover {
     transform: translateY(-0.625rem);
}
 .about_box5 dt {
     text-align: center;
     margin: 0 auto;
}
 .about_box5 dt img {
     transition: all 0.3s linear 0s;
     display: block;
     margin: 0 auto;
}
 .about_box5 dl:hover dt {
}
 .about_box5 dl:hover dt img {
}
 .about_box5 h3 {
     height: 3.3rem;
     line-height: 3.3rem;
     font-size: 1.65rem;
     font-weight: bold;
     color: #142038;
     margin: 1.25rem 0 0 0;
}
 .about_box5 dd p {
     margin: 0.125rem auto;
     width: 80%;
     font-size: 1.125rem;
}
.about_fzlc {
    background: #F5F5F5;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
}
.m2-info-list-content-1.video_listbg{background: url(http://127.0.0.1/template/wap/images/videobg.png) no-repeat;display: block;position:absolute;z-index: 9;background-size: 100%;}