body {
  font-family: "微软雅黑";
}
.container1 {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar {
  height: 35px;
  background: #f0f0f0;
  color: #7e7e7e;
  font-size: 1.2rem;
  line-height: 35px;
}
.topbar .trt a {
  display: inline-block;
  color: #7e7e7e;
}
.topbar .trt span {
  margin: 0 10px;
}
.header-wrap {
  background: #fff;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .stxt {
  margin-top: 40px;
  padding-left: 10px;
}
.header-wrap .header .stxt .line {
  width: 2px;
  height: 45px;
  background: #ccc;
  margin-right: 10px;
}
.header-wrap .header .stxt .scn .bigtit {
  font-weight: bold;
  font-size: 1.6rem;
  color: #020202;
}
.header-wrap .header .stxt .scn .bigtit span {
  color: #ff6600;
}
.header-wrap .header .stxt .scn .smalltit {
  color: #020202;
  letter-spacing: 1px;
}
.header-wrap .header .phonetxt {
  margin-top: 40px;
}
.header-wrap .header .phonetxt img {
  margin-top: 8px;
  float: left;
  margin-right: 10px;
}
.header-wrap .header .phonetxt .ptxt {
  display: inline-block;
  margin-top: 2px;
  font-size: 1.4rem;
  color: #020202;
  font-weight: bold;
}
.header-wrap .header .phonetxt .ptxt span {
  display: block;
  color: #ff6c00;
  font-size: 2.1rem;
}
.header-wrap .header .menu {
  margin-top: 20px;
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  width: 100%;
  height: 38px;
  background: url(../images/navbg.jpg) repeat-x;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.66%;
  height: 38px;
  box-sizing: border-box;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  margin-top: 15px;
  float: right;
  width: 1px;
  height: 15px;
  background: #fff;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  color: #eaff00;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 38px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: center;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #0f4198;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  text-align: center;
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .firstScreen-wrap {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-family: "宋体";
}
.content-wrap .firstScreen-wrap .searchbox {
  margin-top: 10px;
}
.content-wrap .firstScreen-wrap .searchbox .textbox1 {
  width: 80%;
  float: left;
  height: 22px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  background: url(../images/firstscreen-searchicon.jpg) no-repeat 2px 3px;
  padding: 2px 2px 2px 25px;
  color: #999;
}
.content-wrap .firstScreen-wrap .searchbox .submitbtn {
  width: 20%;
  float: left;
  height: 22px;
  background: #ff7000;
  color: #fff;
  border: none;
  font-size: 1.2rem;
}
.content-wrap .firstScreen-wrap .gjcbox {
  margin-top: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .gjcbox .tit {
  display: inline-block;
  font-size: 1.4rem;
  color: #292929;
  float: left;
  width: 10%;
}
.content-wrap .firstScreen-wrap .gjcbox .cn {
  float: left;
  width: 90%;
  display: inline-block;
  font-size: 1.2rem;
}
.content-wrap .firstScreen-wrap .gjcbox .cn a {
  color: #696969;
  margin-right: 10px;
  display: inline-block;
}
.content-wrap .product-wrap {
  padding: 30px 0;
}
.content-wrap .product-wrap .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #0f4196;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .product-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2:hover a {
  background: #0f4196;
  color: #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .product-wrap .pltbox .linkbox {
  background: #143c82;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 40px;
}
.content-wrap .product-wrap .pltbox .linkbox .title-arrow {
  background: url(../images/ltside-titbg.jpg) repeat-x;
  width: 100%;
  height: 77px;
  text-align: center;
  line-height: 77px;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap {
  padding: 0 10px;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list {
  overflow: hidden;
  border-radius: 5px;
  background: url(../images/ltside-listbg.jpg) repeat-x;
  display: block;
  height: 32px;
  color: #6b6b6b;
  line-height: 32px;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 10px;
  margin-bottom: 5px;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list i.icon {
  margin-right: 10px;
  font-style: normal;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list i.arrow {
  font-style: normal;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 36px;
  text-align: left;
  color: #fff;
  line-height: 36px;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
  padding: 0 10px;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list2 ul li a:hover {
  color: #eaff00;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list2 ul li a i {
  margin-right: 10px;
}
.content-wrap .product-wrap .pltbox .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .product-wrap .pltbox .linkbox .morebtn {
  padding: 0 10px;
}
.content-wrap .product-wrap .pltbox .linkbox .morebtn a {
  border-bottom: 1px dashed #ccc;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 10px;
}
.content-wrap .product-wrap .pltbox .linkbox .morebtn a i.icon {
  margin-right: 10px;
  font-style: normal;
}
.content-wrap .product-wrap .pltbox .linkbox .morebtn a span {
  color: #fff;
  font-size: 1.2rem;
  color: #eaff00;
}
.content-wrap .product-wrap .pltbox .linkbox .morebtn a i.arrow {
  color: #eaff00;
  font-style: normal;
  font-size: 1.2rem;
}
.content-wrap .product-wrap .main-wrap {
  padding-bottom: 50px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn {
  background: url(../images/main-titbg1.jpg) repeat-x;
  width: 100%;
  height: 39px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .title {
  background: url(../images/main-titbg.png) no-repeat;
  height: 39px;
  line-height: 39px;
  width: 180px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .title i {
  float: left;
  width: 3px;
  height: 17px;
  background: #fff;
  display: inline-block;
  margin: 10px 10px 0;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .title span {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .morebtn {
  margin-right: 10px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .morebtn a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 39px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .morebtn a:hover {
  color: #eaff00;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .posit {
  color: #fff;
  padding-right: 10px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .posit a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 39px;
}
.content-wrap .product-wrap .main-wrap .title-morebtn .posit a:hover {
  color: #eaff00;
}
.content-wrap .product-wrap .main-wrap .product-con {
  border: 1px solid #ccc;
}
.content-wrap .product-wrap .main-wrap .product-con .plist {
  padding: 10px 5px;
}
.content-wrap .product-wrap .main-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
}
.content-wrap .product-wrap .main-wrap .product-con .plist a:hover .picbox {
  border-color: #18489c;
}
.content-wrap .product-wrap .main-wrap .product-con .plist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .product-wrap .main-wrap .product-con .plist a .picbox {
  position: relative;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .main-wrap .product-con .plist a .picbox .showcn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pro-fdj.png) no-repeat center center;
  top: 500px;
  left: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .main-wrap .product-con .plist a .picbox .stit {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 23%;
}
.content-wrap .ad-wrap {
  background: #084071 url(../images/adbg1.png) no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
.content-wrap .ad-wrap .adcon {
  margin-bottom: 20px;
}
.content-wrap .ad-wrap .adcon .tit {
  font-size: 3rem;
  font-weight: bold;
  color: #ff6c00;
}
.content-wrap .ad-wrap .adcon .tit span {
  font-weight: normal;
  color: #fff;
}
.content-wrap .ad-wrap .adcon .cn {
  margin-top: 5px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
}
.content-wrap .service-wrap {
  padding: 30px 0 0;
}
.content-wrap .service-wrap .titbg .title {
  text-align: center;
}
.content-wrap .service-wrap .titbg .title img {
  max-width: 100%;
}
.content-wrap .service-wrap .service-con .sbg {
  padding: 20px 20px 0;
  position: relative;
}
.content-wrap .service-wrap .service-con .sbg .scon {
  margin-top: 50px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist {
  margin-bottom: 10px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a {
  display: block;
  color: #2c2c2c;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover .picbox {
  opacity: .6;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit i {
  float: left;
  background: url(../images/service-stitbg5.png) no-repeat;
  width: 87px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 80px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit p {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  font-size: 2.4rem;
  color: #0f4198;
  font-weight: bold;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit p span {
  display: block;
  color: #343434;
  font-size: 1.4rem;
  font-weight: normal;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .line {
  background: url(../images/service-stitlinepng.png) no-repeat right;
  background-size: 90%;
  height: 5px;
  position: relative;
  top: -4px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 25px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn .clist i {
  float: left;
  width: 5%;
  text-align: center;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn .clist span {
  float: left;
  margin-top: 1px;
  width: 95%;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox img {
  max-width: 100%;
}
.content-wrap .fourthScreen-wrap {
  background: url(../images/fourthScreenbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0;
}
.content-wrap .fourthScreen-wrap .flist .title-morebtn {
  border-bottom: 1px solid #ccc;
}
.content-wrap .fourthScreen-wrap .flist .title-morebtn .titbox .chtit {
  float: left;
  font-size: 1.8rem;
  color: #0c0c0c;
  font-weight: bold;
  display: inline-block;
  border-bottom: 5px solid #18489c;
  padding-bottom: 5px;
  position: relative;
  top: 3px;
}
.content-wrap .fourthScreen-wrap .flist .title-morebtn .titbox .entit {
  float: left;
  margin-left: 8px;
  margin-top: 6px;
  display: inline-block;
  font-size: 1.6rem;
  color: #18489c;
  font-family: "Impact";
  text-transform: uppercase;
}
.content-wrap .fourthScreen-wrap .flist .title-morebtn .titbox .entit span {
  color: #6f6f6f;
}
.content-wrap .fourthScreen-wrap .flist .title-morebtn .morebtn {
  margin-top: 10px;
}
.content-wrap .fourthScreen-wrap .flist .company-con {
  margin-top: 20px;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist a {
  text-decoration: none;
  display: block;
  color: #444;
  font-size: 1.2rem;
  font-family: "宋体";
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist a:hover {
  color: #fe3231;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist a .tit {
  line-height: 14px;
  height: 14px;
  overflow: hidden;
  font-weight: bold;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist a .tit i {
  float: left;
  width: 5%;
  font-style: normal;
  color: #fe3231;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist a .tit span {
  float: left;
  width: 95%;
}
.content-wrap .fourthScreen-wrap .flist .company-con .clist a .cn {
  margin-top: 5px;
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .fourthScreen-wrap .flist .industry-con {
  margin-top: 20px;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a {
  text-decoration: none;
  display: block;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a:hover .picbox .pic {
  transform: scale(1.2);
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a:hover .con .titbox {
  color: #fe3231;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .picbox {
  width: 25%;
  overflow: hidden;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .picbox .pic {
  transition: all 2.3s ease 0s;
  -moz-transition: all 2.3s ease 0s;
  -webkit-transition: all 2.3s ease 0s;
  -o-transition: all 2.3s ease 0s;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .con {
  width: 73%;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .con .titbox {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #000;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .con .titbox .time {
  color: #43484e;
  font-size: 1.2rem;
}
.content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .con .cn {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.content-wrap .fifthScreen-wrap {
  padding: 35px 0;
}
.content-wrap .fifthScreen-wrap .flist {
  margin-bottom: 20px;
}
.content-wrap .fifthScreen-wrap .flist .title-morebtn {
  border-bottom: 1px solid #ccc;
}
.content-wrap .fifthScreen-wrap .flist .title-morebtn .titbox .chtit {
  float: left;
  font-size: 1.8rem;
  color: #0c0c0c;
  font-weight: bold;
  display: inline-block;
  border-bottom: 5px solid #18489c;
  padding-bottom: 5px;
  position: relative;
  top: 3px;
}
.content-wrap .fifthScreen-wrap .flist .title-morebtn .titbox .entit {
  float: left;
  margin-left: 8px;
  margin-top: 6px;
  display: inline-block;
  font-size: 1.6rem;
  color: #18489c;
  font-family: "Impact";
  text-transform: uppercase;
}
.content-wrap .fifthScreen-wrap .flist .title-morebtn .titbox .entit span {
  color: #6f6f6f;
}
.content-wrap .fifthScreen-wrap .flist .title-morebtn .morebtn {
  margin-top: 10px;
}
.content-wrap .fifthScreen-wrap .flist .about-con {
  margin-top: 20px;
}
.content-wrap .fifthScreen-wrap .flist .about-con a {
  text-decoration: none;
  display: block;
}
.content-wrap .fifthScreen-wrap .flist .about-con a:hover .picbox {
  opacity: .6;
}
.content-wrap .fifthScreen-wrap .flist .about-con a .picbox {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .fifthScreen-wrap .flist .about-con a .con {
  font-size: 1.4rem;
  color: #6f6f6f;
  line-height: 25px;
  text-indent: 2em;
}
.content-wrap .fifthScreen-wrap .flist .about-con a .con p {
  margin-bottom: 0;
}
.content-wrap .fifthScreen-wrap .flist .about-con a .con span {
  color: #18489c;
}
.content-wrap .fifthScreen-wrap .flist .contact-con {
  margin-top: 20px;
}
.content-wrap .fifthScreen-wrap .flist .contact-con .tit {
  font-size: 1.6rem;
  color: #393939;
  font-weight: bold;
}
.content-wrap .fifthScreen-wrap .flist .contact-con .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #393939;
  line-height: 25px;
}
.content-wrap .fifthScreen-wrap .flist .contact-con .pic a img {
  max-width: 100%;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con {
  margin-top: 20px;
  background: #18489c;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist {
  margin-bottom: 13px;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist .textbox1 {
  height: 32px;
  background: #fff;
  width: 100%;
  border: none;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist .textbox2 {
  height: 80px;
  background: #fff;
  width: 100%;
  border: none;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist .sbtn {
  float: left;
  width: 48%;
  height: 35px;
  background: #fff;
  font-size: 1.8rem;
  color: #18489c;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist .sbtn:hover {
  background: #ff720a;
  color: #fff;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist .sbtn.submitbtn {
  margin-right: 4%;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .inputlist p {
  font-size: 1.2rem;
  color: #578df2;
  margin-bottom: 0;
}
.content-wrap .fifthScreen-wrap .flist .messagse-con .mbg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #083286;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #083286;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #083286;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #083286;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  border: 5px solid #d7d7d7;
  background: #083286;
  color: #fff;
  padding: 35px 15px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 2.4rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  margin-top: 3px;
  font-family: "Arial";
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  color: #dfdfdf;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list {
  background: #fff;
  display: block;
  height: 45px;
  text-align: left;
  color: #2f2f2f;
  line-height: 45px;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 1px;
  border-bottom: 1px solid #d7d7d7;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list:hover {
  background: #083286;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  background: #083286;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 i.arrow {
  transform: rotate(90deg);
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.icon {
  width: 5px;
  height: 30px;
  background: #fff;
  margin-top: 7px;
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list span {
  font-weight: bold;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 1.2em;
  color: #282828;
  line-height: 38px;
  font-size: 1.2rem;
  text-decoration: none;
  background: #e4e4e4;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #083286;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover i {
  opacity: 1;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a i {
  margin-top: 10px;
  width: 2px;
  height: 15px;
  float: left;
  display: inline-block;
  background: #083286;
  opacity: 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .title {
  margin: 0;
  font-size: 2.4rem;
  color: #21373d;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
  width: 12px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p {
  text-transform: uppercase;
  word-wrap: break-word;
  width: 136px;
  float: left;
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span {
  display: block;
  color: #333;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span.ptxt {
  color: #034e88;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #21373d;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #c8c8c8;
  font-size: 3rem;
  font-family: "Impact";
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  font-family: "微软雅黑";
  margin-left: 8px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  margin-top: 20px;
  color: #595959;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #595959;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 3px;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con p {
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .about-con .con img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #080909;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
  color: #0341a8;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 15%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con {
  width: 83%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .seals-con .slist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a:hover .picbox {
  border-color: #18489c;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a:hover .btit {
  color: #18489c;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a .picbox {
  position: relative;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a .picbox .showcn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pro-fdj.png) no-repeat center center;
  top: 500px;
  left: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a .picbox .stit {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 23%;
}
.content-wrap .contentbox .main-wrap .seals-con .slist a .btit {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contentbox .main-wrap .manual-con .mlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .manual-con .mlist a {
  text-decoration: none;
  display: block;
  color: #080909;
}
.content-wrap .contentbox .main-wrap .manual-con .mlist a:hover {
  color: #083286;
}
.content-wrap .contentbox .main-wrap .manual-con .mlist a .con .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .manual-con .mlist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .manual-con .mlist a .con .cn {
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #21373d;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .seals-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .seals-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .seals-details-con .tit {
  font-size: 1.6rem;
  text-align: center;
}
.footer-wrap .footer .linkbox {
  background: #3d3d3d;
  padding: 30px 0;
}
.footer-wrap .footer .linkbox .logo {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .logo span {
  display: block;
  font-size: 1.2rem;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -1px;
}
.footer-wrap .footer .linkbox .logo img {
  max-width: 100%;
}
.footer-wrap .footer .linkbox .link-ul .link {
  border-left: 1px solid #ccc;
  padding: 0 30px;
  float: left;
  width: 33.33%;
}
.footer-wrap .footer .linkbox .link-ul .link:nth-child(3) {
  width: 30%;
}
.footer-wrap .footer .linkbox .link-ul .link:nth-child(3) .list a {
  display: inline-block;
  width: 100%;
  padding: 0 1%;
}
.footer-wrap .footer .linkbox .link-ul .link:nth-child(4) {
  width: 30%;
}
.footer-wrap .footer .linkbox .link-ul .link:nth-child(4) .list a {
  display: inline-block;
  width: 48%;
  padding: 0 1%;
}
.footer-wrap .footer .linkbox .link-ul .link h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer-wrap .footer .linkbox .link-ul .link .list {
  height: 113px;
  display: inline-block;
}
.footer-wrap .footer .linkbox .link-ul .link .list a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
.footer-wrap .footer .linkbox .ewmbox h5 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .ewmbox p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0px;
  line-height: 25px;
}
.footer-wrap .footer .linkbox .ewmbox .ewmpic {
  margin-top: 10px;
  max-width: 100%;
}
.footer-wrap .footer .copyright {
  background: #303030;
  padding: 10px 0;
  color: #9d9d9d;
  font-size: 1.2rem;
}
.footer-wrap .footer .copyright p {
  margin-bottom: 0;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #101010;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #1b1b1b;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .header-wrap .header {
    height: 115px;
  }
  .header-wrap .header .logo {
    line-height: 115px;
  }
  .content-wrap .firstScreen-wrap .gjcbox {
    margin-top: 2px;
    padding-left: 30px;
  }
  .content-wrap .product-wrap .product-con .main-wrap {
    padding-left: 30px;
  }
  .content-wrap .ad-wrap .picbox {
    padding-left: 20px;
  }
  .content-wrap .service-wrap .service-con .sbg {
    padding: 20px 20px 0;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(even) a .srt {
    float: left;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(2) a .picbox {
    position: relative;
    top: -20px;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(3) {
    margin-top: -30px;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(3) a .picbox {
    position: relative;
    top: -20px;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(4) a .picbox {
    position: relative;
    top: -20px;
  }
  .content-wrap .service-wrap .service-con .srt:nth-child(odd) {
    float: right;
  }
  .content-wrap .fourthScreen-wrap .industry-wrap {
    padding: 0 20px;
  }
  .content-wrap .fifthScreen-wrap .about-wrap {
    padding-right: 20px;
  }
  .content-wrap .fifthScreen-wrap .messages-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 13%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
}
@media (min-width: 768px) {
  .col-md-13,
  .col-sm-13 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 55px;
  }
  .footer-wrap .footer .linkbox .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .link-ul {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .link-ul .link {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .ewmbox {
    text-align: center;
  }
  .footer-wrap .footer .copyright p {
    float: none;
    text-align: center;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .content-wrap .firstScreen-wrap .gjcbox .tit {
    width: 25%;
  }
  .content-wrap .firstScreen-wrap .gjcbox .cn {
    width: 75%;
  }
  .content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .picbox {
    width: 35%;
  }
  .content-wrap .fourthScreen-wrap .flist .industry-con .ilist a .con {
    width: 63%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 40%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 58%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}



/*手机底部*/
.hot{width:100%; height:58px; background:#101010; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
