﻿@charset "utf-8";
/**
深圳市国人伟业信息技术有限公司
http://www.grwy.cn/
**/
html{font-size:100%;/* overflow-y:scroll; */-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
fieldset,img{border:0;vertical-align:top; }
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}
em,i{font-style:normal;}
input,textarea{border:none;resize:none;outline:none;-webkit-appearance:none;}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance:none;}
a{color:#666;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
*{box-sizing:border-box;}

/*公用*/
body { font-family:'Microsoft Yahei',Arial;color:#666;font-size:14px;background:#fff;}
img{max-width:100%;height:auto;width:auto\9;-ms-interpolation-mode:blicubic;}
.clearfix:after {clear:both;content:"";display:block;height:0;overflow:hidden;visibility:hidden; }
.clearfix {zoom:1}
.fl {float:left;}
.fr {float:right;}
.mb20{margin-bottom:20px;}
.eps {white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.wrapper{width:100%;max-width:640px;min-width:250px;margin:0 auto;position:relative;padding:2.3rem 0 2.7rem 0;overflow:hidden;}
.con{padding:0 2%;}

/* 字体图标 */
@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1471838502'); /* IE9*/
  src: url('../font/iconfont.eot?t=1471838502#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1471838502') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1471838502') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1471838502#iconfont') format('svg'); /* iOS 4.1- */
}


.iconfont {
  font-family:"iconfont" !important;
  font-size:18px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon_nav1:before{ content: "\e641"; }
.icon_nav2:before{ content: "\e658"; }
.icon_nav3:before{ content: "\e611"; }
.icon_nav4:before{ content: "\e66f"; }
.icon_nav5:before{ content: "\e653"; }
.icon_nav6:before{ content: "\e650"; }
.icon_kf:before{ content: "\e605"; }
.icon_dh:before{ content: "\e602"; }
.icon_ly:before{ content: "\e606"; }
.icon_xx:before{ content: "\e601"; }

/* 头部 */
.header{height:2.3rem;position:fixed;top:0;z-index:10;width:100%;max-width:640px;margin:0 auto;}
.headMain{position:relative;text-align:center;background:#fff;height:2.3rem;}
.logo{display:table;height:2.3rem;text-align:center;width:100%;}
.logo a{display:table-cell;vertical-align:middle;}
.logo img{vertical-align:middle; height: 50px; /* max-height:1.2rem; */}
.header .navMenu_icon{position:absolute;left:2%;top:0; height: 2.3rem;color:#fff;line-height:2.3rem;color:#b49457;}
.header .navMenu_icon::before {content:" \e60e ";font-family:"iconfont" !important;font-size:1.4rem;}

/*导航 */
.navbar{position:fixed;z-index:20;height:100%;top:2.3rem;overflow:hidden;display:none;width:100%;max-width:640px;margin:0 auto;}
.navbar ul{height:100%;padding-top:1rem;overflow-x:hidden;overflow-y: auto;padding-left:.8rem;background:#383838;width:8rem;position:relative;z-index:2;}
.navbar ul li{height:2rem;line-height:2rem;border-bottom:1px solid #272727;}
.navbar ul li a{display:block;padding-left:1.6rem;font-size:0.7rem;color:#555;border-radius:1rem 0 0 1rem ;height:2rem; opacity:0;transform: translateX(-100%); transition: all 0.4s ease 0s;transition-delay: 160ms;color:#fff;}
.navbar ul li a i{font-size:1rem;margin-right:.6rem;float:left;}
.navbar ul li a:hover,.navbar ul li .current{background:#272727;}
.navbar ul li:first-child{border-top:none;}
.navbar ul li:first-child i{font-size:1.2rem;}
.navbar ul li:nth-child(2) a{transition-delay:240ms;}
.navbar ul li:nth-child(3) a{transition-delay:320ms;}
.navbar ul li:nth-child(4) a{transition-delay:400ms;}
.navbar ul li:nth-child(5) a{transition-delay:480ms;}
.navbar ul li:nth-child(6) a{transition-delay:540ms;}
.navbar ul li:nth-child(7) a{transition-delay:600ms;}
.navbar ul li:nth-child(8) a{transition-delay:660ms;}
.navbar ul li:nth-child(9) a{transition-delay:720ms;}
.navbar ul.show li a{ opacity:1;transform: translateX(0);}
.floatmask{width:100%;height:100%;background:#000;opacity:0.5;position:absolute;top:0;z-index:1;display:none;overflow:hidden;transition:all 0.5s;max-width:640px;margin:0 auto;}

/* BANNER */
.mainBox{position:relative;}
.banner{ position:relative;overflow:hidden;max-width:640px;/}
.banner .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.banner .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.banner .hd li.on{ background:#006baf;  }
.banner .bd{ position:relative; z-index:0; }
.banner .bd li{ position:relative; text-align:center;}
.banner .bd li img{ background:url(images/loading.gif) center center no-repeat;vertical-align:top; width:100%;}

/* 便捷菜单 */
.conMenu{padding:2% 0;overflow:hidden;}
.conMenu li{float:left;width:33.33%;text-align:center;font-size:0.7rem;height:4.5rem;padding-top:0.5rem;background:#323232;color:#fff;line-height:1.5rem;}
.conMenu li:nth-child(2n+2){background:#FFBB39;}
.conMenu li i{font-size:1.3rem;line-height:2rem;}
.conMenu li a{color:#fff;}
.conMenu li span{display:block;}

/* 推荐产品 */
.product,.about{margin-bottom:10px;overflow:hidden;border-bottom:4px solid #f4f4f4;}
.homeTitle{height:1.6rem;line-height:1.6rem;font-size:0.7rem;margin-bottom:10px;}
.homeTitle span{border-left:5px solid #333;padding-left:2%;}
.homeTitle .more{float:right;margin-right:;font-size:1.4rem;}
.proMain{padding:0 2%;overflow:hidden;}
.proMain li{float:left;width:49%;margin-right:2%;margin-bottom:2%;overflow:hidden;position:relative;text-align:center;}
.proMain li:nth-child(2n){margin-right:0;}
.proMain li span{display:block;height:1.5rem;line-height:1.5rem;text-align:center;}
.proMain li img{width:100%; height: 108px;}
.about .font{padding-bottom:3%;}

/* 新闻资讯 */
.news{margin-bottom:10px;}
.news li{height:auto;font-size:0.7rem;border-bottom:1px solid #d6d6d6;overflow:hidden;line-height:1rem;position:relative;padding:.3rem 10% .3rem 5%;  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.news li:last-child{border-bottom:none;}
.news li::before {background:#666;content: "";height:.2rem;left:2%;position: absolute;top:.7rem;width:.2rem;border-radius:50%;}
.news li::after {position:absolute;font-size: 0.8rem;right:2%;top:.4rem; content:" \e62c ";font-family:"iconfont" !important;color:#999; }
.homeFeed{margin-bottom:30px;}
.aboutImg{height:5rem;overflow:hidden;background-position:center;background-size:cover;margin-bottom:.3rem;}

/* 搜索 */
.search{padding:2%;position:relative;border-bottom:4px solid #e5e5e5;}
.search form{border:1px solid #d7d7d7;border-radius:3px;width:100%;display:block;height:1.6rem;line-height:1.6rem;}
.search .sear_text{width:88%;padding-left:3%;height:100%;line-height:1.6rem;float:left;}
.search .sear_btn{width:12%;height:100%;float:left;background:none;position:relative;z-index:2;}
.search::before{position:absolute;font-size: 0.9rem;text-align:center;content:" \e64a ";font-family:"iconfont" !important;color:#333;top:.6rem;right:6%;}

/* 底部 */
.footer .backtop{height:1.4rem;line-height:1.4rem;background:#272727;color:#fff;padding-right:3%;text-align:right;font-size:0.7rem;}
.footCopy{text-align:center;padding:10px 0 15px 0;font-size:0.7rem;line-height:1.2rem;}

.footMenu{height:2.7rem;position:fixed;bottom:0;z-index:10;width:100%;text-align:center;background-color:#272727;display:table;max-width:640px;margin:0 auto;}
.footMenu ul{overflow:hidden;color:#fff;padding-top:;display:table-cell;vertical-align:middle;}
.footMenu li{float:left;width:25%;text-align:center;font-size:0.6rem;vertical-align:middle;line-height:1rem;padding-top:.1rem;}
.footMenu li a{color:#fff;}
.footMenu li i{font-size:1.1rem;}
.footMenu li span{display:block;}

/*分类样式*/
.breadCrumb{height:1.4rem;line-height:1.4rem;background:#272727;margin:10px 0 15px 0;position:relative;box-shadow:0 0 1px #fff inset;position:relative;color:#fff;}
.breadCrumb p{padding-left:7%;}
.breadCrumb p::before {position:absolute;font-size: 0.7rem;left:2%;top:1px; content:" \e604 ";font-family:"iconfont" !important;}
.breadCrumb .fenlei{position:absolute;right:2%;top:0;padding-left:5%;}
.breadCrumb .fenlei::before{position:absolute;font-size: 0.6rem;left:2%;top:0px; content:" \e616 ";font-family:"iconfont" !important;}
.breadCrumb a{color:#fff;}

.catalog { width: 100%; position: fixed; left:0; top: 0; background-color: rgba(0,0,0,0.6); -webkit-transition:-webkit-transform .2s ease-in; display: none; z-index:100; padding:10px 0 0 0; overflow:hidden; }
.catalog>ul { width: 50%; background-color: #fff; position:absolute; top: 0; right: 0; padding-top:10px; }
.catbtn{ font-size: 14px; position: fixed; top: 200px; left: 50%; display: block; width: 30px; margin-left: -30px; padding:10px 0; text-align: center; color: #fff; border-radius: 6px 0 0 6px; background-color: #fff; }
.catalog ul li{ width: 90%; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.25); }
.catalog ul li a{ font-size: 14px; line-height: 30px; display: block; overflow: hidden; width: 90%; white-space: nowrap; text-indent: 5px; text-overflow: ellipsis; }
.catalog > ul li a{ background: url(../images/arrow2.png) no-repeat right center; background-size: 5px; color:#333;}
.catalog ul li ul li:last-child{ border-bottom: none; }
.catalog ul li ul li{ margin-left: 13px; }
.subcatalog{ display: none; }
.catalog ul li a:first-child{ background: url(../images/arrow3.png) no-repeat right center; background-size: 8px; }
.catalog ul li a:nth-child(2),.catalog ul li a:nth-child(3){ background: url(../images/arrow2.png) no-repeat right center; background-size: 8px; }

.listWrapper{padding:0 2% 0% 2%;overflow:hidden;}
.picList{overflow:hidden;margin-bottom:20px;}
.picList li{ width:32%;float:left;text-align:center;margin-right:2%;margin-bottom:5px;size:5rem;height:160px}
.picList li:nth-child(3n){margin-right:0;}
.picList li img{padding:0.1rem;border:1px solid #ddd;     height: 115px; width: 100%}

/* 图文列表详情 */
.productList{overflow:hidden;margin-bottom:20px;}
.productList li{display: table;width: 100%;height: auto;border-bottom:1px solid #ccc;overflow: hidden;text-overflow: ellipsis;white-space: normal;padding:2% 0;}
.productList li.pImg{display: table-cell; vertical-align: middle;border:1px solid #ccc;}
.productList div{ line-height: 1rem;padding-left: .25rem;padding-right: .15rem;display: table-cell;width: auto;height: auto;vertical-align: middle;width:75%;padding-left:5%;line-height:.6rem}
.productList div h5{color:#333;margin-bottom:.2rem;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;line-height:.8rem;}

/* 产品详情 */
.proShow .title{text-align:center;font-size:.8rem;color:#333;margin-bottom:.6rem;}
.proShow_img{width:100%;height:auto;text-align:center;margin-bottom:15px;}
.proShow .tie{height:1.4rem;line-height:1.4rem;background:#ddd;margin-bottom:10px;}
.proShow .tie span{display:inline-block;width:5rem;color:#fff;background:#333;text-align:center;}
.product_detail{margin-bottom:15px;border-bottom:1px solid #ddd;padding-bottom:15px;}
.proShow_img{ position:relative;overflow:hidden;max-width:640px;}
.proShow_img .bd{ position:relative; z-index:0; }
.proShow_img .bd li{ position:relative; text-align:center;}
.proShow_img .bd li img{ background:url(images/loading.gif) center center no-repeat;vertical-align:top; width:100%;}
.proShow_img .prev,.proShow_img .next{ position:absolute; left:0.75rem; top:50%;margin-top:-.6rem; display:block; width:23px; height:27px; line-height:27px; text-align:center;width:1.8rem;text-align:center;line-height:1.8rem;background:#000;opacity:.7;height:1.8rem;border-radius:.2rem;}
.proShow_img .hd span img{max-width:70%;vertical-align: middle;}
.proShow_img .next{ left:auto; right:0.75rem;}
.proShow_tab{border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px;}
.proShow_tab .hd{ height:1.5rem; line-height:1.5rem;font-size:.7rem; background:#f1f1f1; border-bottom:1px solid #005ea8; position:relative;margin-bottom:10px;}
.proShow_tab .hd ul{ position:absolute; height:1.5rem; top:0; overflow:hidden;  }
.proShow_tab .hd ul li{ float:left; padding:0 10px; color:#666;  }
.proShow_tab .hd ul .on{ border:2px solid #005ea8; border-bottom-color:#fff; background:#fff; color:#005ea8; }

/* 新闻列表详情 */
.newsList li{height:1.6rem;line-height:1.6rem;border-bottom:1px solid #ddd;position:relative;padding:0 10% 0 5%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;    }
.newsList li::before {background:#666;content: "";height:3px;left:2%;position: absolute;top:.8rem;width:3px;border-radius:50%;}
.newsList li::after,.downList li a::after{position:absolute;font-size: 0.8rem;right:2%;top:3px; content:" \e62c ";font-family:"iconfont" !important;}
.newsDetail .tie{text-align:center;font-size:.8rem;color:#333;padding-bottom: .2rem;}
.newsDetail .time{text-align:center;color:#888;border-bottom:1px solid #ddd;padding-bottom: .3rem;margin-bottom:.8rem;}
.newsDetail .font{border-bottom:1px solid #ddd;margin-bottom:.6rem;}
.newsDetail .font,.pageN{padding-bottom:.6rem;}
.listWrapper .prea{line-height:1rem;}
.downList li {padding-right: 3%;}
.downList li::after{display:none;}
.downList li a{display:block;position: relative;}
.downList li a::after{content:"\e66f";}

/* 留言 */
.feedback ul{overflow:hidden;margin-bottom:10px;}
.feedback li{margin-bottom:10px;position:relative;}
.feedback li input{height:1.5rem;line-height:1.5rem;border:1px solid #ddd;border-radius:3px;width:100%;padding:0 2% 0 8%; -webkit-appearance:none;}
.feedback li textarea{height:5rem;border:1px solid #ddd;border-radius:3px;width:100%;padding:.3rem 2% .3rem 8%;}
.feedback li.code input{width:20%;float:left;margin-right:5px;padding-left:2%;}
.feedback .button{width:100%;height:1.5rem;line-height:1.5rem;background:#333;text-align:center;font-size:14px;color:#fff;}
.feedback li::before {position:absolute;font-size: 0.8rem;left:2%;top:.3rem; content:" \e632";font-family:"iconfont" !important;}
.feedback li.f2::before{content: "\e636"}
.feedback li.f3::before{content: "\e639";}
.feedback li.tarea::before{content: "\e638"}
.feedback li.code::before{content: "";}

/*页码*/
.page-list {
    padding-top: 40px;
    padding-bottom: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    clear: both;
}
.page-list .list-box a,
.page-list .list-box span {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #333;
    margin: 0 5px;
    font-family: "宋体";
    transition: .2s
}


.page-list .list-box .prev,
.page-list .list-box .next,.page-list .list-box .prev_disabled,.page-list .list-box .next_disabled{
    background-color: #ddd;
    color: #333;
}
.page-list .list-box .prev:before,.page-list .list-box .prev_disabled:before {
    content: '<'
}
.page-list .list-box .next:before,.page-list .list-box .next_disabled:before {
    content: '>'
}

.page-list .list-box .prev:hover,
.page-list .list-box .next:hover,.page-list .list-box .prev_disabled:hover,.page-list .list-box .next_disabled:hover {
    background-color: #ED5B06;
    color: #fff;
}
.page-list .list-box .page-num-current,
.page-list .list-box a:hover {
    background-color: #ED5B06;
    color: #fff;
}


.breadCrumb a{ font-size: 10px; }
.page-aboutTxt img{ text-align: center; padding: 10px; }
.page-aboutBot img{  text-align: center; padding: 10px;  }
.page-aboutBot{ text-align: left; line-height: 24px; padding-bottom: 20px;}
.page-aboutTxt h6{font-size:20px;color: #191919;margin-bottom:20px;font-weight: normal; padding-top: 10px;}
.page-aboutTxt h6 span{color:#dddddd;font-size:18px;font-style: italic;}

.picList li span{ display:block; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }


.page-aboutTxt{ padding-bottom: 20px; }

/*招商*/
.section {
  text-align: center;
  font: 14px "Microsoft Yahei";
  color: #fff;
}
.zs-bg {
  width: 100%;
  background: url(../images/bg.png) repeat;
  font-family: "微软雅黑";
}
.zs-bg .header {
  background: url(../images/bg.png) repeat;
}
.section h3 {
  text-indent: -9999px;
  display: inline-block;
}
/*第一屏*/
  .zhaoshang .zs-banner {
  width: 100%;
  height: 150px;
  background: url(../images/zs-banner.jpg) no-repeat top center;
  background-size: 100%;
  text-align: center;
}
  /*第二屏*/
  .jihui1 {
  text-align: center;
}
.jihui1 .jh-tit {
  margin-top: 20px;
  width: 100%;

  background: url(../images/tit-b2g.png) no-repeat center;
  color: #ff4927;
}
.jihui1 .jh-tit h3 {
  width: 100%;
  height: 110px;
  background: url(../images/t1.png) no-repeat center top;
  background-size: 74%;
}
.jihui1 .jh-tit .p1 {
  font-size: 22px;
}
.jihui1 .jh-tit .p2 {
  font-size: 14px;
  display: inline-block;
  width: 94%;
  height: 56px;
  line-height: 56px;
  border: 1px solid #ff4927;
  margin: 20px 0;
}
.jihui1 .jh-tit .p3 {
  font-size: 12px;
}
.jihui1 .egg {
  margin-top: 20px;
  display: inline-block;
  width: 316px;
  height: 213px;
  background: url(../images/egg.png) no-repeat;
}
/*第三屏*/
  .jihui2 ul {
  padding-top: 35px;
  /*height: 530px;*/
  padding-left: 18px;
  background: url(../images/tit-ll.png) no-repeat left 70px;
   background-size: 11% 86%;
}
.jihui2 ul li {
  margin-left: 30px;
  margin-bottom: 10px;
}
.jihui2 ul li .tit {
  width: 164px;
  height: 52px;
  line-height: 52px;
  text-align: left;
  padding-left: 35px;
  font-size: 16px;
  color: #fff;
  background: url(../images/tit-bg.png) no-repeat 0px center;
    background-size: 86%;
}
.jihui2 ul li.last .tit {
  width: 313px;
  background: url(../images/tit-bg-last.png) no-repeat 0px center;
  background-size: 86%;
}
.jihui2 ul li p {
  padding-top: 10px;
  font-size: 12px;
  color: #ef4f31;
  text-align: left;
  line-height: 25px;
  width: 82%;
}
.jihui2 .right {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
..jihui2 .fade-r img{ width: 96%; padding: 2%; }
/*第四屏*/
  .youshi h3 {
  display: inline-block;
  width: 88%;
  height: 56px;
  background: url(../images/t2.png) no-repeat center;
  background-size: 100%;
}
.youshi .p1 {
  margin-bottom: 35px;
  font-size: 24px;
  color: #ff4925;
}
.youshi .left .ys-l {
  width: 100%;
}
.youshi .right .ys-l {

}
.youshi .ys-l {
  text-align: left;
}
.youshi .ys-list.one .ys-l {
  margin-top: 10px;
}
.youshi .ys-list.two .ys-l {
  margin-top: 25px;
}
.youshi .ys-list.three .ys-l {
  margin-top: 25px;
}
.youshi .ys-list.three .pic {
  position: relative;
  top: 20px;
}
.youshi .ys-list.four .ys-l {
  margin-top: 20px;
}
.youshi .ys-l h4 {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  width: 179px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: normal;
  background: url(../images/tit-bg2.png) no-repeat center;
  background-size: 70%;
}
.youshi .ys-l .p-t {
  /*display: inline-block;*/
  /*width: 100%;*/
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #ff4c34;
}
.youshi .ys-l .p-c {
  font-size: 12px;
  color: #AFA5A3;
  line-height: 25px;
  padding: 0 5px;
}
.youshi .pic {
}
/*第五屏*/
  /*第六屏*/
  .section6 {
  width: 100%;
  background: #2B0C04;
}
.jmys h3 {
  width: 100%;
  height: 55px;
  background: url(../images/t3.png) no-repeat center;
  background-size: 88%;
}
.jmys-show {
  width: 100%;
  height: 120px;
  background: url(../images/jmys.png) no-repeat center;
  background-size: 88%;
}
/*第七屏*/
  .jmdm h3 {
  width: 223px;
  height: 43px;
  background: url(../images/t4.png) no-repeat center;
}
.jmdm-show {
  margin-top: 20px;
}
.jmdm-show .left {
  height: auto;
  overflow: hidden;
}
.jmdm-show ul {
  width: 701px;
}
.jmdm-show ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  width: 340px;
  height: 189px;
  overflow: hidden;
}
/*第八屏*/
  .jmlc h3 {
  width: 152px;
  height: 43px;
  background: url(../images/t5.png) no-repeat center;
}
.jmlc-show {
  margin-top: 35px;
  width: 100%;
  height: 120px;
  background: url(../images/jmlc.png) no-repeat center ;
  background-size: 94%;
}
/*第九屏*/
  .ijoin h3 {
  width: 151px;
  height: 43px;
  background: url(../images/t6.png) no-repeat center;
}
.ijoin-show {
  margin-top: 35px;
  width: 100%;
  height: 500px;
  background: #2B0C04;
}
.ijoin-show .left {

}
.ijoin-show .right {
  padding: 35px 0 55px;
  width: 100%;
}
.ijoin-show .right li {
  height: 65px;
  line-height: 40px;
  text-align: center;
  position: relative;
  list-style: none;
}
.ijoin-show .right li label {
  font-size: 14px;
  color: #ef4f31;
  text-align: center;
}
.ijoin-show .right li .input_out {
  width: 60%;
  height: 28px;
  border: 1px solid #5A1D0E;
  border-radius: 19px;
  background: #2B0C04;
  text-indent: 20px;
  color: #FCE3D3;
}
.ijoin-show .right li .input_out:focus {
  outline: none;
  background: #310D04;
  color: #fff;
}
.ijoin-show .right li .f_submit {
  margin-left: 68px;
  width: 179px;
  height: 41px;
  background: #EF5134;
  line-height: 41px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-family: "微软雅黑";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 15px;
}
.ijoin-show .right li .f_submit:hover {
  background: #7A1F00;
}
.ijoin-show .right li .f_submit:focus {
  outline: none;
}
span.error {
  color: #9A9A9A;
  left: 80px;
  position: absolute;
  display: inline;
  top: 31px;
  font-size: 12px;
}
.section4,.section6,.section7,.section8,.section9 {
  padding-top: 25px;
}
.section6,.section9 {
  padding-bottom: 10px;
}
.youshi .p1 {
  margin-bottom:15px;
  font-size: 18px;
  color: #ff4925;
}
.jmlc h3 {
  width: 100%;
}
.jmdm-show .left img{ padding-bottom: 10px; }