﻿body {
  font-family: "微软雅黑";
}
.container {
  width: 1000px;
  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 .header {
  width: 100%;
  height: 90px;
  background: #fff;
}
.header-wrap .header .logo {
  line-height: 90px;
}
.header-wrap .header .nav-ul .navlist {
  float: left;
  position: relative;
}
.header-wrap .header .nav-ul .navlist .listh1 {
  float: left;
  text-decoration: none;
  display: block;
  line-height: 87px;
  color: #404040;
  padding: 0 12px;
  font-size: 1.6rem;
  border-top: 3px solid #fff;
  transition: ease .5s;
  -moz-transition: ease .5s;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
}
.header-wrap .header .nav-ul .navlist .listh1:hover,
.header-wrap .header .nav-ul .navlist .listh1.on {
  border-top: 3px solid #3799da;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 0;
  background: #fff;
  width: 150px;margin-left:-30px
}

.scott{padding:3px;margin:3px;text-align:center;}
.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

/*浮动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: 150px;
    height:150px;
    line-height:30px
}

.dock ul.icons li.im p {
        font-size:12px;
	width: 150px;
    height:150px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	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: 150px;
    height:150px;
    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;
}



.header-wrap .header .nav-ul .navlist .list2-ul .list {
  line-height: 35px;
  text-align: center;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
  color: #000;
  text-decoration: none;
  display: block;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background:#0099FF;color:#FFF
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
  position: absolute;
  top: 0;
  left: 150px;
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000;
  filter: alpha(opacity=60);
  width: 150px;
  display: none;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list a {
  color: #fff;
}
.header-wrap .w-header {
  background: #fff;
  height: 6rem;
  width: 100%;
}
.header-wrap .w-header .logo {
  line-height: 6rem;
}
.header-wrap .w-header .menu {
  float: right;
  padding-top: 25px;
}
.header-wrap .w-header .menu img {
  width: 80%;
}
.header-wrap .w-header .menulist {
  position: absolute;
  top: 6rem;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
}
.header-wrap .w-header .menulist a {
  background: #2b2d3a;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .w-header .menulist a:hover {
  background: #3799da;
}
.banner-wrap .banner .focusBox {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li {
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li a span {
  display: block;
}
.banner-wrap .banner .focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 30px;
  right: 50%;
  z-index: 3;
  margin-left: -50px;
  text-align: center;
}
.banner-wrap .banner .focusBox .hd li {
  display: inline-block;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  margin-left: 4px;
  border-radius: 20px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.banner-wrap .banner .focusBox .hd .on {
  background: #d93f33;
}
.banner-wrap .banner .focusBox .prev {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 200px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/prev.png) no-repeat;
  left: 0;
}
.banner-wrap .banner .focusBox .prev:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .focusBox .next {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 200px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/next.png) no-repeat;
  right: 0;
}
.banner-wrap .banner .focusBox .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .plants-wrap {
  background: #f5f5f5;
  padding: 30px 0;
}
.content-wrap .plants-wrap .title-line {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.content-wrap .plants-wrap .title-line h3 {
  font-size: 2.4rem;
  color: #3180c2;
  border-bottom: 3px solid #3180c2;
  display: inline-block;
  height: 65px;
  margin: 0;
}
.content-wrap .plants-wrap .title-line h3 span {
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
  font-family: "Aparajita";
}
.content-wrap .plants-wrap .plants-con {
  margin-top: 30px;
}
.content-wrap .plants-wrap .plants-con .plist {
  padding: 0 15px 20px;
}
.content-wrap .plants-wrap .plants-con .plist a {
  color: #999;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
}
.content-wrap .plants-wrap .plants-con .plist a:hover .picbox {
  border: 2px solid #00459c;
}
.content-wrap .plants-wrap .plants-con .plist a:hover .tit {
  color: #00459c;
}
.content-wrap .plants-wrap .plants-con .plist a .picbox {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 320px;
  border: 2px solid #ababab;
  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 .plants-wrap .plants-con .plist a .tit {
  display: block;
  text-align: center;
  color: #262626;
  font-size: 1.6rem;
  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 .plants-wrap .plants-con .plist a .tit span {
  display: block;
}
.content-wrap .about-wrap {
  padding: 30px 0;
}
.content-wrap .about-wrap .title-line {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.content-wrap .about-wrap .title-line h3 {
  font-size: 2.4rem;
  color: #3180c2;
  border-bottom: 3px solid #3180c2;
  display: inline-block;
  height: 65px;
  margin: 0;
}
.content-wrap .about-wrap .title-line h3 span {
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
  font-family: "Aparajita";
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
}
.content-wrap .about-wrap .about-con .acon .con a {
  text-decoration: none;
  display: block;
}
.content-wrap .about-wrap .about-con .acon .con a:hover p {
  color: #3080c1;
}
.content-wrap .about-wrap .about-con .acon .con a:hover .morebtn {
  background: #3080c1;
  color: #fff;
}
.content-wrap .about-wrap .about-con .acon .con a p {
  font-size: 1.4rem;
  color: #505050;
  text-indent: 2em;
  line-height: 22px;
  margin-bottom: 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 .about-wrap .about-con .acon .con a .morebtn {
  font-size: 1.4rem;
  color: #3080c1;
  border: 1px solid #3080c1;
  width: 90px;
  height: 30px;
  line-height: 30px;
  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 .about-wrap .about-con .acon .cpic img {
  width: 100%;
}
.content-wrap .about-wrap .about-con .picbox {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con .picbox .plist {
  padding: 0 8px 16px;
}
.content-wrap .about-wrap .about-con .picbox .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .about-wrap .about-con .picbox .plist a:hover .pic {
  opacity: .6;
}
.content-wrap .about-wrap .about-con .picbox .plist a .pic {
  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 {
  background: #f5f5f5;
  padding: 30px 0;
}
.content-wrap .case-wrap .title-line {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.content-wrap .case-wrap .title-line h3 {
  font-size: 2.4rem;
  color: #3180c2;
  border-bottom: 3px solid #3180c2;
  display: inline-block;
  height: 65px;
  margin: 0;
}
.content-wrap .case-wrap .title-line h3 span {
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
  font-family: "Aparajita";
}
.content-wrap .case-wrap .case-con {
  margin-top: 30px;
}.content-wrap .case-wrap .case-con .picMarquee-left {
  width: 100%;
  position: relative;
}
.content-wrap .case-wrap .case-con .picMarquee-left .hd {
  padding: 0 10px;
}
.content-wrap .case-wrap .case-con .picMarquee-left .hd .prev {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 90px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/prev.png) no-repeat;
  left: -60px;
}
.content-wrap .case-wrap .case-con .picMarquee-left .hd .prev:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.content-wrap .case-wrap .case-con .picMarquee-left .hd .next {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 90px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/next.png) no-repeat;
  right: -60px;
}
.content-wrap .case-wrap .case-con .picMarquee-left .hd .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd {
  padding: 10px;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a {
  text-decoration: none;
  display: block;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a:hover .picbox .pic {
  border-color: #00459c;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a:hover .picbox span {
  background: rgba(0, 69, 156, 0.3) !important;
  background: #00459c;
  filter: alpha(opacity=30);
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a:hover .tit {
  color: #00459c;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a .picbox {
  position: relative;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a .picbox .pic {
  border: 2px solid #f5f5f5;
}
.content-wrap .case-wrap .case-con .picMarquee-left .bd ul li a .picbox span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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 .case-wrap .case-con .picMarquee-left .bd ul li a .tit {
  line-height: 24px;
  text-align: center;
  font-size: 1.6rem;
  color: #767d85;
  margin: 5px 0;
  width: 230px;
}
.content-wrap .case-wrap .case-con .clist {
  padding: 0 8px 16px;
}
.content-wrap .case-wrap .case-con .clist a {
  display: block;
  text-decoration: none;
}
.content-wrap .case-wrap .case-con .clist a:hover .picbox {
  border-color: #00459c;
}
.content-wrap .case-wrap .case-con .clist a:hover .picbox span {
  background: rgba(0, 69, 156, 0.3) !important;
  background: #00459c;
  filter: alpha(opacity=30);
}
.content-wrap .case-wrap .case-con .clist a:hover .tit {
  color: #00459c;
}
.content-wrap .case-wrap .case-con .clist a .picbox {
  position: relative;
  border: 2px solid #f5f5f5;
  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 .picbox span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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 .case-wrap .case-con .clist a .tit {
  text-align: center;
  line-height: 45px;
  color: #333;
  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 {
  padding: 30px 0;
}
.content-wrap .contact-wrap .title-line {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.content-wrap .contact-wrap .title-line h3 {
  font-size: 2.4rem;
  color: #3180c2;
  border-bottom: 3px solid #3180c2;
  display: inline-block;
  height: 65px;
  margin: 0;
}
.content-wrap .contact-wrap .title-line h3 span {
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
  font-family: "Aparajita";
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-wrap .contact-wrap .contact-con .con {
  padding-bottom: 30px;
  padding-right: 15px;
}
.content-wrap .contact-wrap .contact-con .con .title {
  font-size: 1.6rem;
  color: #353535;
}
.content-wrap .contact-wrap .contact-con .con .cn {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #828282;
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .con .cn p {
  margin-bottom: 0;
  text-indent: 2em;
  line-height: 25px;
}
.content-wrap .contact-wrap .contact-con .con .inf {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .con .inf .i-cn {
  display: block;
  margin-bottom: 5px;
}
.content-wrap .contact-wrap .contact-con .con .inf .i-cn i {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
.content-wrap .contact-wrap .contact-con .con .inf .i-cn span {
  color: #828282;
  font-size: 1.4rem;
  float: left;
}
.content-wrap .contact-wrap .contact-con .message .title {
  font-size: 1.6rem;
  color: #353535;
}
.content-wrap .contact-wrap .contact-con .message .inputbox {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist .tit {
  display: block;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist .tit label {
  margin-bottom: 10px;
  float: left;
  font-weight: normal;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist .tit .import {
  float: left;
  margin-left: 1rme;
  margin-top: .3rem;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist .textbox {
  border-radius: 3px;
  border: 1px dashed #aaa;
  background: #f4f4f4;
  width: 100%;
  height: 40px;
  padding: .5rem;
  font-size: 1.4rem;
  color: #666;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist .textbox1 {
  border-radius: 3px;
  border: 1px dashed #aaa;
  background: #f4f4f4;
  width: 100%;
  height: 150px;
  padding: .5rem;
  font-size: 1.4rem;
  color: #666;
}
.content-wrap .contact-wrap .contact-con .message .inputbox .inputlist .submitbtn {
  display: block;
  background: #085fc7;
  height: 35px;
  width: 135px;
  border: none;
  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 .message .inputbox .inputlist .submitbtn:hover {
  background: #043065;
}
.content-wrap .content .w-ltside .mb {
  padding-top: 1rem;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #303030;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-indent: 2em;
  border-radius: 5px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  position: absolute;
  right: 20px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #e6e6e6;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  color: #666;
  text-decoration: none;
  display: block;
}
.content-wrap .content .w-ltside .show-hide .div2:hover {
  background: #085fc7;
}
.content-wrap .content .w-ltside .show-hide .div2:hover a {
  color: #fff;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 35px;
  line-height: 35px;
  list-style: none;
  text-align: center;
  background: #eee;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #085fc7;
}
.content-wrap .content .ltside {
  width: 220px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.content-wrap .content .ltside .titbox {
  height: 45px;
  line-height: 45px;
  background: #303030;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
.content-wrap .content .ltside .titbox span {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-family: "arial";
  font-size: 1.4rem;
  font-weight: normal;
}
.content-wrap .content .ltside .profilebox .p-ul .list a {
  border-top: 1px solid #fff;
  display: block;
  text-decoration: none;
  background: #e6e6e6;
  color: #505050;
  font-size: 1.4rem;
  height: 35px;
  text-align: center;
  line-height: 35px;
  transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.content-wrap .content .ltside .profilebox .p-ul .list a:hover,
.content-wrap .content .ltside .profilebox .p-ul .list a.on {
  background: #085fc7;
  color: #fff;
}
.content-wrap .content .ltside .profilebox .p-ul .list .box {
  display: none;
}
.content-wrap .content .ltside .profilebox .p-ul .list .box .blist {
  margin-bottom: 1px;
}
.content-wrap .content .ltside .profilebox .p-ul .list .box .blist a {
  border: none;
  display: block;
  background: #eee;
  color: #666;
  margin: 0;
  text-align: center;
  line-height: 35px;
  font-size: 1.4rem;
}
.content-wrap .content .ltside .profilebox .p-ul .list .box .blist a span {
  color: #666;
}
.content-wrap .content .ltside .profilebox .p-ul .list .box .blist a:hover span {
  color: #085fc7 !important;
}
.content-wrap .content .main-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.content-wrap .content .main-wrap .title-posit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}
.content-wrap .content .main-wrap .title-posit h4 {
  margin: 0;
}
.content-wrap .content .main-wrap .title-posit .posit {
  font-size: 1.2rem;
  color: #505050;
}
.content-wrap .content .main-wrap .title-posit .posit a {
  color: #505050;
}
.content-wrap .content .main-wrap .about-con p {
  font-size: 1.4em;
  color: #666;
  
  
}
.content-wrap .content .main-wrap .product-con .plist {
  padding: 0 10px 10px;
}
.content-wrap .content .main-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .picbox {
  border-color: #00459c;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .picbox span {
  background: rgba(0, 69, 156, 0.3) !important;
  background: #00459c;
  filter: alpha(opacity=30);
}
.content-wrap .content .main-wrap .product-con .plist a:hover .tit {
  color: #00459c;
}
.content-wrap .content .main-wrap .product-con .plist a .picbox {
  position: relative;
  border: 2px solid #f5f5f5;
  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 .content .main-wrap .product-con .plist a .picbox span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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 .content .main-wrap .product-con .plist a .tit {
  text-align: center;
  line-height: 45px;
  color: #333;
  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 .content .main-wrap .product-details-con h4.tit {
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .product-details-con .pic {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .product-details-con .pic img {
  
}
.content-wrap .content .main-wrap .product-details-con .con {
  font-size: 1.4rem;
  color: #505050;
  line-height: 28px;
  
}
.content-wrap .content .main-wrap .video-con .vlist {
  padding: 0 15px 10px;
}
.content-wrap .content .main-wrap .video-con .vlist a {
  text-decoration: none;
}
.content-wrap .content .main-wrap .video-con .vlist a:hover .pic {
  opacity: .6;
}
.content-wrap .content .main-wrap .video-con .vlist a:hover .tit {
  color: #00459c;
}
.content-wrap .content .main-wrap .video-con .vlist a .pic {
  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 .content .main-wrap .video-con .vlist a .tit {
  text-align: center;
  display: block;
  line-height: 35px;
  font-size: 1.4rem;
  color: #666;
}
.content-wrap .content .main-wrap .news-con .nlist {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover {
  color: #00459c;
}
.content-wrap .content .main-wrap .news-con .nlist a span i {
  display: inline-block;
  font-style: normal;
  margin-right: 5px;
}
.content-wrap .content .main-wrap .news-con .nlist a span.tit {
  width: 200px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-details-con h4.tit {
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .admin {
  display: inline-block;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .time {
  display: inline-block;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .change {
  display: inline-block;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .change a {
  color: #666;
}
.content-wrap .content .main-wrap .news-details-con .pic {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic img {
  width: 100%;
}
.content-wrap .content .main-wrap .news-details-con .con {
  font-size: 1.4rem;
  color: #505050;
  line-height: 28px;
  text-indent: 2em;
}
.content-wrap .content .main-wrap .contact-con p {
  color: #505050;
  font-size: 1.4rem;
  line-height: 28px;
}
.footer-wrap {
  background: #085fc7;
}
.footer-wrap .footer {
  padding: 20px 0;
}
.footer-wrap .footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.footer-wrap .footer .copyright a {
  color: #fff;
}
.footer-wrap .footer .link-ul {
  margin-bottom: 10px;
  text-align: center;
}
.footer-wrap .footer .link-ul .list {
  display: inline-block;
  color: #fff;
}
.footer-wrap .footer .link-ul .list a {
  color: #fff;
}
.footer-wrap .footer .link-ul .list span {
  margin: 0 10px;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #085fc7;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #094b9b;
}
.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) {
  .container {
    width: 1000px;
  }
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .content-wrap .content .main-wrap {
    padding-left: 20px;
    padding-bottom: 100px;
  }
  .content-wrap .content .main-wrap .about-con {
    margin-top: 10px;
  }
  .content-wrap .content .main-wrap .product-con {
    margin-top: 20px;
  }
  .content-wrap .content .main-wrap .video-con {
    margin-top: 25px;
  }
  .content-wrap .content .main-wrap .news-con {
    margin-top: 20px;
  }
  .content-wrap .content .main-wrap .contact-con {
    margin-top: 20px;
  }
  .content-wrap .content .main-wrap .product-details-con {
    margin-top: 20px;
  }
  .content-wrap .content .main-wrap .news-details-con {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .content-wrap .content .main-wrap .news-con .nlist a span.tit {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 768px;
  }
  .header-wrap .container .logo {
    width: 60%;
  }
  .content-wrap {
    margin-bottom: 75px;
  }   .content-wrap .case-wrap .case-con {width:100%;}
   .content-wrap .case-wrap .case-con .picMarquee-left {
        overflow:hidden;
        }
   .content-wrap .case-wrap .case-con .picMarquee-left .hd
             {
            overflow:hidden
            }
}
@media (max-width: 680px) {
  
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }
  .logo img {
    width: 83%;
  }
}
@media (max-width: 435px) {
    .nei_content img {width:100%}
  .container {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }
}
@media (max-width: 414px) {
  
}
@media (max-width: 375px) {
  .container {
    width: 100%;
  }
  .logo img {
    width: 83%;
  }
  .menu img {
    width: 83%;
  }
}
@media (max-width: 346px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .container {
    width: 100%;
  }
}
