.top-box {
  height: 120px;
  background: #fff;
}
.top-box .logo {
  padding-top: 30px;
}
.top-tel {
  float: right;
  background-image: url("../images/phone.png");
  background-repeat: no-repeat;
  background-position: left left;
  padding-left: 80px;
  height: 70px;
}
.top-tel span {
  font-size: 18px;
  color: #273558;
  font-weight: normal;
  font-family: "微软雅黑";
}
.top-tel h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: "微软雅黑";
  margin-top: 3px;
}
/*导航*/
.nav-box {
  background-color: #273558;
  position: relative;
}
.nav-box .lst-nav {
  width: 100%;
}
.nav-box .lst-nav a {
  display: block;
  overflow: hidden;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  font-family: "微软雅黑";
}
.nav-box .lst-nav a:hover {
  background: #4a5a82;
  background: radial-gradient(#536386 16%, #4a5a82 33%, #273558 80%);
}
.nav-box .lst-nav .lst-item {
  position: relative;
  float: left;
  width: 142px;
}
.nav-box .lst-nav .lst-item:after {
  float: left;
  display: inline-block;
  width: 2px;
  height: 45px;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  content: '';
}
.nav-box .lst-nav .lst-item a {
  float: left;
  overflow: hidden;
  width: 97%;
  height: 45px;
  line-height: 45px;
}
.nav-box .lst-nav .first:before {
  float: left;
  display: inline-block;
  width: 2px;
  height: 45px;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  content: '';
}
.nav-box .lst-nav .sec-box {
  position: absolute;
  top: 45px;
  left: -3px;
  z-index: 10;
  display: none;
  padding: 5px 0;
  width: 100%;
  background: #273558;
  font-size: 14px;
  transition: all .5s;
}
.lst-nav > li.active .sec-box,
.lst-nav > li:hover .sec-box {
  display: block;
}
/*焦点图轮播*/
.banner-box .m-slide {
  position: relative;
  width: 100%;
}
.banner-box .m-slide .scroll-box {
  overflow: hidden;
  height: 450px;
  width: 100%;
}
.banner-box .m-slide .scroll-box li {
  width: 100%;
  height: 450px;
}
.banner-box .m-slide .scroll-box li a {
  display: block;
  height: 450px;
}
.banner-box,
.com-pic {
  position: relative;
  z-index: 0;
}
.com-pic {
  width: 360px;
}
.com-pic .m-slide {
  position: relative;
  width: 100%;
}
.com-pic .m-slide .scroll-box {
  overflow: hidden;
  height: 292px;
  width: 100%;
}
.com-pic .m-slide .scroll-box li {
  width: 100%;
  height: 292px;
}
.com-pic .m-slide .scroll-box li a {
  display: block;
  height: 292px;
}
.m-title {
  text-align: center;
  line-height: 32px;
  margin-bottom: 20px;
}
.m-title h3 {
  font-size: 26px;
  color: #929292;
  font-weight: normal;
  font-family: "微软雅黑";
}
.m-title h4 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: "微软雅黑";
  display: inline-block;
}
.m-title h4:after {
  content: '';
  height: 3px;
  display: block;
  background: #273558;
  width: 75%;
  margin: 6px auto;
}
.m-title a {
  float: right;
  margin-top: 17px;
}
.m-title a:hover {
  color: #273558;
}
/*优势*/
.m-adv {
  text-align: center;
  margin: 28px auto;
}
.m-adv .ad-content p {
  line-height: 28px;
}
.m-adv .ad-list {
  margin-top: 10px;
}
.m-adv .ad-list .ad-item {
  float: left;
  width: 215px;
  height: 208px;
  overflow: hidden;
  padding: 21px 0;
  margin-right: 46px;
}
.m-adv .ad-list .ad-item .img {
  width: 103px;
  height: 103px;
  overflow: hidden;
  margin:0 auto;
  -webkit-border-radius: 159px;
  -moz-border-radius: 159px;
  border-radius: 159px;
}
.m-adv .ad-list .ad-item .title{
  font-size:20px;
  color:#333;
  line-height:30px;
  margin-top:5px;
}
.m-adv .ad-list .ad-item span {
  margin-top: 5px;
  display: block;
}
.icon {
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.nav-icon {
  width: 75px;
  height: 52px;
  margin-top: 33px;
}
.i-icon_1 {
  background-position: 0 0;
}
.i-icon_2 {
  background-position: -83px 0;
}
.i-icon_3 {
  background-position: -163px 4px;
}
.i-icon_4 {
  background-position: -245px 4px;
}
.i-icon_5 {
  background-position: -321px -2px;
}
.i-icon_6 {
  background-position: 1px -58px;
}
.i-icon_7 {
  background-position: -72px -58px;
}
.i-icon_8 {
  background-position: -160px -58px;
}
.i-gt {
  background-position: -384px -87px;
  width: 10px;
  height: 16px;
}
.i-list {
  background-position: -329px -69px;
  width: 24px;
  height: 24px;
}
/*产品*/
.pro-nav {
  border-bottom: 1px solid #273558;
  text-align: center;
  width: 100%;
  height: 157px;
  margin-bottom: 20px;
}
.pro-nav li {
  float: left;
  margin-right: 9px;
}
.pro-nav li a {
  width: 114px;
  display: block;
  line-height: 40px;
}
.pro-nav li a span{
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}
.pro-nav li a .line {
  display: block;
  height: 9px;
  width: 0;
  margin: 0 auto;
  position: relative;
  top: -3px;
  background: #273558;
  transition: width .4s;
}
.pro-nav li:hover .line {
  width: 78%;
}
.pro-nav li .icon-box {
  display: inline-block;
  height: 114px;
  width: 114px;
  text-align: center;
  border: 1px solid #273558;
  -webkit-border-radius: 114px;
  -moz-border-radius: 114px;
  border-radius: 114px;
  line-height: 114px;
}
.pro-nav li .icon-box img {
  vertical-align: middle;
}
.pro-nav .active .line {
  width: 78%;
}
.pro-list {
  margin: 20px 0;
}
.pro-list li {
  float: left;
  text-align: center;
  margin: 0 16px;
}
.pro-list li a {
  display: block;
  line-height: 40px;
  width: 217px;
  height: 203px;
  overflow: hidden;
}
.pro-list li a .img {
  width: 217px;
  height: 163px;
  overflow: hidden;
  transition: all .4s;
}
.pro-list li a:hover {
  color: #273558;
}
.pro-list li a:hover .jqthumb {
  transform: scale(1.1);
}
/*公司简介*/
.m-company {
  background-image: url("../images/bgbanner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #339966;
  height: 360px;
  overflow: hidden;
}
.m-company .com-box {
  color: #fff;
  margin-top: 15px;
  width: 582px;
  height: 290px;
  overflow: hidden;
  padding: 24px 28px 24px 0;
  background-image: url("../images/line.png");
  background-repeat: repeat-y;
  background-position: right 0;
}
.m-company .com-box .com-title {
  float: left;
  margin-top: 60px;
  margin-left: 15px;
  line-height: 30px;
}
.m-company .com-box .com-title h4 {
  font-size: 24px;
}
.m-company .com-box .com-info {
  margin-top: 20px;
}
.m-company .com-box .com-info a {
  color: #fff;
}
.m-company .com-box .com-info a:hover {
  text-decoration: underline;
  color: #ff9a00;
}
.m-company .m-slide {
  margin-top: 35px;
}
.m-company .slide {
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 10px;
}
.m-company .slide li {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #273558;
  line-height: 40px;
  overflow: hidden;
  margin: 0 3px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.m-company .slide .active {
  background: #ff9a00;
}
/*成功案例*/
.m-case {
  padding: 50px 0;
}
.m-case .m-title {
  margin-bottom: 35px;
}
.m-case .n-marquee {
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.m-case .n-marquee li {
  float: left;
  text-align: center;
  margin: 0 10px;
}
.m-case .n-marquee li a {
  display: block;
  width: 229px;
}
.m-case .n-marquee li a .img {
  width: 229px;
  height: 170px;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
}
.m-case .n-marquee li a .img img {
  display: none;
}
.m-case .n-marquee li a h5 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  background: #dfdede;
  line-height: 35px;
  transition: all 0.4s;
}
.m-case .n-marquee li a:hover h5 {
  color: #273558;
}
/*最新动态*/
.n-content {
  margin: 35px 0;
  height: 345px;
  overflow: hidden;
}
.n-content .n-info {
  width: 330px;
  height:345px;
}
.n-content .n-info .img {
  width: 330px;
  height: 234px;
  overflow: hidden;
}
.n-content .n-info .com-info {
  margin-top: 10px;
  color: #666;
}
.n-content .n-info .com-info h4 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  line-height: 35px;
}
.n-content .n-info .com-info a {
  color: #333;
  display: inline;
}
.n-content .n-info .com-info a:hover {
  text-decoration: underline;
  color: #273558;
}
.n-news {
  width: 645px;
  border-bottom: 1px solid #e5e4e4;
}
.n-news .news-item {
  height: 113px;
  border-width: 1px 1px 0px 0px;
  border-color: #e5e4e4;
  border-style: solid;
  overflow: hidden;
}
.n-news .news-item a {
  display: block;
}
.n-news .news-item a:hover .n-title {
  color: #273558;
}
.n-news .news-item .n-date {
  background: #e5e4e4;
  line-height: 113px;
  width: 145px;
  margin-right: 16px;
  font-size: 48px;
  color: #acacac;
  font-weight: normal;
  font-family: "微软雅黑";
  text-align: center;
}
.n-news .news-item .n-box {
  font-size: 14px;
  color: #848484;
  font-weight: normal;
  font-family: "微软雅黑";
  padding: 15px 5px;
}
.n-news .news-item .n-box .n-title {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  line-height: 35px;
}
/*底部*/
.footer {
  background: #273558;
  color: #fff;
}
.footer a{
	color:#fff;
}
.footer .f-child1 {
  height: 98px;
  padding: 8px 0;
  line-height: 98px;
  overflow: hidden;
}
.footer .f-child1 .img {
  width: 106px;
  height: 96px;
  overflow: hidden;
  margin-right: 10px;
}
.footer .f-child1 .top-tel {
  background-image: url("../images/phone2.png");
  background-repeat: no-repeat;
  background-position: left center;
  line-height: normal;
  padding-left: 60px;
  padding-top: 10px;
  margin-top: 13px;
}
.footer .f-child1 .top-tel * {
  color: #fff !important;
}
.footer .f-child2 {
  border-top: 1px solid #101624;
  box-shadow: 0px 0px 1px 0px #7b87a3;
  line-height: 40px;
}
/*内页*/
.m-spage {
  margin-top: 30px;
  margin-bottom: 20px;
}
.m-spage .u-title-box {
  background: #273558;
  height: 72px;
  padding-left: 20px;
  padding-top: 12px;
  color: #fff;
}
.m-spage .u-title-box h2 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  font-family: "微软雅黑";
  line-height: 35px;
}
.m-spage .u-menubox {
  width: 249px;
}
.m-spage .u-menubox a {
  overflow: hidden;
}
.m-spage .u-menubox .u-menulist {
  background: #273558;
}
.m-spage .u-menubox .u-menulist h4 {
  position: relative;
  z-index: 2;
  border-top: 1px solid #101624;
  box-shadow: 0px 0px 1px 0px #7b87a3;
}
.m-spage .u-menubox .u-menulist h4 a {
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  font-family: "微软雅黑";
  padding: 0 30px;
  display: block;
}
.m-spage .u-menubox .u-menulist h4 a .i-gt {
  float: right;
  margin-top: 22px;
}
.m-spage .u-menubox .u-menulist h4:hover a {
  background: #ff9a00;
  color: #333;
}
.m-spage .u-menubox .u-menulist .active a,
.m-spage .u-menubox .u-menulist .hover a {
  background: #ff9a00;
  color: #333;
}
.m-spage .u-menubox .u-menulist .active a .i-gt,
.m-spage .u-menubox .u-menulist .hover a .i-gt {
  background-position: -384px -67px;
}
.m-spage .u-menubox .u-menulist .active > .sm-menu,
.m-spage .u-menubox .u-menulist .hover .sm-menu {
  display: block;
}
.m-spage .u-menubox .u-menulist .sm-menu {
  display: none;
  background: #273558;
  padding: 5px 0;
  padding-bottom: 15px;
}
.m-spage .u-menubox .u-menulist .sm-menu a {
  display: block;
  padding-left: 45px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-family: "微软雅黑";
  background: #273558;
  color: #fff;
}
.m-spage .u-menubox .u-menulist .sm-menu a:hover {
  color: #ff9a00;
}
.m-spage .u-foot {
  margin-top: 30px;
}
.m-spage .u-foot .f-info {
  background: #273558;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  font-family: "黑体";
  border-top: 1px solid #101624;
  box-shadow: 0px 0px 1px 0px #7b87a3;
  padding: 20px;
  line-height: 30px;
}
.m-spage .u-page {
  margin-left: 265px;
}
.m-spage .u-page .up-title {
  height: 35px;
  overflow: hidden;
}
.m-spage .u-page .up-title .i-list {
  float: left;
  margin-right: 8px;
}
.m-spage .u-page .up-title h4 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  float: left;
}
.m-spage .u-page .up-title .up-nav li {
  float: left;
  margin-left: 2px;
  line-height: 40px;
}
.m-spage .u-page .up-title .up-nav li a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
}
.m-spage .u-page .up-title .up-nav li a:hover {
  color: #273558;
}
.m-spage .u-page .up-title .up-nav li .home {
  float: left;
  margin-top: 9px;
}
.m-spage .u-page .u-content .pro-list {
  overflow: hidden;
  margin-bottom: 0;
}
.m-spage .u-page .u-content .pro-list li {
  margin: 0 7px;
}
.m-spage .u-page .u-content .pro-list a {
  width: 231px;
  height: 213px;
}
.m-spage .u-page .u-content .pro-list a .img {
  width: 231px;
  height: 174px;
}
.m-spage .u-page .u-content .detail-img {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.m-spage .u-page .u-content .detail-img img {
  max-width: 100%;
}
.m-spage .u-page .u-content .detail-img .debtn-prev,
.m-spage .u-page .u-content .detail-img .debtn-next {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  display: block;
  _display: none;
  width: 83px;
  height: 109px;
  background-image: url("../images/scroll.png");
  z-index: 11;
  transition: none !important;
}
.m-spage .u-page .u-content .detail-con {
  padding: 10px 0;
}
.m-spage .u-page .u-content .n-news {
  width: 100%;
  padding-top: 20px;
}
.m-spage .u-page .u-content .com-title {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  text-align: center;
  margin: 28px 0 0;
}
.m-spage .u-page .u-content .s-detailbox {
  text-align: center;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  font-family: "微软雅黑";
  margin-top: 10px;
}
.m-spage .u-page .u-content .content {
  margin-top: 20px;
}
.m-spage .u-page .u-content .content p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  font-family: left;
}
.m-spage .u-page .sg-nav {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.m-spage .u-page .sg-nav a {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  font-family: "微软雅黑";
}
.m-spage .u-page .sg-nav a:hover {
  color: #273558;
}
.m-scene {
  margin: 40px 0 30px;
}
.overflow-hidden {
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.imgBox {
  position: relative;
  zoom: 1;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.imgBox li {
  float: left;
  _display: inline;
  overflow: hidden;
}
.imgBox li a {
  display: block;
  height: 100%;
  text-align: center;
}
.imgBox li a img {
  max-width: 100%;
  max-height: 100%;
}
.pageBox {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.pageBox li {
  float: left;
  display: inline;
  margin-left: 10px;
  width: 135px;
  height: 105px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.pageBox li a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.pageBox li.selected {
  border-color: #273558;
}
.pageBox li img {
  max-width: 100%;
  max-height: 100%;
}
.m-imgbox .carousel-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  z-index: 100;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.m-imgbox .carousel-btn:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.m-imgbox .carousel-btn .btn {
  display: block;
  width: 50px;
  height: 100px;
  background: url(../images/inner_scroll.png) no-repeat;
}
.m-imgbox .j-carousel-prev {
  left: 0;
}
.m-imgbox .j-carousel-prev .btn {
  background-position: 0 0;
}
.m-imgbox .j-carousel-next {
  right: 0;
}
.m-imgbox .j-carousel-next .btn {
  background-position: -50px 0;
}
.m-imgbox .px {
  position: absolute;
  top: 28px;
}
.m-imgbox .px.j-carousel-prev {
  left: 0;
}
.m-imgbox .px.j-carousel-prev .btn {
  background-position: -3px -129px;
}
.m-imgbox .px.j-carousel-next {
  right: 0;
}
.m-imgbox .px.j-carousel-next .btn {
  background-position: -77px -129px;
}
.m-imgbox .px .btn {
  background-image: url("../images/inner_scroll.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 25px;
  height: 60px;
}
.debtn-prev {
  left: 0;
  background-position: 0 -106px;
}
.debtn-prev:hover {
  background-position: 5px 2px;
}
.debtn-next {
  right: 0;
  background-position: -83px -106px;
}
.debtn-next:hover {
  background-position: -88px 2px;
}
.sub-share {
  padding: 10px 0;
  color: #999;
  line-height: 27px;
  height: 27px;
}
.sub-share .bdsharebuttonbox {
  width: 200px;
  float: right;
}
.sub-share .bdshare-button-style0-16 {
  zoom: 1;
}
.sub-share .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #333;
  background-position: 0 0;
}
.sub-share .bdshare-button-style0-16 .bds_qzone {
  background-position: 0 -52px;
}
.sub-share .bdshare-button-style0-16 .bds_tsina {
  background-position: 0 -104px;
}
.sub-share .bdshare-button-style0-16 .bds_tqq {
  background-position: 0 -260px;
}
.sub-share .bdshare-button-style0-16 .bds_renren {
  background-position: 0 -208px;
}
.sub-share .bdshare-button-style0-16 .bds_weixin {
  background-position: 0 -1612px;
}
.sub-share .bdshare-button-style0-16 a,
.sub-share .bdshare-button-style0-16 .bds_more {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  background-image: url(../images/icons_0_16.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}
/*在线留言*/
.sub-message {
  padding: 50px 30px;
  background: #FFF;
  color: #333;
  font-family: "microsoft yahei";
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #F00;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: #f5f3f3;
}
.sub-message .m-submit .btn {
  color: #fff;
  background: #273558;
}
