body {
  font-family: "微软雅黑";
}
.container1 {
  max-width: 1000px !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;
}
.header-wrap {
  background: #fff;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .phonetxt {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
  margin-top: 25px;
}
.header-wrap .header .phonetxt img {
  float: left;
  margin-right: 5px;
}
.header-wrap .header .phonetxt .ptxt {
  margin-top: 3px;
  display: inline-block;
  font-size: 1.4rem;
  color: #555;
}
.header-wrap .header .phonetxt .ptxt span {
  margin-top: 0;
  display: block;
  color: #3f7223;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
}
.header-wrap .header .languages .chBtn {
  display: inline-block;
  background: url(../images/chBtn.png) no-repeat;
  width: 30px;
  height: 80px;
  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;
}
.header-wrap .header .languages .chBtn:hover {
  background: url(../images/chBtn-hover.png) no-repeat;
}
.header-wrap .header .languages .enBtn {
  display: inline-block;
  background: url(../images/enBtn.png) no-repeat;
  width: 30px;
  height: 80px;
  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;
}
.header-wrap .header .languages .enBtn:hover {
  background: url(../images/enBtn-hover.png) no-repeat;
}
.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: 50;
  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;
}
.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;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  opacity: 1;
  background: none;
  border: 1px 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;
}
.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 .owl-theme .owl-controls .owl-buttons .owl-prev {
  border-radius: 0;
  background: #023695;
  color: #fff;
  font-size: 3rem;
  font-family: "宋体";
  font-weight: bold;
  position: absolute;
  top: -150px;
  left: 80px;
  z-index: 60;
}
.banner-wrap .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  opacity: 1;
}
.banner-wrap .owl-theme .owl-controls .owl-buttons .owl-next {
  border-radius: 0;
  background: #023695;
  color: #fff;
  font-size: 3rem;
  font-family: "宋体";
  font-weight: bold;
  position: absolute;
  top: -150px;
  right: 80px;
  z-index: 60;
}
.banner-wrap .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner-wrap .nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../images/navbg.png) repeat-x;
}
.banner-wrap .nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.66%;
  height: 60px;
  box-sizing: border-box;
}
.banner-wrap .nav-wrap .nav-ul .navlist a.listh1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  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;
}
.banner-wrap .nav-wrap .nav-ul .navlist a.listh1:hover,
.banner-wrap .nav-wrap .nav-ul .navlist a.listh1.on {
  background: #bdd0e7;
  color: #355eaa;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: center;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #355eaa;
}
.banner-wrap .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);
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  text-align: center;
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap .conbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 10px 10px;
  background: url(../images/navbg.png) repeat-x;
  background-size: 100% 100%;
}
.banner-wrap .conbg .wphone {
  color: #fff;
}
.banner-wrap .conbg .wphone i {
  float: left;
  display: inline-block;
}
.banner-wrap .conbg .wphone p {
  margin-left: 10px;
  float: left;
  font-size: 1.4rem;
}
.banner-wrap .conbg .wphone p span {
  font-size: 1.8rem;
  font-style: italic;
}
.banner-wrap .conbg .languages {
  float: right;
}
.banner-wrap .conbg .languages a {
  display: inline-block;
  border-radius: 20px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  color: #023695;
  padding: 0 20px;
  margin-right: 10px;
  text-decoration: none;
}
.banner-wrap .conbg .languages a:hover {
  background: #001d39;
}
.content-wrap .rapid-wrap {
  background: #f0f0f0;
  padding: 30px 0;
}
.content-wrap .rapid-wrap .title-line {
  text-align: center;
}
.content-wrap .rapid-wrap .title-line .entit {
  font-size: 3rem;
  color: #444;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .rapid-wrap .title-line .chtit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #023695;
  background: url(../images/index-line1.png) no-repeat center center;
}
.content-wrap .rapid-wrap .rapid-con {
  margin-top: 30px;
}
.content-wrap .rapid-wrap .rapid-con .rlist {
  padding: 0 10px 20px;
}
.content-wrap .rapid-wrap .rapid-con .rlist a {
  text-decoration: none;
  display: block;
  color: #2d2d2d;
  text-align: center;
}
.content-wrap .rapid-wrap .rapid-con .rlist a:hover .icon {
  transform: rotate(360deg);
}
.content-wrap .rapid-wrap .rapid-con .rlist a:hover .con .tit {
  color: #023695;
}
.content-wrap .rapid-wrap .rapid-con .rlist a:hover .con .cn {
  color: #023695;
}
.content-wrap .rapid-wrap .rapid-con .rlist a .icon {
  margin-bottom: 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 .rapid-wrap .rapid-con .rlist a .con .tit {
  font-size: 1.6rem;
  line-height: 20px;
  height: 20px;
}
.content-wrap .rapid-wrap .rapid-con .rlist a .con .cn {
  margin-top: 6px;
  font-size: 1.2rem;
  color: #727272;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .rapid-wrap .rapid-con .morebtn {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #023695;
  color: #023695;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px auto;
  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;
}
.content-wrap .rapid-wrap .rapid-con .morebtn:hover {
  background: #023695;
  color: #fff;
}
.content-wrap .product-wrap {
  background: #f4f4f4;
  padding: 30px 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
}
.content-wrap .product-wrap .title-line .entit {
  font-size: 3rem;
  color: #444;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .product-wrap .title-line .chtit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #023695;
  background: url(../images/index-line1.png) no-repeat center center;
}
.content-wrap .product-wrap .title-line .stit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #939393;
  line-height: 24px;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .product-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .product-wrap .product-con .product-carousel .item {
  margin: 0 10px;
  text-decoration: none;
  display: block;
}
.content-wrap .product-wrap .product-con .product-carousel .item:hover .picbox {
  border-color: #023695;
}
.content-wrap .product-wrap .product-con .product-carousel .item:hover .btit {
  color: #023695;
  border-color: #023695;
}
.content-wrap .product-wrap .product-con .product-carousel .item .picbox {
  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 .product-wrap .product-con .product-carousel .item .btit {
  border-bottom: 1px solid #ccc;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #6c6c6c;
  font-size: 1.4rem;
  text-align: center;
  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 .owl-controls .owl-buttons .owl-prev {
  border-radius: 0;
  background: #023695;
  color: #fff;
  font-size: 6rem;
  font-family: "宋体";
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: -80px;
  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 .owl-controls .owl-buttons .owl-prev:hover {
  opacity: 1;
}
.content-wrap .product-wrap .product-con .owl-controls .owl-buttons .owl-next {
  border-radius: 0;
  background: #023695;
  color: #fff;
  font-size: 6rem;
  font-family: "宋体";
  font-weight: bold;
  position: absolute;
  top: 40px;
  right: -80px;
  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 .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
}
.content-wrap .product-wrap .product-con .morebtn {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #023695;
  color: #023695;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px auto;
  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;
}
.content-wrap .product-wrap .product-con .morebtn:hover {
  background: #023695;
  color: #fff;
}
.content-wrap .about-wrap {
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
}
.content-wrap .about-wrap .title-line .entit {
  font-size: 3rem;
  color: #fff;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .about-wrap .title-line .chtit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: url(../images/index-line2.png) no-repeat center center;
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
}
.content-wrap .about-wrap .about-con a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.content-wrap .about-wrap .about-con a:hover .morebtn {
  background: #fff;
  color: #023695;
}
.content-wrap .about-wrap .about-con a .tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-wrap .about-wrap .about-con a .cn {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
.content-wrap .about-wrap .about-con a .cn p {
  margin-bottom: 0;
  line-height: 40px;
}
.content-wrap .about-wrap .about-con a .morebtn {
  width: 100px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 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 .news-wrap {
  background: #f4f4f4;
  padding: 30px 0;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
}
.content-wrap .news-wrap .title-line .entit {
  font-size: 3rem;
  color: #444;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .news-wrap .title-line .chtit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #023695;
  background: url(../images/index-line1.png) no-repeat center center;
}
.content-wrap .news-wrap .title-line .stit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #939393;
  line-height: 24px;
}
.content-wrap .news-wrap .news-con {
  margin-top: 30px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 10px 20px;
}
.content-wrap .news-wrap .news-con .nlist a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  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 .news-wrap .news-con .nlist a:hover {
  background: #023695;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .tit {
  color: #fff;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .cn {
  color: #fff;
}
.content-wrap .news-wrap .news-con .nlist a:hover .showadd {
  right: 0;
}
.content-wrap .news-wrap .news-con .nlist a .picbox {
  width: 30%;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  width: 68%;
  padding: 10px;
}
.content-wrap .news-wrap .news-con .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  color: #454545;
  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 .news-wrap .news-con .nlist a .con .cn {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #808080;
  line-height: 20px;
  height: 60px;
  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 .news-wrap .news-con .nlist a .showadd {
  position: absolute;
  right: -120px;
  top: 0;
  z-index: 10;
  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 .morebtn {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #023695;
  color: #023695;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px auto;
  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;
}
.content-wrap .news-wrap .news-con .morebtn:hover {
  background: #023695;
  color: #fff;
}
.content-wrap .case-wrap {
  background: #f0f0f0;
  padding: 30px 0;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .entit {
  font-size: 3rem;
  color: #444;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .case-wrap .title-line .chtit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #023695;
  background: url(../images/index-line1.png) no-repeat center center;
}
.content-wrap .case-wrap .title-line .stit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #939393;
  line-height: 24px;
}
.content-wrap .case-wrap .case-con {
  overflow: hidden;
  margin-top: 30px;
}
.content-wrap .case-wrap .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .case-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .case-wrap .case-con .clist a:hover .picbox {
  border-color: #023695;
}
.content-wrap .case-wrap .case-con .clist a:hover .btit {
  color: #023695;
  border-color: #023695;
}
.content-wrap .case-wrap .case-con .clist a .picbox {
  border: 1px solid #ccc;
  padding: 1px;
  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;
}
.content-wrap .case-wrap .case-con .clist a .btit {
  font-size: 1.4rem;
  color: #6c6c6c;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
  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 .owl-controls .owl-buttons .owl-prev {
  border-radius: 0;
  background: #023695;
  color: #fff;
  font-size: 6rem;
  font-family: "宋体";
  font-weight: bold;
  position: absolute;
  top: 160px;
  left: -80px;
  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 .owl-controls .owl-buttons .owl-prev:hover {
  opacity: 1;
}
.content-wrap .case-wrap .case-con .owl-controls .owl-buttons .owl-next {
  border-radius: 0;
  background: #023695;
  color: #fff;
  font-size: 6rem;
  font-family: "宋体";
  font-weight: bold;
  position: absolute;
  top: 160px;
  right: -80px;
  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 .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
}
.content-wrap .case-wrap .case-con .morebtn {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #023695;
  color: #023695;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px auto;
  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;
}
.content-wrap .case-wrap .case-con .morebtn:hover {
  background: #023695;
  color: #fff;
}
.content-wrap .contact-wrap {
  padding: 30px 0;
  background: #f4f4f4;
}
.content-wrap .contact-wrap .title-line {
  text-align: center;
}
.content-wrap .contact-wrap .title-line .entit {
  font-size: 3rem;
  color: #444;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .contact-wrap .title-line .chtit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #023695;
  background: url(../images/index-line1.png) no-repeat center center;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 30px;
}
.content-wrap .contact-wrap .contact-con .messagebox .tit {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #5f5f5f;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .inputcon {
  width: 100%;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist label {
  float: left;
  font-weight: normal;
  font-size: 1.4rem;
  color: #959595;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .import {
  float: left;
  color: #ff0000;
  font-size: 1.2rem;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .textbox1 {
  width: 100%;
  height: 30px;
  border: 1px dashed #ccc;
  padding: 5px;
  font-size: 1.4rem;
  color: #666;
  background: #f7f6f6;
  border-radius: 3px;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .textbox2 {
  width: 100%;
  height: 120px;
  border: 1px dashed #ccc;
  padding: 5px;
  font-size: 1.4rem;
  color: #666;
  background: #f7f6f6;
  border-radius: 3px;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .submitbtn {
  border: none;
  background: #023695;
  height: 30px;
  width: 130px;
  color: #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;
}
.content-wrap .contact-wrap .contact-con .messagebox .mbox .inputlist .submitbtn:hover {
  background: #012463;
}
.content-wrap .contact-wrap .contact-con .ccon {
  margin-bottom: 20px;
  color: #383838;
}
.content-wrap .contact-wrap .contact-con .ccon .tit {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #5f5f5f;
}
.content-wrap .contact-wrap .contact-con .ccon .jstxt {
  color: #959595;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .jstxt p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 25px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox {
  margin-top: 30px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .itit {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #959595;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .clist {
  margin-bottom: 5px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .clist i {
  float: left;
  margin-right: 8px;
}
.content-wrap .contact-wrap .contact-con .ccon .iconbox .clist span {
  float: left;
  color: #959595;
  font-size: 1.4rem;
  line-height: 25px;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #1b4a9f;
  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: #1b4a9f;
  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: #1b4a9f;
}
.content-wrap .contentbox .ltside {
  width: 230px;
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  border-bottom: 1px solid #1b4a9f;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  padding: 0 10px 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1b4a9f;
  text-transform: uppercase;
  border-bottom: 3px solid #1b4a9f;
}
.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: #1d1d1d;
  font-family: "宋体";
  line-height: 35px;
  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 {
  color: #1b4a9f !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  color: #1b4a9f;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 i.arrow {
  transform: rotate(90deg);
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  margin-top: 6px;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8rem;
  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 i.icon {
  width: 5px;
  height: 30px;
  background: #fff;
  margin-top: 7px;
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list span {
  margin-top: 5px;
  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.4rem;
  text-decoration: none;
  background: #e4e4e4;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #1b4a9f;
}
.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: #1b4a9f;
  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 {
  border-bottom: 1px solid #1b4a9f;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .tit {
  padding: 0 10px 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1b4a9f;
  text-transform: uppercase;
  border-bottom: 3px solid #1b4a9f;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .pic img {
  width: 100%;
}
.content-wrap .contentbox .ltside .contactbox .con .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #363636;
  font-family: "宋体";
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 80px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  margin-top: 5px;
  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 {
  margin-top: 9px;
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con .picbox img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .about-con .tit {
  font-size: 1.4rem;
  color: #2b2b2b;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con .cn {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .about-con .con .cn p {

  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .lxcn {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .about-con .lxcn p {
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  margin: 0 10px;
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox {
  border-color: #023695;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox .pic {
  transform: scale(1.2);
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .btit {
  color: #023695;
  border-color: #023695;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  border: 1px solid #ccc;
  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 .contentbox .main-wrap .product-con .plist a .picbox .pic {
  transition: all 1.3s ease 0s;
  -moz-transition: all 1.3s ease 0s;
  -webkit-transition: all 1.3s ease 0s;
  -o-transition: all 1.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .btit {
  border-bottom: 1px solid #ccc;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #6c6c6c;
  font-size: 1.4rem;
  text-align: center;
  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 .business-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .business-con .con {
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .business-con .con p {
  text-indent: 2em;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
  background: #e3e3e3;
  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 {
  background: #023695;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  border-color: #023695;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox .pic {
  transform: scale(1.2);
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .con .tit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .con .cn {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .con .time {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  border: 1px solid #e3e3e3;
  width: 30%;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox .pic {
  transition: all 1.3s ease 0s;
  -moz-transition: all 1.3s ease 0s;
  -webkit-transition: all 1.3s ease 0s;
  -o-transition: all 1.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con {
  width: 70%;
  padding: 10px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #6c6c6c;
  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 .contentbox .main-wrap .news-con .nlist a .con .cn {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #6c6c6c;
  line-height: 25px;
  height: 100px;
  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 .contentbox .main-wrap .news-con .nlist a .con .time {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #6c6c6c;
  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 .contact-con .mappic {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic .tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #3e3d3d;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  color: #1f1f1f;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.4rem;
  color: #272727;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .news-details-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  font-size: 1.8rem;
  text-align: center;
  color: #595858;
  padding: 10px 0;
}
.content-wrap .contentbox .main-wrap .news-details-con .time {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con .cn {
  text-indent: 2em;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 25px;
  color: #595858;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  margin-top: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%
}
.content-wrap .contentbox .main-wrap .product-details-con .tit {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .product-details-con .tit a {
  font-weight: normal;
  color: #232323;
}
.content-wrap .contentbox .main-wrap .product-details-con .con {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .product-details-con .con img{
  display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}
.content-wrap .contentbox .main-wrap .product-details-con .con p {
  color: #000;
  font-size: 1.2rem;
}
.footer-wrap {
  background: #023695;
}
.footer-wrap .footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-wrap .footer .ewmbox {
  margin-bottom: 10px;
}
.footer-wrap .footer .ewmbox .pic {
  text-align: center;
}
.footer-wrap .footer .ewmbox .pic img {
  max-width: 50%;
}
.footer-wrap .footer .ewmbox .tit {
  margin-top: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.footer-wrap .footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 25px;
}
.footer-wrap .footer .copyright a {
  color: #fff;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #023695;
  z-index: 999;
}
.hot-wrap .list {
  height: 60px;
  width: 25%;
  float: left;
  display: block;
  border-right: 1px solid #fff;
}
.hot-wrap .list:hover {
  background: #02276a;
}
.hot-wrap .list a {
  line-height: 45px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .header-wrap .header {
    height: 95px;
  }
  .header-wrap .header .logo {
    line-height: 95px;
  }
  .content-wrap .product-wrap .product-con {
    overflow: visible;
  }
  .content-wrap .case-wrap .case-con {
    overflow: visible;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 30px;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    padding: 20px;
  }
  .footer-wrap .copyright {
    margin-top: 25px;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 53%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 55%;
  }
}
/*浮动QQ*/
.dock {
  position: fixed;
  right: 0px;
  width: 50px;
  -moz-opacity: 0.7;
  opacity: 0.7;
  z-index: 200;
}

.dock.close {
  z-index: 50;
}

.dock ul.icons {
  position: absolute;
  list-style: none;
  right: 0px;
  padding: 0px;
  width: 50px;
  border: 1px solid #333;
  border-right: none;
  background: #111;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
  right: -70px;
}

.dock ul.icons li i {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/icons.png) no-repeat;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  z-index: 210;
}

.dock ul.icons li.active i {
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.dock ul.icons li.up i {
  background-position: -63px -150px;
}

.dock ul.icons li.tel i {
  background-position: -62px -108px;
}

.dock ul.icons li.im i {
  background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
  background-position: -59px -66px;
}

.dock ul.icons li.down i {
  background-position: -63px -190px;
}

.dock ul.icons li p {
  display: block;
  position: absolute;
  top: 50px;
  right: -260px;
  padding: 15px 20px;
  height: 120px;
  color: White;
  line-height: 30px;
  border: 1px solid #333;
  border-right: none;
  background: #111;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease-in-out .1s;
  -moz-transition: all .4s ease-in-out .1s;
  -ms-transition: all .4s ease-in-out .1s;
  -o-transition: all .4s ease-in-out .1s;
  transition: all .4s ease-in-out .1s;
  overflow: hidden;
  z-index: 201;
}

.dock ul.icons li.active p {
  right: 50px;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 140px;
    height:200px;
    line-height:30px
}

.dock ul.icons li.im p {
  width: 140px;
    height:240px;
    line-height:30px
}

.dock ul.icons li.im p a {
  display: block;
  margin-top: 5px;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #00dfb9;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00dfb9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
  color: White;
  background: #0f8773;
  border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
  width: 160px;
    height:160px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
  
  border: 2px solid #000;
}

.dock a.switch {
  position: absolute;
  display: block;
  top: 270px;
  right: 11px;
  width: 26px;
  height: 26px;
  background: url(../images/icons.png) no-repeat 0px -640px;
  cursor: pointer;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.dock a.switch.off {
  background-position: -32px -640px;
}