﻿@charset "UTF-8";

.expoProfile .imgList {
  height: 280px;
}

.expoProfile .imgList .videoLi {
  float: left;
  width: 406px;
  height: 100%;
}

.expoProfile .imgList .textLi {
  float: right;
  width: 406px;
  height: 100%;
  background-color: #257e45;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.expoProfile .imgList .bgLi {
  height: 100%;
  overflow: hidden;
  background: url("../Images/expo1.jpg?v=2") no-repeat center center / cover;
}

.expoProfile .imgList .videoLi video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.expoProfile .imgList .textLi .textPadding {
  padding: 2em;
}

/**/
.expoNewsL {
  float: left;
  width: 48%;
}

.expoNewsR {
  float: right;
  width: 48%;
}

.expoNews {
  margin-top: 40px;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}

.expoBtn {
  overflow: hidden;
  margin-top: 55px;
}

.expoBtn ul {
  text-align: center;
}

.expoBtn li {
  width: 25%;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.expoBtn li a {
  display: block;
  border: 1px solid #303233;
  border-radius: 10px;
  padding: 16px 0;
}

.expoBtn li span,
.expoBtn li i {
  display: block;
  width: 50%;
  height: 50px;
  float: left;
}

.expoBtn li i {
  line-height: 50px;
  font-size: 20px;
  position: relative;
}

.expoBtn li i:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}

.expoBtn li:nth-child(1) span {
  background: url("../Images/expoBtn-1-1.png") no-repeat center center / contain;
}

.expoBtn li:nth-child(2) span {
  background: url("../Images/expoBtn-2-1.png") no-repeat center center / contain;
}

.expoBtn li:nth-child(3) span {
  background: url("../Images/expoBtn-3-1.png") no-repeat center center / contain;
}

.expoBtn li:nth-child(4) span {
  background: url("../Images/expoBtn-4-1.png") no-repeat center center / contain;
}

.expoBtn li a:hover {
  background-color: #257e45;
  border-color: #257e45;
  color: #fff;
}

.expoBtn li a:hover i:before {
  background-color: #fff;
}

.expoBtn li:nth-child(1) a:hover span {
  background: url("../Images/expoBtn-1-2.png") no-repeat center center / contain;
}

.expoBtn li:nth-child(2) a:hover span {
  background: url("../Images/expoBtn-2-2.png") no-repeat center center / contain;
}

.expoBtn li:nth-child(3) a:hover span {
  background: url("../Images/expoBtn-3-2.png") no-repeat center center / contain;
}

.expoBtn li:nth-child(4) a:hover span {
  background: url("../Images/expoBtn-4-2.png") no-repeat center center / contain;
}

.productList.expoNews
{
    max-width: 100%;
}

.searchKeyword
{
    margin-bottom: 50px;
    padding-left: 5px;
}

@media (max-width: 768px) {
  .bgLi {
    display: none;
  }

  .expoProfile .imgList .textLi,
  .expoProfile .imgList .videoLi {
    width: 100%;
  }

  .expoProfile .imgList {
    height: auto;
  }

  .expoProfile .imgList .videoLi {
    height: 50vw;
  }

  .expoProfile .imgList .textLi {
    height: auto;
  }

  .expoNews {
    margin-top: 15px;
  }

  .expoNewsL,
  .expoNewsR {
    width: 100%;
  }
  .expoNewsR{
    margin-top: 15px;
  }

  .expoBtn{
    margin-top: 30px;
  }

  .expoBtn li{
    padding: 0 5px;
    float: left;
    width: 33%;
  }
  .expoBtn li a{
    padding: 10px 0;
  }
  .expoBtn li span {
    width: 100%;
    height: 30px;
    float: none;
  }

  .expoBtn li i {
    width: 100%;
    height: 1em;
    line-height: 1em;
    float: none;
    margin-top: 10px;
    font-size: 13px;
  }

  .expoBtn li i:before {
    display: none;
  }

  .expoBtn li a {
    background-color: #257e45;
    border-color: #257e45;
    color: #fff;
  }
  
  .expoBtn li a i:before {
    background-color: #fff;
  }
  
  .expoBtn li:nth-child(1) a span {
    background: url("../Images/expoBtn-1-2.png") no-repeat center center / contain;
  }
  
  .expoBtn li:nth-child(2) a span {
    background: url("../Images/expoBtn-2-2.png") no-repeat center center / contain;
  }
  
  .expoBtn li:nth-child(3) a span {
    background: url("../Images/expoBtn-3-2.png") no-repeat center center / contain;
  }
  
  .expoBtn li:nth-child(4) a span {
    background: url("../Images/expoBtn-4-2.png") no-repeat center center / contain;
  }
}

/* 关于我们 */
.aboutUs .cont p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 15px;
  color: #666666;
}

.aboutCourse .r{
  float: right;
  margin-left: 50px;
  width: 180px;
  text-align: center;
}
.aboutCourse .l{
  float: left;
  width: 970px;
}
@media (max-width: 1200px) {
  .aboutCourse .l{
    float: none;
    width: 100%;
  }
  .aboutCourse .r{
    float: none;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}











/*富文本（about）title*/

.oTitle2 {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .oTitle {
    max-width: 60% !important;
    margin-left: 0 !important;
    margin-bottom: 4% !important;
  }
}

.detailTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.pubTime {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}

.content {
  font-size: 16px;
  line-height: 2;
}

.content p {
  text-indent: 2em;
}

@media (max-width: 768px) {
  .detailTitle {
    font-size: 20px;
  }

  .pubTime {
    font-size: 14px;
  }
}

/*banner*/

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-banner .cont {
  padding-bottom: 30%;
}

.inner-banner2 img {
  width: 100%;
}

.rotationBox {
  position: relative;
}

.rotationBox img {
  width: 100%;
}

.rotationBox .hd {
  position: absolute;
  width: 100%;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.rotationBox .hd li {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}

.rotationBox .hd li.on {
  background: #fff;
}

/*内页导航*/

.innerNav {
  border-bottom: 1px solid #dcdcdc;
}

.side-nav {
  line-height: 54px;
  overflow: hidden;
}

.side-nav ul {
  text-align: center;
}

.side-nav li {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  font-size: 18px;
}

.side-nav li a {
  display: block;
}

.side-nav li.on a,
.side-nav li:hover a {
  color: #247c46;
}

.side-nav .t {
  display: none;
}

.location {
  height: 60px;
  line-height: 60px;
  float: right;
  display: none;
}

.location a {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin: 0 4px;
}

.location a.home {
  font-size: 0;
  background: url('../Images/home.jpg') no-repeat center center / contain;
  width: 20px;
}

@media (max-width: 768px) {

  .iNav,
  .location {
    float: none;
  }

  .location,
  .side-nav ul {
    display: none;
  }

  .side-nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: visible;
  }

  .side-nav .t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
    font-size: 18px;
  }

  .side-nav .t i {
    display: block;
    width: 0;
    height: 0;
    border-width: 0.5em 0.5em 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    /*灰 透明 透明 */
  }

  .side-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    background-color: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
  }

  .side-nav ul li {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px dashed #dcdcdc;
  }

  .side-nav ul li:last-child {
    border-bottom: none;
  }

  .side-nav li:before,
  .side-nav li:after {
    display: none;
  }
}

.innerContent {
  margin-top: 4%;
  min-height: 400px;
}

.innerAbout {
  width: 85%;
  margin: 0 auto;
}

.innerAbout p {
  text-indent: 2em;
  font-size: 16px;
  color: #242424;
  line-height: 1.8;
  margin-bottom: .5em;
}

.innerContent img {
  max-width: 100%;
  margin: 0 auto;
}

.innerAbout video {
  display: block;
  margin: 0 auto;
  background: #000;
  width: 700px;
  height: 500px;
}

@media (max-width: 768px) {
  .innerContent img {
    margin: 0 auto;
    float: none;
  }

  .innerAbout {
    width: 100%;
  }

  .innerAbout p {
    line-height: 2;
    text-indent: 2em;
    font-size: 13px;
  }

  .innerAbout video {
    max-width: 98%;
    max-height: 250px;

  }
}




/*caseList*/

.caseList {
  overflow: hidden;
}

.caseList ul {
  margin: 0 -1%;
}

.caseList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.caseList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
}

.caseList li .imgBox img {
  width: 100%;
  height: 100%;
}

.caseList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
  overflow: hidden;
}

@media (max-width: 768px) {
  .caseList ul {
    margin: 0 -1%;
  }

  .caseList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }

  .caseList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*proudctList*/
.productList {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.productList ul li {
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px dashed #c9c9c9;
}

.productList ul li .iBox {
  float: left;
  width: 242px;
  height: 160px;
  margin-right: 20px;
}

.productList ul li .iBox img {
  width: 100%;
  height: 100%;
}

.productList ul li .contBox {
  overflow: hidden;
  height: 160px;
  position: relative;
}

.productList ul li .contBox .tit {
  font-size: 20px;
}

.productList ul li .contBox .cont {
  margin-top: 15px;
  font-size: 14px;
  color: #6d798c;
  line-height: 1.6;
  max-height: 67px;
  overflow: hidden;
}

.productList ul li .contBox .time {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #6d798c;
}

@media (max-width: 768px) {
  .productList ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .productList ul li .iBox,
  .productList ul li .contBox {
    height: auto;
  }

  .productList ul li .iBox {
    width: 33%;
  }

  .productList ul li .iBox img {
    height: auto;
  }

  .productList ul li .contBox .cont,
  .productList ul li .contBox .time {
    display: none;
  }

  .productList ul li .contBox .tit {
    white-space: initial;
  }
}

/*projectList*/

.projectList {
  overflow: hidden;
}

.projectList ul {
  margin: 0 -1%;
}

.projectList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 1%;
  margin-bottom: 3%;
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 68%;
}

.projectList li .imgBox img {
  width: 100%;
  height: 100%;
}

.projectList li .worksTitle {
  font-size: 12px;
  color: #6e6e6e;
  line-height: 35px;
  border-bottom: 1px solid #999;
  width: initial;
  height: 35px;
  overflow: hidden;
}

.projectList li .worksTitle .property {
  color: #be121e;
  display: inline;
}

.projectList li .worksTitle .property i:before {
  content: "/";
}

.projectList li .worksTitle .property i:first-child:before {
  display: none;
}

.projectDeatil .property {
  color: #be121e;
  text-align: center;
  margin-bottom: 1em;
}

.projectDeatil .property i:before {
  content: "/";
}

.projectDeatil .property i:first-child:before {
  display: none;
}

@media (max-width: 768px) {
  .projectList ul {
    margin: 0 -1%;
  }

  .projectList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }

  .projectList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*videoList*/

.videoList {
  overflow: hidden;
}

.videoList ul {
  margin: 0 -1%;
}

.videoList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.videoList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
}

.videoList li .imgBox img {
  width: 100%;
  height: 100;
}

.videoList li .imgBox i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .6) url(../Images/v.png) no-repeat center center;
  background-size: 20%
}

.videoList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
  overflow: hidden;
}

@media (max-width: 768px) {
  .videoList ul {
    margin: 0 -1%;
  }

  .videoList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }

  .videoList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*newsList*/

.newsList li {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-size: 18px;
  height: 84px;
  line-height: 84px;
  margin-bottom: 2%;
}

.newsList li .num {
  float: left;
}

.newsList li .num i {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #247c46;
  text-align: center;
  color: #fff;
  margin-right: 1em;
}

.newsList li .newsTime {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .newsList li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .newsList li .num i {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
}

.innerContact {
  background-color: #f1f1f1;
  margin-top: 3%;
}

.innerContact .contactMap {
  float: right;
  width: 65%;
  height: 670px;
}

.innerContact .cont {
  float: left;
  width: 31%;
  padding: 2%;
}

.innerContact .cont .t {
  color: #d12318;
  font-size: 18px;
  margin-bottom: 10%;
}

@media (max-width: 768px) {
  .innerContact {
    margin: 0 -1em;
  }

  .innerContact .cont {
    width: 100%;
    box-sizing: border-box;
  }

  .innerContact .cont .t {
    margin-bottom: 3%;
  }

  .innerContact .contactMap {
    width: 100%;
    float: none;
    height: 300px;
  }
}

/*发展历程*/

.course ul {
  display: none;
  border-left: 1px solid #c0151f;
}

.course li {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
}

.course li .t {
  color: #c0151f;
  font-size: 18px;
  line-height: 30px;
}

.course li .c {
  font-size: 12px;
}

.course li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  background-color: #c0151f;
  border-radius: 50%;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .course .courseImg {
    display: none;
  }

  .course ul {
    display: block;
  }
}

/*产品详情*/

.bigImgList {
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  float: left;
  background-color: #d0d0d0;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 46%;
  position: relative;
}

.bigImgList li .imgBox img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bigImgList .prev,
.bigImgList .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 3;
}

.bigImgList .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.bigImgList .prev:hover,
.bigImgList .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.pdtDetail h1 {
  font-size: 24px;
  color: #1051c8;
}

.pdtDetail dt {
  float: left;
  clear: left;
  margin-right: 10px;
}

.pdtDetail dd {
  float: left;
}

.MvcPagerCtrl {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

.MvcPagerCtrl a {
  padding: .1em 0.5em;
  border: 1px solid #0e112f;
  font-size: 16px;
  margin: 0 .5em;
}

.MvcPagerCtrl a.on {
  background-color: #0e112f;
  color: #fff;
}
@media (max-width: 768px) {
  .MvcPagerCtrl a{
    font-size: 12px;
    margin: 0 3px;
  }
}


/*企业文化*/

.innerCulture {
  background-color: #f1f4f9;
}

.innerCulture .img,
.innerCulture .cont {
  width: 50%;
  float: left;
}

.innerCulture .cont {
  padding: 2%;
  box-sizing: border-box;
  line-height: 1.8;
}

@media (max-width: 768px) {

  .innerCulture .img,
  .innerCulture .cont {
    width: 100%;
    float: none;
  }
}

.innerDetail .videoBox {
  position: relative;
  margin: 0 auto;
  margin-bottom: 2em;
}

.innerDetail .videoBox video {
  display: block;
  width: 900px;
  height: 500px;
  max-width: 100%;
  max-height: 60vw;
  margin: 10px auto;
}

.videoDetail iframe {
  display: block;
  width: 900px;
  height: 500px;
  max-width: 100%;
  max-height: 60vw;
  margin: 10px auto;
}

@media (max-width: 768px) {
}

/*上下页按钮*/

.prevNextBtn {
  border-top: solid 1px #999;
  margin: 20px 0 20px 15px;
  padding: 15px 0;
}

.prevNextBtn .btn {
  display: block;
  color: #999;
  line-height: 1.8;
  font-size: 16px;
}

.prevNextBtn a {
  color: #999;
}

.msgForm input[type=text],
.msgForm textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.msgForm>div {
  position: relative;
  margin-bottom: 18px;
  padding-left: 4em;
  padding-right: 1em;
  font-size: 14px;
}

.msgForm>div span {
  position: absolute;
  display: block;
  top: 0;
  left: 1em;
}

.msgForm textarea {
  height: 100px;
}

.msgForm .must_text:before {
  content: "*";
  color: #f99e00;
  position: absolute;
  right: 0;
  top: 0;
}

.msgForm label.error {
  position: absolute;
  left: 3em;
  top: 30px;
  color: red;
}

.msgForm .btn-box {
  text-align: center;
}

.msgForm .btn-box input.msg_btn {
  height: 30px;
  line-height: 30px;
  width: 90px;
  border-radius: 12px;
  border: 0;
  margin: 0 pxFrem(10);
  color: #fff;
  cursor: pointer;
  font-size: pxFrem(30);
}

.msgForm .btn-box input.msg_btn[type="button"],
.msgForm .btn-box input.msg_btn[type="submit"] {
  background: #247c46;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
  background: url("../Images/reset-bg.jpg");
  background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="button"]:hover,
.msgForm .btn-box input.msg_btn[type="submit"]:hover {
  background: #45ab6c;
}



.target {
  background: url('../Images/target-bg.jpg') no-repeat 8em 0;
  min-height: 323px;
}

@media (max-width: 768px) {
  .target {
    background-size: 60% auto;
    background-position: 0 5em;
  }
}



/*projectList*/

.iHonor {
  overflow: hidden;
  background-color: #f5f5f5;
  margin-top: 3%;
  padding-bottom: 2%;
}

.iHonor ul {
  margin: 0 -1%;
}

.iHonor li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.iHonor li .imgBox {
  width: 100%;
  padding-bottom: 68%;
  background-color: #fff;
}

.iHonor li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}


.iHonor .more {
  text-align: center;
}

.iHonor .more a {
  display: inline-block;
  font-size: 14px;
  color: #bf000a;
  padding: 0 1.4em;
  line-height: 2em;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  background-color: #fff;
}


@media (max-width: 768px) {
  .iHonor ul {
    margin: 0 -1%;
  }

  .iHonor li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }

  .iHonor li:nth-child(n+9) {
    display: none;
  }

  .iHonor li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}


.joinList li {
  width: 46%;
  padding: 0 2%;
  float: left;
  margin-bottom: 2%;
}

.joinList li .t {
  font-size: 30px;
  color: #247d44;
  border-bottom: 1px solid #247d44;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}

.joinList li .c {
  font-size: 14px;
  color: #474747;
  line-height: 1.8;
}

.joinList li:nth-child(2n+1) {
  clear: left;
}

@media (max-width: 768px) {
  .joinList li {
    width: 100%;
    margin-bottom: 6%;
    box-sizing: border-box;
  }
}


.customer .cont {
  position: relative;
  overflow: hidden;
  padding-top: 2%;
}

.customer .cont li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.customer .cont li .imgBox {
  width: 100%;
  padding-bottom: 36.5%;
  border: 1px solid #939095;
}

.customer .cont li .imgBox img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .customer .cont li {
    width: 50%;
  }
}


.projectDeatil {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}


/* formBox */
.formBox {
  max-width: 600px;
  margin: 0 auto;
}


/* portal */
.portal {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.portal-t {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
}

.portal>div {
  margin-bottom: 25px;
}

.portal>div>label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.portal input {
  border: 1px solid #ccc;
}

.portal input[type=text],
.portal select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.portal .iCheckbox label {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
  white-space: nowrap;
}

.portal .iCheckbox label input[type=checkbox] {
  vertical-align: middle;
}

.portal .iCheckbox label span {
  vertical-align: middle;
}

.portal label.error {
  display: none;
  color: red;
}

.portal input[type=submit] {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #adadad;
  border-radius: 4px;
  background-color: #fff;
}

.portal input[type=submit]:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

@media (max-width: 768px) {
  .portal-t {
    font-size: 22px;
  }

  .portal .iCheckbox label {
    white-space: normal;
    display: block;
  }

  .portal .iCheckbox label.error {
    display: none;
  }
}

/*内页about*/


/* 下载列表 */
.downloadList table
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
}
.downloadList table td,
.downloadList table th
{
    border: 1px solid #ddd;
    padding: 15px 20px;
}
.downloadList table th
{
    font-weight: bold;
}
.downloadList table td.size
{
    width: 80px;
    text-align: right;
}
.downloadList table td.btn
{
    width: 80px;
}
@media (max-width: 768px) 
{
    .downloadList table
    {
        font-size: 14px;
    }
  .downloadList table td,
    .downloadList table th
    {
        padding: 5px 0;
    }
    .downloadList table td.btn
{
    width: 50px;
}
.downloadList table td.size,
.downloadList table td.name
{
   padding-left: 5px;
   padding-right: 5px;
}
}
/* 下载列表 end */



/*展会*/
.exhibitionList .listBox
{
    overflow: hidden;
    padding: 15px 0 10%;
}
.exhibitionList .list li .imgBox
{
    width: 100%;
    padding-bottom: 68.4%;
}
.exhibitionList .list li .imgBox img
{
     -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.2));
}




/**/

.photoList {
  overflow: hidden;
}

.photoList ul {
  margin: 0 -1%;
}

.photoList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.photoList li .imgBox {
  width: 100%;
  padding-bottom: 77.7%;
}

.photoList li .imgBox img {
  width: 100%;
  height: 100%;
}

.photoList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
  overflow: hidden;
}

@media (max-width: 768px) {
  .photoList ul {
    margin: 0 -1%;
  }

  .photoList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }

  .photoList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}