@charset "utf-8";
/**
 * By alon
 * date 20160407
 * v  1.0
 * 手机适配首页样式
 */
/*reset*/
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
main,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
/*调整页面文本大小，-webkit-text-size-adjust: none 时，可以调整字体大小小于12px;
auto值时，如字体大小小于12px，都会以12px显示;
百分比时，字体显示的大小;*/
body {
  font-size: 100%;
  font-family: Microsoft YaHei, STHeiti, Droid Sans Fallback;
  color: #3a3a3a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
textarea {
  resize: none;
}
iframe,
img {
  border: 0;
  vertical-align: top;
}
ul {
  list-style: none;
}
/*可以控制用户能不能选择页面中的文本，设置用户是否可以编辑元素内容*/
input,
select,
textarea {
  outline: 0;
  user-modify: read-write-plaintext-only;
}
/*更改按钮和其他控件的外观按照本地默认样式*/
input[type="text"] {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #7c7c7c;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
em {
  font-style: normal;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.hide {
  display: none;
}
.pt10 {
  padding-top: 10px;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.b-black {
  background: #111111;
}
table {
  border-collapse: collapse;
}
html,
body {
  height: 100%;
}

.overflow {
  overflow: hidden;
}

.home_page {
  background: url(../image/home_page.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
}
.home_page .logo {
  background: url(../image/logo.png) no-repeat;
  background-size: 100% auto;
  width: 520px;
  height: 176px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -88px 0 0 -260px;
  -webkit-animation: logo 0.5s 0s 1 ease-in-out;
  -o-animation: logo 0.5s 0s 1 ease-in-out;
  animation: logo 0.5s 0s 1 ease-in-out;
}
@keyframes logo {
  0% {
    margin-top: -800px;
  }
  80% {
    margin-top: -8px;
  }
  85% {
    margin-top: -68px;
  }
  90% {
    margin-top: -58px;
  }
  95% {
    margin-top: -38px;
  }
  100% {
    margin-top: -48px;
  }
}
.footer p {
  -webkit-animation: footer 0.5s 0.5s 1 ease-in-out both;
  -o-animation: footer 0.5s 0.5s 1 ease-in-out both;
  animation: footer 0.5s 0.5s 1 ease-in-out both;
}
@keyframes footer {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.home_page .footer {
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
  bottom: 80px;
  font-size: 14px;
}
.home_page .footer a {
  color: white;
}

/*顶部菜单*/
.h_nav {
  height: 70px;
}
.header {
  position: fixed;
  width: 100%;
  background: #2b2f32;
  background: rgba(43, 47, 50, 0.9);
  z-index: 9;
}
.header .fixed {
  max-width: 1180px;
  margin: 0 auto;
}
.header .m .l {
  width: 154px;
  height: 59px;
  float: left;
  margin: 5px 0px;
}
.header .m ul {
}
.header .m li {
  float: left;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
}

.header .wap {
  display: none;
  padding: 10px;
}
.header .wap .m .l {
  width: 100px;
  height: 36px;
}
.header .wap .menu .col {
  display: none;
  position: absolute;
  width: 130px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  top: 46px;
}
.header .wap .menu .col li {
  padding: 0px;
  width: 100%;
  line-height: 30px;
  height: auto;
}
.header .wap .menu .col a {
  padding: 5px 15px;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.header .menu {
  float: right;
  padding: 6px 6px 0 0;
  cursor: pointer;
  position: relative;
}
.header .menu em {
  width: 28px;
  height: 25px;
  background: url(../image/menu.png) no-repeat;
  background-size: cover;
  display: inline-block;
}
.header .wap .menu.open .col {
  display: block;
}
.header li a {
  color: white;
  padding: 0px 35px;
  display: block;
  text-decoration: none;
}
body.p_home .header a.p_home,
body.p_business .header a.p_business,
body.p_product .header a.p_product,
body.p_contact .header a.p_contact,
body.p_jobs .header a.p_jobs,
.header li a:hover {
  color: white;
  background: #0785fa;
}

@font-face {
  font-family: stfz;
  src: url(../fonts/stfz.ttf);
  font-weight: normal;
  font-style: normal;
}

.wrap,
.i-serves {
  width: 1180px;
  margin: 0px auto;
}

.i-prod h1,
.i-jobs .text h1,
.tema h1,
.partner h1,
.i-contact h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.i-prod p,
.i-prod a,
.i-jobs .text p,
.tema p,
.tema h3,
.i-contact .item div,
.prod_art .art .m p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
}
.i-prod a.view {
  font-size: 16px;
}

/*首页banner*/
.i-banner img {
  width: 100%;
}

/*i-team*/
.i-team {
  border: solid 1px #0062c4;
  margin: 100px auto;
  position: relative;
  padding: 60px 99px;
}
.i-team h2 {
  font-family: stfz;
  font-size: 38px;
  color: #0062c4;
  background: white;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: absolute;
  line-height: 46px;
  top: -23px;
  left: 50%;
  margin-left: -185px;
}
.i-team p {
  line-height: 2.3;
  font-size: 18px;
  text-indent: 2em;
}

.h-tit {
  font-size: 42px;
  color: white;
  background: #5c5c5c;
  background: rgba(92, 92, 92, 0.8);
  *+background: #5c5c5c;
  text-align: center;
  padding: 20px 0px;
}

/*我们的服务*/
.i-serves .m {
  padding: 60px 0px 60px 0px;
  zoom: 1;
}
.i-serves a {
  color: #3a3a3a;
}
.i-serves .item {
  position: relative;
  float: left;
  width: 25%;
  display: inline-block;
}
.i-serves .item .imgs,
.i-serves .item .more {
  text-align: center;
}
.i-serves .item .imgs {
  height: 100px;
}
.i-serves .item .imgs img {
  width: 100px;
}
.i-serves .item .imgs img.pc {
  width: auto;
  height: 100px;
}
.i-serves .item h2 {
  font-family: \9ED1\4F53;
  font-size: 36px;
  padding: 25px 0 20px 0;
}
.i-serves .item p {
  font-size: 18px;
  line-height: 40px;
}
.i-serves .item .more a {
  line-height: 30px;
  color: #429efb;
}
/*联系我们*/
.i-contact {
  padding: 80px 0px;
}
.i-contact .wrap {
  width: 980px;
}
.i-contact .item {
  float: left;
  width: 50%;
  display: inline;
  *+zoom: 1;
  color: #3a3a3a;
}
.i-contact .item .m {
  width: 355px;
  margin: 0px auto;
}
.i-contact h3,
.i-contact .item div {
  margin-bottom: 15px;
  padding-left: 30px;
}
.i-contact h3 {
  font-size: 26px;
}
.i-contact .item div {
  position: relative;
}

.i-contact .addres em,
.i-contact .phone em,
.i-contact .email em {
  background: url(../image/min_icon.png) -3px 0px no-repeat;
  position: absolute;
  width: 21px;
  height: 22px;
  left: 0px;
  top: 5px;
}
.i-contact .phone em {
  background-position: -3px -34px;
}
.i-contact .email em {
  background-position: -3px -61px;
}

/*partner*/
.partner {
  background: #f5f6f1;
  padding: 40px 0 50px 0;
}
.partner h1,
.i-contact h1 {
  text-align: center;
  margin-bottom: 50px;
}
.partner .wrap {
  font-size: 0px;
  text-align: center;
}
.partner .item {
  padding: 25px 0;
  display: inline-block;
  *+display: inline;
  zoom: 1;
}
/*主营产品*/
.i-prod {
  padding: 60px 0;
}
.i-prod h1 {
  font-size: 32px;
}
.i-prod .col1,
.i-prod .col2 {
  float: left;
  width: 55%;
}
.i-prod .col1 {
  width: 45%;
  overflow: hidden;
}
.i-prod p,
.prod_art .art .m p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.i-prod p.bt {
  margin-bottom: 10px;
}
.i-prod .info {
  padding: 40px 60px 0px 60px;
}
.sider-m .odd {
  background: #f5f6f1;
}

/*p_nav*/
.p_nav {
  background: #f0f0f0;
  padding: 10px 0;
}
.p_nav .m {
  text-align: right;
  padding-right: 165px;
}
.p_nav .m a {
  display: inline-block;
  font-size: 0px;
  text-align: center;
  margin: 0px 20px;
}
.p_nav .m a p {
  font-size: 16px;
  color: #3a3a3a;
  padding-top: 3px;
}
.p_nav .m a.action p {
  color: #0785fa;
}

/*i-jobs*/
.i-jobs {
  width: 100%;
}
.i-jobs .left,
.i-jobs .right,
.jobs .col-w {
  float: left;
  width: 50%;
  *+width: 49.9999999%;
  *+display: inline;
  *+zoom: 1;
}
.i-jobs img {
  height: auto;
  width: 100%;
}
.i-jobs .text {
  width: 480px;
  margin: 11% auto 0px auto;
}
.i-jobs .text p {
  text-indent: 2em;
}
.jobs {
  background: #f5f6f1;
  padding: 60px 0px;
}
.jobs .col-w .w {
  width: 80%;
}
.i-jobs .pc,
.i-prod .pc {
  display: block;
}
.i-jobs .wap,
.i-prod .wap {
  display: none;
}

.tema .view {
  background: #0062c4;
  color: white;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 120px;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  text-decoration: none;
}
.tema .view:after {
  content: " ";
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #0062c4;
  position: absolute;
  right: -40px;
  top: 0px;
}
.tema .view {
  margin: 50px 0 20px 0;
}
.tema h3 {
  padding: 3px;
}

.art_jobs {
  color: #999;
  line-height: 1.7;
}

.art_jobs h2 {
  font-weight: 700;
  font-size: 20px;
  color: #f60;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  line-height: 50px;
}
.art_jobs h3 {
  font-weight: 700;
  color: #5e5e5e;
}
.art_jobs .m {
  padding-left: 20px;
}
.art_jobs p {
  font-size: 15px;
}

/*详情*/
.prod_art {
  position: relative;
}
.prod_art .right {
  width: 70%;
  margin-left: 30%;
}
.prod_art .left {
  width: 30%;
  background: #f5f6f1;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
}

.s_menu {
  width: 260px;
  margin: 15% auto 0px auto;
}
.s_menu .item {
  margin: 5px 0;
}
.s_menu .item .sub {
  display: none;
}
.s_menu .open .sub {
  display: block;
}
.s_menu .first a {
  font-size: 24px;
  position: relative;
  padding-left: 20px;
}

.s_menu .open .first a:before,
.s_menu .first:hover a:before,
.s_menu .sub div.action a:before,
.s_menu .sub div:hover a:before,
.prod_art .art h3:before {
  content: " ";
  width: 6px;
  background: #ff6600;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  border-radius: 5px;
}
.s_menu .sub div.action a:before,
.s_menu .sub div:hover a:before {
  width: 5px;
  height: 18px;
  margin-top: -9px;
  background: #ffa366;
}
.s_menu .sub {
  padding: 10px 0;
}
.s_menu .sub div {
  padding: 5px 0 5px 20px;
}
.s_menu .sub a {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  zoom: 1;
}
.s_menu a {
  text-decoration: none;
  color: #3a3a3a;
}
.prod_art .art {
  margin: 0px auto;
  padding: 50px 0;
  width: 80%;
}
.prod_art .art h3,
.prod_art .art .m {
  padding-left: 30px;
}
.prod_art .art h3 {
  font-size: 30px;
  position: relative;
}
.prod_art .art h3:before {
  background: #ffa366;
  height: 28px;
  margin-top: -12px;
}
.prod_art .art .m h4 {
  font-size: 26px;
  margin: 25px 0;
}
/*footer*/
.fter {
  text-align: center;
  color: white;
  background: #333333;
  font-size: 12px;
  padding: 25px 0px;
  width: 100%;
}
.fter p {
  line-height: 2;
}
.fter a {
  color: white;
}
.partner.rmt h1 {
  margin-bottom: 10px;
}
.partner.rmt .item {
  padding: 15px 0;
}
.rmt-news {
  font-size: 0px;
  padding-bottom: 30px;
}
.rmt-news .col {
  display: inline-block;
  width: 25%;
  font-size: 16px;
}
.rmt-news .col p {
  text-align: center;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rmt-news .col .v {
  margin: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.rmt-news .col img {
  width: 100%;
}

/*pay*/
.bank-wrapper{padding-bottom:100px;}
.i-pay {
  width: 1002px;
  margin: 0 auto;
}
.i-pay .pay-money {
  font-size: 24px;
  margin-bottom: 30px;
  padding-top:30px;
}
.i-pay .pay-num {
  font-weight: bold;
  color: red;
  margin: 0 10px;
}
.i-pay .pay-type {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c6c6c6;
  border-bottom: none;
  margin-bottom: -1px;
  z-index: 2;
  background-color: #fff;
}
.i-pay #bank-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #c6c6c6;
  padding: 20px 0;
  margin-bottom: 30px;
}
.i-pay .bank-item {
  width: 180px;
  border: 1px solid #c9dfff;
  border-radius: 2px;
  padding: 10px 0 5px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px 20px;
  cursor: pointer;
}
.i-pay .bank-active {
  border: 2px solid red;
}
.i-pay .bank-logo {
  background-image: url(../image/bank-logo.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 125px;
  height: 28px;
}
.i-pay .check-btn {
  color: #fff;
  background: red;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  /* float: right; */
}
.i-pay .pay-mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.i-pay .mask-show {
  display: block;
}
.i-pay .pay-mask .pay-info {
  background-color: #fff;
  width: 560px;
  padding: 30px 20px;
  margin: 200px auto 0;
  border-radius: 8px;
}
.i-pay .pay-mask .bank-logo {
  margin-bottom: 20px;
}
.i-pay .pay-mask .pay-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.i-pay .pay-mask .item-title {
  font-size: 18px;
  width: 160px;
  display: inline-block;
  text-align: right;
}
.i-pay .pay-mask .item-code {
  margin-left: 10px;
}
.i-pay .pay-mask input {
  font-size: 18px;
  height: 24px;
  padding: 0 5px;
  border: 1px solid #7c7c7c;
}
.i-pay .pay-mask .pay-btns {
  margin-top: 30px;
  text-align: center;
}
.i-pay .pay-mask .pay-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.i-pay .pay-mask .sure-btn {
  color: #fff;
  background: red;
  margin-right: 10px;
}
.i-pay .pay-mask .cancel-btn {
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
}

@media screen and (max-width: 1260px) {
  .wrap,
  .i-serves {
    width: 100%;
    padding: 0px 30px;
  }
  .header {
    padding: 0px 10px;
  }
  .i-jobs .text {
    margin-top: 10%;
  }

  .prod_art .art {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .i-team {
    padding: 40px 60px;
  }
  .i-team p {
    font-size: 16px;
    line-height: 2;
  }
  .h-tit {
    font-size: 32px;
    padding: 10px 0px;
  }
  .i-serves .item h2 {
    font-size: 30px;
  }
  .i-prod .info {
    padding: 10px 40px 0px 40px;
  }
  .i-prod h1,
  .i-prod p.bt,
  .prod_art .art h3,
  .prod_art .art .m h4 {
    margin-bottom: 10px;
  }
  .i-jobs .text {
    width: auto;
    padding: 0px 20px;
  }
  .i-jobs .text h1,
  .prod_art .art h3 {
    font-size: 28px;
  }
  .i-jobs .text p {
    line-height: 1.5;
  }
  .prod_art .art {
    width: auto;
    padding: 20px;
  }
  .prod_art .art .m h4 {
    font-size: 24px;
  }
  .s_menu .first a {
    font-size: 22px;
  }
  .s_menu .sub a {
    font-size: 14px;
  }
  .i-contact .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .i-jobs .text {
    margin-top: 8%;
  }
  .i-jobs .text h1 {
    margin-bottom: 10px;
  }
  .i-jobs .text p {
    font-size: 14px;
  }
  .rmt-news .col {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .i-serves .m {
    padding: 40px 0px 40px 0px;
  }
  .i-serves .item h2 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .i-serves .item p {
    font-size: 16px;
    line-height: 30px;
  }
  .i-serves .item {
    width: 50%;
    padding-bottom: 20px;
  }
  .i-team {
    margin: 60px auto;
  }
  .home_page .logo {
    width: 240px;
    height: 84px;
    margin: -42px 0 0 -120px;
  }
  .footer p {
    font-size: 12px;
  }
  .i-prod {
    padding: 30px 0;
  }
  .i-prod .wrap {
    padding: 0px 10px;
  }
  .i-prod .info {
    padding: 0px 20px 0px 20px;
  }
  .i-prod h1,
  .i-jobs .text h1,
  .h-tit {
    font-size: 24px;
  }
  .i-prod p,
  .i-prod a.view {
    font-size: 14px;
  }
  .s_menu {
    width: auto;
    margin: 20px 10px 0px 10px;
  }
  .s_menu .open .first a:before,
  .s_menu .first:hover a:before,
  .s_menu .sub div.action a:before,
  .s_menu .sub div:hover a:before,
  .prod_art .art h3:before {
    display: none;
  }
  .prod_art .art h3,
  .prod_art .art .m,
  .s_menu .first a,
  .s_menu .sub a {
    padding-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .i-jobs .left,
  .i-jobs .right {
    width: 100%;
  }
  .i-jobs .pc,
  .i-prod .pc {
    display: none;
  }
  .i-jobs .wap,
  .i-prod .wap {
    display: block;
  }
  .i-jobs .text {
    margin: 15px 0;
    padding: 0px 10px;
  }
  .i-jobs .right {
    padding: 0px 10px;
  }
  .jobs {
    padding: 30px 0;
  }
  .prod_art .art h3 {
    font-size: 24px;
  }
  .prod_art .art .m h4 {
    font-size: 18px;
  }
  .prod_art .art .m p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .h_nav {
    height: 56px;
  }
  .header .fixed,
  .i-serves .item .imgs {
    display: none;
  }
  .i-serves .item .more {
    text-align: left;
    font-size: 14px;
  }
  .header .wap {
    display: block;
  }
  .header .wap .m .l,
  .prod_art .right {
    margin: 0px;
  }

  .i-banner,
  .b-black {
    padding-top: 56px;
  }
  .wrap,
  .i-serves {
    padding: 0px 10px;
  }
  .i-team {
    padding: 30px 40px;
    margin: 40px auto 30px auto;
  }
  .i-team h2 {
    font-size: 32px;
  }
  .i-serves .m,
  .partner {
    padding: 20px 0 30px 0;
  }
  .i-serves .item {
    padding: 10px 6px;
    text-align: left;
  }
  .i-serves .item h2 {
    font-size: 24px;
  }
  .i-prod .info,
  .partner h1 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .i-prod .info {
    margin-top: 15px;
  }
  .i-prod .col1 img {
    width: 65%;
  }
  .p_nav .m {
    width: 340px;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
  }
  .i-contact {
    padding: 30px 0px;
  }
  .i-contact .item,
  .jobs .col-w,
  .jobs .col-w .w,
  .prod_art .right,
  .i-prod .col1,
  .i-prod .col2,
  .prod_art .left {
    width: 100%;
  }

  .partner .item {
    padding: 10px 0;
  }
  .tema h1 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .tema p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tema .view {
    margin: 20px 0 20px 0;
  }
  .prod_art .left {
    position: inherit;
    background: transparent;
  }
  .s_menu .first a {
    font-size: 18px;
  }
  .s_menu .sub {
    padding: 0px;
  }
  .s_menu .sub div.action a {
    color: #0785fa;
  }
  .s_menu {
    margin: 0px 10px;
    padding-top: 10px;
    border-top: dotted 1px #0785fa;
  }
  .home_page .footer {
    padding: 0px 38px;
  }
}
@media screen and (max-width: 500px) {
  .i-team {
    padding: 20px 20px;
    margin: 30px auto;
  }
  .i-team h2 {
    font-size: 24px;
    width: 230px;
    margin-left: -115px;
  }
  .i-serves .item h2 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .i-serves .item p,
  .i-team p {
    font-size: 14px;
    line-height: 1.7;
  }
  .fter {
    padding: 10px 38px;
  }
  .fter p {
    line-height: 1.5;
  }
  .p_nav .m {
    width: 250px;
  }
  .p_nav .m a {
    margin: 0px 10px;
  }
  .p_nav .m a p {
    font-size: 14px;
  }
  .i-contact .item .m {
    width: 100%;
  }
  .partner .item {
    width: 50%;
  }
  .partner .item img {
    width: 85%;
  }
  .rmt-news .col {
    width: 100%;
  }
}
