@font-face {
  font-family: "yhx";
  src: url(../fonts/yhx.woff) format("woff"), url(../fonts/yhx.ttf) format("truetype"), url(../fonts/yhx.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑";
}
.container-fluid {
  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;
}

.top-header-box .topbar {
  height: 30px;
  line-height: 30px;
  color: #969696;
  font-size: 1.2rem;
  position: relative;
  z-index: 3;
}
.top-header-box .topbar .trt .linktxt a {
  color: #969696;
  margin: 0 10px;
}
.top-header-box .header-wrap .header {
  position: relative;
  z-index: 3;
}
.top-header-box .header-wrap .header .logo {
  line-height: 65px;
}
.top-header-box .header-wrap .header .stxt {
  margin-top: 25px;
  margin-left: 20px;
}
.top-header-box .header-wrap .header .stxt .stit {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8e8e8e;
  margin-bottom: 5px;
}
.top-header-box .header-wrap .header .stxt .stit span {
  color: #ff7200;
}
.top-header-box .header-wrap .header .stxt .btit {
  font-size: 1.6rem;
  color: #535353;
}
.top-header-box .header-wrap .header .phonebox {
  margin-top: 25px;
}
.top-header-box .header-wrap .header .phonebox .ptxt {
  text-align: right;
  margin-right: 10px;
}
.top-header-box .header-wrap .header .phonebox .ptxt .t1 {
  font-size: 1.2rem;
  color: #969696;
}
.top-header-box .header-wrap .header .phonebox .ptxt .t2 {
  margin-top: -5px;
  font-size: 2.5rem;
  color: #118cff;
  font-family: "Arial";
  font-weight: bold;
}
.top-header-box .header-wrap .header .phonebox .icon {
  margin-top: 5px;
}
.top-header-box .header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.top-header-box .header-wrap .header .menu img {
  max-width: 100%;
}
.top-header-box .header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.top-header-box .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;
}
.top-header-box .header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  height: 50px;
  border-top: 1px solid #ddd;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 11.11%;
}
.nav-wrap .nav-ul .navlist:first-child {
  background: url(../images/navline.png) no-repeat left 20px;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  display: block;
  color: #424242;
  text-align: center;
  font-size: 1.5rem;
  background: url(../images/navline.png) no-repeat right 20px;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  color: #fff;
  background: #118cff;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 50px;
  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: left;
  padding-left: 10px;
  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: #118cff;
  color: #fff;
}
.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 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
  z-index: 1;
}
.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;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  opacity: 1;
  background: #fff;
  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: #118cff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #118cff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .about-wrap {
  padding: 45px 0 25px;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
  background: url(../images/index-titleline1.png) no-repeat center center;
  height: 58px;
}
.content-wrap .about-wrap .title-line .btit {
  position: relative;
  top: -10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #223158;
}
.content-wrap .about-wrap .title-line .btit span {
  color: #3399e3;
}
.content-wrap .about-wrap .title-line .stit {
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #909090;
}
.content-wrap .about-wrap .about-con {
  margin-top: 45px;
}
.content-wrap .about-wrap .about-con a {
  display: block;
  text-decoration: none;
}
.content-wrap .about-wrap .about-con a .conbox .titbox {
  margin-top: 10px;
}
.content-wrap .about-wrap .about-con a .conbox .titbox .t1 {
  font-size: 2rem;
  font-weight: bold;
  color: #292929;
}
.content-wrap .about-wrap .about-con a .conbox .titbox .t2 {
  font-size: 1.2rem;
  color: #ff9600;
  margin-top: 10px;
}
.content-wrap .about-wrap .about-con a .conbox .line {
  margin: 20px 0;
  width: 15px;
  height: 2px;
  background: #118cff;
}
.content-wrap .about-wrap .about-con a .conbox .con {
  font-size: 1.4rem;
  color: #696969;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
}
.content-wrap .about-wrap .about-con a .conbox .morebtn {
  margin-top: 20px;
}
.content-wrap .firstScreen-wrap {
  padding-bottom: 20px;
}
.content-wrap .firstScreen-wrap .fbox .flist {
  border: 1px solid #ccc;
}
.content-wrap .firstScreen-wrap .fbox .flist a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.content-wrap .firstScreen-wrap .fbox .flist a:hover {
  background: url(../images/firstscreen-flistbg.jpg) repeat-x;
  background-size: 100% 100%;
}
.content-wrap .firstScreen-wrap .fbox .flist a:hover .icon img {
  -webkit-filter: brightness(100);
}
.content-wrap .firstScreen-wrap .fbox .flist a:hover .con .tit {
  color: #fff;
}
.content-wrap .firstScreen-wrap .fbox .flist a:hover .con .cn {
  color: #fff;
}
.content-wrap .firstScreen-wrap .fbox .flist a .icon {
  width: 30%;
  text-align: center;
}
.content-wrap .firstScreen-wrap .fbox .flist a .icon img {
  max-width: 100%;
}
.content-wrap .firstScreen-wrap .fbox .flist a .con {
  width: 70%;
  padding: 15px 20px 0 0;
}
.content-wrap .firstScreen-wrap .fbox .flist a .con .tit {
  font-size: 1.6rem;
  color: #292929;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
}
.content-wrap .firstScreen-wrap .fbox .flist a .con .cn {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #696969;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .line {
  background: url(../images/about-line.jpg) no-repeat center center;
  height: 46px;
  margin-top: 50px;
}
.content-wrap .product-wrap {
  padding: 45px 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
  background: url(../images/index-titleline1.png) no-repeat center center;
  height: 58px;
}
.content-wrap .product-wrap .title-line .btit {
  position: relative;
  top: -10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #223158;
}
.content-wrap .product-wrap .title-line .btit span {
  color: #3399e3;
}
.content-wrap .product-wrap .title-line .stit {
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #909090;
}
.content-wrap .product-wrap .product-con {
  margin-top: 45px;
}
.content-wrap .product-wrap .product-con .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .product-con .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #1e8bfd;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .product-wrap .product-con .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .product-wrap .product-con .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .product-wrap .product-con .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .product-wrap .product-con .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 .product-con .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .w-ltside .show-hide .div2:hover a {
  background: #fe971b;
  color: #fff;
}
.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .product-wrap .product-con .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 #eee;
}
.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul li a:hover {
  color: #fe971b;
}
.content-wrap .product-wrap .product-con .ltside {
  padding-right: 20px;
}
.content-wrap .product-wrap .product-con .ltside .linkbox {
  background: #3695ee;
  padding: 0 5px;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .titbox {
  padding-top: 18px;
  height: 90px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .titbox span {
  margin-top: 5px;
  font-size: 1.2rem;
  display: block;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox {
  background: #fff;
  padding: 10px;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list {
  margin-top: 7px;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: #2493fb;
  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 .product-con .ltside .linkbox .lbox .list:hover {
  background: #ffa800;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list:hover .arrow {
  opacity: 1;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list.on1 {
  background: #ffa800;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list.on1 .arrow {
  opacity: 1;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list .icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list .arrow {
  font-style: normal;
  color: #fff;
  font-family: "黑体";
  font-size: 1.6rem;
  opacity: 0;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list span {
  float: left;
  width: 70%;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 {
  display: none;
  background: #fff;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  font-size: 1.4rem;
  color: #474747;
  line-height: 35px;
  height: 35px;
  padding-left: 55px;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #1e8bfd;
}
.content-wrap .product-wrap .product-con .ltside .contactbox {
  background: #436381;
  padding: 16px 20px;
}
.content-wrap .product-wrap .product-con .ltside .contactbox .icon {
  float: left;
  width: 30%;
}
.content-wrap .product-wrap .product-con .ltside .contactbox .icon img {
  max-width: 100%;
}
.content-wrap .product-wrap .product-con .ltside .contactbox .pcon {
  float: left;
  color: #fff;
  font-size: 1.4rem;
}
.content-wrap .product-wrap .product-con .ltside .contactbox .pcon span {
  margin-top: -3px;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Arial";
  font-style: italic;
}
.content-wrap .product-wrap .product-con .main-wrap .title-morebtn .titbox {
  background: #43a2fc;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 10px;
  text-transform: uppercase;
}
.content-wrap .product-wrap .product-con .main-wrap .title-morebtn .titbox .tit i {
  float: left;
  margin-right: 10px;
}
.content-wrap .product-wrap .product-con .main-wrap .title-morebtn .titbox .morebtn a {
  color: #fff;
  font-size: 1.2rem;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox {
  margin-top: 20px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .product-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .product-carousel .item {
  display: block;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
  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 .product-con .main-wrap .pconbox .plist a:hover {
  border-color: #43a2fc;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .plist a:hover .btit {
  color: #43a2fc;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .plist a .btit {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #353535;
  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 .product-con .main-wrap .pconbox .layB .tbC {
  position: relative;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .layB .tbC .slide {
  width: 900px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .layB ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .layB ul li {
  width:276px;
  margin: 0 12px 20px;
  display: inline;
  float: left;
  line-height: 20px;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .layB ul li a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
  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 .product-con .main-wrap .pconbox .layB ul li a:hover {
  border-color: #43a2fc;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .layB ul li a:hover .btit {
  color: #43a2fc;
}
.content-wrap .product-wrap .product-con .main-wrap .pconbox .layB ul li a .btit {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #353535;
  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 .adbox2-wrap {
  background: url(../images/adboxbg1.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .adbox2-wrap .picbox img {
  max-width: 100%;
}
.content-wrap .adbox2-wrap .conbox {
  margin-top: 40px;
  float: right;
}
.content-wrap .adbox2-wrap .conbox .c1 {
  font-size: 1.4rem;
  color: #fff;
}
.content-wrap .adbox2-wrap .conbox .c1 span {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Arial";
}
.content-wrap .adbox2-wrap .conbox .c2 {
  margin-top: 5px;
  border: 1px solid #fff;
  display: inline-block;
  width: 285px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
.content-wrap .adbox2-wrap .conbox .c2 i {
  margin-right: 10px;
}
.content-wrap .case-wrap {
  background: url(../images/casebg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
  background: url(../images/index-titleline1.png) no-repeat center center;
  height: 58px;
}
.content-wrap .case-wrap .title-line .btit {
  position: relative;
  top: -10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #223158;
}
.content-wrap .case-wrap .title-line .btit span {
  color: #3399e3;
}
.content-wrap .case-wrap .title-line .stit {
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #909090;
}
.content-wrap .case-wrap .case-con {
  margin-top: 35px;
}
.content-wrap .case-wrap .case-con .tabhd {
  text-align: center;
}
.content-wrap .case-wrap .case-con .tabhd .thdlist {
  display: inline-block;
  margin-bottom: 5px;
}
.content-wrap .case-wrap .case-con .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  color: #6e6e6e;
  padding: 0 10px;
  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 .case-wrap .case-con .tabhd .thdlist a:hover {
  background: #197ee7;
  color: #fff;
}
.content-wrap .case-wrap .case-con .tabbd {
  margin-top: 45px;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist {
  display: none;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .case-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .case-carousel .item {
  display: block;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist {
  padding: 0 5px 10px;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover .conbox {
  background: #3399e3;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover .conbox .tit {
  color: #fff;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover .conbox .morebtn {
  color: #fff;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a .conbox {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  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 .case-wrap .case-con .tabbd .tbdlist .clist a .conbox .tit {
  font-size: 1.4rem;
  color: #3c3c3c;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a .conbox .morebtn {
  font-size: 1.2rem;
  color: #dbdbdb;
  text-transform: uppercase;
}
.content-wrap .case-wrap .case-con .cmorebtn a {
  text-decoration: none;
  display: block;
  width: 135px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  color: #ccc;
  margin: 30px auto 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 .case-wrap .case-con .cmorebtn a:hover {
  background: #2887e0;
  color: #fff;
}
.content-wrap .adbox-wrap img {
  max-width: 100%;
}
.content-wrap .news-wrap {
  padding: 50px 0;
  background: url(../images/newsbg.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
  background: url(../images/index-titleline1.png) no-repeat center center;
  height: 58px;
}
.content-wrap .news-wrap .title-line .btit {
  position: relative;
  top: -10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #223158;
}
.content-wrap .news-wrap .title-line .btit span {
  color: #3399e3;
}
.content-wrap .news-wrap .title-line .stit {
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #909090;
}
.content-wrap .news-wrap .news-con {
  margin-top: 45px;
}
.content-wrap .news-wrap .news-con .n1box {
  margin-bottom: 30px;
}
.content-wrap .news-wrap .news-con .n1box .ncon .tabbd .tbdlist {
  display: none;
}
.content-wrap .news-wrap .news-con .n1box .ncon .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde5ef;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist a .picbox {
  width: 30%;
  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 .news-wrap .news-con .n1box .ncon .nlist a .con {
  width: 68%;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist a .con .tit {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #404d5f;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist a .con .time {
  font-size: 1.2rem;
  color: #696969;
  text-transform: uppercase;
  margin: 10px 0;
}
.content-wrap .news-wrap .news-con .n1box .ncon .nlist a .con .cn {
  font-size: 1.4rem;
  color: #657188;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .n1box .ncon .tabhd .thdlist {
  display: inline-block;
  width: 32%;
}
.content-wrap .news-wrap .news-con .n1box .ncon .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  height: 45px;
  background: #284765;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  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 .news-wrap .news-con .n1box .ncon .tabhd .thdlist a:hover,
.content-wrap .news-wrap .news-con .n1box .ncon .tabhd .thdlist a.on {
  background: #2887e0;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabhd {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: #f4f4f4;
  color: #404d5f;
  font-size: 1.4rem;
  margin-bottom: 1px;
  overflow: hidden;
  cursor: pointer;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabhd.on {
  background: #2887e0;
  color: #fff;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabhd.on em {
  background-position: 0 -15px;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabhd em {
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icoadd.png) 0 0 no-repeat;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 20px;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabhd span {
  width: 220px;
  float: left;
  display: inline-block;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabbd {
  padding: 15px 20px;
  display: none;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabbd .tit {
  font-size: 1.8rem;
  color: #404d5f;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabbd .con {
  margin-top: 10px;
  color: #657188;
  font-size: 1.4rem;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.content-wrap .contentbox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.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: #3695ee;
  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: #1e8bfd;
  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: #fe971b;
  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 #eee;
}
.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: #fe971b;
}
.content-wrap .contentbox .ltside {
  padding-right: 20px;
}
.content-wrap .contentbox .ltside .linkbox {
  background: #3695ee;
  padding: 0 5px;
}
.content-wrap .contentbox .ltside .linkbox .titbox {
  padding-top: 18px;
  height: 90px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.content-wrap .contentbox .ltside .linkbox .titbox span {
  margin-top: 5px;
  font-size: 1.2rem;
  display: block;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .contentbox .ltside .linkbox .lbox {
  background: #fff;
  padding: 10px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list {
  margin-top: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: #2493fb;
  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 .lbox .list:hover {
  background: #ffa800;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list:hover .arrow {
  opacity: 1;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list.on1 {
  background: #ffa800;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list.on1 .arrow {
  opacity: 1;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list .icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list .arrow {
  font-style: normal;
  color: #fff;
  font-family: "黑体";
  font-size: 1.6rem;
  opacity: 0;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list span {
  float: left;
  width: 70%;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 {
  display: none;
  background: #fff;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  font-size: 1.4rem;
  color: #474747;
  line-height: 35px;
  height: 35px;
  padding-left: 55px;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #1e8bfd;
}
.content-wrap .contentbox .ltside .contactbox {
  background: #436381;
  padding: 15px 20px;
}
.content-wrap .contentbox .ltside .contactbox .icon {
  float: left;
  width: 30%;
}
.content-wrap .contentbox .ltside .contactbox .icon img {
  max-width: 100%;
}
.content-wrap .contentbox .ltside .contactbox .pcon {
  float: left;
  color: #fff;
  font-size: 1.4rem;
}
.content-wrap .contentbox .ltside .contactbox .pcon span {
  margin-top: -3px;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Arial";
  font-style: italic;
}
.content-wrap .contentbox .main-wrap .title-morebtn {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  color: #454545;
  font-size: 1.6rem;
  padding: 0 10px;
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .tit i {
  float: left;
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .morebtn a {
  color: #454545;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  text-align: center;
  max-width: 100%;
  margin: 15px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .item-con .plist {
  padding: 0 5px 10px;
}
.content-wrap .contentbox .main-wrap .item-con .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
  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 .item-con .plist a:hover {
  border-color: #43a2fc;
}
.content-wrap .contentbox .main-wrap .item-con .plist a:hover .btit {
  color: #43a2fc;
}
.content-wrap .contentbox .main-wrap .item-con .plist a .btit {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #353535;
  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 .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .con {
  border-bottom-color: #72bb38;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case-fdj.png) no-repeat center center;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 15px;
  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 .case-con .clist a .picbox .showcn .stit {
  margin-top: 32%;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .con {
  padding: 0 10px;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  color: #333;
  font-size: 1.4rem;
  border-bottom: 3px solid #fff;
  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;
  /*.tit{
                                display: inline-block;
                                width:60%;
                            }*/
}
.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: #2493fb;
}
.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: #9c9c9c;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .time {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #a7a7a7;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a:hover .btit {
  color: #2493fb;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a .picbox {
  border-bottom: 1px solid #ddd;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a .btit {
  text-align: center;
  line-height: 35px;
  height: 35px;
  color: #666;
  font-size: 1.4rem;
}
.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 .textbox3 {
  margin-left: 2%;
  float: left;
  width: 15%;
  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 .pic {
  float: left;
  margin-left: 5px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
  height: 30px;
}
.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: #2887e0;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}

.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 .case-details-con img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .case-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .case-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .case-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .case-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .cconbox {
  background: #da0716;
  padding: 25px 0;
}
.footer-wrap .cconbox .clt {
  color: #fff;
}
.footer-wrap .cconbox .clt .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-wrap .cconbox .clt .cn {
  margin-top: 5px;
  font-size: 1.5rem;
  color: #d8d8d8;
}
.footer-wrap .cconbox .crt a {
  width: 175px;
  height: 50px;
  background: #fff;
  color: #da0716;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  display: block;
  text-decoration: 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;
}
.footer-wrap .cconbox .crt a:hover {
  background: #a90511;
  color: #fff;
}
.footer-wrap .fbox1 {
  background: #141414;
  padding: 30px 0;
}
.footer-wrap .fbox1 .prolist .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .prolist .lbox {
  margin-top: 20px;
}
.footer-wrap .fbox1 .prolist .lbox .list a {
  display: block;
  color: #a2a2a2;
  font-size: 1.4rem;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.footer-wrap .fbox1 .cbox {
  margin-bottom: 30px;
}
.footer-wrap .fbox1 .cbox .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .cbox .con {
  margin-top: 20px;
  color: #a2a2a2;
  font-size: 1.4rem;
  line-height: 35px;
}
.footer-wrap .fbox1 .fxbox .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .fxbox .iconbox {
  margin-top: 10px;
}
.footer-wrap .fbox1 .fxbox .iconbox .ilist {
  margin-top: 40px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  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;
}
.footer-wrap .fbox1 .fxbox .iconbox .ilist:hover {
  opacity: .5;
}
.footer-wrap .fbox1 .fxbox .iconbox .ewm {
  float: left;
  margin-right: 30px;
}
.footer-wrap .fbox1 .fxbox .stit {
  margin-top: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-wrap .fbox1 .fxbox .sbox {
  margin-top: 15px;
  position: relative;
}
.footer-wrap .fbox1 .fxbox .sbox .searchbox {
  border: 1px solid #323030;
  color: #6a6a6a;
  font-size: 1.2rem;
  height: 40px;
  width: 395px;
  background: none;
  padding: 10px 120px 10px 20px;
  outline: none;
}
.footer-wrap .fbox1 .fxbox .sbox .submitbtn {
  border: none;
  background: #323030;
  color: #fff;
  font-size: 1.6rem;
  width: 100px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  outline: none;
}
.footer-wrap .fbox1 .copyright {
  text-align: center;
  color: #6b6b6b;
  font-size: 1.2rem;
}
.footer-wrap .fbox1 .copyright .line {
  background: url(../images/footer-copyright-line.png) no-repeat center top;
  height: 10px;
}
.footer-wrap .fbox1 .copyright .con {
  margin-top: 25px;
  line-height: 25px;
}
.footer-wrap .fbox1 .copyright .con a {
  display: inline-block;
  color: #6b6b6b;
}
.footer-wrap .fbox1 .copyright .backbtn {
  text-align: center;
  float: right;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #2887e0;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #1379d8;
}
.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) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .col-md-14 {
    width: 12.5%;
    float: left;
  }
  .top-header-box .container-fluid {
    position: relative;
  }
  .top-header-box .header-wrap .header {
    height: 95px;
  }
  .top-header-box .header-wrap .header .logo {
    line-height: 95px;
  }
  .content-wrap .about-wrap .title-line .stxt {
    width: 530px;
    margin: 15px auto 0;
  }
  .content-wrap .about-wrap .about-con a {
    background: url(../images/about-conbg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 3px;
  }
  .content-wrap .about-wrap .about-con a .conbox {
    padding: 30px 25px;
  }
  .content-wrap .about-wrap .about-con a .conbox .titbox .t1 {
    float: left;
  }
  .content-wrap .about-wrap .about-con a .conbox .titbox .t2 {
    float: right;
  }
  .content-wrap .adbox-wrap {
    padding: 30px 0;
  }
  .content-wrap .news-wrap .title-line .stxt {
    width: 530px;
    margin: 15px auto 0;
  }
  .content-wrap .news-wrap .news-con .n2box {
    padding-left: 30px;
  }
  .content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabhd span {
    width: 370px;
  }
  .content-wrap .news-wrap .news-con .n2box .ncon .sideMenu .tabbd {
    padding: 20px 30px 40px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 500px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 16%;
    text-align: right;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 82%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 82%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 18%;
  }
  .footer-wrap .fbox1 {
    padding: 60px 0 0;
  }
  .footer-wrap .fbox1 .copyright {
    margin-top: 20px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer-wrap .fbox1 .copyright .con {
    margin-top: 10px;
  }
    .content-wrap .contentbox .main-wrap .about-con .pic img{
  width:100%;
}
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
    .content-wrap .contentbox .main-wrap .about-con .pic img{
  width:100%;
}
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 63%;
  }
    .content-wrap .contentbox .main-wrap .about-con .pic img{
  width:100%;
}
}
@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%;
  }
  .content-wrap .contentbox .main-wrap .about-con .pic img{
  width:100%;
}
}
